From b4bb667f68963f768ea1eebe61035768262978d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrico=20Tr=C3=B6ger?= Date: Sat, 14 Jan 2006 22:43:34 +0000 Subject: [PATCH] several changes git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@131 ea778897-0a13-0410-b9d1-a72fbfd435f5 --- ChangeLog | 18 ++++++++++++++++++ TODO | 9 ++++++--- 2 files changed, 24 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index d1f0c853..6eea8012 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +2006-01-14 Enrico Troeger + + * bugfix: src/document.c, src/treeviews.c: update open file list entry + when "Saving as" + * bugfix: src/document.c: fixed wrong g_object_unref() which causes + crashes + * bugfix: src/geany.h, src/document.c, src/utils.c: + fixed wrong symbol list in files with tag support but without + exisiting symbols, added new boolean has_tags in document struct + * src/geany.h, src/document.c, src/utils.c: + removed unneeded utils_get_new_sci_number() and scid from document + struct + * src/treeviews.c, src/callbacks.c: + added popup menu to symbol list, added "Hide" and "Hide sidebar" to + symbol list popup and open files list popup, to quickly hide the list + or the whole sidebar + + 2006-01-10 Enrico Troeger * bugfix: geany.glade, src/interface.c: added missing tooltip to diff --git a/TODO b/TODO index da8f10de..157c94c9 100644 --- a/TODO +++ b/TODO @@ -5,17 +5,20 @@ TODO List: Geany 0.5 or later: - o sci_cb.c: improve auto completion(include local tags) + o geany.desktop: absolute icon path + o make keyboard shortcuts user-definable + o inverting highlighting by selection + o src/sci_cb.c: improve auto completion(include local tags) o documentation: list and explain filetype modes - o interface.c: reorder the 'document' menu entry, differ between + o src/interface.c: reorder the 'document' menu entry, differ between document related and general settings, new submenu: View->Editor o fix a really nasty bug which causes a segfault, but don't know where, is it still existent? o encoding-bug in utils_convert_to_utf8() - o document_save -> update things only when not quitting o command line option -e (editor mode) o extend use of doc_list[].is_valid o (indent wrapped lines, but how?) o (project management) o (folding) + o (folder tree in the sidebar) o (vim-like settings stored in files as comment)