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