several changes
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@201 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
parent
6dd78834f2
commit
ccf5ffea0c
22
ChangeLog
22
ChangeLog
@ -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>
|
2006-02-10 Enrico Troeger <enrico.troeger@uvena.de>
|
||||||
|
|
||||||
* scintilla/LexOMS.cxx, scintilla/keywords.cxx,
|
* scintilla/LexOMS.cxx, scintilla/keywords.cxx,
|
||||||
|
|||||||
5
TODO
5
TODO
@ -5,12 +5,11 @@ TODO List:
|
|||||||
|
|
||||||
Geany 0.6 or later:
|
Geany 0.6 or later:
|
||||||
|
|
||||||
O vte.c:265 !!!
|
O vte.c:265
|
||||||
o set filetype in file open dialog
|
o tag list reload at file reload
|
||||||
o fix a freeze at switching between filetypes with files in
|
o fix a freeze at switching between filetypes with files in
|
||||||
ISO-8859-x encoding (reported by Jörg Sommer)
|
ISO-8859-x encoding (reported by Jörg Sommer)
|
||||||
o fix: "attempt to put segment in horiz list twice" warning
|
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 encoding-bug in utils_convert_to_utf8()
|
||||||
o documentation: list and explain filetype modes
|
o documentation: list and explain filetype modes
|
||||||
o src/interface.c: reorder the 'document' menu entry, differ between
|
o src/interface.c: reorder the 'document' menu entry, differ between
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user