From a47062adf3ab8daf9aee2067af2594c7ac658d7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrico=20Tr=C3=B6ger?= Date: Mon, 12 Dec 2005 16:19:57 +0000 Subject: [PATCH] several changes git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@53 ea778897-0a13-0410-b9d1-a72fbfd435f5 --- ChangeLog | 19 ++++++++++++++++++- TODO | 1 - 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 56237f858..0c30bc8c1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +2005-12-12 Enrico Troeger + + * src/callbacks.c: changed key binding to switch between open + documents from CTRL to ALT+Left/Right, so + CTRL+Left/Right moves the cursor to word boundaries + + +2005-12-11 Enrico Troeger + + * src/callbacks.c: added shortcut F6 to switch to the VTE widget + * doc/geany.docbook: described some of the compile time options in + geany.h and marked filename with -tag. + * src/interface.c, src/prefs.c, src/utils.c, src/callbacks.c, + src/geany.h, src/documents.c: made length of MRU list changeable + * bugfix: src/highlighting.c: fixed a wrong color value + + 2005-12-10 Enrico Troeger * src/prefs.c, src/vte.c, src/keyfile.c, src/utils.c, src/callbacks.c: @@ -44,7 +61,7 @@ * src/keyfile.c, src/prefs.c, src/interface.c, src/vte.c: added some options for the VTE to the preferences dialog - * bugfix: src/sci_cb.h: fixed a small bug by auto closing }-brackets + * bugfix: src/sci_cb.c: fixed a small bug by auto closing }-brackets * src/callbacks.c, src/main.c: added signal and handler for F12 key, pressed in the main widget diff --git a/TODO b/TODO index 1c22e4ae6..f9b1ac199 100644 --- a/TODO +++ b/TODO @@ -18,7 +18,6 @@ TODO List: o latex build menu o store tag list per document instead of creating it "live" o command line option -e (editor mode) - o fix bug in highlighting.c at style_init_c() o BSD compatibility o check for inline-usage e.g. in sciwrappers.c o (indent wrapped lines, but how?)