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