From 4adfd7c1678f668a88d96f2b5ffacb975230f0c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrico=20Tr=C3=B6ger?= Date: Sun, 18 Dec 2005 22:39:36 +0000 Subject: [PATCH] several changes git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@68 ea778897-0a13-0410-b9d1-a72fbfd435f5 --- ChangeLog | 16 ++++++++++++++++ TODO | 1 - 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 544f454a..1887e473 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2005-12-18 Enrico Troeger + + * 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 * src/dialogs.c: changed "build with make" keyboard shortcut to diff --git a/TODO b/TODO index f9b1ac19..c7575d10 100644 --- a/TODO +++ b/TODO @@ -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