several changes

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@141 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
Enrico Tröger 2006-01-16 18:28:13 +00:00
parent b5c630afe3
commit cde7419e5b
2 changed files with 21 additions and 1 deletions

View File

@ -1,3 +1,20 @@
2006-01-16 Enrico Troeger <enrico.troeger@uvena.de>
* scintilla/*: updated Scintilla to version 1.67
* src/treeviews.c: added category class to the symbol list, changed
category names for filetype DocBook and LaTeX
* src/sci_cb.c: improved auto indention, now "for (...) {" works, too
2006-01-15 Enrico Troeger <enrico.troeger@uvena.de>
* configure.in, Makefile.am, desktop.in:
replaced geany.desktop by geany.desktop.in, some changes to the
desktop file like absolut icon path
* tagmanager/tex.c: added tags section, subsection and subsubsection
* tagmanager/docbook.c: complete rewrite, works great
2006-01-14 Enrico Troeger <enrico.troeger@uvena.de>
* bugfix: src/document.c, src/treeviews.c: update open file list entry
@ -89,6 +106,7 @@
2005-12-19 Enrico Troeger <enrico.troeger@uvena.de>
* new release: Geany 0.4 "Tarkin"
* src/gb.c: several improvements and bugfixes
* src/prefs.c, src/callbacks.c: improved HAVE_VTE handling
* src/sci_cb.c: set cursor position between brackets in

4
TODO
View File

@ -5,8 +5,8 @@ TODO List:
Geany 0.5 or later:
o geany.desktop: absolute icon path
o make keyboard shortcuts user-definable
o put default filetype extensions in the config file, read them in a GList
o inverting highlighting by selection
o src/sci_cb.c: improve auto completion(include local tags)
o documentation: list and explain filetype modes
@ -17,6 +17,8 @@ TODO List:
o encoding-bug in utils_convert_to_utf8()
o command line option -e (editor mode)
o extend use of doc_list[].is_valid
o filetype SQL
o startup notification
o (indent wrapped lines, but how?)
o (project management)
o (folding)