several changes

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@201 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
Enrico Tröger 2006-02-14 22:13:01 +00:00
parent 6dd78834f2
commit ccf5ffea0c
2 changed files with 24 additions and 3 deletions

View File

@ -1,3 +1,25 @@
2006-02-14 Enrico Troeger <enrico.troeger@uvena.de>
* Makefile.am, doc/Makefile.am: improved "make uninstall" of Geany
* configure.in: added check for mkfifo(), made it also an option
* src/main.c: added a message box if lost pipe was found, FIFO code
now depends on HAVE_FIFO
* src/Makefile.am: do not compile win32.c anymore, added to EXTRA_DIST
* src/geany.h, src/main.c, src/callbacks.c:
added command line option -p or --no-pipe to ignore a running
instance of Geany and force opening a new instance
2006-02-13 Enrico Troeger <enrico.troeger@uvena.de>
* src/utils.c: added utils_show_linenumber_margin()
* geany.glade, src/interface.c, src/callbacks.c, src/dialogs.c,
src/main.c, src/geany.h, src/keyfile.c, src/sci_cb.c:
removed some items from the document menu to the preferences dialog,
removed file save dialog from interface.c to dialogs.c, added
toggle for line numbers
2006-02-10 Enrico Troeger <enrico.troeger@uvena.de>
* scintilla/LexOMS.cxx, scintilla/keywords.cxx,

5
TODO
View File

@ -5,12 +5,11 @@ TODO List:
Geany 0.6 or later:
O vte.c:265 !!!
o set filetype in file open dialog
O vte.c:265
o tag list reload at file reload
o fix a freeze at switching between filetypes with files in
ISO-8859-x encoding (reported by Jörg Sommer)
o fix: "attempt to put segment in horiz list twice" warning
o open files in a new tab in a already running instance
o encoding-bug in utils_convert_to_utf8()
o documentation: list and explain filetype modes
o src/interface.c: reorder the 'document' menu entry, differ between