Kaydet (Commit) b53e2abf authored tarafından Enrico Tröger's avatar Enrico Tröger

several changes


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@95 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst 78e4559c
2005-12-29 Enrico Troeger <enrico.troeger@uvena.de>
* 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 <enrico.troeger@uvena.de>
* 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 <enrico.troeger@uvena.de>
* 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 <enrico.troeger@uvena.de>
* src/gb.c: several improvements and bugfixes
......
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment