several changes

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@245 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
Enrico Tröger 2006-03-10 22:38:24 +00:00
parent 8b5cc84381
commit 11675fac67

View File

@ -1,5 +1,34 @@
2006-03-10 Enrico Troeger <enrico.troeger@uvena.de>
* 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 <enrico.troeger@uvena.de>
* 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 <enrico.troeger@uvena.de>
* 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