Kaydet (Commit) 487ea2ca authored tarafından Enrico Tröger's avatar Enrico Tröger

several changes


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@217 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst b3ddbe0c
2006-02-21 Enrico Troeger <enrico.troeger@uvena.de>
* src/utils.c: added utils_make_human_readable_str()
* src/dialogs.c: added file properties dialog
* geany.glade, src/interface.c, src/callbacks.c, src/dialogs.c:
moved font selection dialog from glade code to dialogs.c, removed
unnecessary callback functions for delete_event's
2006-02-20 Enrico Troeger <enrico.troeger@uvena.de>
* src/callbacks.c: fixed bug when using color selector and no file is
open, only fixed on some other actions
* src/geany.h, src/main.c: disable menu functions of the edit menu
when no files are open
* src/main.c: added the possibility to delete an existing fifo in the
case, that Geany crashed previously
2006-02-17 Enrico Troeger <enrico.troeger@uvena.de>
* src/gb.c: fixed bug which caused always same figures under Win32,
some other code cleanups and changes
* geany.glade, src/interface.c, src/callbacks.c, src/main.c:
replaced the New toolbar button by a menu button, so it works also
under Win32
* src/prefs.c: all settings are now saved by pressing OK in the
settings dialog, up to now it was only done at exiting
2006-02-16 Enrico Troeger <enrico.troeger@uvena.de>
* src/main.c, callbacks.c, document.c: fixed some line breaking issues
2006-02-14 Enrico Troeger <enrico.troeger@uvena.de>
* Makefile.am, doc/Makefile.am: improved "make uninstall" of Geany
......
......@@ -6,7 +6,10 @@ TODO List:
Geany 0.6 or later:
O vte.c:265
o tag list reload at file reload
o create filetype specific menus, read templates from filetypes.*,
use XML instead og key-value-format
o template rework
o improve toolbar tooltips translation
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
......@@ -18,8 +21,6 @@ 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 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))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment