From d358ae6c5e93262dbd36bc04cee6250030e6379b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrico=20Tr=C3=B6ger?= Date: Fri, 10 Feb 2006 20:47:59 +0000 Subject: [PATCH] several changes git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@183 ea778897-0a13-0410-b9d1-a72fbfd435f5 --- ChangeLog | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++- THANKS | 2 +- TODO | 9 +++------ 3 files changed, 62 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3bf46414..d3c8b920 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,60 @@ +2006-02-10 Enrico Troeger + + * scintilla/LexOMS.cxx, scintilla/keywords.cxx, + scintilla/include/SciLexer.h, scintilla/Makefile.am: + added new lexer LexOMS(based on LexBash) for OMS support + * src/highlighting.c: added new filetype OMS (O-Matrix) + * src/dialogs.c: improved the find and replace dialog, an existing + selection is inserted, fixed focus settings + * src/callbacks.c: prevent Geany entering an endless loop, at + replacing something like "YELLOW" with "yellow", if + search flag "Case sensitive" is not checked + + +2006-02-08 Enrico Troeger + + * src/main.c, src/callbacks.c, src/geany.h: + Geany now creates a FIFO, to communicate between different instances + + +2006-02-07 Enrico Troeger + + * src/utils.c, src/callbacks.c, src/document.c: fixed a memory leaks + * src/document.c: improved filename handling on saving files + * src/callbacks.c: improved the filename entry widget in the file open + dialog, it handles now directories, too + + +2006-02-06 Enrico Troeger + + * src/document.c: improved behaviour of HOME/END keys on wrapped lines + * src/sciwrappers.c: added sci_assign_cmdkey() + * geany.glade, src/interface.c, src/callbacks.c, src/dialogs.c: + rewrite of the file open dialog, now it enters a directory instead + of trying to open it in Geany (closes #1421776) + * src/sci_cb.c: improved sci_cb_do_comment() to handle SQL and Caml + comments + * src/sciwrappers.c, src/sci_cb.c: + applied patch from Nick Treleaven to improve multiline selection + by selecting the lines in the line number margin, removed also the + right click behaviour to set a marker + * src/highlighting.c: added filetypes SQL and (O)Caml, heavily reduced + code size + * src/main.c: fixed wrong handling of the visibility of the message + window + * src/vte.c: fixed a crash when preferences are set and message window + is hidden (thanks to Joo Martin for reporting) + + +2006-02-03 Enrico Troeger + + * src/document.c: improved filename handling in document_open_file(), + fixed a crash at reloading files + * src/main.c: fixed a crash when opening more than 25 files from the + command line (closes #1422135) + * src/sci_cb.c: improved sci_cb_do_comment() to handle CSS comments + + 2006-02-01 Enrico Troeger * src/build.c: applied patch from Nick Treleaven to fix memory leaks @@ -27,7 +84,7 @@ * src/utils.c, src/dialogs.c: set the Open File dialog directory to the same directory as the current file (thanks to Nick Treleaven for this patch) - * src/sci_cb.h: fixed a bug with auto indention and CR/LF line endings + * src/sci_cb.c: fixed a bug with auto indention and CR/LF line endings (thanks to Tamim for reporting) diff --git a/THANKS b/THANKS index 9468644a..e5ab10f8 100644 --- a/THANKS +++ b/THANKS @@ -20,5 +20,5 @@ These people have translated Geany to foreign languages. Other contributors (sorted by name): ------------------------------------ -Nick Treleaven - file pattern patch +Nick Treleaven - several patches Saleem Abdulrasool - vte autoconf patch diff --git a/TODO b/TODO index 3dafc924..9c819592 100644 --- a/TODO +++ b/TODO @@ -5,11 +5,8 @@ TODO List: Geany 0.6 or later: - o filetype SQL - o filetype (O)Caml - o filetype OMS - o http://sourceforge.net/tracker/index.php?func=detail&aid=1421776&group_id=153444&atid=787791 - o https://sourceforge.net/tracker/?func=detail&atid=102439&aid=1389486&group_id=2439 + O vte.c:265 !!! + o set filetype in file open dialog o fix a freeze at switching between filetypes with files in ISO-8859-x encoding (reported by Jörg Sommer) o fix: "attempt to put segment in horiz list twice" warning @@ -22,10 +19,10 @@ TODO List: o inverting highlighting by selection o put default filetype extensions in the config file, read them in a GList o src/sci_cb.c: improve auto completion(include local tags) - o src/sci_cb.c: do CSS multiline auto comments like at HTML o property dialog in File->Properties like http://developer.gnome.org/projects/gup/hig/2.0/images/property-window.png o extend use of doc_list[].is_valid + o (PHP syntax check) o (command line option -e (editor mode)) o (startup notification) o (indent wrapped lines, but how?)