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