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