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