diff --git a/ChangeLog b/ChangeLog index e33a4e9cb..35dd6d6d2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2005-11-30 Enrico Troeger + + * src/keyfile.c, src/prefs.c, src/interface.c, src/vte.c: + added some options for the VTE to the preferences dialog + + +2005-11-28 Enrico Troeger + + * src/vte.c: added rudimentary clipboard support by pressing + middle(paste) and right(copy) mouse button + + 2005-11-27 Enrico Troeger * src/vte.c/h: newly created: contains functions for the terminal diff --git a/TODO b/TODO index 58099df95..8b99b0449 100644 --- a/TODO +++ b/TODO @@ -18,13 +18,13 @@ TODO List: o encoding-bug in utils_convert_to_utf8() o latex build menu o colourize the tags in the tag list widget to show if it's a - function, macro or whatever + function, macro or whatever, build a real tree? o fix { and } problems at some "special" lines where indentation get broken o command line option -e (editor mode) - o fix bug in highlighting.c at style_init_c - o vte.c: clipboard support, add configure option --disable-vte + o fix bug in highlighting.c at style_init_c() o BSD compatibility + o remember cursor position at pressing END key (Oleg) o (indent wrapped lines, but how?) o (project management) o (folding)