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