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