several changes

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@225 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
Enrico Tröger 2006-02-25 22:31:10 +00:00
parent 3bea197608
commit 16cfd49f60
2 changed files with 20 additions and 6 deletions

View File

@ -1,3 +1,21 @@
2006-02-25 Enrico Troeger <enrico.troeger@uvena.de>
* src/keyfile.c: fixed memory leak, load filetype extensions from a
file in the configuration directory, the filetype of
a document is now also stored at loading and saving
session files
* src/filetypes.c: removed unneeded constant GEANY_MAX_PATTERNS
2006-02-24 Enrico Troeger <enrico.troeger@uvena.de>
* src/utils.c, src/callbacks.c, src/dialogs.c, src/main.c:
made "make" build menu items sensitive for C header files
* bugfix: src/vte.c: hopefully fixed a crash when closing the
preferences dialog and message window was hidden
and shown before
2006-02-21 Enrico Troeger <enrico.troeger@uvena.de>
* src/utils.c: added utils_make_human_readable_str()

8
TODO
View File

@ -5,9 +5,9 @@ TODO List:
Geany 0.6 or later:
O vte.c:265
o test filetype extension loading
o create filetype specific menus, read templates from filetypes.*,
use XML instead og key-value-format
use XML instead of key-value-format
o template rework
o improve toolbar tooltips translation
o fix a freeze at switching between filetypes with files in
@ -15,11 +15,8 @@ TODO List:
o fix: "attempt to put segment in horiz list twice" warning
o encoding-bug in utils_convert_to_utf8()
o documentation: list and explain filetype modes
o src/interface.c: reorder the 'document' menu entry, differ between
document related and general settings, new submenu: View->Editor
o make keyboard shortcuts user-definable
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 extend use of doc_list[].is_valid
o (PHP syntax check)
@ -29,4 +26,3 @@ TODO List:
o (project management)
o (folding)
o (folder tree in the sidebar)
o (vim-like settings stored in files as comment)