2009-02-25 23:25:06 +00:00
|
|
|
2009-02-25 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
|
|
|
|
|
|
|
* src/templates.c:
|
|
|
|
Fix wrong Fortran 90 comment characters when inserting templates.
|
2009-02-25 23:28:01 +00:00
|
|
|
* doc/geany.html, doc/geany.txt, geany.glade, src/callbacks.c,
|
|
|
|
src/callbacks.h, src/editor.c, src/interface.c, src/keybindings.c,
|
|
|
|
src/keybindings.h, src/main.c, src/plugindata.h, src/vte.c,
|
|
|
|
src/vte.h, THANKS:
|
|
|
|
Add 'Send Selection to Terminal' command to the Edit->Format menu
|
|
|
|
(initial patch by David Gleich, thanks).
|
2009-02-25 23:25:06 +00:00
|
|
|
|
|
|
|
|
2009-02-24 18:25:41 +00:00
|
|
|
2009-02-24 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
|
|
|
|
|
|
|
* configure.in, plugins/Makefile.am:
|
|
|
|
Enable socket support when cross-compiling.
|
|
|
|
Enable plugin compilation when cross-compiling.
|
2009-02-24 18:25:57 +00:00
|
|
|
* src/msgwindow.c:
|
|
|
|
Fix missing NULL checks when reading the colour value of compiler
|
|
|
|
output messages.
|
2009-02-24 18:26:16 +00:00
|
|
|
* src/main.c, src/win32.c, src/win32.h:
|
|
|
|
On Windows, change the working directory to the Geany installation
|
|
|
|
path at startup to avoid unwanted directory locking(closes #2626124).
|
2009-02-24 18:26:33 +00:00
|
|
|
* src/encoding.c:
|
|
|
|
Fix broken selection of "Document->Set Encoding" menu items.
|
2009-02-24 18:27:01 +00:00
|
|
|
* src/document.c, tagmanager/include/tm_source_file.h,
|
|
|
|
tagmanager/include/tm_work_object.h, tagmanager/tm_project.c,
|
|
|
|
tagmanager/tm_source_file.c, tagmanager/tm_tag.c,
|
|
|
|
tagmanager/tm_work_object.c, tagmanager/tm_workspace.c:
|
|
|
|
Don't let the tagmanager automatically reparse files if they
|
|
|
|
seem to be changed on disk (affects all files in the current session,
|
|
|
|
not the current one). This should speed up file saving a little bit,
|
|
|
|
especially with remote files.
|
|
|
|
Remove now unnecessary calls to tm_workspace_update().
|
2009-02-24 18:27:21 +00:00
|
|
|
* src/printing.c:
|
|
|
|
Allow an empty value for the date format in the print settings to
|
|
|
|
omit the date/time string in the print header.
|
2009-02-24 18:25:41 +00:00
|
|
|
|
|
|
|
|
2009-02-20 01:08:50 +00:00
|
|
|
2009-02-20 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
|
|
|
|
|
|
|
|
* src/editor.c: Set cursor for LaTeX at auto closing of environment
|
|
|
|
direct into area.
|
|
|
|
|
|
|
|
|
2009-02-19 15:09:45 +00:00
|
|
|
2009-02-19 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
|
|
|
|
|
|
|
* src/utils.h:
|
|
|
|
Add missing header include (closes #2615808).
|
|
|
|
|
|
|
|
|
2009-02-18 14:57:58 +00:00
|
|
|
2009-02-18 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
|
|
|
|
|
|
|
* src/symbols.c:
|
|
|
|
Fix a possible crash when comparing symbol names
|
|
|
|
(could be related to Ubuntu bug #147151).
|
2009-02-18 15:20:27 +00:00
|
|
|
Fix broken symbol list tooltips when tag names contain ampersands.
|
2009-02-18 14:57:58 +00:00
|
|
|
|
|
|
|
|
2009-02-16 13:18:20 +00:00
|
|
|
2009-02-15 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
|
|
|
|
|
|
|
* plugins/makefile.win32:
|
|
|
|
Don't build Split Window plugin on Windows (doesn't work).
|
|
|
|
|
|
|
|
|
2009-02-15 10:55:58 +00:00
|
|
|
2009-02-15 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
|
|
|
|
2009-02-15 14:06:12 +00:00
|
|
|
* ChangeLog, Makefile.am: Rotate ChangeLog.
|
2009-02-15 14:10:10 +00:00
|
|
|
* configure.in, geany.nsi, geany_private.rc, win32-config.h,
|
|
|
|
wscript, doc/geany.txt, doc/geany.html, src/geany.h:
|
|
|
|
Post-release version bump.
|
2009-02-16 13:18:20 +00:00
|
|
|
|
|
|
|
|
|
|
|
*** See ChangeLog.pre-0-17 for earlier changes ***
|