several changes
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@119 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
parent
9e6db01544
commit
5c3947ba3e
44
ChangeLog
44
ChangeLog
@ -1,3 +1,47 @@
|
||||
2006-01-10 Enrico Troeger <enrico.troeger@uvena.de>
|
||||
|
||||
* bugfix: geany.glade, src/interface.c: added missing tooltip to
|
||||
compile button
|
||||
* src/filetypes.c: applied patch from Nick Treleaven, to add .cc, .hh
|
||||
and .hxx extension for filetype C++ and improve the
|
||||
pattern handling
|
||||
|
||||
|
||||
2006-01-08 Enrico Troeger <enrico.troeger@uvena.de>
|
||||
|
||||
* tagmanager/docbook.c, tagmanager/parsers.h, tagmanager/Makefile.am:
|
||||
added conf.c(built from pascal.c), to create tags for docbook files
|
||||
* src/build.c, src/utils.c, src/main.c, src/callbacks.c:
|
||||
made the build menu filetype specific to have different menu items
|
||||
* bugfix: src/keyfile.c: save window geometry with
|
||||
gtk_window_get_position() so restoring the
|
||||
window works correctly under Win32, too
|
||||
|
||||
|
||||
2006-01-06 Enrico Troeger <enrico.troeger@uvena.de>
|
||||
|
||||
* src/main.c, src/callbacks.c, src/vte.c, src/geany.h:
|
||||
added commandline option to specify the path to the VTE library
|
||||
|
||||
|
||||
2006-01-03 Enrico Troeger <enrico.troeger@uvena.de>
|
||||
|
||||
* data/filetypes.markup, src/highlighting.c:
|
||||
added new keywords for PHP5 and replaced phpKeyWords by php
|
||||
(thanks to Simon Stoye for reporting)
|
||||
* geany.glade, src/interface.c, src/prefs.c, src/keyfile.c
|
||||
src/callbacks.c, src/document.c, src/build.c, src/sci_cb.c:
|
||||
added new option "Beep on errors" to disable beeping
|
||||
|
||||
|
||||
2005-12-31 Enrico Troeger <enrico.troeger@uvena.de>
|
||||
|
||||
* src/gb.c: fixed segfault when exiting the easteregg program when it
|
||||
is still running
|
||||
* src/highlighting.c, src/win32.c: added my_strtod(), as replacement
|
||||
for Win32 strtod()
|
||||
|
||||
|
||||
2005-12-29 Enrico Troeger <enrico.troeger@uvena.de>
|
||||
|
||||
* tagmanager/tm_tag.c: eliminated compiler (gcc4) warnings
|
||||
|
||||
10
TODO
10
TODO
@ -5,22 +5,16 @@ TODO List:
|
||||
|
||||
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)
|
||||
o documentation: list and explain filetype modes
|
||||
o interface.c: reorder the 'document' menu entry, differ between
|
||||
document related and general settings, new submenu: View->Editor
|
||||
o http://pan.rebelbase.com/download/releases/0.14.2/WINDOWS/
|
||||
gtk_for_windows/
|
||||
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 document_save -> update things only when not quitting
|
||||
o command line option -e (editor mode)
|
||||
o check for inline-usage e.g. in sciwrappers.c
|
||||
o make multiline comment indentation more intelligent
|
||||
o add setting for beep after compiling, make it optional
|
||||
o extensive use of config.h
|
||||
o extend use of doc_list[].is_valid
|
||||
o (indent wrapped lines, but how?)
|
||||
o (project management)
|
||||
o (folding)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user