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