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