From 11675fac6742520dce24182f838b790d12dfe2f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrico=20Tr=C3=B6ger?= Date: Fri, 10 Mar 2006 22:38:24 +0000 Subject: [PATCH] several changes git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@245 ea778897-0a13-0410-b9d1-a72fbfd435f5 --- ChangeLog | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8cb906c4..1435e0a6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,34 @@ +2006-03-10 Enrico Troeger + + * src/callbacks.c: applied patch from Nick Treleaven to allow + reclicking of taglist treeview item + * src/keyfile.c: fixed small error which adds every time a new comment + in the filetype extensions configuration file + * src/data/*, src/highlighting.c: added italic flag to all styles, + added background colour for current + line + * src/dialogs.c, src/sciwrappers.c: + applied patch from Nick Treleaven which improved inserting of + current selection in the find and replace dialogs + * src/filetypes.c: added new extensions for filetype Pascal + + +2006-03-09 Enrico Troeger + + * data/filetypes.pascal: added new keywords supplied by Marko Peric + * src/highlighting.c: added support for // and (* ... *) comments in + Pascal + * src/utils.c, src/document.c: improved utils_check_disk_status() + behaviour to work with files on + filesystems with another time than the + time from the local host + + 2006-03-02 Enrico Troeger + * src/callbacks.c, src/build.c, src/geany.h: + clicking on a compiler error message jumps to the correct file, if + it is not the current one * src/dialogs.c: fixed crash when closing find or replace dialog twice by pressing escape (triggering the delete_event), closes #1441359