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