Set language metadata in header of some po files
[geany-mirror.git] / NEWS
blob19a4d925e710f2f56e9355f67e736b3ed6d94654
1 Geany 1.30 (unreleased)
3     General
4     * Initial accessibility support in the editor (SF#328).
6     Editor
7     * Update Scintilla to version 3.7.1.
9     Internationalization
10     * Updated translations: de, es, lt, pt
12     API
13     * Remove unprefixed Scintilla structure aliases.  Plugins must use
14       the `Sci_`-prefixed version from now on.
17 Geany 1.29 (November 13, 2016)
19     General
20     * Fix search entries color with the default GNOME 3.20 GTK2 theme
21       (PR#1137, Issue#1101, Issue#1135, Issue#1267).
22     * Improve support for GTK 3.22.
23     * Add support for VTE 0.38 and newer (Issue#336, PR#1181).
25     Bug fixes
26     * Fix build when the CXX variable contains flags (PR#1155, Issue#829).
27     * Fix focusing the message window when the Terminal tab is active
28       (PR#1200, Issue#1198).
30     Editor
31     * Update Scintilla to version 3.7.0 (Issue#1143).
32     * Add support for keeping the cursor a number of lines from the edges to
33       always show some context (PR#1154, Issue#1152).
34     * Allow to configure keybinding for "Delete to beginning of line"
35       (Abel Serrano Juste, PR#1134).
36     * Performance improvements with many duplicate symbols (Jiří Techet,
37       PR#797, Issue#577).
38     * Allow to configure the error indicator color (PR#1185).
40     Filetypes
41     * Fix highlighting of Haxe preprocessor (Issue#936).
42     * Add `.exp` extension to TCL (Simon Marchi, PR#979).
44     Internationalization
45     * Updated translations: ca, de, el, es, fr, id, it, kk, nl pt, pt_BR,
46       sv, zh_CN,
48     API
49     * Update `GeanyProxyProbeResults` API (PR#1213).
50     * Warn if a dot is used at the start of a proxy extension (PR#1212,
51       PR#1233).
52     * Add support for custom data attached to documents through
53       `plugin_set_document_data()`, `plugin_get_document_data()` and
54       `plugin_set_document_data_full()` (PR#1203).
55     * Add "project-before-close" signal (PR#1223).
57     Plugins
58     * Split Window: Work around a GTK bug present from 3.15.9 to 3.21.4
59       that breaks the document selection popup (Issue#1149, PR#1272).
61     Windows
62     * Include 'grep.exe' from MSYS2 which works better than the previously
63       self-compiled version
64       (Issue#783, Issue#784, Issue#1229, Issue#1260, PR#1301).
65     * Fix executing external commands (mainly Build and Run commands)
66       where paths and filenames with non-ASCII characters are involved
67       (Issue#1076, Issue#1259, Issue#1278, PR#1095).
68     * Do not create a batch file on Run commands any longer, instead use
69       a re-usable script and so eliminate the need to delete the script
70       from itself (Issue#1276, PR#1095).
73 Geany 1.28 (July 10, 2016)
75     General
76     * Improve support for GTK 3.20.
77     * System filetype files and system tags files are now in sub-directories
78       *filedefs/* and *tags/* respectively (Jiří Techet, PR#485).
80     Bug fixes
81     * Fix canceling keybinding overriding by discarding the dialog (Issue#714).
82     * Fix type name coloring when types change (Jiří Techet, PR#1039,
83       Issue#1020, Issue#1022).
84     * Fix undo of line end type change (Jiří Techet, PR#527, Issue#409).
86     Editor
87     * Update Scintilla to version 3.6.6.
88     * Improve Goto Symbol popup contents (Jiří Techet, PR#958).
90     Filetypes
91     * Treat `.h` headers as C++ by default (Jiří Techet, PR#857).
92     * Various improvements to the Ruby parser (Issue#587).
93     * Fix Haskell single line comments (Alexander, PR#1029).
94     * Update Java keywords (Yan Pashkovsky, PR#1024).
95     * Fix handling of curly brackets in Make (Masatake Yamato).
96     * Add ECMAScript 6 keywords (Chris Mayo, PR#980).
97     * Slight improvement to the Java file template (Philipp Wiesemann, PR#1073).
98     * Add missing `last-child` CSS pseudo-class (Issue#1102).
100     Internationalization
101     * Updated translations: ca, de, el, es, fr, it, ja, lt, pt, ru, sk,
102                             tr, zh_CN
104     API
105     * Don't require static strings for key group name and label (PR#1126).
106     * Formally add TMTag to the API (Thomas Martitz, PR#1093).
108     Plugins
109     * Class builder: use `.hpp` extension for C++ headers by default
110       (Yan Pashkovsky, PR#999).
112     Windows
113     * Show an error if an URI cannot be opened (PR#1079).
115     OSX
116     * Fix refreshing the keybindings displayed in the menus (Jiří Techet,
117       PR#973).
120 Geany 1.27 (March 13, 2016)
122     General
123     * Remove Waf build system (PR#769).
125     Bug fixes
126     * Fix build with GLib < 2.32 (Issue#764).
127     * Fix missing progress bar during build runs (Issue#765).
128     * Fix infinite loop when performing reflow on some input with many
129       consecutive spaces (Issue#848, PR#852).
130     * Fix some locale encoding conversion issues (Jiří Techet, PR#547).
132     Interface
133     * Allow to set a keybinding for File->Properties (Issue#622, PR#952).
134     * Make it possible to define default symbol_list_sort_mode (Jiří Techet,
135       Issue#313, PR#581).
136     * Add keybindings for custom commands 4 through 9 (Thomas Sahlin, PR#858).
137     * Use "Symbol" in place of "Tag" everywhere it does not refer to markup
138       tags (Jiří Techet, Issue#579, PR#582).
140     Editor
141     * Update Scintilla to version 3.6.3 (including improved support for Lua
142       5.3 and Perl 5.22).
143     * Greatly improve scope completion (Jiří Techet, PR#488, PR#505, PR#862,
144       PR#906).
145     * Performance improvement highlighting types (Jiří Techet, PR#575).
146     * Show calltips after a C++ explicit specialization (PR#496).
147     * Show a popup to select the symbol when going to a symbol has several
148       options (Jiří Techet, PR#406, PR#923).
150     Filetypes
151     * Added some extra Markdown extensions (Andrea Stacchiotti, PR#820).
152     * Add `.asm51` and `.a51` extensions for 8051 assembly (Devyn Collier
153       Johnson, PR#739).
154     * Fix C++ namespaces scope (Issue#871).
155     * Fix parsing of C++ global scope qualifiers in base class lists.
156     * Use the C++ parser for CUDA filetype (Issue#830, PR#831).
157     * Add Clojure file extensions (Daniel Șuteu, PR#842).
158     * Improve return type and var type recognition in C, C++, C# and D
159       (Issue#845, PR#889).
160     * Fix parsing of C++11 raw string literals (PR#879).
161     * Update built-in PHP symbols (Issue#584, PR#603).
162     * Fix parsing some Objective-C properties (PR#940, PR#941).
164     Internationalization
165     * Updated translations: de, es, fr, it, ja, kk, lt, nl, pt, ru, sk,
166                             zh_CN
168     API
169     * Add `editor_set_indent_width()` (Thomas Martitz, PR#903).
170     * Add `GeanyFiletypeID` and deprecate `filetype_id` (PR#932).
171     * Remove non-API type `langType` (Jiří Techet, part of PR#906).
172     * Mark deprecated API so GCC-like compilers can warn about it, and add
173       `GEANY_DISABLE_DEPRECATION_WARNINGS` to silence those (PR#911).
174     * Add `scintilla_object_send_message()`, `scintilla_object_get_type()`
175       and `scintilla_object_new()` alias to the API as synonyms for their
176       legacy counterparts `scintilla_send_message()`, `scintilla_get_type()`
177       and `scintilla_new()` (Thomas Martitz, PR#874).
179     Windows
180     * Project->Open now respects the native dialog setting (PR#961).
183 Geany 1.26 (November 15, 2015)
185     General
186     * New plugin API (Thomas Martitz, PR#469).
187     * Add support for "proxy" plugins (Thomas Martitz, PR#629).
189     Bug fixes
190     * Fix "Open in New Window" command (Issue#590).
191     * Fix spurious "source file has been modified" (Jiří Techet, Issue#605,
192       PR#621).
193     * Don't open more than one document for non-existing paths from the CLI
194       (https://bugs.launchpad.net/linuxmint/+bug/1482558, PR#646).
195     * Fix configuration directory encoding on non-UTF-8 non-Windows systems
196       (Dimitar Zhekov, PR#658).
198     Interface
199     * Use monospace font for the message window by default (Jiří Techet,
200       Issue#435, PR#580).
201     * Fix mnemonic conflict in "Use multi-line matching" (Ross Konsolebox,
202       Issue#589, PR#647).
204     Editor
205     * Update Scintilla to version 3.6.1.
206     * Fix completion popup height when view is zoomed (Issue#702).
207     * Fix Go To End Of Display Line when wrapping is on and EOL are visible
208       (Issue#712).
209     * Keeping undo history when reloading files is now enabled by default
210       (Thomas Martitz, Issue#562, PR#672).
211     * "Strip trailing spaces", "Replace tabs" and "Replace spaces" now
212       follow the current selection (Pavel Sountsov, PR#394).
213     * Respect Smart Home Key setting in Go To Start of Display Line.
214     * Check whether the document is newer on disk when the window gets
215       focused (Jiří Techet, PR#533).
217     Filetypes
218     * Add Cargo build commands for Rust (Wayne Nilsen, PR#557).
219     * Add recent Perl keywords (Olivier Duclos, PR#599).
220     * Add missing Python 3 keywords and builtins (PR#755).
221     * Improvements to the Rust filetype (Pavel Sountsov, PR#613).
222     * Add multiline comment to Haskell (Abel Serrano Juste, PR#638).
223     * Recognize `.adoc` is as Asciidoc (PR#708, PR#711).
224     * Recognize `.mml` and `.mathml` as XML (Devyn Collier Johnson, PR#731).
226     Internationalization
227     * Updated translations: de, el, es, fr, hu, id, kk, pt, sk, sv, ru
228     * Fix internationalization of "Open in New Window" items.
230     API
231     * New plugin API, `geany_load_module()`, `geany_plugin_register()`,
232       `GEANY_PLUGIN_REGISTER()`, `geany_plugin_register_full()`,
233       `GEANY_PLUGIN_REGISTER_FULL()` (Thomas Martitz, PR#469).
234     * Add support for "proxy" plugins, `geany_plugin_register_proxy()`
235       (Thomas Martitz, PR#629).
236     * Allow `user_data` parameter and `destroy_notify` callback to
237       keybindings with new `keybindings_set_item_full()` and
238       `plugin_set_key_group_full()` (Thomas Martitz, PR#376).
240     Windows
241     * Restore modern design of native file dialogs (Issue#578).
244 Geany 1.25 (July 12, 2015)
246     General
247     * GTK3 support, while not enabled by default, is now considered stable.
248     * Improve MacOS X support (PR#396, PR#419, PR#420, Jiří Techet).
249     * Improve subprocess spawning (especially on Windows) (PR#441,
250       Dimitar Zhekov).
251     * Huge tag management performance improvement (auto-completion,
252       calltips, etc.) (PR#356, Jiří Techet).
253     * Remove broken "Show macro list" keybinding and feature (PR#378).
254     * Add %l substitution to build commands (PR#289, Martin Spacek).
255     * Depend on GTK 2.24 and GLib 2.28.
256     * Add per-project line wrapping, line breaking and comment
257       continuation settings.
258     * The plugin API is now split out of the main executable into libgeany,
259       a shared library plugins have to link against.
261     Bug fixes
262     * Fix applying filetype-specific indentation settings for newly
263       opened files.
264     * Fix relative project base path when creating a new project
265       (#1062).
266     * Fix next/previous keybindings when no files are open.
267     * Fix markup injection in some tooltips (#1091).
268     * Use absolute project path for projects opened from the command
269       line (PR#431, Jiří Techet).
270     * Fix goto tag in some cases when the same symbol name appears in
271       different languages (PR#487, Jiří Techet).
272     * Fix UI updating after loading a project.
273     * Fix the currently selected document after Save All.
274     * Fix leftovers in the Project dialog in some cases (PR#363, Jiří
275       Techet).
276     * Fix function return type in symbol list tooltips in some cases
277       (PR#475, Jiří Techet).
278     * Fix VTE path following on startup.
280     Interface
281     * Show document-related dialogs embedded in the main window ("info
282       bars") (PR#277, Matthew Brush and Thomas Martitz).
283     * Plugin manager dialog cleanup and overhaul (PR#251, PR#414).
284     * Filetypes can now define the MIME type used to select their icon
285       (PR#179).
286     * Close documents in the sidebar with middle mouse button (PR#172,
287       Pavel Roschin).
288     * Ask whether to replace project files when creating a project.
289     * Ask whether to adopt the open documents when creating a new
290       project (PR#315).
291     * Allow to disable the list of recent files.
292     * Fix many shadow inconsistencies (PR#411, Jiří Techet).
293     * Add virtual column and selected chars to the statusbar (Patch #10,
294       Dimitar Zhekov).
295     * Add "dirty" terminal indication (PR#476, Jiří Techet).
296     * Allow to select the None filetype in the Open File dialog
297       (Issue#483).
298     * Add configuration menu entries for all filetypes (PR#491, Jiří Techet).
300     Editor
301     * Update Scintilla to version 3.5.6 (#1041).
302     * Do not comment out blank lines when toggling comments (PR#79, Igor
303       Shaula).
304     * Improve handling of Verilog strings and comments.
305     * Support for keeping undo history when reloading files (PR#188, Arthur
306       Rosenstein).  This is not enabled by default in this release.
307     * Respect filetype.common's wordchars if a filetype doesn't have its own
308       (Issue#492, PR#501).
310     Search
311     * Add support for single-line regular expressions (PR#310).
312     * Default action is now "Replace & Find" in the replace dialog but
313       can be configured (Roland Pallai).
314     * Activate default action from all fields in the Find in Files
315       dialog (#959).
317     Filetypes
318     * Add JSON filetype.
319     * Add Zephir filetype.
320     * Add CoffeScript filetype (PR#230, Mark Dresselhaus).
321     * Add Go tags parser (PR#373, PR#481, Issue#238, Jiří Techet).
322     * Add Erlang tags parser (PR#445, Beng Tan).
323     * Add PowerShell tags parser (PR#477).
324     * Many JavaScript parsing fixes and improvements.
325     * Many CSS parser fixes and improvements.
326     * Many Txt2tags parsing fixes and improvements (feature #690).
327     * Make parser fixes and improvements.
328     * Parse D enum base type (PR#404).
329     * Various small Rust fixes (PR#306, SiegeLord).
330     * Highlight C types in C++.
331     * Add some missing C11 keywords.
332     * Add some missing SQL keywords.
333     * Fix and add some CSS keywords (PR#333, Hannes Heute).
334     * Fix some FreeBasic keywords (#691).
335     * Add some missing D keywords (PR#293, Danyal Zia).
336     * Fix R keywords and wordchars (PR#273, landroni).
337     * Fix styling of some CSS elements.
338     * Fix styling of Lua preprocessor.
339     * Fix style of PHP variables interpolation.
340     * Recognize `.vbs` files as FreeBasic (PR#171, Nicolas Karolak).
341     * Recognize `.tpl` files as HTML.
342     * Recognize `.xtpl` files as XML.
343     * Recognize `.xpm` files as C.
344     * Recognize more Bash files (PR#291, Peter Bittner).
345     * Update templates for Python and Vala.
346     * Add template for HTML5.
347     * Fix parsing of some Python triple-quoted strings.
348     * Add some linting tools to some filetype's default Build menu.
349     * Fix scope of some Python symbols.
350     * Fix support of trigraphs in C-like languages.
351     * Add support of digraphs in C-like languages.
352     * Add support of `final`, `override` and `noexcept` C++11 keywords
353       (PR#544).
355     Internationalization
356     * Update translations: be, ca, cs, de, el, es, fr, id, it, ja, nl, pl,
357                            pt_BR, pt, ru, sl, sr, sv, zh_CN.
359     Plugins
360     * File Browser: use "explorer" as the default open command on
361                     Windows.
362     * File Browser: use icons based on the detected file's MIME type (PR#455,
363                     Jiří Techet).
364     * Save Actions: use mode 0600 for backup copies (#833, PR#413).
365     * Split Window: Fix a few keybindings (cut, copy, paste, delete,
366                     select all) (PR#467, Alex).
368     API
369     * Hide private API (PR#351, Jiří Techet, and PR#429, Matthew Brush and
370       Thomas Martitz).
371     * Cleaner and safer TagManager API (Part of PR#356, Jiří Techet).
372     * Entry point prototypes are now checked by the compiler (PR#359).
373     * Add pseudo-unique document IDs through GeanyDocument::id and
374       document_find_by_id(). This is a safer API for keeping a reference
375       to a document for a long time (PR#256).
376     * Add convenient and portable spawning API: spawn_sync(), spawn_async(),
377       spawn_with_callbacks(), spawn_kill_process(), spawn_check_command(),
378       spawn_write_data() (PR#441, Dimitar Zhekov).
379     * plugin_signal_connect() is now safe to use also with objects
380       destroyed before unloading the plugin.
381     * Add document_reload_force() to replace document_reload_file().
382     * Add project_write_config() (PR#361, Jiří Techet).
383     * Add keybindings_get_modifiers() and GEANY_PRIMARY_MOD_MASK (Jiří
384       Techet).
385     * Fix emission of the 'document-activate' signal in some cases.
386     * Add ui_tree_view_set_tooltip_text_column().
387     * Add scintilla_get_type().
389     Windows
390     * Use native Windows quoting rules for commands (on Windows, part of
391       subprocess spawning improvements).
392     * Prompt before overwriting existing files when using native Save As
393       dialog (PR#113, Adam Coyne).
394     * View -> Change Font now respects the native dialog setting.
395     * Fix main window freeze when displaying native dialogs.
396     * Use the same plugin directory as other platforms (PR#540, Thomas
397       Martitz).
400 Geany 1.24.1 (April 16, 2014)
402     General
403     * Fix distribution of custom GTK style files (#1037).
406 Geany 1.24 (April 13, 2014)
408     General
409     * Add experimental support for GTK3.
410     * Add support for loading CTags and Vi tags files.
411     * Save configuration when plugin manager dialog is closed.
413     Bug fixes
414     * Fix many small memory leaks (many of them found by Pavel Roschin).
415     * Fix stopping of some spawned commands.
416     * Fix cursor position and selection after comment toggling (#3576431).
417     * Fix truncated output of ``--list-documents`` command-line option.
418     * Fix launching a new instance when ``--list-documents`` is passed
419       and no other instance is running.
420     * Fix crash if a Custom Command returns after its related document
421       has been closed.
422     * Fix typo in "deque" C++ include name (#1027).
423     * Fix replacing a selection starting with "0x" by a color if the
424       selection is not 8 bytes long.
425     * Fix a possible crash on quit.
427     Interface
428     * Fix custom GTK styles under KDE (#3607935).
429     * Add Find entries in the Symbol List popup menu (#3608278).
430     * Flatten-out the View menu.
431     * Add a button to directly configure a plugin's keybindings in the
432       plugin manager (Pavel Roschin).
433     * Add an Apply button to the color chooser dialog (FR#686,
434       Steven Valsesia).
435     * Use a non-cropped 16x16 application icon (#1010).
436     * Fix "leaks" of geany_run_script (#975).
438     Editor
439     * Update Scintilla to version 3.3.6 (#962, #995).
440     * Fix Reflow to follow Line breaking behavior (#382, #412, #464,
441       Eugene Arshinov).
442     * Fix unfolding the very last line in a level (#1007).
443     * Fix commenting the very last line in some situations.
445     Search
446     * Fix bulk Search & Replace not to match replacements.
447     * Fix finding start of word when performing whole word matching.
448     * Search when activating the Replace dialog find entry.
450     Filetypes
451     * Add CUDA filetype (PR#147, Benjamin Chrétien).
452     * Add Rust filetype (PR#181, SiegeLord).
453     * Add Batch filetype (canou).
454     * Add Graphviz filetype (PR#125, Miro Hrončok).
455     * Add PowerShell filetype (Igor Shaula).
456     * Add Clojure filetype (PR#92, Hoàng Minh Thắng).
457     * Many improvements to the PHP tag parser.
458     * Update PHP global tags file (PR#137, John Long).
459     * Improve shebang detection for mksh and tcsh shells
460       (PR#126 , Ypnose).
461     * Fix Asciidoc parser recognition of open block as underline.
462     * Fix symbol list entry for Asciidoc headers containing a dot.
463     * Fix Asciidoc title parsing.
464     * SQL parsing improvements.
465     * Extend list of recognized keywords for SQL.
466     * Fix SQL single-line comment marker (#997).
467     * Fix parsing of some JavaScript constructors (#966).
468     * Fix parsing a JavaScript regular expression in a return statement.
469     * Fix parsing JavaScript files with a shebang.
470     * Parse Java annotations with parameters (#924, Braden Walters).
471     * Display Java enums in the symbol list.
472     * Add "strictfp" Java keyword and fix annotation parsing (#936, #924).
473     * Fix parsing of C++ static_assert.
474     * Fix parsing of typed enums in C# and C++.
475     * Mitigate parsing errors on C++ generics containing an expression.
476     * Add C++ member pointer operator to scope autocomplete operators
477       (#907).
478     * Fix parsing of Fortran "forall" blocks and procedure pointers
479       (Alexander Eberspächer).
480     * Fix parsing of complex Cython types.
481     * Fix re-parsing Objective-C code.
482     * Fix parsing of Verilog initializers.
483     * Fix displaying of quoted Bash HereDoc delimiters (#952).
484     * Add some HTML5 keywords (Duncan de Wet).
485     * Add Erlang snippets and a template (PR#157, Fabio Ticconi).
486     * Haskell highlighting improvements (kudah).
487     * Add Matlab class keywords (PR#136, Felix Totir).
488     * Fix argument list on some Python constructors.
489     * Fix R indenting to use braces.
490     * Display R sources and libraries in the symbol list.
491     * Many improvements to the Fortran tag parser (#1023, #1030, with
492       help from Adam Hirst).
493     * Put Makefile comments at start of line.
494     * Add some missing Pascal keywords (#1033, PR#144).
495     * Add default build command for Bibtex in the Latex filetype
496       (PR#227, Francisco Iacobelli).
497     * Ignore Python imports when going to a tag's definition.
498     * Add some more Ruby extensions (Igor Shaula).
500     Internationalization
501     * Make date templates translatable (Christian Dywan).
502     * Update translations: ca, cs, de, es, eu, fr, gl, he, hu, it, kk,
503                            lt, nl, pt, ru, sk, sl, sv, tr, zh_CN, zh_TW
505     Plugins
506     * Save Actions: add autosave when the editor lose focus (FR#683,
507       Steven Valsesia).
508     * Export: fix exporting a document not ending with a newline.
509     * Export: fix including random, unused styles in the output.
510     * Export: fix HTML title if the file name contains control characters.
511     * Export: fix LaTeX export with many consecutive '-', '<' or '>'.
513     API
514     * Add plugin_builder_connect_signals().
516     Windows
517     * Fix infinite pagination when printing (#961).
518     * Fix spawning commands with spaces (#943).
519     * Allow to use the GTK color chooser dialog (PR#218, Steven Valsesia).
520     * Add default extension to native save dialogs (#1021).
521     * Add colorschemes from the Geany-Themes project to the
522       Windows  installer.
523     * Add option to install Geany header files and pkgconfig file to the
524       Windows installer.
525     * Fix broken opening files from command line on Windows
526       (again, #3613096).
529 Geany 1.23.1 (May 19, 2013)
531     Bug fixes
532     * Fix custom styles under KDE and for people using gtk-chtheme
533       (corrects tab coloring, #3607935).
534     * Fix broken opening files from command line on Windows (#3613096).
537 Geany 1.23 (March 10, 2013)
539     General
540     * Various fixes to language theming (#3573213).
541     * Various Windows makefile fixes.
542     * Rewrite printing code (#2629121, #2804000, #3475444, #3580268,
543       #3580269).
544     * Use the Geany icon from the theme (#3576695).
545     * Make Geany-specific icons themeable.
547     Bug fixes
548     * Fix too aggressive scope caching (#2142789, #2667917, #2868850).
549     * Fix showing project name in the Documents sidebar.
550     * Fix opening filenames with leading or trailing spaces from the
551       command line into a running instance.
552     * Fix re-opening files with unknown but detected encoding
553       (#3509407, #3605293).
554     * Fix crash when loading a broken or incompatible VTE library.
555     * Report scope including classes, namespaces and alike (#1996778).
556     * Fix cancelling Project Close when showing the unsaved changes
557       dialog.
558     * Only use "allow_always_save" setting for direct user interaction
559       (Quentin Glidic).
560     * Fix some keybinding not getting properly displayed in the menus
561       after being updated (#1912683, #3599251).
562     * Make Terminal tool setting more flexible to support any terminal.
563     * Fix replacing file name in files header upon save.
564     * Fix UAC Virtualization issue on newer Windows versions when trying
565       to save files to read-only locations (#3566329, #3515490).
567     Interface
568     * Control-click on the symbols sidebar don't focus the editor.
569     * Add an option to place the message window on the right.
570     * Fix display of non-ASCII tags in the symbols tree for non-UTF-8
571       files.
572     * Replace 'Open file in a new tab' save dialog option with new
573       'Document->Clone' menu item.
574     * Fix clashing button mnemonic in detect/reload dialog (#3587465).
575     * Grab focus in the embedded terminal upon middle click (#3574724).
576     * Add support for embedded terminal background image (Mislav
577       Blažević).
579     Editor
580     * Update Scintilla to version 3.2.3 (#2808638, #2909124, #3094431,
581       #3233160, #3540469).
582     * Properly indent even if the indenting character isn't the last
583       one.
584     * Always display text in LTR direction.
585     * Improve collapsing fold behavior when start point is offscreen.
586     * Faster squiggle underlining.
587     * Fix multiline comments at end of file (#3026691).
588     * Keep caret and anchor position upon indent and unindent
589       (#3167355).
590     * Complete on dash (-) too in CSS documents.
591     * Make wordchars have precedence over whitespacechars (#3429368).
592     * Fix cursor position after comment toggling with no selection
593       (#3576431).
594     * Fix reshowing calltip after autocompletion list closed.
595     * Fix uncommenting multiline comments when cursor is on a delimiter.
596     * Clear search markers on Mark All keybinding when already set.
597     * Never strip trailing spaces from Diff documents.
598     * Reduce unnecessary redraws when typing (Evandro Borracini).
599     * Fix comment toggling inside PHP and HTML with bottom-up selection.
601     Search
602     * 'Mark All' now also uses the fully-featured PCRE engine
603       (#3564132).
604     * Only set Find in Files directory once per-document.
605     * Fix a crash when matching the very last character of the document.
606     * Fix search and replacement of empty matches.
607     * Fix a possible crash when searching on a range.
609     Keybindings
610     * Add keybinding for 'Go to Start of Display Line' (#3182425).
611     * Allow to change the keybinding for 'Quit'.
613     Filetypes
614     * Parse '!' char in D parameter lists.
615     * Fix parsing of Haskell comments inside a type (#3552129).
616     * Fix Cython auto indentation.
617     * Add more keywords to Forth (Oco).
618     * Add some missing Haxe keywords (#3448664).
619     * Add some missing CSS3 keywords (Trong Thanh Tran).
620     * Add some missing D keywords (#3595187) (Felix Totir).
621     * Fix a crash parsing some C macros (#3556536).
622     * Update some Python keywords.
623     * Update Python global tags file.
624     * Show VHDL blocks in the symbol list.
625     * Fix ruby scope after "do" (#3046418).
626     * Fix parsing of ruby keywords when followed by a semicolon
627       (#2130612).
628     * Lots of JavaScript symbols parsing improvements (#2992393,
629       #3034303, #3034339, #3036476, #3398636, #3470609, #3568542,
630       #3570192, #3571233).
631     * Use "scala" extension for Scala (#3574723).
632     * Fix parsing of reStructuredText titles containing UTF-8
633       characters (#3578050).
634     * Parse C++11 final classes (#3577559).
635     * Parse C++11 enums with type specifier and classed enums
636       (#3578557).
637     * Fix highlighting of C++11 raw strings (#3578557).
638     * Fix parsing of colons in D (#3577788).
639     * Fix parsing of D 'static assert' (#3582833).
640     * Parse scope for D nested template blocks (#3582833).
641     * Ignore D angle brackets.
642     * Fix reStructuredText comment marker (#3585377).
643     * Add Asciidoc filetype.
644     * Fix parsing of Python keywords followed by a tab (\t).
645     * Add more HTML5 self-closing tags (Duncan de Wet).
646     * Update default D template to use a more standard prototype for
647       main().
648     * Fix improperly translated string in Pascal template (#3602314).
649     * Add Go language filetype (tomboy64).
651     Plugins
652     * Export: Fix missing linking on libm (Chow Loong Jin)
653     * File Browser: Backspace now moves to parent directory.
655     API:
656     * Fix plugin_add_toolbar_item() insertion order (#3522755)
657       (Dimitar Zhekov).
659     Windows
660     * Fix spawning synchronous commands on Windows.
661     * Show Find in Files status summary.
662     * Add icon to the Explorer context menu item.
664     Internationalization
665     * Add translations: et, eu, he, hi, sr
666     * Update translations: ca, cs, de, es, fi, gl, it, kk, lt, nl,
667                            pt_BR, ru, sv, sl, tr
668     * Fix a crash when using the Turkish translation (#3560181).
671 Geany 1.22 (June 18, 2012)
673     General
674     * Bump dependencies to GTK >= 2.16 and GLib >= 2.20.
675     * Switch to Glade 3 and dynamically loaded XML UI description.
676     * Rewrite theming support for better flexibility.
677     * Add support for opening files read-only from the command line.
678     * Always load the default session if configured to do so.
679     * Make all filetypes use named styles to simplify color scheme
680       authoring.
681     * Make 'Replace Spaces by Tabs' only match leading spaces to
682       preserve alignment.
684     Possibly incompatible changes
685     * Theming and filetype style changes mean old filetypes and color
686       schemes are not compatible with this version of Geany.
687     * There are some default keybinding changes but these will only
688       apply to newly created configurations.
689     * Changes to the "project-dialog*" signals may affect plugins.
691     Bug fixes
692     * Fix escaping of session file paths (#3425969).
693     * Fix closing when minimized under Windows (#3421282).
694     * Properly handle remote URIs received through drag 'n drop
695       (#2966770, #3479567).
696     * Fix build with bleeding-edge GLib (#3483388).
697     * Fix color scheme selection in Ubuntu Unity (#3479674).
698     * Fix very slow regex tag parsing on Windows (e.g. for HTML).
699     * Fix detecting a changed file on disk when opening from
700       the command-line (Windows).
701     * Fix quick search entry behavior on Windows.
702     * Fix keybindings conflicts check when swapping a binding.
703     * Fix comments insertion in some cases (#3449635, #3534320).
704     * Add missing Windows mio makefile.
706     Prefs
707     * Split "always wrap search and hide find dialog" pref into
708       "always wrap search" and "hide find dialog" (Dimitar Zhekov).
709     * Add Project Properties overrides for 'Saving files' prefs.
710     * Add hidden VTE preference "send_cmd_prefix" to prefix commands sent
711       to the VTE. (See the manual for details).
713     Interface
714     * Add support for switching to the last used document after closing
715       a tab (Jiří Techet).
716     * Improve the tab switching dialog for better usability (Jiří Techet).
717     * Add support for user-defined labels for 'Send Selection to'
718       custom commands.
719     * Fix sidebar width when on the right (#3514436).
720     * Use case-insensitive document list path comparison on Windows.
721     * Replace Color Schemes menu with custom dialog.
722     * Show selected line count on status bar when whole lines are
723       selected.
725     Editor
726     * Update Scintilla to version 2.29.
727     * Add a "join lines" command (Eugene Arshinov).
728     * Hide autocompletion when the only entry has been typed (#3516212).
730     Search
731     * Add full PCRE regular expressions support.
732     * Extra options passed to grep through Find in Files now follows a
733       real shell-style syntax (#3516263).
734     * Search pattern length is no longer limited to 248 characters.
735     * Fix showing Find/Replace regex compile errors on the status bar.
737     Keybindings
738     * Add Project New/Open/Properties/Close keybindings.
739     * Show overridden keybindings in bold for prefs dialog tree.
741     Tags
742     * Speed up loading of multiple global tags files.
743     * Show global tags file preprocessing errors on stderr & add
744       current directory to include path.
745     * Add C/C++ ignore.tags wildcard format 'PREFIX*'.
747     Filetypes
748     * Add support for regex-based filetype detection.
749     * C snippets no longer apply to all filetypes.
750     * Improve support for HTML embedded filetypes (#2863829, #3127598).
751     * Add filetype Objective-C (Elias Pschernig, P#3325139).
752     * Fix highlighting of ``...R"`` inside C and C++ (#3425107).
753     * Fix TCL keyword highlighting in some situations (#3432877).
754     * Parse PHP functions with multiline argument list (#3037797).
755     * Handle ``/bin/dash`` shebang (#3470986).
756     * Update JavaScript parser from CTags.
757     * Parse D class/struct/interface template bodies and template
758       blocks; ignore 'static if' expressions; parse function
759       @attributes, pure/nothrow and immutable/inout/shared return types.
760     * Fix broken tag/word autocompletion in HTML/PHP documents.
761     * Enable &entity; completion for all XML-based filetypes.
763     Plugins
764     * Split Window: show marker margin.
765     * Split Window: enable basic context menu.
767     API:
768     * document_save_file() now shows the Save As dialog when necessary.
769     * Rename signal "project-dialog-create" to "project-dialog-open" and
770       add new "project-dialog-close" signal.
771     * setptr is deprecated in favour of SETPTR.
772     * Add ui_hookup_object() and ui_lookup_object().
773     * Add ui_lookup_stock_label().
774     * Add build_{activate,get_current,remove,set}_menu_item(),
775       build_get_group_count().
776     * Add stash_group_free_settings().
777     * Add support for plugins written in C++.
779     Internationalization:
780     * Add translations: ar, id, lt, mn, nn, sk
781     * Update translations: de, es, fr, hu, it, ja, kk, lt, nl, pl, pt,
782       pt_BR, sk, sl, sv, tr, zh_CN, zh_TW
785 Geany 0.21 (October 2, 2011)
787     General
788     * Bump dependencies to GTK >= 2.12, GLib >= 2.16 and GIO.
789     * Add support for real-time symbol parsing.
790     * Remove old filetype templates support - use custom file
791       templates instead.
792     * Add support for detecting the indentation width from the file
793       content.
795     Bug fixes
796     * Fix generating tag files (-g) and --ft-names segfault.
797     * Replace dates on template insertion, not when loading templates.
798     * Fix segfault when inserting e.g. fileheader template when the
799       template file is empty (#3070913, lphilpot).
800     * Use the same indentation for all templates (Matthew Brush,
801       #3193527).
802     * Fix loading of non-UTF-8 templates.
803     * Fix completion and word completion with non-ASCII characters
804       (#3313351).
805     * Fix HTML content-type detection (#3300703).
806     * Fix pattern filtering when using Find in Files not to search in
807       sub-directories.
808     * Add a workaround to prevent Geany from crashing during loading of
809       a LaTeX-file containing linebreaks inside headings.
811     Interface
812     * Add 'Save As' toolbar button option (Matthew Brush, #3153490).
813     * Add 'Open in New Window' command in the notebook tab menu
814       (Matthew Brush, #3118059).
815     * Color schemes: use name and description for menu item and
816       tooltip (Matthew Brush).
817     * Shift-Enter in search dialog and toolbar search entries now
818       searches backwards.
819     * Improve `Set Custom Commands` dialog.
820     * Always destroy open and save dialogs after use (#3311258,
821       #3304273, #3201050, #3163742, #3153120, #2985896).
822     * Add UI to edit formerly hidden preferences (Dimitar Zhekov,
823       #3313315).
825     Editor
826     * Update Scintilla to version 2.25.
827     * Fix snippets bug: {ob}pc{cb} replaced by '%' instead of {pc}.
828     * Fix multiple snippet cursor positions for Tabs + Spaces mode.
829     * Avoid triggering autocompletion on PHP open tags (#3199442).
830     * Fix indentation brace matching (#3309606).
832     Configuration files
833     * Support copying filetype definition file group keys from a system
834       keyfile with e.g. [styling=C].
835     * Make filetype group membership configurable using [Groups] in
836       filetype_extensions.conf.
838     Search
839     * Don't auto-enable case-sensitive option when enabling regex in
840       Find/Replace dialogs.
841     * Remember Find and Replace options across restarts (Dimitar Zhekov).
843     Keybindings
844     * Add fixed shortcuts for VTE copy (Ctrl-Shift-C) and paste
845       (Ctrl-Shift-V).
846     * Add new keybinding 'Remove Markers and Error Indicators'.
848     Projects
849     * Store VTE path with the project session (Nicolas Sierro).
851     Filetypes
852     * Add Scala custom filetype (werg).
853     * Add Cython custom filetype (Matthew Brush).
854     * Add support for separate single and multiline comments.
855     * Add support for filetype-specific indentation settings (#3339420,
856       #3390435)
857     * Fix detecting Matlab and Txt2Tags extensions by default (#3167315,
858       #3154637).
859     * Fix detecting non-lowercase self-closing tags e.g. <BR> (#2226117).
860     * Highlight C# and Vala raw and verbatim strings.
861     * Improve JavaScript keyword handling and keyword lists (Jason Oster).
862     * Add filetype Cobol (Seth Keiper).
863     * Add file template for Vala (Mark Trompell).
865     Plugins
866     * File Browser: Make 'Hide object files' preference configurable with
867       file extensions.
868     * Split Window: Fix a crash when changing filetype (Matthew Brush,
869       #3255968).
870     * Split Window: Update styles when the filetype changes (Matthew
871       Brush).
872     * Split Window: Enable code folding (Matthew Brush, #3097780).
873     * Split Window: Fix issues on Windows (Matthew Brush, #2725342).
874     * Class Builder: Improve dialog UI using a table (Matthew Brush).
875     * Export: Add option to insert line numbers (#3197150).
877     Documentation
878     * Add 'Reading styles from another filetype' subsection (Matthew
879       Brush).
880     * Add 'Filenames' subsection for filetype definition files explaining
881       the filename extensions and special cases.
882     * Add section 'Filetype group membership'.
884     Plugin API
885     * Add filetypes_get_sorted_by_name(), utils_find_open_xml_tag_pos()
886       (Eugene Arshinov).
887     * Add plugin_idle_add(), plugin_timeout_add(), plugin_timeout_add_seconds(),
888       ui_menu_add_document_items_sorted(), document_compare_by_display_name(),
889       document_compare_by_tab_order(), document_compare_by_tab_order_reverse().
890     * Deprecate ui_widget_set_tooltip_text().
891     * Fix public inclusion of config.h (#3384026).
892     * Add new signal "document-reload".
894     Internationalisation:
895     * Add translations: fa
896     * Update translations: ca, cs, de, en_GB, es, fi, fr, gl, it, ja, nl, pt,
897       pt_BR, sl, sv, tr, vi, zh_CN, zh_TW
900 Geany 0.20 (January 5, 2011)
902     Fixes:
903     * Improve compatibility with GVFS using GIO to save documents (Alexey
904       Antipov).
905     * Fix crash when closing a modified document (usually without a
906       trailing newline) and choosing Save (fixes #3111058).
907     * Fix crash when using 'Send Selection to Terminal' and the VTE
908       is not loaded, and when using Ctrl-A after enabling the 'Load VTE'
909       pref (Dimitar Zhekov).
910     * Fix a slightly wrong encoding detection on Windows (#3019573).
911     * Fix issue with single-line commenting/uncommenting blocks when using
912       Windows line endings.
913     * Fix saving project indent prefs straight after using project
914       properties.
915     * Fix wrongly changing edited keybindings when cancelling the
916       Preferences dialog.
917     * Fix auto-displaying of sidebar, tab bar, symbols and documents tabs
918       when only plugin tabs are visible (fixes #3101867).
919     * Save build commands for filetype None (Lex Trotman).
920     * Waf: Check for libsocket on OpenSolaris to fix build.
922     Interface:
923     * Color build command fields light grey unless overridden (Lex
924       Trotman).
925     * Replace /home/user with ~ in the documents list (Jon
926       Strait).
927     * Display 'new instance' on title bar for 2nd instances (Eugene
928       Arshinov).
929     * Don't add duplicates to combo box histories.
930     * Reorganise Find in Files dialog and add Files pattern to filter
931       search results.
932     * Implement 'Select All' for the VTE widget.
933     * Reorganise editor popup menu for shorter size - some items were moved
934       to submenus.
935     * Move Go to Marker menu items to Search menu.
936     * Group Open dialog encoding options by submenus (Adam Ples; #3047717).
937     * Show mimetype icon in sidebar Documents list and notebook popup menu
938       (Colomban Wendling).
940     Documents:
941     * Ensure inserted templates always have proper line ending characters
942       according to the current document's preference.
943     * Add per-document indent width setting (Jiří Techet).
944     * Add 'Project->Apply Default Indentation' menu command to override
945       every document's indentation settings.
946     * Display better error messages when saving a document fails (Dimitar
947       Zhekov).
948     * Don't prompt for reloading if the document has not been edited
949       (Jiří Techet).
950     * Add Close button to the detected file changed dialog.
952     Editor:
953     * Fix wrong snippet indentation when original cursor line has
954       non-indentation whitespace (david).
955     * Fix passing quoted arguments when using 'Send Selection to'. This
956       means e.g. sed 's/\./(dot)/g' now works.
957     * Add alternative color scheme based on Python colors
958       (View->Editor->Color Schemes).
959     * Replace HTML automatic <table> tag completion with a 'table' snippet
960       (Eugene Arshinov).
961     * Auto-indent after an HTML/XML line without a closing tag (Eugene
962       Arshinov).
963     * Respect 'Smart' home key pref for Shift[+Alt]+Home (fixes #3100290,
964       Dimitar Zhekov).
965     * Scroll to the current line when moving the cursor to the next
966       cursor position in a snippet (#3139490).
967     * If the current word's tag is on the current line, make Go to Tag
968       Definition look for a tag declaration instead and vice versa.
969     * Make Reflow Lines/Block command use the current indented block, not
970       the whole paragraph (which could have mixed indentation).
972     Configuration:
973     * Load insertion templates from system path, don't create them in
974       the user's config dir.
975     * File templates are now reloaded on saving.
977     Prefs:
978     * Add 'Ensure consistent line endings' file saving pref (Manuel Bua).
979     * Add 'statusbar_template' hidden pref (Dimitar Zhekov).
980     * Add 'new_document_after_close' hidden pref to open a new document
981       automatically after closing all documents.
982     * Add hidden pref 'find_selection_type' with option to use the X
983       selection or to repeat the last search when there's no selection,
984       both off by default.
985     * Add 'gio_unsafe_save_backup' hidden pref (Lex Trotman).
986     * Add filetypes.common 'fold_symbol_highlight' color setting.
987     * Add 'symbol_list_sort_mode' per-filetype setting.
989     Keybindings:
990     * Fix Alt+[0-9] switching tabs even when other modifiers are also held.
991     * Add snippet keybinding support (Eugene Arshinov).
992     * Add 'Insert New Line Before/After Current' keybindings (Eugene
993       Arshinov).
995     Filetypes:
996     * Add Forth filetype (Thomas Huth).
997     * Add Lisp filetype (Mário Silva).
998     * Add Erlang filetype (Taylor Venable).
999     * Ada: Fix wrong comments.
1000     * C++: Disable user fold points with new lexer property
1001       fold.cpp.comment.explicit.
1002     * Python: Update list of builtins for Python 2.6, simplify
1003       Compile/Syntax Check command. Use named styles for color scheme
1004       support (use alt.conf color scheme if you want the old colors).
1005     * Matlab: Support Octave # comment char.
1006     * Txt2Tags: add highlighting (Forgeot Eric - #3020632).
1007     * Make: fix possible infinite loop in tag parser.
1008     * D: Parse template functions, ignore /+ +/ comments, ignore
1009       unittest blocks, add keywords 'ref', 'macro' and D2 keywords.
1010     * Vala: Parse functions with contracts (#3080232).
1011     * Markdown, reStructuredText and Txt2Tags: Sort tags by line number by
1012       default.
1013     * Basic: Parse property, constructor, destructor as functions
1014       (pottersson; #2992167).
1015     * HTML: Add HTML5 element names and attributes (Ross McKay).
1016     * PHP: Parse final functions (fixes #3111171).
1017     * Markup: Add xml_indent_tags filetype setting for documents using the
1018       HTML/XML lexers (Eugene Arshinov).
1020     Plugins:
1021     * File Browser: Add history to path entry.
1022     * HTML Characters: Only automatically replace characters when the
1023       current document is a Markup document.
1025     Internationalisation:
1026     * Add translations: kk.
1027     * Update translations: cs, de, en_GB, es, fi, fr, hu, ja, nl, pt,
1028                            sl, sv, tr, zh_CN.
1030     Manual:
1031     * Update 'Custom filetypes', 'Ignore Tags' sections.
1032     * Add 'HTML Characters', 'Configuration file paths', 'Color schemes
1033       menu' sections.
1034     * Explain how to grep the Scintilla source for lexer properties.
1036     HACKING:
1037     * Add 'Bugs to watch out for' section.
1039     API:
1040     * Improve Stash GUI example.
1041     * Fix not loading plugins built against a newer API when Geany doesn't
1042       provide the required version given in PLUGIN_VERSION_CHECK().
1043     * Make GEANY_API_VERSION, GEANY_ABI_VERSION macros instead of enums
1044       so you can protect code with '#if GEANY_API_VERSION >= 200'.
1045     * Add signals "build-start", "project-dialog-create" and
1046       "project-dialog-confirmed" - to append a Project Properties
1047       notebook tab (Jiří Techet).
1048     * Add macro foreach_range().
1049     * Add GeanyMainWidgets::message_window_notebook (#3061342).
1050     * Add main_widgets.project_menu (Jiří Techet).
1051     * Add msgwin_set_messages_dir() (Jiří Techet).
1052     * Add highlighting_is_{string,comment,code}_style(),
1053       editor_find_snippet(), editor_insert_snippet(),
1054       utils_find_open_xml_tag() (Eugene Arshinov).
1055     * Add ui_combo_box_add_to_history(), editor_goto_pos(),
1056       dialogs_show_input(), Add sci_get_lexer().
1057     * Add filetypes_get_display_name() as "None" is no longer translated.
1060 Geany 0.19.2 (December 01, 2010)
1061     Fixes:
1062     * Fix bug where Geany did not always report an error message when
1063       saving a document fails.
1066 Geany 0.19.1 (August 18, 2010)
1068     Fixes:
1069     * Fix broken autocompletion after using scope completion.
1070     * Fix scrolling the editor line in view (e.g. after loading a session
1071       and switching document tabs).
1072     * Fix using filetype extension patterns with upper case letters on
1073       Windows (#3028856).
1074     * Fix a slightly wrong encoding detection on Windows (#3019573).
1075     * Re-enable comment folding.
1076     * Fix not loading plugins built against a newer API when Geany doesn't
1077       provide the required version given in PLUGIN_VERSION_CHECK().
1078     * Fix infinite loop in Markdown lexer (patch by Colomban Wendling,
1079       thanks).
1080     * Fix saving non-project filetype error regex.
1081     * Focus toolbar item when pressing Go to Line keybinding only when
1082       it's not in the toolbar's drop down overflow menu (#3027454).
1083     * Escape the name of the current document for markup when using
1084       document name for menu items (#3038844).
1085     * File Browser: Allow Find in Files when no items are selected.
1086     * Fix build menu translation problems.
1087     * Fix segfault on Tools->Reload Configuration when no documents are
1088       open (#3037079).
1089     * Fix building with Waf on Solaris.
1090     * Fix a memory leak (thanks to Daniel Marjamäki).
1091     * Use g_free instead of free (patch by Daniel Marjamäki, thanks).
1093     Tweaks:
1094     * Always use white background color when printing (except for text
1095       with a white foreground) to save ink (#2968998).
1096     * Limit build error editor indicators to 50, but parse all errors in
1097       the Compiler tab (#3019823).
1098     * Align notebook tab close buttons centred vertically (thanks to
1099       Robux.Biz (galyuk)).
1100     * Show the Project Properties build tab when choosing 'Set Build
1101       Commands' when a project is open to prevent confusion with
1102       non-project commands.
1104     Manual:
1105     * Fix wording - restarting is required for hidden prefs.
1106     * Fix Grep --exclude-dir example.
1109 Geany 0.19 (June 12, 2010)
1111     General:
1112     * Build system reworked to be much more configurable (by Lex Trotman).
1113     * Use POSIX system/GNU regex engine for find & replace. This alters
1114       regex syntax - we now support '?' operator and match newlines.
1115     * Support adding custom filetype files.
1116     * Add new command line option --list-documents to return a list
1117       of currently opened documents
1118     * Remove deprecated --debug flag. Please use --verbose/-v instead.
1120     Interface:
1121     * Add option 'System Default' for toolbar icon style and size to use
1122       the GTK default value.
1123     * Allow '+<number>' and '-<number>' as values for Goto Line inputs
1124       to jump relative to the current line.
1125     * Add preference to add new document tabs beside the current one
1126       (patch by Colomban Wendling).
1127     * Enable type-ahead find for sidebar symbols and documents tabs
1128       (patch by Thomas Martitz).
1129     * Make Ctrl-click on any notebook tab switch to the last used
1130       document.
1131     * Add 'Edit->Commands' menu.
1132     * Add 'Edit->Plugin Preferences' menu item and keybinding.
1133     * Add 'View->Editor->Color Schemes' menu (only shown if color
1134       scheme files exist).
1136     Prefs:
1137     * Hide 'Tabs and Spaces: Hard tab width' preference - it should
1138       always be 8. (Hidden setting kept in case users have modified it).
1139     * Add sidebar position interface pref.
1140     * Add project long line marker customisation (patch from Eugene
1141       Arshinov).
1143     Editor:
1144     * Update Scintilla to 2.12.
1145     * Add preference and support for virtual spaces.
1146     * Add word part autocompletion for the current selected item when
1147       pressing keybinding (default Tab) - Enter still completes normally.
1148     * Remove LaTeX autocompletion from Geany's core and move it to the
1149       geanyLaTeX plugin.
1151     Filetypes:
1152     * New filetype: Txt2Tags (patch by Eric Forgeot).
1153     * New filetype: Abc (patch by Eric Forgeot).
1154     * New filetype: Verilog (patch from Kelvin Gardiner).
1155     * New custom filetype: Genie.
1156     * Improvements in symbol parsing of PHP and Python files.
1157     * Add R tagmanager symbol parser (patch by Jon Senior).
1158     * Update Perl tag parser from ctags - removes support for
1159       buggy local/my/our but parses constant/format/labels.
1160     * Parse more VHDL tags (patch from Kelvin Gardiner).
1161     * Highlight D & Java types from a global tags file.
1162     * Parse Python lambda functions (patch from Colomban Wendling).
1164     Keybindings:
1165     * Add keybindings to switch to the sidebar's Document and Symbol list as
1166       well as to the Message Window's current tab (patch by Eugene Arshinov).
1167     * Add 'Remove Markers' and 'Remove Error Indicators' keybindings.
1168     * Make 'Reflow block/lines(s)' keybinding use line breaking column when
1169       enabled (patch by Lex Trotman).
1170     * Add 'Select to previous/next word part' keybindings.
1171     * Add 'Switch to Messages' focus keybinding.
1172     * Add 'Move line(s) up/down' keybindings.
1173     * Make Switch to Editor keybinding reshow the document statistics line.
1175     Templates:
1176     * Move filetype template defaults into custom file template files.
1177     * Read custom file templates from system as well as user dir.
1178     * Add new special template wildcard "{command:...}" to use the output
1179       of a shell command in templates.
1180     * Support {ob}, {cb} and {pc} to escape wildcard strings with {, }, %
1181       for snippets, fileheader and file templates.
1182     * Add {project}, {description} template wildcards (#2954737).
1183     * Reload templates when saving a document in the templates config dir.
1185     Configuration files:
1186     * Support more filetypes.common folding icon styles: arrows, +/- and no
1187       lines (#2935059).
1188     * Support Scintilla lexer properties in [lexer_properties] filetypes.*
1189       group.
1190     * Add filetypes.xml asp.default.language property (Ross McKay).
1192     Plugins:
1193     * Classbuilder: Add support for creating PHP classes
1194                     (patch by Ondrej Donek).
1195     * HTMLchars: Make plugin remember whether replacement of special
1196                  characters was activated.
1198     Windows:
1199     * Support very long build commands.
1200     * Add a preference for choosing between GTK and native File Open/Save
1201       dialogs (only available on Windows).
1203     Internationalisation:
1204     * Added translations: ast.
1205     * Updated translations: de, en_GB, es, fr, gl, ja, nl, pt, ru, sl, sv,
1206                             tr, vi, zh_CN.
1208     API:
1209     * Improve documentation contents page.
1210     * Add Stash mini-library setting, pref & widget functions to API.
1211     * Add plugin_configure_single() plugin symbol which is easier to
1212       implement than plugin_configure().
1213     * Add new plugin signals: "document-before-save", "document-filetype-set",
1214       "geany-startup-complete".
1215     * Add PLUGIN_SET_TRANSLATABLE_INFO macro to the plugin API so plugins' meta
1216       information can be translated already in the plugin manager dialog
1217       (patch by Colomban Wendling).
1218     * Use full function name for GeanyFunctions function pointers. This
1219       avoids naming conflicts e.g. with C++'s 'new' keyword.
1220     * GeanyKeyBinding label fields can now contain underscores, which won't
1221       be displayed by Geany. This saves adding near-duplicate translation
1222       strings.
1223     * Add GeanyKeyGroup callback support.
1224     * Add more Scintilla function wrappers, foreach_dir(), foreach_str(),
1225       utils_get_file_list_full(), document_get_notebook_page(),
1226       editor_insert_text_block().
1227     * Don't install unnecessary headers.
1228     * Remove deprecated header pluginmacros.h - use geanyfunctions.h
1229       instead.
1230     * Deprecate documents_foreach(), use foreach_document() instead.
1231     * Deprecate PLUGIN_KEY_GROUP() macro - use plugin_set_key_group()
1232       instead.
1235 Geany 0.18.1 (February 14, 2010)
1237     Build fixes:
1238     * Define G_GNUC_WARN_UNUSED_RESULT to fix build on GLib 2.8.
1239     * Use AC_PATH_PROG instead of 'which' for portability (patch by Erik
1240       Southworth, thanks).
1242     Incompatibilities:
1243     * Remove filetypes.common invert_all option - use 'Invert syntax
1244       highlighting colors' pref instead (fixes #2854525).
1246     Bug fixes:
1247     * Fix 'Open Selected File' for unsaved new documents.
1248     * Fix updating main menu accelerators after changing keybindings
1249       (thanks to Lex Trotman).
1250     * Fix using 'Insert date' keybinding when a custom date string has
1251       not been set.
1252     * Set the cursor color for the split window plugin.
1253     * Remove plugin from plugin manager dialog on unloading if it no
1254       longer exists or is incompatible.
1255     * Fix 'Reflow block' command when at the last paragraph and there's
1256       no last newline (patch by Eugene Arshinov, thanks).
1257     * Fix opening filenames beginning with two dots (closes #2858487).
1258     * Show Find in Files stderr output in messages window instead of
1259       debug window so that invalid regex messages can be seen easily.
1260     * Speed up sorting in utils_get_file_list(). This reduces the file
1261       browser delay on displaying a big directory, e.g. /usr/bin.
1262     * Fix a bug with not w3c compatible HTML code on export plugin
1263     * Fix non-working Home and End keys on numpads.
1264     * Fix loading of files on network resources on Windows.
1265     * Fix wrong alignment of printed pages when page headers are disabled
1266       (closes #2856822).
1268     Improvements:
1269     * Extend auto_latex() function to check whether an environment has
1270       been closed within the next lines to avoid auto adding double
1271       \end{}.
1272     * Replace some icons which could cause licensing problems by icons
1273       from the Rodent icon theme.
1275     Filetype fixes:
1276     * Parse contents of D extern{} and version{} blocks.
1277     * Fix creating D interface tags properly.
1278     * Parse D functions with contracts (fixes #1885480).
1279     * Parse D alias statement like typedef.
1280     * Improve parsing of LaTeX, PHP and Python files.
1282     Documentation:
1283     * Add 'Scope autocompletion' section.
1284     * Add 'Tools menu items' section to explain configuration files
1285       submenu, reload configuration item.
1286     * Minor updates/fixes.
1288     API:
1289     * Add gcc commands to build a plugin to the HowTo.
1291     HACKING file:
1292     * Add section 'Plugin API/ABI design'.
1293     * Add 'Compiler options & warnings' section.
1294     * Update Style section to be clearer about code alignment and show
1295       some example code.
1296     * Add 'Doc-comments' plugin API subsection.
1298     Internationalisation:
1299     * Added translations: gl
1302 Geany 0.18 (August 16, 2009)
1304     General:
1305     * Fix scrolling horizontally after finding a search match with the
1306       search bar or Find Next/Previous which is off-screen.
1307     * Remove relative/untidy path elements from filenames when opening
1308       documents (#2823998).
1309     * Create initial template files with proper platform-specific line
1310       ending characters.
1311     * Improve inserting of comment templates like File header or licence
1312       notices.
1314     Interface:
1315     * Add 'Show Paths' documents list popup item.
1316     * Add filetypes.common to 'Configuration Files' menu.
1317     * Implement a graphical toolbar editor.
1318     * Add 'Build' toolbar button to the default layout.
1319     * Add 'Replace' toolbar button (closes #2798225).
1320     * Use a more Tango like icon for 'Save All' (by Jesse Mayes, thanks).
1321     * Add a popup menu for the keybinding list in the preferences dialog
1322       to easily expand and collapse all groups.
1324     Keybindings:
1325     * Implement Most-Recently-Used document switching when pressing
1326       'Switch to last used document' keybinding (Ctrl-Tab).
1327     * Add 'Mark All' keybinding (Ctrl-Shift-M).
1328     * Add 'Reflow lines/block' keybinding, (Ctrl-J; thanks to
1329       Eugene Arshinov).
1330     * Make the Scintilla keybindings 'Delete to end of line' and
1331       'Go to end of display line' configurable.
1332     * Switching notebook tabs now works for the currently used notebook
1333       widget instead of always using the documents notebook.
1335     Editor:
1336     * Fix a redraw when documents were first drawn uncolourised.
1337     * Delay highlighting matching braces by 100ms to speed up scrolling
1338       with the arrow keys.
1339     * Support 'tab indents, space aligns' style when indenting (#2789109).
1340     * Add 'Autocomplete all words in document' pref; also used when forcing
1341       autocompletion and there's no symbol names to show.
1342     * Add 'Drop rest of word on completion' pref.
1343     * Update Scintilla to version 1.79.
1344     * Improve displaying and reshowing of calltips.
1346     Syntax highlighting:
1347     * Reload color schemes via Tools menu (thanks to Eugene Arshinov).
1348     * Implement named styles support for filetypes.* using a
1349       filetypes.common [named_styles] section; used as
1350       "style=named_style,bold". (See the manual for details).
1351     * Allow style definitions with missing fields to use the
1352       filetypes.common default style's fields.
1353     * Make C-like filetype styles use named styles & default background
1354       color. (Anyone who wants to likewise update any other filetype's
1355       styles, please let us know ;-)).
1356     * Allow indentation of wrapped lines (see style 'line_wrap_indent').
1357     * Add new styles 'line_height' and 'marker_mark'.
1359     Filetypes:
1360     * Add Markdown filetype (thanks to Jon Strait).
1361     * Highlight D WYSIWYG backtick `strings` and r"strings" (#1895745).
1362     * Minor improvements for filetypes: Fortran, Haxe, HTML, Lua,
1363       Matlab, Pascal, Python, Tcl.
1365     Tags:
1366     * Read custom system global tags files from $prefix/share/geany/tags
1367       (#2778923).
1368     * Autocomplete scoped fields like struct members when typing '.' (and
1369       also '->' or '::' in C/C++) if the language's tag parser supports it.
1370     * Save field tags for C/C++ when generating a global tags file (you may
1371       want to regenerate your tag files).
1372     * Parse Python calltips.
1373     * Show relative paths in Diff filename tags.
1374     * Group reStructuredText symbol list items by scope level.
1376     Plugin API:
1377     * Add geanyplugin.h single include.
1378     * Add plugin_signal_connect() for connecting plugin signals at
1379       runtime and also for connecting to any GObject signal.
1380     * Add documents_foreach(), filetypes[], documents[], utils_strdupa()
1381       and various foreach_type() macros.
1382     * Make GeanyDocument::file_type always be non-NULL.
1384     Windows:
1385     * Fix quoting the build command string on Windows (closes #2791769).
1386     * Fix LaTeX view commands on Windows (part of #2807688).
1387     * Expand system environment variables (%variableName%) on Windows when
1388       running Build commands.
1390     Internationalisation:
1391     * Added translations: lb, sl, pt_PT
1392     * Updated translations: ca, cs, de, en_GB, fi, fr, ja, pt_BR, ru, tr
1395 Geany 0.17 (May 02, 2009)
1397     Bug fixes:
1398     * Fix broken selection of "Document->Set Encoding" menu items.
1399     * Fix broken non-incremental search with the toolbar search entry when
1400       pressing Enter (closes #2638180).
1401     * Fix parsing of Make output (closes #2694479, patch by Andrea Mazzoleni).
1402     * Fix crashes on quitting Geany (closes #2533990).
1403     * Fix disabled Go to Tag items in the editor menu when using the
1404       keyboard (#2780044).
1405     * Prevent crashes when two or more top level items in the symbol
1406       list have the same name (closes #2778246).
1408     Prefs:
1409     * Add an option to set an additional plugin lookup path.
1410     * Add a hidden preference 'use_safe_file_saving'. This has serious side
1411       effects, please read the documentation before enabling this.
1413     Interface:
1414     * Add 'Send Selection to Terminal' command to the Edit->Format menu.
1415     * Change the background colour of the search entries in the Find
1416       and Replace dialogs according to the search results.
1417     * Add 'Close Other Documents' and 'Close All' menu items to the tab bar
1418       menu.
1419     * Add an option to allow appending the toolbar to the main menu bar
1420       to save some vertical space.
1421     * When a project is loaded, replace the project base path with the
1422       project name in the Documents sidebar for parent items (closes #2723679).
1423     * Make the file open dialog more compact.
1424     * Ellipsize tab labels and some status messages for very long
1425       filenames (closes #2777348).
1426     * Add new toolbar element: Print (patch by Roland Baudin).
1427     * Remember the active sidebar page between sessions.
1428     * Add "Recent Projects" menu to the Project menu (#2728630,
1429       patch by Elias Pschernig).
1430     * Add Tools->Configuration Files item for snippets.conf.
1432     Filetypes:
1433     * Fix wrong Fortran 90 comment characters when inserting templates.
1434     * Add filetype ActionScript (patch by Chris Macksey).
1435     * Fixes for CSS, Fortran and Ruby parsers.
1436     * Add a trivial symbol parser for NSIS files.
1438     Windows:
1439     * On Windows, change the working directory to the Geany installation
1440       path at startup to avoid unwanted directory locking(closes #2626124).
1441     * Fix window positioning on startup.
1442     * Make build commands on Windows run synchronously to avoid problems
1443       with reading build commands' output.
1445     Plugins:
1446     * HTMLchars: Extend plugin by bulk replace and replace on
1447       input for special characters to their HTML entities.
1448     * Splitwindow: Add keybindings for the split actions.
1449     * VCDiff: Remove plugin from Geany. Use GeanyVC instead.
1451     Plugin API:
1452     * Deprecate sci_get_text(), sci_get_selected_text() and
1453       sci_get_text_range().
1454     * Add sci_get_contents(), sci_get_contents_range() and
1455       sci_get_selection_contents() as replacement functions to provide
1456       an easier and cleaner API (initial patch by Frank).
1457     * Make GEANY_FILETYPES_NONE = 0, sort filetype IDs randomly (so we can
1458       append new filetypes without breaking the ABI); add
1459       filetypes_by_title sorted list to GeanyData.
1461     Documentation:
1462     * Describe how to build Geany using the Waf build system.
1464     Internationalisation:
1465     * Updated translations: be, cs, de, es, fi, fr, hu, ja, pt_BR, ru,
1466       sv, tr, zh_CN
1469 Geany 0.16 (February 15, 2009)
1471     Bug fixes:
1472     * Fix indenting for Tabs & Spaces mode when inserting snippets.
1473     * Fix snippets and smart indent using too much indentation when the
1474       line contains whitespace after non-whitespace characters (#2215044).
1475     * Fix segfault when showing Find in Files dialog when no documents are
1476       open (#2228544).
1477     * Fix not switching to 2nd last used document when the last used
1478       document has been closed (#1945162).
1480     General:
1481     * Group child tags by their parents in the symbol list for C-like
1482       filetypes, Python, Conf (thanks to Conrad Steenberg).
1483     * Use a tree for the Documents sidebar, grouped by path.
1484     * Add 'Tools->Configuration Files' menu with items to open
1485       filetype_extensions.conf and ignore.tags. These files are also
1486       reloaded automatically when saved.
1487     * Change configuration directory path to $XDG_CONFIG_HOME/geany
1488       (most often this is ~/.config/geany).
1489     * Allow to specify files on the command line and from remote instances
1490       to be URIs (local and with GIO also remote URIs).
1491     * Increase minimum required GTK version to 2.8.
1493     Prefs:
1494     * Add Project Indentation prefs, which override the Editor
1495       Preferences dialog options. For new projects, these default to
1496       the editor indent prefs.
1497     * Add an interface pref for whether to hide additional widgets when
1498       double-clicking on document notebook tabs (off by default).
1499     * Add a preference to invert all colours for syntax highlighting.
1500     * Add a hidden preference "allow_always_save" to make the Save buttons
1501       and menu items always sensitive.
1503     Interface:
1504     * Rework the toolbar: now all elements can be added/removed/reordered
1505       using a simple XML file.
1506     * Add new toolbar buttons for Cut, Copy, Paste, Delete, Preferences,
1507       Close All and Build (including a submenu for Make actions).
1508     * Add a progressbar widget to the statusbar to show progress for time
1509       consuming actions.
1511     Editor:
1512     * Make Ctrl-click go to matching brace if there's no current word.
1513     * Make Shift+Mouse wheel scroll the editor view horizontally.
1514     * Make the 'Mark' button for Find highlight the results with rounded boxes
1515       instead of marking the whole line.
1516     * Add auto-closing of braces, brackets and quotes (Guillaume de Rorthais).
1517     * Support multiple %cursor% wildcards in Snippets (Thomas Martitz).
1519     Filetypes:
1520     * Add new filetypes Ada, CMake, Matlab, NSIS, Vala and YAML.
1521     * Update HTML character entities (thanks to Tyler D'Agosta).
1522     * Parse restructuredText sections in the order of first-used underline
1523       character, which can now be any punctuation character (as per the spec).
1524     * Remove GTK global tags, replace them with C (C99) tags. The GTK tags
1525       file is still available for download on the website.
1526     * Minor improvements for filetypes CSS, Fortran, FreeBasic, HTML, Tcl
1527       and Vala.
1529     Windows:
1530     * Improve tab close icon size.
1531     * Changes to the Windows installer:
1532       - The full installer now includes the GTK 2.14 runtime environment.
1533       - Register ".geany" as Geany Project File extension.
1534       - Install GTK translation files only if installation of translation
1535         files were requested (saves about 22 MB otherwise).
1536       - Support silent installations.
1538     Plugins:
1539     * Add Split Window 'Split Vertically' command (thanks to Moritz Barsnick).
1540     * Make Version Diff plugin set the indent type for diffs based on the
1541       current file's indent type.
1542     * Minor improvements to the filebrowser plugin
1544     Plugin API:
1545     * Generate plugin API header geanyfunctions.h containing macros to
1546       avoid having to type the function pointer names manually.
1547     * Deprecate pluginmacros.h in favour of geanyfunctions.h.
1548     * Add "editor-notify" to the plugin API.
1549     * Add new plugin symbol plugin_help() which is called by Geany when the
1550       plugin should show its documentation (if any, symbol is optional).
1552     Documentation:
1553     * Update Scintilla regular expression info for v1.77 (character
1554       classes, ASCII escaping, character sets containing square
1555       brackets peculiarities). Adapted from SciTE doc.
1556     * Complete 'Hello World' Plugin Howto.
1558     Internationalisation:
1559     * Updated translations: bg, ca, cs, de, en_GB, fr, hu, it, ja,
1560       pt_BR, sv, ru, tr, vi, zh_CN
1563 Geany 0.15 (October 19, 2008)
1565     General:
1566     * Add Previous Message, Previous Error commands (thanks also to Beau
1567       Barker).
1568     * Add 'Close Other Documents' File menu command (#1976724).
1569     * Add Find Document Usage popup menu command & keybinding.
1570     * Check that the current file is still on disk (as well as checking the
1571       modification time).
1572     * Add support for custom file templates (found at startup) in the
1573       ~/.geany/templates/files directory, shown underneath filetype templates
1574       in the New with Template menu.
1575     * Make socket open command support filename:line:column syntax.
1576     * Add filetypes.* [build_settings] key 'error_regex' to support custom
1577       error message parsing using a GNU-style extended regular expression.
1578     * Allow loading projects from command line (#1961083).
1579     * Add alternative build system: Waf.
1580     * Add Tools menu item to reload configuration data without a restart.
1581     * Add support to use template wildcards in snippets.
1582     * Increase LSB compliance.
1584     Prefs:
1585     * Make disk check timeout configurable (zero disables disk checks).
1586     * Add search pref: 'Use the current file's directory for Find in Files'
1587       (#1930435).
1589     Interface:
1590     * Make keyboard shortcuts dialog non-modal (#1999384).
1591     * Add a debug messages window to easily view debug messages/warnings.
1593     Editor:
1594     * Update Scintilla to version 1.77 (includes many fixes).
1595     * Add basic Line Breaking option in the Document menu and 'Line breaking
1596       column' editor pref (for now only works when typing characters past
1597       the line breaking column number).
1598     * Don't colourise any documents until they need to be drawn (this
1599       should make opening a session faster for filetypes that support typename
1600       highlighting).
1601     * Make Ctrl-click on a word perform Go to Tag Definition.
1602     * Add 'Max. symbol name suggestions' autocompletion pref.
1603     * Show ellipsis (...) item when there are too many symbol names for
1604       autocompletion.
1605     * Highlight matching brace indent guides (thanks to Jason Oster;
1606       #2104099).
1607     * Show brace indent guides on empty lines when appropriate (thanks to
1608       Jason Oster; #2105982).
1609     * Add 'Tab key indents' pref, on by default.
1610     * Implement soft tabs support (#1662173). There's now a 'Tabs & Spaces'
1611       Indent Type, and separate Width, Hard Tab Width indent prefs. (Thanks
1612       to Joerg Desch for explaining how it needed to work).
1613     * Auto-update the line margin width as lines are added (thanks to Jason
1614       Oster; #2129157).
1615     * Add "Replace spaces by tabs".
1617     Windows:
1618     * Install plugins into lib/ not into plugins/.
1619     * Install Geany's message catalogs into share/locale rather than
1620       lib/locale as GTK does since 2.12.2.
1622     Keybindings:
1623     * Add Go to Start/End of Line keybindings (#1996175).
1624     * Add 'Switch to Compiler' keybinding (useful when checking build
1625       progress).
1626     * Add keybindings for Line wrapping, Line breaking, Toggle fold and
1627       Replace Spaces by tabs, Previous/Next word part.
1629     Filetypes:
1630     * Add OpenGL Shader Language (GLSL) filetype (thanks to Colomban
1631       Wendling; #2060961).
1632     * Add R language filetype (thanks to Andrew Rowland; #2121502).
1633     * Split filetype Fortran into Fortran 77 and Fortran 90.
1634     * Add Gettext translation filetype (#2131985).
1635     * CSS improvements, thanks to Jason Oster.
1637     Embedded Terminal:
1638     * Fix hang when restarting the VTE (#1990323) with VTE 0.16.14.
1639       (Note that with VTE 0.16.14 the reset sometimes leaves a blank
1640       terminal, but pressing enter makes it then behave as normal).
1642     Plugins:
1643     * Add Split Window plugin (should work OK for viewing; full editing
1644       support is not implemented yet).
1645     * Merge InstantSave, AutoSave and BackupCopy plugins into the new
1646       plugin 'Save Actions'.
1648     Documentation:
1649     * Add Tips and Tricks appendix.
1650     * Updated Installation section.
1651     * Update 'Build system' for custom error regexes.
1652     * Add a section for internal plugins.
1654     Plugin API:
1655     * Many changes; see the API documentation (make api-doc) and the
1656       geany-devel list archives.
1657     * Deprecated: plugin_fields, plugin_info symbols.
1659     Internationalisation:
1660     * New translations: ko, tr.
1661     * Updated translations: be, ca, de, en_GB, fi, hu, it, ja, pl,
1662       ro, ru, sv, zh_CN
1665 Geany 0.14 (April 19, 2008)
1667     General:
1668     * Don't beep when using Replace All in Session unless all open files
1669       have no replacements (fixes #1893796).
1670     * Only use filetype detection after Save As, not on every save when the
1671       filetype is None (fixes #1891778).
1672     * Make Go to Tag commands look for the tag in the current document
1673       before searching the workspace.
1674     * Check file on disk for changes also when pressing a key.
1675     * Ignore documents with no absolute path when saving session files.
1676     * Fix segfault with Run command when a project is open and the current
1677       file's filetype has no run command.
1678     * Make Next Error and Next Message commands add positions to the
1679       navigation queue, so the user can move backwards through the list items
1680       and return to where they were.
1681     * Make pressing escape in the sidebar focus the editor.
1682     * Make navigation queue position based to restore the line and column when
1683       returning to a previous position (closes #1936927).
1684     * Save sorting order of the symbol list when saving a file (fixes #1917262).
1685     * Improve "Send Selection To" code (fixes #1909452).
1686     * Install header files and add a pkg-config file for external plugins.
1687     * Use monospace font for text entry fields in search dialogs (#1907117).
1688     * Don't open zero byte sized files read-only (e.g. files in /proc).
1690     Filetypes:
1691     * Improve Makefile parser to detect targets.
1692     * Update PHP tags file to latest PHP API docs (closes #1888691).
1693     * Add translucency settings to filetypes.common for semi-transparency.
1694     * Add HTML parser to get h1, h2, h3 symbols as well as link anchors and
1695       JavaScript functions (fixes #1896068).
1696     * Update Javascript, Tcl and Assembler parser.
1698     Interface:
1699     * When closing a tab when using left-to-right tabs, focus the next
1700       document, not the previous.
1701     * Move Load Tags item from File to Tools menu.
1703     Editor:
1704     * Don't scroll the editor view if it is unnecessary when using Find
1705       Next/Previous, Find Selected, incremental search, Go to Marker or Go to
1706       Matching Brace commands.
1707     * Fix bug with showing macro list items all on one line.
1708     * Fix Python auto-indentation when line endings are set to CR/LF.
1709     * Unfold hidden code when the fold point modified (fixes #1923350).
1710     * Update Scintilla to version 1.76.
1711     * Add (basic) column mode editing (patch by "chuck").
1713     Windows:
1714     * Replace untitled file header filename after Save As and add to recent
1715       files on Windows too.
1716     * Resolve Windows shortcuts when opening files.
1717     * Fix modal dialog problems on Windows by not setting taskbar hint
1718       (closes #1916994).
1719     * Add new process spawning implementation. This makes the VCdiff plugin
1720       to work on Windows (patch by Pierre Joye, thanks).
1721     * Fix crash on Windows when a project could not be opened.
1723     Plugins:
1724     * Add configurable plugin keybindings support.
1725     * Add a HTML Characters keybinding to show the dialog.
1726     * Add File Browser keybindings to focus the Path Entry and File List
1727     * Rename VCDiff plugin Version Diff.
1728     * When quitting, remember plugin filenames that couldn't be loaded at
1729       startup as well as active plugins.
1731     Plugin API:
1732     * Add PLUGIN_KEY_GROUP and keybindings_set_item() to setup a keybinding
1733       group.
1734     * keybindings_send_command() arguments have changed because of
1735       keybinding groups - this breaks the API for plugins already using it.
1736     * Make VERSION_CHECK deprecated in favour of PLUGIN_VERSION_CHECK.
1738     Documentation:
1739     * Add descriptions for several options in the preferences dialog
1740       (patch from Robert McGinley).
1742     Internationalisation:
1743     * New translations: ro.
1744     * Updated translations: bg, de, en_GB, es, fr, hu, it, ja, pt_BR, ru.
1747 Geany 0.13 (February 05, 2008)
1749     General:
1750     * Improve configure script and fix some compatibility issues.
1751     * Add support for project session files.
1752     * Add native GTK printing support (only with GTK 2.10+).
1753     * Prevent execution of commands by Geany if the VTE may contain any
1754       text on the prompt (thanks to "Jeff Pohlmeyer for reporting).
1755     * Store more document-related settings when saving session in the
1756       configuration file (including the file encoding).
1757     * Detect in-file specified file encoding by scanning the file using
1758       regular expressions.
1759     * Add binary relocation support.
1761     Filetypes:
1762     * Add configurable default file extension setting for filetype
1763       definition files.
1764     * Fix reST autocompletion.
1766     Tags:
1767     * Show arrays and modifiers like const in calltip return types for
1768       C-like files.
1769     * Update C global tags file for GTK+ 2.12.
1770     * Fix parsing the correct D class name when inheriting, D constructor
1771       tags and ignore D import statements.
1772     * Remove unnecessary tagmanager status file.
1773     * Improve PHP, Ruby and FreeBasic parsers.
1775     Interface:
1776     * Add 'Indent Type' option in the Document menu.
1777     * Add 'Detect from file' Editor indentation pref.
1778     * Show TAB or SP for current document's indent type.
1779     * Add a 'Newline strips trailing spaces' pref (thanks to Catalin
1780       Marinas).
1781     * Add 'Strip Trailing Spaces' document menu item.
1782     * Add combo box input history for 'Make Custom Target' dialog.
1783     * Make Open, Save As dialogs start in project base path (or default
1784       path pref) when the current file has no filename.
1785     * Add 'Make in base path' project file preference.
1786     * Make 'Open Selected File' first try the current file's directory,
1787       falling back to the project base path if no file was found.
1788     * Fix broken window maximization.
1789     * Improve appearance of used treeviews and use rules hints to respect
1790       user colour settings.
1792     Editor:
1793     * Fix hidden lines after deleting a line that is a collapsed fold
1794       point.
1795     * Make Fold All/Unfold All attempt to scroll the current line in view.
1796     * Show line wrap symbol at start of line for wrapped lines.
1797     * Allow scrolling past end of document, so the user can append text
1798       with the last lines drawn at the top of the view.
1799     * Rename "Construct autocompletion" to "Snippets".
1800     * Improve usage of "Unfold all children" option.
1801     * Update Scintilla to version 1.75.
1803     Keybindings:
1804     * Add configurable keybindings for Cut, Copy and Paste.
1805     * Ask the user whether to override an existing keybinding when setting
1806       a combination that is already in use.
1807     * Add 'Override Geany keybindings' VTE prefs dialog option (replaces
1808       hidden pref), which makes the VTE interpret all keyboard shortcuts
1809       except focus group keybindings.
1811     Plugins:
1812     * Add File Browser sidebar plugin.
1813     * Add Version Control Diff plugin (VC Diff), which supports SVN, CVS and
1814       GIT (thanks to Yura Siamashka).
1815     * Add plugin manager dialog to select plugins to load at startup and to
1816       call a plugin configure dialog.
1817     * Add new signals: project_open, project_save, project_close.
1818     * Add Auto Save plugin.
1820     Plugin API:
1821     * Add keybindings_send_command() and some other functions.
1822     * Add pluginmacros.h to define common macros for app, p_utils, etc.
1823     * Add more documentation/comments to demoplugin.c.
1824     * Add configure symbol for plugins which is called by Geany when a
1825       configure dialog for the plugin is requested, optionally.
1826     * Add author field to plugin info struct.
1828     Windows:
1829     * Enable build support.
1830     * Prevent prefs dialog being hidden after using the prefs file dialog.
1831     * Create Geany's configuration directory in user's appdata path
1832       instead of the default home directory.
1834     Documentation:
1835     * Show default shortcuts in Keybindings section.
1836     * Update Project section for project-based session support.
1837     * Add Indentation subsection under Editor section.
1838     * HACKING: Update 'Adding a filetype' section.
1840     Internationalisation:
1841     * New translations: ja, uk, el.
1842     * Updated translations: ca, de, en_GB, fr, it, pt_BR, hu, sv, vi.
1845 Geany 0.12 (October 10, 2007)
1847     Bugs fixed:
1848     * Fixed opening the same file twice from the message window/command-line.
1849     * Fixed Ctrl-Shift keybindings not working when caps lock is on.
1850     * Fixed saving the wrong document when using Save All with unnamed
1851       documents.
1852     * Fixed replacing with '^' or '$' regex chars.
1853     * Fixed hang with Find All/Find Usage with '^' or '$' regex chars.
1854     * Fixed hang when replacing all '[ ]*' regex matches (closes #1757748).
1855     * Fixed displaying error indicators with Make after entering a
1856       subdirectory.
1857     * Fixed a possible segfault when parsing tags (a vString bug).
1858     * Fixed clipboard problems with some applications.
1859     * Fixed crash when trying to open the Save As dialog on Windows.
1860     * Fixed crash when saving a file after setting encoding "None".
1861     * Fixed scrolling bugs when searching text and the cursor is outside of
1862       the current visible area.
1864     Filetypes:
1865     * Added reStructuredText filetype and parser.
1866     * Added Haskell tags support (thanks to Peter Strand).
1867     * Added decorator styling for Python.
1868     * Parse Python global variables and class variables.
1869     * Added support for Java Apache Ant compiler error messages (thanks to
1870       Jon Senior).
1871     * Added new filetypes CSharp and FreeBasic.
1872     * Added filetype Haxe (patch by blackdog, thank you).
1874     Plugins:
1875     * Added basic plugin support (developers: see the HACKING file).
1876     * Added 'Enable plugin support' preference and -p, --no-plugins options.
1877     * Added Class Builder plugin (thanks to Alexander Rodin).
1878     * Added Export plugin to export current file as HTML or LaTeX.
1880     Keyboard shorcuts:
1881     * Common bash Ctrl-[a-z] keyboard shortcuts now work when the VTE is
1882       focused, and there is an 'enable_bash_keys' hidden preference.
1883     * Added 'Move document left' and 'Move document right' keybindings.
1884     * Added Find keybinding.
1885     * Made fixed keybindings overridable.
1886     * Added fixed keybindings for switching to leftmost/rightmost document,
1887       Ctrl-Shift-{PageUp,PageDown}.
1888     * Change Previous/Next Paragraph fixed commands to Ctrl-{Up,Down};
1889       adding Shift extends selection by paragraph. (Scroll by line is now
1890       Alt-{Up,Down}).
1891     * Made pressing escape focus the editor when using incremental search
1892       or Goto Line toolbar fields.
1893     * Added keybinding for select current paragraph.
1894     * Added keybindings for smart indent and indent/deindent by one space.
1895     * Removed convert to lower-/upper-case keybindings.
1896     * Added toggle case keybinding and change shortcut to Ctrl-Alt-U.
1898     General:
1899     * Added preference for 'smart' home key behaviour (thanks to Jeff
1900       Pohlmeyer).
1901     * Added symbol list icons (thanks to Jean-François Wauthy, and KDevelop
1902       for the icons).
1903     * Added 'Current chars' indentation mode (closes #1726880).
1904     * Save and restore the current notebook page when quitting.
1905     * Added support for %e, %f in project run command.
1906     * Ignore punctuation chars when moving by word, and use word end
1907       boundaries when moving by word to the right (like most GTK+ widgets).
1908     * Added hidden editor preference 'use_gtk_word_boundaries'.
1909     * Added auto_complete_whilst_editing hidden preference.
1910     * Speed up Save All for C-like files.
1911     * Don't show file opened/saved/closed messages on the status bar.
1912     * Added --no-preprocessing, -P option when generating tags files to
1913       disable preprocessing of C/C++ source files.
1914     * Added default startup directory option (closes #1704988).
1915     * Use current locale as default encoding for new files.
1916     * Added simple code navigation (thanks to Dave Moore).
1917     * Re-maximize the main window on startup when closed in maximized state
1918       (closes #1730369).
1919     * Added auto focus (to auto focus widgets below mouse cursor).
1920     * Complete rewrite of auto completion to make it user-definable and
1921       much more flexible (please read documentation).
1922     * Added option to set a default encoding when opening files and disable
1923       auto detection of the file encoding.
1924     * Improved comment toggling by adding an additional character to mark.
1925     * Changed the background colour of the search bar in the toolbar
1926       according to the search result.
1927     * Use intltool to make geany.desktop translatable
1928     * Replace Geany's icon by a new one by Sebastian Kraft (thanks).
1929     (Thanks also to Christoph Berg for updating the icon code).
1931     Docs:
1932     * Changed documentation generation tools from DocBook to reST
1933       (thanks to John Gabriele for his great work on this).
1934     * Added Plugins section.
1935     * Added 'Inserting unicode characters' Editing section (thanks to
1936       John Gabriele).
1937     * Added 'Hidden preferences' appendix.
1938     * Added 'Switching documents' keybindings section.
1940     HACKING:
1941     * Added notes on adding a filetype.
1943     Internationalisation:
1944     * New translations: en_GB.
1945     * Updated translations: ca, cs, de, es, fi, fr, hu, it, pl, pt_BR, zh_CN.
1948 Geany 0.11 (May 21, 2007)
1950     Notes for existing users:
1951     * Tab is now used for construct completion (for, if, etc.), but it
1952       is configurable with the new 'Complete construct' keybinding.
1953     * Template files are now stored in ~/.geany/templates/ and the
1954       'template.' filename prefix is no longer used. You will need to
1955       move any custom template files you have.
1956     * Inserting a file header is now optional for filetype templates.
1957       Use the string '{fileheader}' to mark where the file header should
1958       be placed.
1959     * Drag'n'Drop of text inside the editor widget will now move the
1960       text instead of copying it.
1962     Bugs fixed:
1963     * Fix segfault when pressing Ctrl-Enter when there are no workspace
1964       tags.
1965     * Remove error indicators in all documents when linking (#1705374).
1966     * Sort symbol list tags also by line number (#1703575).
1967     * Fix #1717418, Hang on SQL file load.
1968     * Fix #1718532 - Crash when opening a special HTML file.
1969     * Add workaround for PHP closing brace de-indenting.
1970     * Fix reloading of read-only documents.
1972     Project Management:
1973     * Add keybinding to show project properties dialog.
1974     * Add project Run command support.
1975     * Run Make All and Make Custom from the project base directory.
1977     Custom Global Tags:
1978     * Update C global tags for GTK+ 2.10 and it's dependencies.
1979     * Add option --generate-tags (-g) to generate a global tags file
1980       from a list of source files (see docs).
1981     * Load global tag files stored in ~/.geany/tags at startup #.
1982     * Add Load Tags command in the File menu #.
1983     # This is not supported for Pascal, PHP or LaTeX files yet.
1985     Calltips (for C-like files):
1986     * Show up and down arrows when there are multiple calltip matches.
1987     * Show classname in calltips.
1988     * Parse pointers in function return type.
1989     * Add calltip support for D constructors.
1991     Other changes:
1992     * Parse 'Entering directory' Make messages so opening files from
1993       error messages works for subdirectories (thanks to Josef Whiter).
1994     * Make Go to Tag Definition/Declaration work for all tags.
1995     * Support filetype templates for all filetypes (see docs).
1996     * Make file header optional for filetype templates.
1997     * Add 'Find Selected' and 'Find Prev Selected' search commands and
1998       keybindings (thanks to Jeff Pohlmeyer).
1999     * Add Mark button to the Find dialog, and a Remove Markers item to
2000       the Document menu.
2001     * Add 'Recurse in subfolders' and 'Extra options' checkboxes to the
2002       Find in Files dialog.
2003     * Add 'Switch to last used document' keybinding (Ctrl-Tab).
2004     * Add Goto Previous/Next Marker keybindings (Ctrl-, and Ctrl-.).
2005     * Add Toggle Marker keybinding (Ctrl-M).
2006     * Add keybinding for construct completion, and set the default to
2007       Tab.
2008     * Add MimeType associatiations for: C++ header, Pascal, Perl,
2009       Python, httpd-PHP and XML files (thanks to Iñaki Rodriguez).
2010     * Add brace indenting support for Perl and Tcl.
2011     * Make backspace unindent when using spaces for indentation.
2012     * Wrap notebook pages when switching tabs.
2013     * Speed up loading multiple C-like files slightly.
2014     * New filetypes: JavaScript, Lua and Haskell.
2015     * Set several widget names to allow users to define custom styles
2016       in .gtkrc-2.0.
2017     * Add context actions to run custom commands on current selection
2018       or the current word below cursor.
2019     * Add different auto indention modes.
2020     * Improve replacing in rectangle selections.
2021     * Add custom commands to send selected text through some definable
2022       commands and replace the selection with the output.
2023     * Add command line option --column to allow setting the initial
2024       column for the first opened file on command line.
2025     * Improve the auto scrolling of documents.
2026     * Improve loading of the VTE library.
2027     * Add an option for using spaces or tabulators when inserting some
2028       whitespace.
2029     * Add an option to disable Drag'n'Drop in the editor widget.
2031     Documentation:
2032     * Add Project Management, Global Tags, Construct Completion
2033       sections.
2034     * Add Bookmarks section (thanks to John Gabriele).
2035     * Update Filetype Templates, Search sections.
2037     Internationalisation:
2038     * New translations: bg.
2039     * Updated translations: ca, cs, de, es, fr, zh_CN.
2042 Geany 0.10.2 (February 25, 2007)
2044     Bugs fixed:
2045     * Fixed serious crash of complete X session when using the Stop
2046       command when Geany is run from the program menu (closes #1668017).
2049 Geany 0.10.1 (February 23, 2007)
2051     Bugs fixed:
2052     * Wrong tab foreground colour for unmodified documents.
2053     * Fixed crashes when closing dialogs by clicking X on some systems.
2054     * Fixed missing global tags for C files when a C++ source file was
2055       loaded first.
2056     * Fixed autocompletion missing tag matches.
2057     * Fixed a wrong PASCAL autocompletion.
2058     * Set single undo action when toggling multiple lines or stripping
2059       trailing spaces.
2060     * Prevent some possible invalid memory reads.
2061     * Convert config, application and documentation dir paths to locale
2062       encoding before using it.
2063     * Fixed errors when changing directories containing special
2064       characters within the VTE component (thanks to Jeff Pohlmeyer).
2065     * Support newer so-names when loading the VTE library (thanks to
2066       Jeff Pohlmeyer).
2067     * Fixed paste problems on Windows.
2068     * When using Save As the returned filename needs to be converted
2069       into UTF-8.
2070     * Fixed error when parsing of compiler errors by the va_list system.
2071     * Added MimeType entry as suggested by Nick Schermer.
2072     * LaTeX parser: Allow \section*{} and other commands with *.
2073     * Change default keybinding for Close All to Ctrl-Shift-W.
2074     * Allow Make for files with no extension - prevent Build when the
2075       output filename would be the same as the source file.
2076     * Ensure the VTE visual settings are applied when switching to VTE
2077       when the Message Window is hidden.
2078     * Fixed several issues while opening files and improved code.
2079     * Improved the auto scrolling of documents and fixed a bug when
2080       opening files remotely.
2081     * Fixed wrong D function return type after a class definition.
2082     * Added several missing style types for filetype Perl (thanks to
2083       John Gabriele for reporting).
2084     * Prevent right click in Symbol list from selecting a tag.
2085     * Update the symbol list when starting a new document.
2086     * Scroll Compiler and Messages window in view when using Next Error
2087       or Next Message.
2088     * Auto close brackets only when auto completion of constructs is
2089       enabled (closes #1665015).
2090     * Fixed switching to the wrong tab when showing the unsaved dialog.
2092     Internationalisation:
2093     * New translations: fi (thanks to Harri Koskinen).
2094     * Updated translations: cs, de, es, fr, hu.
2097 Geany 0.10 (December 21, 2006)
2099     Changes:
2100     * Added a dialog to insert HTML special characters.
2101     * Added new command line option --line to set the initial line for
2102       the first opened file.
2103     * Implemented new, own Undo system to undo/redo encoding changes.
2104     * Added simple parser for filetype Diff to create tags for each
2105       patched file in a diff file.
2106     * Added new encoding "None" to open files without any character
2107       conversions.
2108     * Added Stop button to abort the Run command.
2109     * New filetype VHDL.
2110     * New scintilla lexer for filetype D with several improvements.
2111     * Improved auto completion of multi line comments
2112     * Added option to execute programs in the VTE instead of executing
2113       them in a terminal emulation window
2114     * Removed the limit on the number of files open.
2115     * Save the build includes and arguments when quitting.
2116     * Added Next Message search command and Next Error build command.
2117     * Make search bar automatically wraparound if necessary.
2118     * Applied patch from Bob Doan to prevent unnecessary search
2119       scrolling and add a preference to suppress some of the search
2120       dialogs.
2121     * Added Find Previous, Find All in Document/Session buttons for the
2122       Find dialog.
2123     * Added Replace (but don't Find) button for the Replace dialog.
2124     * Added 'Hide Message Window' popup menu command.
2125     * Added Alt-[1-9] shortcuts to switch to a certain tab number.
2126     * Limit search dialog history to 30 entries.
2127     * Change python default compile command to create a compiled
2128       python .pyc file (thanks to Bajusz Tamás).
2130     Windows changes:
2131     * Fix #1611530 'file has changed' message on Windows after saving.
2132     * Fixed wrong paste behaviour under Windows with some applications.
2134     Bugs fixed:
2135     * Fixed crash when using "Make object" on new files.
2136     * Fixed incompatible use of read command in the created shell
2137       script to execute programs.
2138     * Fixed wrong insert position when the cursor was moved by keyboard
2139       and comments, includes or a date was inserted.
2140     * Fixed some segfaults when inserting comments, dates and
2141       includes at a position prior to some deleted text.
2142     * Fix message window horizontal scrollbar being too tall on some
2143       systems (thanks to Rob van der Linde).
2145     Internationalisation:
2146     * New translations: fr, hu, it, zh_CN, zh_TW.
2147     * Updated translations: be, ca, cs, de, es, vi.
2150 Geany 0.9 (September 29, 2006)
2152     Changes:
2153     * Added function calltips for files open in the current workspace
2154       for C-like languages.
2155     * Open a second instance by default when starting Geany with no
2156       filenames specified on the command-line.
2157     * Added better error message support for D, for both DMD and GDC;
2158       also GCC-style linker error messages are now parsed.
2159     * Text selections now use syntax highlighting foreground colours
2160       (but can still be overridden in filetypes.common).
2161     * Find in Files improvements: fixed string and whole word only
2162       matching options; a directory selector dialog; filenames passed
2163       to Grep are now sorted alphabetically.
2164     * Remember the VTE current directory at startup.
2165     * Show the messages window on build failure or for Find Usage.
2166     * Added -s command-line option to not load session files (-i is now
2167       used to force a new instance).
2168     * Added comment toggle functionality to easily comment and
2169       uncomment a line with one shortcut.
2170     * Separated filetypes PHP and HTML for better usage.
2171     * New filetypes: Diff, Fortran 77 and Ferite.
2172     * Added auto completion tags for PASCAL.
2173     * Improved VTE usage by adding options for selecting the used shell
2174       and ignoring menu bar accelerator (default F10).
2175     * Added menu items to insert configurable date/time strings.
2176     * Removed the whole FIFO code and replaced it with support for
2177       (Unix Domain) Sockets(including Windows support).
2179     Windows changes:
2180     * Implemented Run command (from the build menu) under Windows.
2181     * Enabled socket code on Windows to detect a running instance.
2182     * Enabled notification if file on disk has changed under Windows.
2184     Bugs fixed:
2185     * Fixed a segfault at startup if terminal follow path setting is
2186       enabled.
2187     * Fixed clicking on error messages being dependent on the current
2188       file's directory.
2189     * Fixed a bug when clicking on a recent file got the wrong
2190       filename.
2191     * Fixed a crash when a compiler output reports an error in a blank
2192       line(can happen in LaTeX)
2193     * Fixed a crash when switching between several filetypes.
2194     * Fixed segfault when replacing tabs by spaces.
2196     Internationalisation:
2197     * New translations: cs, nl, vi.
2198     * Updated translations: de, es.
2201 Geany 0.8 (August 09, 2006)
2203         Changes:
2204         * Find in files feature added which uses the Grep tool.
2205         * Added Make object command to compile using the Make tool.
2206         * Editor notebook tabs can now be reordered by drag and drop.
2207         * Added support for back references when using regex replace.
2208         * Added a Find button to the Replace dialog to skip matches.
2209         * Greatly improved the speed of Replace all/in selection.
2210         * Scroll to 1/4 of the view when jumping to a line number.
2211         * Show messages on the status bar and in the Status window.
2212         * Preferences options for Auto-indentation and Line wrapping.
2213         * Use the mouse click position for Go to tag.
2214         * Added separate filetype_extensions.conf system file.
2215         * Added makefiles for building on Windows.
2216         * Added keyboard shortcuts for increase/decrease of line
2217           indentation.
2218         * Added functionality to uncomment code.
2219         * Encoding support
2220         * Added support for Unicode Byte-Order-Mark (BOM)
2221         * Redesigned preferences dialog.
2222         * Added Undo and Redo toolbar buttons.
2223         * New filetype: D
2224         * Added simple printing support.
2225         * Mark errors while compiling source code within Geany with
2226           indicators(small squiggly underlines)
2228         Bugs fixed:
2229         * Use the full path for files opened from the command-line.
2230         * Fixed saving a file from the unsaved file dialog.
2231         * Fixed replacing with regexes the correct matched text length.
2232         * Fixed applying virtual terminal widget settings at startup.
2233         * Fixed prepending items to the Recent files menu.
2234         * Fixed clipboard commands used in the find entry and Scribble.
2235         * Fixed wrong interpretation of syntax highlighting colours
2236         * And some more.
2238         Windows bugs fixed:
2239         * Don't add .c extension when saving with the All files filter.
2240         * Fixed a tool chooser dialog crash when path doesn't exist.
2241         * Fixed locale problems with Windows message dialogs.
2243         Internationalisation:
2244         * New translations: be, es, pt_BR, ru.
2245         * Updated translations: ca, de, pl.
2247         Documentation:
2248         * Added Scintilla keyboard commands for editing appendix.
2249         * Improved search section; added all find and go to commands.
2250         * Added section about character sets.
2253 Geany 0.7 (June 04, 2006)
2255         * user-definable keyboard shortcuts
2256         * filetype definition files can be overridden in Geany's
2257           configuration directory (please see documentation)
2258         * added filetypes Ruby and Tcl/Tk
2259         * improved build system (for Perl, Python, Ruby and others)
2260         * loading of Virtual Terminal Emulation can be disabled in the
2261           preferences dialog
2262         * new menu item "Search" with Find items from Edit menu and new
2263           item "Find Previous"
2264         * fixed the bug which let Geany crash with newer GTK versions
2265         * improved documentation: added documentation for keyboard
2266           shortcuts, the build system and filetype definition files
2267         * new translations: Catalan and Polish
2268         * many small improvements
2269         * fixed lots of bugs (please see ChangeLog for details)
2272 Geany 0.6 (April 30, 2006)
2274         * added option to place new file tabs to the right or left of
2275           the tab list
2276         * improved file open dialog
2277         * improved scrolling of the compiler output window
2278         * rewrote most of the code for compiling files, now all
2279           settings are read from filetype definition files
2280         * now, you can drag files from a file manager into Geany and
2281           they will be opened
2282         * improved handling of filenames which contain non-UTF8 chars
2283         * added user-definable comment characters to all filetype
2284           definition files
2285         * implemented folding
2286         * added file properties dialog
2287         * improved search and find dialogs
2288         * Geany now creates a FIFO, to communicate between different
2289           instances for opening files in an already running instance
2290         * added filetypes SQL and (O)Caml
2291         * many small improvements
2292         * fixed lots of bugs, including #1419473, #1422135, #1421776
2293           and #1441359
2294         * for more details read the ChangeLog
2297 Geany 0.5 (January 27, 2006)
2299         * set the Open File dialog directory to the same directory as
2300           the current file (thanks to Nick Treleaven for this patch)
2301         * fixed some bugs when opening files with non UTF-8 filenames
2302         * updated included Scintilla to version 1.67
2303         * improved auto indention, now "for (...) {" works, too
2304         * added popup menu to sidebar lists, to quickly hide them
2305         * symbol list support for filetypes LaTeX and DocBook
2306         * added .cc, .hh and .hxx extension for filetype C++
2307         * added new keywords for PHP5
2308         * added new option "Beep on errors" to disable beeping
2309         * eliminated compiler (gcc4) warnings
2310         * closed bug #1387828 and #1387839
2311         * fixed lots of bugs (please see ChangeLog for details)
2314 Geany 0.4 (December 21, 2005)
2316         * new filetype: Assembler
2317         * new filetype: Conf for configuration files
2318         * added a terminal emulation widget, needs only libvte.so at
2319           runtime, but it also runs without it, see documentation
2320         * made some general improvements to increase startup speed
2321         * changed "build with make" keyboard shortcut to Shift+F9 to
2322           avoid problems with window managers key bindings
2323         * added auto-closing [ and { brackets in LaTex-Mode
2324         * improved documentation, but it is not yet complete
2325         * improved the symbol list to categorise the tags in a tree
2326         * some new options in the preferences dialog
2327         * added popup menu to the list of open files
2328         * there are lots of other small changes made since last release
2329         * some bugfixes (please see ChangeLog for details)
2332 Geany 0.3 (November 20, 2005)
2334         * Geany now has a mailing list, for details see
2335           http://geany.uvena.de
2336         * added open files list in the left treeview widget
2337         * added toolbar button to open the color chooser
2338         * heavily improved recent files menu
2339         * added shortcut for "walking" between open documents by
2340           pressing STRG+LEFT resp. STRG+RIGHT
2341         * created template files for new files with specified filetype
2342         * added highlighting support for Python (please give feedback)
2343         * extracted all hardcoded styling definitions for all filetypes
2344           so they can be easily edited
2345         * added vertical line to mark long lines
2346         * fixed a bug that caused a segfault if configuration directory
2347           could not created
2348         * fixed a bug which prevented auto-completion from working
2349         * many minor bugfixes (see ChangeLog for details)
2352 Geany 0.2 (October 26, 2005)
2354         * improved file open dialog
2355         * improved Find dialog
2356         * powerful Replace dialog
2357         * gcc4 compilation fix
2358         * minor bugfixes
2361 Geany 0.1 (October 19, 2005)
2363         * first official release