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