several changes

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@68 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
Enrico Tröger 2005-12-18 22:39:36 +00:00
parent 682bdc23fe
commit 4adfd7c167
2 changed files with 16 additions and 1 deletions

View File

@ -1,3 +1,19 @@
2005-12-18 Enrico Troeger <enrico.troeger@uvena.de>
* src/callbacks.c: changed keyboard shortcut for rebuilding the symbol
list, now it is Ctrl+Shift+R, Ctrl+R is now used
reload the current file
* src/callback.c, src/utils.c, src/document.c, src/treeviews.c,
src/main.c, src/geany.h:
made the symbol list document-oriented, so it has not to be
generated on every notebook switch page event
* src/geany.h, src/main.c, src/keyfile.c, src/callbacks.c:
introduced opening_session_files, to suppress notebook switch page
events at loading the files from the last session
* geany.glade, src/interface.c, src/geany.h, src/callbacks.c:
added new menu items: Help->Keyboard shortcuts and File->Revert
2005-12-16 Enrico Troeger <enrico.troeger@uvena.de>
* src/dialogs.c: changed "build with make" keyboard shortcut to

1
TODO
View File

@ -16,7 +16,6 @@ TODO List:
where, is it still existent?
o encoding-bug in utils_convert_to_utf8()
o latex build menu
o store tag list per document instead of creating it "live"
o command line option -e (editor mode)
o BSD compatibility
o check for inline-usage e.g. in sciwrappers.c