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