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