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