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