diff --git a/ChangeLog b/ChangeLog index 7b90e41f0..d1f0c853d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,47 @@ +2006-01-10 Enrico Troeger + + * bugfix: geany.glade, src/interface.c: added missing tooltip to + compile button + * src/filetypes.c: applied patch from Nick Treleaven, to add .cc, .hh + and .hxx extension for filetype C++ and improve the + pattern handling + + +2006-01-08 Enrico Troeger + + * tagmanager/docbook.c, tagmanager/parsers.h, tagmanager/Makefile.am: + added conf.c(built from pascal.c), to create tags for docbook files + * src/build.c, src/utils.c, src/main.c, src/callbacks.c: + made the build menu filetype specific to have different menu items + * bugfix: src/keyfile.c: save window geometry with + gtk_window_get_position() so restoring the + window works correctly under Win32, too + + +2006-01-06 Enrico Troeger + + * src/main.c, src/callbacks.c, src/vte.c, src/geany.h: + added commandline option to specify the path to the VTE library + + +2006-01-03 Enrico Troeger + + * data/filetypes.markup, src/highlighting.c: + added new keywords for PHP5 and replaced phpKeyWords by php + (thanks to Simon Stoye for reporting) + * geany.glade, src/interface.c, src/prefs.c, src/keyfile.c + src/callbacks.c, src/document.c, src/build.c, src/sci_cb.c: + added new option "Beep on errors" to disable beeping + + +2005-12-31 Enrico Troeger + + * src/gb.c: fixed segfault when exiting the easteregg program when it + is still running + * src/highlighting.c, src/win32.c: added my_strtod(), as replacement + for Win32 strtod() + + 2005-12-29 Enrico Troeger * tagmanager/tm_tag.c: eliminated compiler (gcc4) warnings diff --git a/TODO b/TODO index 7439b1ce5..da8f10de4 100644 --- a/TODO +++ b/TODO @@ -5,22 +5,16 @@ TODO List: Geany 0.5 or later: - o window positioning and window resizing doesn't work under win32 o sci_cb.c: improve auto completion(include local tags) o documentation: list and explain filetype modes o interface.c: reorder the 'document' menu entry, differ between document related and general settings, new submenu: View->Editor - o http://pan.rebelbase.com/download/releases/0.14.2/WINDOWS/ - gtk_for_windows/ o fix a really nasty bug which causes a segfault, but don't know where, is it still existent? o encoding-bug in utils_convert_to_utf8() - o LaTex build menu + o document_save -> update things only when not quitting o command line option -e (editor mode) - o check for inline-usage e.g. in sciwrappers.c - o make multiline comment indentation more intelligent - o add setting for beep after compiling, make it optional - o extensive use of config.h + o extend use of doc_list[].is_valid o (indent wrapped lines, but how?) o (project management) o (folding)