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