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