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