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