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