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