From a10dcbbde859eec990dc0295ac4861dfbc9fca3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrico=20Tr=C3=B6ger?= Date: Thu, 1 Dec 2005 22:49:12 +0000 Subject: [PATCH] several changes git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@30 ea778897-0a13-0410-b9d1-a72fbfd435f5 --- ChangeLog | 10 ++++++++++ TODO | 4 +--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 35dd6d6d2..ef4b9bea5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,17 @@ +2005-12-01 Enrico Troeger + + * src/document.c, src/callbacks.c: extending HOME and END key default + behaviour, to jump back to previous + cursor position if pressed again + + 2005-11-30 Enrico Troeger * 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 + * src/callbacks.c, src/main.c: added signal and handler for F12 key, + pressed in the main widget 2005-11-28 Enrico Troeger diff --git a/TODO b/TODO index 8b99b0449..364d8db6c 100644 --- a/TODO +++ b/TODO @@ -19,12 +19,10 @@ TODO List: o latex build menu o colourize the tags in the tag list widget to show if it's a function, macro or whatever, build a real tree? - o fix { and } problems at some "special" lines where indentation - get broken o command line option -e (editor mode) o fix bug in highlighting.c at style_init_c() o BSD compatibility - o remember cursor position at pressing END key (Oleg) + o check for inline-usage e.g. in sciwrappers.c o (indent wrapped lines, but how?) o (project management) o (folding)