From b53e2abf5bf4dc1d989e0bd40e1761ce0f62c762 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrico=20Tr=C3=B6ger?= Date: Thu, 29 Dec 2005 20:13:29 +0000 Subject: [PATCH] several changes git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@95 ea778897-0a13-0410-b9d1-a72fbfd435f5 --- ChangeLog | 27 +++++++++++++++++++++++++++ TODO | 8 ++++---- 2 files changed, 31 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index dcb3b2bf4..7b90e41f0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,30 @@ +2005-12-29 Enrico Troeger + + * tagmanager/tm_tag.c: eliminated compiler (gcc4) warnings + * bugfix: tagmanager/tm_workspace.c: + replaced macro __unix__ by HAVE_GLOB_H(closes #1387828) and improved + handling of P_tmpdir (closes #1387839) + + +2005-12-28 Enrico Troeger + + * bugfix: src/dialogs.c: fixed a segfault in dialogs_show_not_found() + * bugfix: src/utils.c: fixed bug in utils_strpos() which returned -1 + if length needle is 1 + * src/utils.c: added utils_treeviews_showhide(), to get the right + settings at startup for the left side treeviews + * src/gb.c: eliminated compiler(gcc4) warnings, replaced macro + __unix__ by HAVE_FCNTL_H, use /dev/urandom or /dev/random + (in this order) if available and rand() if not + * src/configure.in: added checks for /dev/urandom and /dev/random + + +2005-12-25 Enrico Troeger + + * src/dialogs.c: text entry field in the find and replace dialog grabs + focus by default, so the cursor is always inside + + 2005-12-19 Enrico Troeger * src/gb.c: several improvements and bugfixes diff --git a/TODO b/TODO index 9ad9f75ab..7439b1ce5 100644 --- a/TODO +++ b/TODO @@ -3,7 +3,7 @@ TODO List: ( features included in () have lower priority) - Geany 0.4 or later: + Geany 0.5 or later: o window positioning and window resizing doesn't work under win32 o sci_cb.c: improve auto completion(include local tags) @@ -15,12 +15,12 @@ TODO List: 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 latex build menu + o LaTex build menu o command line option -e (editor mode) o check for inline-usage e.g. in sciwrappers.c - o change GTK color and file open dialogs under win32 - o make multiline indentation more intelligent + o make multiline comment indentation more intelligent o add setting for beep after compiling, make it optional + o extensive use of config.h o (indent wrapped lines, but how?) o (project management) o (folding)