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