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