Remove duplicate NEWS item
[geany-mirror.git] / NEWS
blob7c9888e06403f1564c60da399b28180599e2da36
1 Geany 1.22 (unreleased)
3     General
4     * Bump dependencies to GTK >= 2.16 and GLib >= 2.20.
5     * Switch to Glade 3 and dynamically loaded XML UI description.
6     * Rewrite theming support for better flexibility.
7     * Add support for opening files read-only from the command line.
8     * Always load the default session if configured to do so.
9     * Make all filetypes use named styles to simplify colour scheme
10       authoring.
11     * Make 'Replace Spaces by Tabs' only match leading spaces to
12       preserve alignment.
14     Bug fixes
15     * Fix escaping of session file paths (#3425969).
16     * Fix closing when minimized under Windows (#3421282).
17     * Properly handle remote URIs received through drag 'n drop
18       (#2966770, #3479567).
19     * Fix build with bleeding-edge GLib (#3483388).
20     * Fix colour scheme selection in Ubuntu Unity (#3479674).
21     * Fix very slow regex tag parsing on Windows (e.g. for HTML).
22     * Fix detecting a changed file on disk when opening from
23       the command-line (Windows).
24     * Add missing Windows mio makefile.
26     Prefs
27     * Split "always wrap search and hide find dialog" pref into
28       "always wrap search" and "hide find dialog" (Dimitar Zhekov).
29     * Add Project Properties overrides for 'Saving files' prefs.
31     Interface
32     * Add support for switching to the last used document after closing
33       a tab (Jiří Techet).
34     * Add support for user-defined labels for 'Send Selection to'
35       custom commands.
36     * Fix sidebar width when on the right (#3514436).
37     * Use case-insensitive document list path comparison on Windows.
38     * Replace Color Schemes menu with custom dialog.
39     * Show selected line count on status bar when whole lines are
40       selected.
42     Editor
43     * Update Scintilla to version 2.29.
44     * Add a "join lines" command (Eugene Arshinov).
45     * Hide autocompletion when the only entry has been typed (#3516212).
47     Search
48     * Add full PCRE regular expressions support.
49     * Extra options passed to grep through Find in Files now follows a
50       real shell-style syntax (#3516263).
51     * Search pattern length is no longer limited to 248 characters.
52     * Fix showing Find/Replace regex compile errors on the status bar.
54     Keybindings
55     * Add Project New/Open/Properties/Close keybindings.
56     * Show overridden keybindings in bold for prefs dialog tree.
58     Tags
59     * Speed up loading of multiple global tags files.
60     * Show global tags file preprocessing errors on stderr & add
61       current directory to include path.
62     * Add C/C++ ignore.tags wildcard format 'PREFIX*'.
64     Filetypes
65     * Add support for regex-based filetype detection.
66     * C snippets no longer apply to all filetypes.
67     * Improve support for HTML embedded filetypes (#2863829, #3127598).
68     * Add filetype Objective-C (Elias Pschernig, P#3325139).
69     * Fix highlighting of ``...R"`` inside C and C++ (#3425107).
70     * Fix TCL keyword highlighting in some situations (#3432877).
71     * Parse PHP functions with multiline argument list (#3037797).
72     * Handle ``/bin/dash`` shebang (#3470986).
73     * Update JavaScript parser from CTags.
74     * Parse D class, struct, interface template bodies and template
75       blocks; ignore 'static if' expressions.
76     * Fix broken tag/word autocompletion in HTML/PHP documents.
77     * Enable &entity; completion for all XML-based filetypes.
79     Plugins
80     * Split Window: show marker margin.
81     * Split Window: enable basic context menu.
83     API:
84     * document_save_file() now shows the Save As dialog when necessary.
85     * Rename signal "project-dialog-create" to "project-dialog-open" and
86       add new "project-dialog-close" signal.
87     * setptr is deprecated in favour of SETPTR.
88     * Add ui_hookup_object() and ui_lookup_object().
89     * Add ui_lookup_stock_label().
90     * Add build_{activate,get_current,remove,set}_menu_item(),
91       build_get_group_count().
92     * Add stash_group_free_settings().
93     * Add support for plugins written in C++.
95     Internationalisation:
96     * Add translations: ar, id, lt, mn, nn, sk
97     * Update translations: de, hu, it, kk, pl, sl, sv, zh_TW
100 Geany 0.21 (October 2, 2011)
102     General
103     * Bump dependencies to GTK >= 2.12, GLib >= 2.16 and GIO.
104     * Add support for real-time symbol parsing.
105     * Remove old filetype templates support - use custom file
106       templates instead.
107     * Add support for detecting the indentation width from the file
108       content.
110     Bug fixes
111     * Fix generating tag files (-g) and --ft-names segfault.
112     * Replace dates on template insertion, not when loading templates.
113     * Fix segfault when inserting e.g. fileheader template when the
114       template file is empty (#3070913, lphilpot).
115     * Use the same indentation for all templates (Matthew Brush,
116       #3193527).
117     * Fix loading of non-UTF-8 templates.
118     * Fix completion and word completion with non-ASCII characters
119       (#3313351).
120     * Fix HTML content-type detection (#3300703).
121     * Fix pattern filtering when using Find in Files not to search in
122       sub-directories.
123     * Add a workaround to prevent Geany from crashing during loading of
124       a LaTeX-file containing linebreaks inside headings.
126     Interface
127     * Add 'Save As' toolbar button option (Matthew Brush, #3153490).
128     * Add 'Open in New Window' command in the notebook tab menu
129       (Matthew Brush, #3118059).
130     * Color schemes: use name and description for menu item and
131       tooltip (Matthew Brush).
132     * Shift-Enter in search dialog and toolbar search entries now
133       searches backwards.
134     * Improve `Set Custom Commands` dialog.
135     * Always destroy open and save dialogs after use (#3311258,
136       #3304273, #3201050, #3163742, #3153120, #2985896).
137     * Add UI to edit formerly hidden preferences (Dimitar Zhekov,
138       #3313315).
140     Editor
141     * Update Scintilla to version 2.25.
142     * Fix snippets bug: {ob}pc{cb} replaced by '%' instead of {pc}.
143     * Fix multiple snippet cursor positions for Tabs + Spaces mode.
144     * Avoid triggering autocompletion on PHP open tags (#3199442).
145     * Fix indentation brace matching (#3309606).
147     Configuration files
148     * Support copying filetype definition file group keys from a system
149       keyfile with e.g. [styling=C].
150     * Make filetype group membership configurable using [Groups] in
151       filetype_extensions.conf.
153     Search
154     * Don't auto-enable case-sensitive option when enabling regex in
155       Find/Replace dialogs.
156     * Remember Find and Replace options across restarts (Dimitar Zhekov).
158     Keybindings
159     * Add fixed shortcuts for VTE copy (Ctrl-Shift-C) and paste
160       (Ctrl-Shift-V).
161     * Add new keybinding 'Remove Markers and Error Indicators'.
163     Projects
164     * Store VTE path with the project session (Nicolas Sierro).
166     Filetypes
167     * Add Scala custom filetype (werg).
168     * Add Cython custom filetype (Matthew Brush).
169     * Add support for separate single and multiline comments.
170     * Add support for filetype-specific indentation settings (#3339420,
171       #3390435)
172     * Fix detecting Matlab and Txt2Tags extensions by default (#3167315,
173       #3154637).
174     * Fix detecting non-lowercase self-closing tags e.g. <BR> (#2226117).
175     * Highlight C# and Vala raw and verbatim strings.
176     * Improve JavaScript keyword handling and keyword lists (Jason Oster).
177     * Add filetype Cobol (Seth Keiper).
178     * Add file template for Vala (Mark Trompell).
180     Plugins
181     * File Browser: Make 'Hide object files' preference configurable with
182       file extensions.
183     * Split Window: Fix a crash when changing filetype (Matthew Brush,
184       #3255968).
185     * Split Window: Update styles when the filetype changes (Matthew
186       Brush).
187     * Split Window: Enable code folding (Matthew Brush, #3097780).
188     * Split Window: Fix issues on Windows (Matthew Brush, #2725342).
189     * Class Builder: Improve dialog UI using a table (Matthew Brush).
190     * Export: Add option to insert line numbers (#3197150).
192     Documentation
193     * Add 'Reading styles from another filetype' subsection (Matthew
194       Brush).
195     * Add 'Filenames' subsection for filetype definition files explaining
196       the filename extensions and special cases.
197     * Add section 'Filetype group membership'.
199     Plugin API
200     * Add filetypes_get_sorted_by_name(), utils_find_open_xml_tag_pos()
201       (Eugene Arshinov).
202     * Add plugin_idle_add(), plugin_timeout_add(), plugin_timeout_add_seconds(),
203       ui_menu_add_document_items_sorted(), document_compare_by_display_name(),
204       document_compare_by_tab_order(), document_compare_by_tab_order_reverse().
205     * Deprecate ui_widget_set_tooltip_text().
206     * Fix public inclusion of config.h (#3384026).
207     * Add new signal "document-reload".
209     Internationalisation:
210     * Add translations: fa
211     * Update translations: ca, cs, de, en_GB, es, fi, fr, gl, it, ja, nl, pt,
212       pt_BR, sl, sv, tr, vi, zh_CN, zh_TW
215 Geany 0.20 (January 5, 2011)
217     Fixes:
218     * Improve compatibility with GVFS using GIO to save documents (Alexey
219       Antipov).
220     * Fix crash when closing a modified document (usually without a
221       trailing newline) and choosing Save (fixes #3111058).
222     * Fix crash when using 'Send Selection to Terminal' and the VTE
223       is not loaded, and when using Ctrl-A after enabling the 'Load VTE'
224       pref (Dimitar Zhekov).
225     * Fix a slightly wrong encoding detection on Windows (#3019573).
226     * Fix issue with single-line commenting/uncommenting blocks when using
227       Windows line endings.
228     * Fix saving project indent prefs straight after using project
229       properties.
230     * Fix wrongly changing edited keybindings when cancelling the
231       Preferences dialog.
232     * Fix auto-displaying of sidebar, tab bar, symbols and documents tabs
233       when only plugin tabs are visible (fixes #3101867).
234     * Save build commands for filetype None (Lex Trotman).
235     * Waf: Check for libsocket on OpenSolaris to fix build.
237     Interface:
238     * Color build command fields light grey unless overridden (Lex
239       Trotman).
240     * Replace /home/user with ~ in the documents list (Jon
241       Strait).
242     * Display 'new instance' on title bar for 2nd instances (Eugene
243       Arshinov).
244     * Don't add duplicates to combo box histories.
245     * Reorganise Find in Files dialog and add Files pattern to filter
246       search results.
247     * Implement 'Select All' for the VTE widget.
248     * Reorganise editor popup menu for shorter size - some items were moved
249       to submenus.
250     * Move Go to Marker menu items to Search menu.
251     * Group Open dialog encoding options by submenus (Adam Ples; #3047717).
252     * Show mimetype icon in sidebar Documents list and notebook popup menu
253       (Colomban Wendling).
255     Documents:
256     * Ensure inserted templates always have proper line ending characters
257       according to the current document's preference.
258     * Add per-document indent width setting (Jiří Techet).
259     * Add 'Project->Apply Default Indentation' menu command to override
260       every document's indentation settings.
261     * Display better error messages when saving a document fails (Dimitar
262       Zhekov).
263     * Don't prompt for reloading if the document has not been edited
264       (Jiří Techet).
265     * Add Close button to the detected file changed dialog.
267     Editor:
268     * Fix wrong snippet indentation when original cursor line has
269       non-indentation whitespace (david).
270     * Fix passing quoted arguments when using 'Send Selection to'. This
271       means e.g. sed 's/\./(dot)/g' now works.
272     * Add alternative color scheme based on Python colors
273       (View->Editor->Color Schemes).
274     * Replace HTML automatic <table> tag completion with a 'table' snippet
275       (Eugene Arshinov).
276     * Auto-indent after an HTML/XML line without a closing tag (Eugene
277       Arshinov).
278     * Respect 'Smart' home key pref for Shift[+Alt]+Home (fixes #3100290,
279       Dimitar Zhekov).
280     * Scroll to the current line when moving the cursor to the next
281       cursor position in a snippet (#3139490).
282     * If the current word's tag is on the current line, make Go to Tag
283       Definition look for a tag declaration instead and vice versa.
284     * Make Reflow Lines/Block command use the current indented block, not
285       the whole paragraph (which could have mixed indentation).
287     Configuration:
288     * Load insertion templates from system path, don't create them in
289       the user's config dir.
290     * File templates are now reloaded on saving.
292     Prefs:
293     * Add 'Ensure consistent line endings' file saving pref (Manuel Bua).
294     * Add 'statusbar_template' hidden pref (Dimitar Zhekov).
295     * Add 'new_document_after_close' hidden pref to open a new document
296       automatically after closing all documents.
297     * Add hidden pref 'find_selection_type' with option to use the X
298       selection or to repeat the last search when there's no selection,
299       both off by default.
300     * Add 'gio_unsafe_save_backup' hidden pref (Lex Trotman).
301     * Add filetypes.common 'fold_symbol_highlight' color setting.
302     * Add 'symbol_list_sort_mode' per-filetype setting.
304     Keybindings:
305     * Fix Alt+[0-9] switching tabs even when other modifiers are also held.
306     * Add snippet keybinding support (Eugene Arshinov).
307     * Add 'Insert New Line Before/After Current' keybindings (Eugene
308       Arshinov).
310     Filetypes:
311     * Add Forth filetype (Thomas Huth).
312     * Add Lisp filetype (Mário Silva).
313     * Add Erlang filetype (Taylor Venable).
314     * Ada: Fix wrong comments.
315     * C++: Disable user fold points with new lexer property
316       fold.cpp.comment.explicit.
317     * Python: Update list of builtins for Python 2.6, simplify
318       Compile/Syntax Check command. Use named styles for color scheme
319       support (use alt.conf color scheme if you want the old colors).
320     * Matlab: Support Octave # comment char.
321     * Txt2Tags: add highlighting (Forgeot Eric - #3020632).
322     * Make: fix possible infinite loop in tag parser.
323     * D: Parse template functions, ignore /+ +/ comments, ignore
324       unittest blocks, add keywords 'ref', 'macro' and D2 keywords.
325     * Vala: Parse functions with contracts (#3080232).
326     * Markdown, reStructuredText and Txt2Tags: Sort tags by line number by
327       default.
328     * Basic: Parse property, constructor, destructor as functions
329       (pottersson; #2992167).
330     * HTML: Add HTML5 element names and attributes (Ross McKay).
331     * PHP: Parse final functions (fixes #3111171).
332     * Markup: Add xml_indent_tags filetype setting for documents using the
333       HTML/XML lexers (Eugene Arshinov).
335     Plugins:
336     * File Browser: Add history to path entry.
337     * HTML Characters: Only automatically replace characters when the
338       current document is a Markup document.
340     Internationalisation:
341     * Add translations: kk.
342     * Update translations: cs, de, en_GB, es, fi, fr, hu, ja, nl, pt,
343                            sl, sv, tr, zh_CN.
345     Manual:
346     * Update 'Custom filetypes', 'Ignore Tags' sections.
347     * Add 'HTML Characters', 'Configuration file paths', 'Color schemes
348       menu' sections.
349     * Explain how to grep the Scintilla source for lexer properties.
351     HACKING:
352     * Add 'Bugs to watch out for' section.
354     API:
355     * Improve Stash GUI example.
356     * Fix not loading plugins built against a newer API when Geany doesn't
357       provide the required version given in PLUGIN_VERSION_CHECK().
358     * Make GEANY_API_VERSION, GEANY_ABI_VERSION macros instead of enums
359       so you can protect code with '#if GEANY_API_VERSION >= 200'.
360     * Add signals "build-start", "project-dialog-create" and
361       "project-dialog-confirmed" - to append a Project Properties
362       notebook tab (Jiří Techet).
363     * Add macro foreach_range().
364     * Add GeanyMainWidgets::message_window_notebook (#3061342).
365     * Add main_widgets.project_menu (Jiří Techet).
366     * Add msgwin_set_messages_dir() (Jiří Techet).
367     * Add highlighting_is_{string,comment,code}_style(),
368       editor_find_snippet(), editor_insert_snippet(),
369       utils_find_open_xml_tag() (Eugene Arshinov).
370     * Add ui_combo_box_add_to_history(), editor_goto_pos(),
371       dialogs_show_input(), Add sci_get_lexer().
372     * Add filetypes_get_display_name() as "None" is no longer translated.
375 Geany 0.19.2 (December 01, 2010)
376     Fixes:
377     * Fix bug where Geany did not always report an error message when
378       saving a document fails.
381 Geany 0.19.1 (August 18, 2010)
383     Fixes:
384     * Fix broken autocompletion after using scope completion.
385     * Fix scrolling the editor line in view (e.g. after loading a session
386       and switching document tabs).
387     * Fix using filetype extension patterns with upper case letters on
388       Windows (#3028856).
389     * Fix a slightly wrong encoding detection on Windows (#3019573).
390     * Re-enable comment folding.
391     * Fix not loading plugins built against a newer API when Geany doesn't
392       provide the required version given in PLUGIN_VERSION_CHECK().
393     * Fix infinite loop in Markdown lexer (patch by Colomban Wendling,
394       thanks).
395     * Fix saving non-project filetype error regex.
396     * Focus toolbar item when pressing Go to Line keybinding only when
397       it's not in the toolbar's drop down overflow menu (#3027454).
398     * Escape the name of the current document for markup when using
399       document name for menu items (#3038844).
400     * File Browser: Allow Find in Files when no items are selected.
401     * Fix build menu translation problems.
402     * Fix segfault on Tools->Reload Configuration when no documents are
403       open (#3037079).
404     * Fix building with Waf on Solaris.
405     * Fix a memory leak (thanks to Daniel Marjamäki).
406     * Use g_free instead of free (patch by Daniel Marjamäki, thanks).
408     Tweaks:
409     * Always use white background color when printing (except for text
410       with a white foreground) to save ink (#2968998).
411     * Limit build error editor indicators to 50, but parse all errors in
412       the Compiler tab (#3019823).
413     * Align notebook tab close buttons centred vertically (thanks to
414       Robux.Biz (galyuk)).
415     * Show the Project Properties build tab when choosing 'Set Build
416       Commands' when a project is open to prevent confusion with
417       non-project commands.
419     Manual:
420     * Fix wording - restarting is required for hidden prefs.
421     * Fix Grep --exclude-dir example.
424 Geany 0.19 (June 12, 2010)
426     General:
427     * Build system reworked to be much more configurable (by Lex Trotman).
428     * Use POSIX system/GNU regex engine for find & replace. This alters
429       regex syntax - we now support '?' operator and match newlines.
430     * Support adding custom filetype files.
431     * Add new command line option --list-documents to return a list
432       of currently opened documents
433     * Remove deprecated --debug flag. Please use --verbose/-v instead.
435     Interface:
436     * Add option 'System Default' for toolbar icon style and size to use
437       the GTK default value.
438     * Allow '+<number>' and '-<number>' as values for Goto Line inputs
439       to jump relative to the current line.
440     * Add preference to add new document tabs beside the current one
441       (patch by Colomban Wendling).
442     * Enable type-ahead find for sidebar symbols and documents tabs
443       (patch by Thomas Martitz).
444     * Make Ctrl-click on any notebook tab switch to the last used
445       document.
446     * Add 'Edit->Commands' menu.
447     * Add 'Edit->Plugin Preferences' menu item and keybinding.
448     * Add 'View->Editor->Color Schemes' menu (only shown if color
449       scheme files exist).
451     Prefs:
452     * Hide 'Tabs and Spaces: Hard tab width' preference - it should
453       always be 8. (Hidden setting kept in case users have modified it).
454     * Add sidebar position interface pref.
455     * Add project long line marker customisation (patch from Eugene
456       Arshinov).
458     Editor:
459     * Update Scintilla to 2.12.
460     * Add preference and support for virtual spaces.
461     * Add word part autocompletion for the current selected item when
462       pressing keybinding (default Tab) - Enter still completes normally.
463     * Remove LaTeX autocompletion from Geany's core and move it to the
464       geanyLaTeX plugin.
466     Filetypes:
467     * New filetype: Txt2Tags (patch by Eric Forgeot).
468     * New filetype: Abc (patch by Eric Forgeot).
469     * New filetype: Verilog (patch from Kelvin Gardiner).
470     * New custom filetype: Genie.
471     * Improvements in symbol parsing of PHP and Python files.
472     * Add R tagmanager symbol parser (patch by Jon Senior).
473     * Update Perl tag parser from ctags - removes support for
474       buggy local/my/our but parses constant/format/labels.
475     * Parse more VHDL tags (patch from Kelvin Gardiner).
476     * Highlight D & Java types from a global tags file.
477     * Parse Python lambda functions (patch from Colomban Wendling).
479     Keybindings:
480     * Add keybindings to switch to the sidebar's Document and Symbol list as
481       well as to the Message Window's current tab (patch by Eugene Arshinov).
482     * Add 'Remove Markers' and 'Remove Error Indicators' keybindings.
483     * Make 'Reflow block/lines(s)' keybinding use line breaking column when
484       enabled (patch by Lex Trotman).
485     * Add 'Select to previous/next word part' keybindings.
486     * Add 'Switch to Messages' focus keybinding.
487     * Add 'Move line(s) up/down' keybindings.
488     * Make Switch to Editor keybinding reshow the document statistics line.
490     Templates:
491     * Move filetype template defaults into custom file template files.
492     * Read custom file templates from system as well as user dir.
493     * Add new special template wildcard "{command:...}" to use the output
494       of a shell command in templates.
495     * Support {ob}, {cb} and {pc} to escape wildcard strings with {, }, %
496       for snippets, fileheader and file templates.
497     * Add {project}, {description} template wildcards (#2954737).
498     * Reload templates when saving a document in the templates config dir.
500     Configuration files:
501     * Support more filetypes.common folding icon styles: arrows, +/- and no
502       lines (#2935059).
503     * Support Scintilla lexer properties in [lexer_properties] filetypes.*
504       group.
505     * Add filetypes.xml asp.default.language property (Ross McKay).
507     Plugins:
508     * Classbuilder: Add support for creating PHP classes
509                     (patch by Ondrej Donek).
510     * HTMLchars: Make plugin remember whether replacement of special
511                  characters was activated.
513     Windows:
514     * Support very long build commands.
515     * Add a preference for choosing between GTK and native File Open/Save
516       dialogs (only available on Windows).
518     Internationalisation:
519     * Added translations: ast.
520     * Updated translations: de, en_GB, es, fr, gl, ja, nl, pt, ru, sl, sv,
521                             tr, vi, zh_CN.
523     API:
524     * Improve documentation contents page.
525     * Add Stash mini-library setting, pref & widget functions to API.
526     * Add plugin_configure_single() plugin symbol which is easier to
527       implement than plugin_configure().
528     * Add new plugin signals: "document-before-save", "document-filetype-set",
529       "geany-startup-complete".
530     * Add PLUGIN_SET_TRANSLATABLE_INFO macro to the plugin API so plugins' meta
531       information can be translated already in the plugin manager dialog
532       (patch by Colomban Wendling).
533     * Use full function name for GeanyFunctions function pointers. This
534       avoids naming conflicts e.g. with C++'s 'new' keyword.
535     * GeanyKeyBinding label fields can now contain underscores, which won't
536       be displayed by Geany. This saves adding near-duplicate translation
537       strings.
538     * Add GeanyKeyGroup callback support.
539     * Add more Scintilla function wrappers, foreach_dir(), foreach_str(),
540       utils_get_file_list_full(), document_get_notebook_page(),
541       editor_insert_text_block().
542     * Don't install unnecessary headers.
543     * Remove deprecated header pluginmacros.h - use geanyfunctions.h
544       instead.
545     * Deprecate documents_foreach(), use foreach_document() instead.
546     * Deprecate PLUGIN_KEY_GROUP() macro - use plugin_set_key_group()
547       instead.
550 Geany 0.18.1 (February 14, 2010)
552     Build fixes:
553     * Define G_GNUC_WARN_UNUSED_RESULT to fix build on GLib 2.8.
554     * Use AC_PATH_PROG instead of 'which' for portability (patch by Erik
555       Southworth, thanks).
557     Incompatibilities:
558     * Remove filetypes.common invert_all option - use 'Invert syntax
559       highlighting colors' pref instead (fixes #2854525).
561     Bug fixes:
562     * Fix 'Open Selected File' for unsaved new documents.
563     * Fix updating main menu accelerators after changing keybindings
564       (thanks to Lex Trotman).
565     * Fix using 'Insert date' keybinding when a custom date string has
566       not been set.
567     * Set the cursor color for the split window plugin.
568     * Remove plugin from plugin manager dialog on unloading if it no
569       longer exists or is incompatible.
570     * Fix 'Reflow block' command when at the last paragraph and there's
571       no last newline (patch by Eugene Arshinov, thanks).
572     * Fix opening filenames beginning with two dots (closes #2858487).
573     * Show Find in Files stderr output in messages window instead of
574       debug window so that invalid regex messages can be seen easily.
575     * Speed up sorting in utils_get_file_list(). This reduces the file
576       browser delay on displaying a big directory, e.g. /usr/bin.
577     * Fix a bug with not w3c compatible HTML code on export plugin
578     * Fix non-working Home and End keys on numpads.
579     * Fix loading of files on network resources on Windows.
580     * Fix wrong alignment of printed pages when page headers are disabled
581       (closes #2856822).
583     Improvements:
584     * Extend auto_latex() function to check whether an environment has
585       been closed within the next lines to avoid auto adding double
586       \end{}.
587     * Replace some icons which could cause licensing problems by icons
588       from the Rodent icon theme.
590     Filetype fixes:
591     * Parse contents of D extern{} and version{} blocks.
592     * Fix creating D interface tags properly.
593     * Parse D functions with contracts (fixes #1885480).
594     * Parse D alias statement like typedef.
595     * Improve parsing of LaTeX, PHP and Python files.
597     Documentation:
598     * Add 'Scope autocompletion' section.
599     * Add 'Tools menu items' section to explain configuration files
600       submenu, reload configuration item.
601     * Minor updates/fixes.
603     API:
604     * Add gcc commands to build a plugin to the HowTo.
606     HACKING file:
607     * Add section 'Plugin API/ABI design'.
608     * Add 'Compiler options & warnings' section.
609     * Update Style section to be clearer about code alignment and show
610       some example code.
611     * Add 'Doc-comments' plugin API subsection.
613     Internationalisation:
614     * Added translations: gl
617 Geany 0.18 (August 16, 2009)
619     General:
620     * Fix scrolling horizontally after finding a search match with the
621       search bar or Find Next/Previous which is off-screen.
622     * Remove relative/untidy path elements from filenames when opening
623       documents (#2823998).
624     * Create initial template files with proper platform-specific line
625       ending characters.
626     * Improve inserting of comment templates like File header or licence
627       notices.
629     Interface:
630     * Add 'Show Paths' documents list popup item.
631     * Add filetypes.common to 'Configuration Files' menu.
632     * Implement a graphical toolbar editor.
633     * Add 'Build' toolbar button to the default layout.
634     * Add 'Replace' toolbar button (closes #2798225).
635     * Use a more Tango like icon for 'Save All' (by Jesse Mayes, thanks).
636     * Add a popup menu for the keybinding list in the preferences dialog
637       to easily expand and collapse all groups.
639     Keybindings:
640     * Implement Most-Recently-Used document switching when pressing
641       'Switch to last used document' keybinding (Ctrl-Tab).
642     * Add 'Mark All' keybinding (Ctrl-Shift-M).
643     * Add 'Reflow lines/block' keybinding, (Ctrl-J; thanks to
644       Eugene Arshinov).
645     * Make the Scintilla keybindings 'Delete to end of line' and
646       'Go to end of display line' configurable.
647     * Switching notebook tabs now works for the currently used notebook
648       widget instead of always using the documents notebook.
650     Editor:
651     * Fix a redraw when documents were first drawn uncolourised.
652     * Delay highlighting matching braces by 100ms to speed up scrolling
653       with the arrow keys.
654     * Support 'tab indents, space aligns' style when indenting (#2789109).
655     * Add 'Autocomplete all words in document' pref; also used when forcing
656       autocompletion and there's no symbol names to show.
657     * Add 'Drop rest of word on completion' pref.
658     * Update Scintilla to version 1.79.
659     * Improve displaying and reshowing of calltips.
661     Syntax highlighting:
662     * Reload color schemes via Tools menu (thanks to Eugene Arshinov).
663     * Implement named styles support for filetypes.* using a
664       filetypes.common [named_styles] section; used as
665       "style=named_style,bold". (See the manual for details).
666     * Allow style definitions with missing fields to use the
667       filetypes.common default style's fields.
668     * Make C-like filetype styles use named styles & default background
669       color. (Anyone who wants to likewise update any other filetype's
670       styles, please let us know ;-)).
671     * Allow indentation of wrapped lines (see style 'line_wrap_indent').
672     * Add new styles 'line_height' and 'marker_mark'.
674     Filetypes:
675     * Add Markdown filetype (thanks to Jon Strait).
676     * Highlight D WYSIWYG backtick `strings` and r"strings" (#1895745).
677     * Minor improvements for filetypes: Fortran, Haxe, HTML, Lua,
678       Matlab, Pascal, Python, Tcl.
680     Tags:
681     * Read custom system global tags files from $prefix/share/geany/tags
682       (#2778923).
683     * Autocomplete scoped fields like struct members when typing '.' (and
684       also '->' or '::' in C/C++) if the language's tag parser supports it.
685     * Save field tags for C/C++ when generating a global tags file (you may
686       want to regenerate your tag files).
687     * Parse Python calltips.
688     * Show relative paths in Diff filename tags.
689     * Group reStructuredText symbol list items by scope level.
691     Plugin API:
692     * Add geanyplugin.h single include.
693     * Add plugin_signal_connect() for connecting plugin signals at
694       runtime and also for connecting to any GObject signal.
695     * Add documents_foreach(), filetypes[], documents[], utils_strdupa()
696       and various foreach_type() macros.
697     * Make GeanyDocument::file_type always be non-NULL.
699     Windows:
700     * Fix quoting the build command string on Windows (closes #2791769).
701     * Fix LaTeX view commands on Windows (part of #2807688).
702     * Expand system environment variables (%variableName%) on Windows when
703       running Build commands.
705     Internationalisation:
706     * Added translations: lb, sl, pt_PT
707     * Updated translations: ca, cs, de, en_GB, fi, fr, ja, pt_BR, ru, tr
710 Geany 0.17 (May 02, 2009)
712     Bug fixes:
713     * Fix broken selection of "Document->Set Encoding" menu items.
714     * Fix broken non-incremental search with the toolbar search entry when
715       pressing Enter (closes #2638180).
716     * Fix parsing of Make output (closes #2694479, patch by Andrea Mazzoleni).
717     * Fix crashes on quitting Geany (closes #2533990).
718     * Fix disabled Go to Tag items in the editor menu when using the
719       keyboard (#2780044).
720     * Prevent crashes when two or more top level items in the symbol
721       list have the same name (closes #2778246).
723     Prefs:
724     * Add an option to set an additional plugin lookup path.
725     * Add a hidden preference 'use_safe_file_saving'. This has serious side
726       effects, please read the documentation before enabling this.
728     Interface:
729     * Add 'Send Selection to Terminal' command to the Edit->Format menu.
730     * Change the background colour of the search entries in the Find
731       and Replace dialogs according to the search results.
732     * Add 'Close Other Documents' and 'Close All' menu items to the tab bar
733       menu.
734     * Add an option to allow appending the toolbar to the main menu bar
735       to save some vertical space.
736     * When a project is loaded, replace the project base path with the
737       project name in the Documents sidebar for parent items (closes #2723679).
738     * Make the file open dialog more compact.
739     * Ellipsize tab labels and some status messages for very long
740       filenames (closes #2777348).
741     * Add new toolbar element: Print (patch by Roland Baudin).
742     * Remember the active sidebar page between sessions.
743     * Add "Recent Projects" menu to the Project menu (#2728630,
744       patch by Elias Pschernig).
745     * Add Tools->Configuration Files item for snippets.conf.
747     Filetypes:
748     * Fix wrong Fortran 90 comment characters when inserting templates.
749     * Add filetype ActionScript (patch by Chris Macksey).
750     * Fixes for CSS, Fortran and Ruby parsers.
751     * Add a trivial symbol parser for NSIS files.
753     Windows:
754     * On Windows, change the working directory to the Geany installation
755       path at startup to avoid unwanted directory locking(closes #2626124).
756     * Fix window positioning on startup.
757     * Make build commands on Windows run synchronously to avoid problems
758       with reading build commands' output.
760     Plugins:
761     * HTMLchars: Extend plugin by bulk replace and replace on
762       input for special characters to their HTML entities.
763     * Splitwindow: Add keybindings for the split actions.
764     * VCDiff: Remove plugin from Geany. Use GeanyVC instead.
766     Plugin API:
767     * Deprecate sci_get_text(), sci_get_selected_text() and
768       sci_get_text_range().
769     * Add sci_get_contents(), sci_get_contents_range() and
770       sci_get_selection_contents() as replacement functions to provide
771       an easier and cleaner API (initial patch by Frank).
772     * Make GEANY_FILETYPES_NONE = 0, sort filetype IDs randomly (so we can
773       append new filetypes without breaking the ABI); add
774       filetypes_by_title sorted list to GeanyData.
776     Documentation:
777     * Describe how to build Geany using the Waf build system.
779     Internationalisation:
780     * Updated translations: be, cs, de, es, fi, fr, hu, ja, pt_BR, ru,
781       sv, tr, zh_CN
784 Geany 0.16 (February 15, 2009)
786     Bug fixes:
787     * Fix indenting for Tabs & Spaces mode when inserting snippets.
788     * Fix snippets and smart indent using too much indentation when the
789       line contains whitespace after non-whitespace characters (#2215044).
790     * Fix segfault when showing Find in Files dialog when no documents are
791       open (#2228544).
792     * Fix not switching to 2nd last used document when the last used
793       document has been closed (#1945162).
795     General:
796     * Group child tags by their parents in the symbol list for C-like
797       filetypes, Python, Conf (thanks to Conrad Steenberg).
798     * Use a tree for the Documents sidebar, grouped by path.
799     * Add 'Tools->Configuration Files' menu with items to open
800       filetype_extensions.conf and ignore.tags. These files are also
801       reloaded automatically when saved.
802     * Change configuration directory path to $XDG_CONFIG_HOME/geany
803       (most often this is ~/.config/geany).
804     * Allow to specify files on the command line and from remote instances
805       to be URIs (local and with GIO also remote URIs).
806     * Increase minimum required GTK version to 2.8.
808     Prefs:
809     * Add Project Indentation prefs, which override the Editor
810       Preferences dialog options. For new projects, these default to
811       the editor indent prefs.
812     * Add an interface pref for whether to hide additional widgets when
813       double-clicking on document notebook tabs (off by default).
814     * Add a preference to invert all colours for syntax highlighting.
815     * Add a hidden preference "allow_always_save" to make the Save buttons
816       and menu items always sensitive.
818     Interface:
819     * Rework the toolbar: now all elements can be added/removed/reordered
820       using a simple XML file.
821     * Add new toolbar buttons for Cut, Copy, Paste, Delete, Preferences,
822       Close All and Build (including a submenu for Make actions).
823     * Add a progressbar widget to the statusbar to show progress for time
824       consuming actions.
826     Editor:
827     * Make Ctrl-click go to matching brace if there's no current word.
828     * Make Shift+Mouse wheel scroll the editor view horizontally.
829     * Make the 'Mark' button for Find highlight the results with rounded boxes
830       instead of marking the whole line.
831     * Add auto-closing of braces, brackets and quotes (Guillaume de Rorthais).
832     * Support multiple %cursor% wildcards in Snippets (Thomas Martitz).
834     Filetypes:
835     * Add new filetypes Ada, CMake, Matlab, NSIS, Vala and YAML.
836     * Update HTML character entities (thanks to Tyler D'Agosta).
837     * Parse restructuredText sections in the order of first-used underline
838       character, which can now be any punctuation character (as per the spec).
839     * Remove GTK global tags, replace them with C (C99) tags. The GTK tags
840       file is still available for download on the website.
841     * Minor improvements for filetypes CSS, Fortran, FreeBasic, HTML, Tcl
842       and Vala.
844     Windows:
845     * Improve tab close icon size.
846     * Changes to the Windows installer:
847       - The full installer now includes the GTK 2.14 runtime environment.
848       - Register ".geany" as Geany Project File extension.
849       - Install GTK translation files only if installation of translation
850         files were requested (saves about 22 MB otherwise).
851       - Support silent installations.
853     Plugins:
854     * Add Split Window 'Split Vertically' command (thanks to Moritz Barsnick).
855     * Make Version Diff plugin set the indent type for diffs based on the
856       current file's indent type.
857     * Minor improvements to the filebrowser plugin
859     Plugin API:
860     * Generate plugin API header geanyfunctions.h containing macros to
861       avoid having to type the function pointer names manually.
862     * Deprecate pluginmacros.h in favour of geanyfunctions.h.
863     * Add "editor-notify" to the plugin API.
864     * Add new plugin symbol plugin_help() which is called by Geany when the
865       plugin should show its documentation (if any, symbol is optional).
867     Documentation:
868     * Update Scintilla regular expression info for v1.77 (character
869       classes, ASCII escaping, character sets containing square
870       brackets peculiarities). Adapted from SciTE doc.
871     * Complete 'Hello World' Plugin Howto.
873     Internationalisation:
874     * Updated translations: bg, ca, cs, de, en_GB, fr, hu, it, ja,
875       pt_BR, sv, ru, tr, vi, zh_CN
878 Geany 0.15 (October 19, 2008)
880     General:
881     * Add Previous Message, Previous Error commands (thanks also to Beau
882       Barker).
883     * Add 'Close Other Documents' File menu command (#1976724).
884     * Add Find Document Usage popup menu command & keybinding.
885     * Check that the current file is still on disk (as well as checking the
886       modification time).
887     * Add support for custom file templates (found at startup) in the
888       ~/.geany/templates/files directory, shown underneath filetype templates
889       in the New with Template menu.
890     * Make socket open command support filename:line:column syntax.
891     * Add filetypes.* [build_settings] key 'error_regex' to support custom
892       error message parsing using a GNU-style extended regular expression.
893     * Allow loading projects from command line (#1961083).
894     * Add alternative build system: Waf.
895     * Add Tools menu item to reload configuration data without a restart.
896     * Add support to use template wildcards in snippets.
897     * Increase LSB compliance.
899     Prefs:
900     * Make disk check timeout configurable (zero disables disk checks).
901     * Add search pref: 'Use the current file's directory for Find in Files'
902       (#1930435).
904     Interface:
905     * Make keyboard shortcuts dialog non-modal (#1999384).
906     * Add a debug messages window to easily view debug messages/warnings.
908     Editor:
909     * Update Scintilla to version 1.77 (includes many fixes).
910     * Add basic Line Breaking option in the Document menu and 'Line breaking
911       column' editor pref (for now only works when typing characters past
912       the line breaking column number).
913     * Don't colourise any documents until they need to be drawn (this
914       should make opening a session faster for filetypes that support typename
915       highlighting).
916     * Make Ctrl-click on a word perform Go to Tag Definition.
917     * Add 'Max. symbol name suggestions' autocompletion pref.
918     * Show ellipsis (...) item when there are too many symbol names for
919       autocompletion.
920     * Highlight matching brace indent guides (thanks to Jason Oster;
921       #2104099).
922     * Show brace indent guides on empty lines when appropriate (thanks to
923       Jason Oster; #2105982).
924     * Add 'Tab key indents' pref, on by default.
925     * Implement soft tabs support (#1662173). There's now a 'Tabs & Spaces'
926       Indent Type, and separate Width, Hard Tab Width indent prefs. (Thanks
927       to Joerg Desch for explaining how it needed to work).
928     * Auto-update the line margin width as lines are added (thanks to Jason
929       Oster; #2129157).
930     * Add "Replace spaces by tabs".
932     Windows:
933     * Install plugins into lib/ not into plugins/.
934     * Install Geany's message catalogs into share/locale rather than
935       lib/locale as GTK does since 2.12.2.
937     Keybindings:
938     * Add Go to Start/End of Line keybindings (#1996175).
939     * Add 'Switch to Compiler' keybinding (useful when checking build
940       progress).
941     * Add keybindings for Line wrapping, Line breaking, Toggle fold and
942       Replace Spaces by tabs, Previous/Next word part.
944     Filetypes:
945     * Add OpenGL Shader Language (GLSL) filetype (thanks to Colomban
946       Wendling; #2060961).
947     * Add R language filetype (thanks to Andrew Rowland; #2121502).
948     * Split filetype Fortran into Fortran 77 and Fortran 90.
949     * Add Gettext translation filetype (#2131985).
950     * CSS improvements, thanks to Jason Oster.
952     Embedded Terminal:
953     * Fix hang when restarting the VTE (#1990323) with VTE 0.16.14.
954       (Note that with VTE 0.16.14 the reset sometimes leaves a blank
955       terminal, but pressing enter makes it then behave as normal).
957     Plugins:
958     * Add Split Window plugin (should work OK for viewing; full editing
959       support is not implemented yet).
960     * Merge InstantSave, AutoSave and BackupCopy plugins into the new
961       plugin 'Save Actions'.
963     Documentation:
964     * Add Tips and Tricks appendix.
965     * Updated Installation section.
966     * Update 'Build system' for custom error regexes.
967     * Add a section for internal plugins.
969     Plugin API:
970     * Many changes; see the API documentation (make api-doc) and the
971       geany-devel list archives.
972     * Deprecated: plugin_fields, plugin_info symbols.
974     Internationalisation:
975     * New translations: ko, tr.
976     * Updated translations: be, ca, de, en_GB, fi, hu, it, ja, pl,
977       ro, ru, sv, zh_CN
980 Geany 0.14 (April 19, 2008)
982     General:
983     * Don't beep when using Replace All in Session unless all open files
984       have no replacements (fixes #1893796).
985     * Only use filetype detection after Save As, not on every save when the
986       filetype is None (fixes #1891778).
987     * Make Go to Tag commands look for the tag in the current document
988       before searching the workspace.
989     * Check file on disk for changes also when pressing a key.
990     * Ignore documents with no absolute path when saving session files.
991     * Fix segfault with Run command when a project is open and the current
992       file's filetype has no run command.
993     * Make Next Error and Next Message commands add positions to the
994       navigation queue, so the user can move backwards through the list items
995       and return to where they were.
996     * Make pressing escape in the sidebar focus the editor.
997     * Make navigation queue position based to restore the line and column when
998       returning to a previous position (closes #1936927).
999     * Save sorting order of the symbol list when saving a file (fixes #1917262).
1000     * Improve "Send Selection To" code (fixes #1909452).
1001     * Install header files and add a pkg-config file for external plugins.
1002     * Use monospace font for text entry fields in search dialogs (#1907117).
1003     * Don't open zero byte sized files read-only (e.g. files in /proc).
1005     Filetypes:
1006     * Improve Makefile parser to detect targets.
1007     * Update PHP tags file to latest PHP API docs (closes #1888691).
1008     * Add translucency settings to filetypes.common for semi-transparency.
1009     * Add HTML parser to get h1, h2, h3 symbols as well as link anchors and
1010       JavaScript functions (fixes #1896068).
1011     * Update Javascript, Tcl and Assembler parser.
1013     Interface:
1014     * When closing a tab when using left-to-right tabs, focus the next
1015       document, not the previous.
1016     * Move Load Tags item from File to Tools menu.
1018     Editor:
1019     * Don't scroll the editor view if it is unnecessary when using Find
1020       Next/Previous, Find Selected, incremental search, Go to Marker or Go to
1021       Matching Brace commands.
1022     * Fix bug with showing macro list items all on one line.
1023     * Fix Python auto-indentation when line endings are set to CR/LF.
1024     * Unfold hidden code when the fold point modified (fixes #1923350).
1025     * Update Scintilla to version 1.76.
1026     * Add (basic) column mode editing (patch by "chuck").
1028     Windows:
1029     * Replace untitled file header filename after Save As and add to recent
1030       files on Windows too.
1031     * Resolve Windows shortcuts when opening files.
1032     * Fix modal dialog problems on Windows by not setting taskbar hint
1033       (closes #1916994).
1034     * Add new process spawning implementation. This makes the VCdiff plugin
1035       to work on Windows (patch by Pierre Joye, thanks).
1036     * Fix crash on Windows when a project could not be opened.
1038     Plugins:
1039     * Add configurable plugin keybindings support.
1040     * Add a HTML Characters keybinding to show the dialog.
1041     * Add File Browser keybindings to focus the Path Entry and File List
1042     * Rename VCDiff plugin Version Diff.
1043     * When quitting, remember plugin filenames that couldn't be loaded at
1044       startup as well as active plugins.
1046     Plugin API:
1047     * Add PLUGIN_KEY_GROUP and keybindings_set_item() to setup a keybinding
1048       group.
1049     * keybindings_send_command() arguments have changed because of
1050       keybinding groups - this breaks the API for plugins already using it.
1051     * Make VERSION_CHECK deprecated in favour of PLUGIN_VERSION_CHECK.
1053     Documentation:
1054     * Add descriptions for several options in the preferences dialog
1055       (patch from Robert McGinley).
1057     Internationalisation:
1058     * New translations: ro.
1059     * Updated translations: bg, de, en_GB, es, fr, hu, it, ja, pt_BR, ru.
1062 Geany 0.13 (February 05, 2008)
1064     General:
1065     * Improve configure script and fix some compatibility issues.
1066     * Add support for project session files.
1067     * Add native GTK printing support (only with GTK 2.10+).
1068     * Prevent execution of commands by Geany if the VTE may contain any
1069       text on the prompt (thanks to "Jeff Pohlmeyer for reporting).
1070     * Store more document-related settings when saving session in the
1071       configuration file (including the file encoding).
1072     * Detect in-file specified file encoding by scanning the file using
1073       regular expressions.
1074     * Add binary relocation support.
1076     Filetypes:
1077     * Add configurable default file extension setting for filetype
1078       definition files.
1079     * Fix reST autocompletion.
1081     Tags:
1082     * Show arrays and modifiers like const in calltip return types for
1083       C-like files.
1084     * Update C global tags file for GTK+ 2.12.
1085     * Fix parsing the correct D class name when inheriting, D constructor
1086       tags and ignore D import statements.
1087     * Remove unnecessary tagmanager status file.
1088     * Improve PHP, Ruby and FreeBasic parsers.
1090     Interface:
1091     * Add 'Indent Type' option in the Document menu.
1092     * Add 'Detect from file' Editor indentation pref.
1093     * Show TAB or SP for current document's indent type.
1094     * Add a 'Newline strips trailing spaces' pref (thanks to Catalin
1095       Marinas).
1096     * Add 'Strip Trailing Spaces' document menu item.
1097     * Add combo box input history for 'Make Custom Target' dialog.
1098     * Make Open, Save As dialogs start in project base path (or default
1099       path pref) when the current file has no filename.
1100     * Add 'Make in base path' project file preference.
1101     * Make 'Open Selected File' first try the current file's directory,
1102       falling back to the project base path if no file was found.
1103     * Fix broken window maximization.
1104     * Improve appearance of used treeviews and use rules hints to respect
1105       user colour settings.
1107     Editor:
1108     * Fix hidden lines after deleting a line that is a collapsed fold
1109       point.
1110     * Make Fold All/Unfold All attempt to scroll the current line in view.
1111     * Show line wrap symbol at start of line for wrapped lines.
1112     * Allow scrolling past end of document, so the user can append text
1113       with the last lines drawn at the top of the view.
1114     * Rename "Construct autocompletion" to "Snippets".
1115     * Improve usage of "Unfold all children" option.
1116     * Update Scintilla to version 1.75.
1118     Keybindings:
1119     * Add configurable keybindings for Cut, Copy and Paste.
1120     * Ask the user whether to override an existing keybinding when setting
1121       a combination that is already in use.
1122     * Add 'Override Geany keybindings' VTE prefs dialog option (replaces
1123       hidden pref), which makes the VTE interpret all keyboard shortcuts
1124       except focus group keybindings.
1126     Plugins:
1127     * Add File Browser sidebar plugin.
1128     * Add Version Control Diff plugin (VC Diff), which supports SVN, CVS and
1129       GIT (thanks to Yura Siamashka).
1130     * Add plugin manager dialog to select plugins to load at startup and to
1131       call a plugin configure dialog.
1132     * Add new signals: project_open, project_save, project_close.
1133     * Add Auto Save plugin.
1135     Plugin API:
1136     * Add keybindings_send_command() and some other functions.
1137     * Add pluginmacros.h to define common macros for app, p_utils, etc.
1138     * Add more documentation/comments to demoplugin.c.
1139     * Add configure symbol for plugins which is called by Geany when a
1140       configure dialog for the plugin is requested, optionally.
1141     * Add author field to plugin info struct.
1143     Windows:
1144     * Enable build support.
1145     * Prevent prefs dialog being hidden after using the prefs file dialog.
1146     * Create Geany's configuration directory in user's appdata path
1147       instead of the default home directory.
1149     Documentation:
1150     * Show default shortcuts in Keybindings section.
1151     * Update Project section for project-based session support.
1152     * Add Indentation subsection under Editor section.
1153     * HACKING: Update 'Adding a filetype' section.
1155     Internationalisation:
1156     * New translations: ja, uk, el.
1157     * Updated translations: ca, de, en_GB, fr, it, pt_BR, hu, sv, vi.
1160 Geany 0.12 (October 10, 2007)
1162     Bugs fixed:
1163     * Fixed opening the same file twice from the message window/command-line.
1164     * Fixed Ctrl-Shift keybindings not working when caps lock is on.
1165     * Fixed saving the wrong document when using Save All with unnamed
1166       documents.
1167     * Fixed replacing with '^' or '$' regex chars.
1168     * Fixed hang with Find All/Find Usage with '^' or '$' regex chars.
1169     * Fixed hang when replacing all '[ ]*' regex matches (closes #1757748).
1170     * Fixed displaying error indicators with Make after entering a
1171       subdirectory.
1172     * Fixed a possible segfault when parsing tags (a vString bug).
1173     * Fixed clipboard problems with some applications.
1174     * Fixed crash when trying to open the Save As dialog on Windows.
1175     * Fixed crash when saving a file after setting encoding "None".
1176     * Fixed scrolling bugs when searching text and the cursor is outside of
1177       the current visible area.
1179     Filetypes:
1180     * Added reStructuredText filetype and parser.
1181     * Added Haskell tags support (thanks to Peter Strand).
1182     * Added decorator styling for Python.
1183     * Parse Python global variables and class variables.
1184     * Added support for Java Apache Ant compiler error messages (thanks to
1185       Jon Senior).
1186     * Added new filetypes CSharp and FreeBasic.
1187     * Added filetype Haxe (patch by blackdog, thank you).
1189     Plugins:
1190     * Added basic plugin support (developers: see the HACKING file).
1191     * Added 'Enable plugin support' preference and -p, --no-plugins options.
1192     * Added Class Builder plugin (thanks to Alexander Rodin).
1193     * Added Export plugin to export current file as HTML or LaTeX.
1195     Keyboard shorcuts:
1196     * Common bash Ctrl-[a-z] keyboard shortcuts now work when the VTE is
1197       focused, and there is an 'enable_bash_keys' hidden preference.
1198     * Added 'Move document left' and 'Move document right' keybindings.
1199     * Added Find keybinding.
1200     * Made fixed keybindings overridable.
1201     * Added fixed keybindings for switching to leftmost/rightmost document,
1202       Ctrl-Shift-{PageUp,PageDown}.
1203     * Change Previous/Next Paragraph fixed commands to Ctrl-{Up,Down};
1204       adding Shift extends selection by paragraph. (Scroll by line is now
1205       Alt-{Up,Down}).
1206     * Made pressing escape focus the editor when using incremental search
1207       or Goto Line toolbar fields.
1208     * Added keybinding for select current paragraph.
1209     * Added keybindings for smart indent and indent/deindent by one space.
1210     * Removed convert to lower-/upper-case keybindings.
1211     * Added toggle case keybinding and change shortcut to Ctrl-Alt-U.
1213     General:
1214     * Added preference for 'smart' home key behaviour (thanks to Jeff
1215       Pohlmeyer).
1216     * Added symbol list icons (thanks to Jean-François Wauthy, and KDevelop
1217       for the icons).
1218     * Added 'Current chars' indentation mode (closes #1726880).
1219     * Save and restore the current notebook page when quitting.
1220     * Added support for %e, %f in project run command.
1221     * Ignore punctuation chars when moving by word, and use word end
1222       boundaries when moving by word to the right (like most GTK+ widgets).
1223     * Added hidden editor preference 'use_gtk_word_boundaries'.
1224     * Added auto_complete_whilst_editing hidden preference.
1225     * Speed up Save All for C-like files.
1226     * Don't show file opened/saved/closed messages on the status bar.
1227     * Added --no-preprocessing, -P option when generating tags files to
1228       disable preprocessing of C/C++ source files.
1229     * Added default startup directory option (closes #1704988).
1230     * Use current locale as default encoding for new files.
1231     * Added simple code navigation (thanks to Dave Moore).
1232     * Re-maximize the main window on startup when closed in maximized state
1233       (closes #1730369).
1234     * Added auto focus (to auto focus widgets below mouse cursor).
1235     * Complete rewrite of auto completion to make it user-definable and
1236       much more flexible (please read documentation).
1237     * Added option to set a default encoding when opening files and disable
1238       auto detection of the file encoding.
1239     * Improved comment toggling by adding an additional character to mark.
1240     * Changed the background colour of the search bar in the toolbar
1241       according to the search result.
1242     * Use intltool to make geany.desktop translatable
1243     * Replace Geany's icon by a new one by Sebastian Kraft (thanks).
1244     (Thanks also to Christoph Berg for updating the icon code).
1246     Docs:
1247     * Changed documentation generation tools from DocBook to reST
1248       (thanks to John Gabriele for his great work on this).
1249     * Added Plugins section.
1250     * Added 'Inserting unicode characters' Editing section (thanks to
1251       John Gabriele).
1252     * Added 'Hidden preferences' appendix.
1253     * Added 'Switching documents' keybindings section.
1255     HACKING:
1256     * Added notes on adding a filetype.
1258     Internationalisation:
1259     * New translations: en_GB.
1260     * Updated translations: ca, cs, de, es, fi, fr, hu, it, pl, pt_BR, zh_CN.
1263 Geany 0.11 (May 21, 2007)
1265     Notes for existing users:
1266     * Tab is now used for construct completion (for, if, etc.), but it
1267       is configurable with the new 'Complete construct' keybinding.
1268     * Template files are now stored in ~/.geany/templates/ and the
1269       'template.' filename prefix is no longer used. You will need to
1270       move any custom template files you have.
1271     * Inserting a file header is now optional for filetype templates.
1272       Use the string '{fileheader}' to mark where the file header should
1273       be placed.
1274     * Drag'n'Drop of text inside the editor widget will now move the
1275       text instead of copying it.
1277     Bugs fixed:
1278     * Fix segfault when pressing Ctrl-Enter when there are no workspace
1279       tags.
1280     * Remove error indicators in all documents when linking (#1705374).
1281     * Sort symbol list tags also by line number (#1703575).
1282     * Fix #1717418, Hang on SQL file load.
1283     * Fix #1718532 - Crash when opening a special HTML file.
1284     * Add workaround for PHP closing brace de-indenting.
1285     * Fix reloading of read-only documents.
1287     Project Management:
1288     * Add keybinding to show project properties dialog.
1289     * Add project Run command support.
1290     * Run Make All and Make Custom from the project base directory.
1292     Custom Global Tags:
1293     * Update C global tags for GTK+ 2.10 and it's dependencies.
1294     * Add option --generate-tags (-g) to generate a global tags file
1295       from a list of source files (see docs).
1296     * Load global tag files stored in ~/.geany/tags at startup #.
1297     * Add Load Tags command in the File menu #.
1298     # This is not supported for Pascal, PHP or LaTeX files yet.
1300     Calltips (for C-like files):
1301     * Show up and down arrows when there are multiple calltip matches.
1302     * Show classname in calltips.
1303     * Parse pointers in function return type.
1304     * Add calltip support for D constructors.
1306     Other changes:
1307     * Parse 'Entering directory' Make messages so opening files from
1308       error messages works for subdirectories (thanks to Josef Whiter).
1309     * Make Go to Tag Definition/Declaration work for all tags.
1310     * Support filetype templates for all filetypes (see docs).
1311     * Make file header optional for filetype templates.
1312     * Add 'Find Selected' and 'Find Prev Selected' search commands and
1313       keybindings (thanks to Jeff Pohlmeyer).
1314     * Add Mark button to the Find dialog, and a Remove Markers item to
1315       the Document menu.
1316     * Add 'Recurse in subfolders' and 'Extra options' checkboxes to the
1317       Find in Files dialog.
1318     * Add 'Switch to last used document' keybinding (Ctrl-Tab).
1319     * Add Goto Previous/Next Marker keybindings (Ctrl-, and Ctrl-.).
1320     * Add Toggle Marker keybinding (Ctrl-M).
1321     * Add keybinding for construct completion, and set the default to
1322       Tab.
1323     * Add MimeType associatiations for: C++ header, Pascal, Perl,
1324       Python, httpd-PHP and XML files (thanks to Iñaki Rodriguez).
1325     * Add brace indenting support for Perl and Tcl.
1326     * Make backspace unindent when using spaces for indentation.
1327     * Wrap notebook pages when switching tabs.
1328     * Speed up loading multiple C-like files slightly.
1329     * New filetypes: JavaScript, Lua and Haskell.
1330     * Set several widget names to allow users to define custom styles
1331       in .gtkrc-2.0.
1332     * Add context actions to run custom commands on current selection
1333       or the current word below cursor.
1334     * Add different auto indention modes.
1335     * Improve replacing in rectangle selections.
1336     * Add custom commands to send selected text through some definable
1337       commands and replace the selection with the output.
1338     * Add command line option --column to allow setting the initial
1339       column for the first opened file on command line.
1340     * Improve the auto scrolling of documents.
1341     * Improve loading of the VTE library.
1342     * Add an option for using spaces or tabulators when inserting some
1343       whitespace.
1344     * Add an option to disable Drag'n'Drop in the editor widget.
1346     Documentation:
1347     * Add Project Management, Global Tags, Construct Completion
1348       sections.
1349     * Add Bookmarks section (thanks to John Gabriele).
1350     * Update Filetype Templates, Search sections.
1352     Internationalisation:
1353     * New translations: bg.
1354     * Updated translations: ca, cs, de, es, fr, zh_CN.
1357 Geany 0.10.2 (February 25, 2007)
1359     Bugs fixed:
1360     * Fixed serious crash of complete X session when using the Stop
1361       command when Geany is run from the program menu (closes #1668017).
1364 Geany 0.10.1 (February 23, 2007)
1366     Bugs fixed:
1367     * Wrong tab foreground colour for unmodified documents.
1368     * Fixed crashes when closing dialogs by clicking X on some systems.
1369     * Fixed missing global tags for C files when a C++ source file was
1370       loaded first.
1371     * Fixed autocompletion missing tag matches.
1372     * Fixed a wrong PASCAL autocompletion.
1373     * Set single undo action when toggling multiple lines or stripping
1374       trailing spaces.
1375     * Prevent some possible invalid memory reads.
1376     * Convert config, application and documentation dir paths to locale
1377       encoding before using it.
1378     * Fixed errors when changing directories containing special
1379       characters within the VTE component (thanks to Jeff Pohlmeyer).
1380     * Support newer so-names when loading the VTE library (thanks to
1381       Jeff Pohlmeyer).
1382     * Fixed paste problems on Windows.
1383     * When using Save As the returned filename needs to be converted
1384       into UTF-8.
1385     * Fixed error when parsing of compiler errors by the va_list system.
1386     * Added MimeType entry as suggested by Nick Schermer.
1387     * LaTeX parser: Allow \section*{} and other commands with *.
1388     * Change default keybinding for Close All to Ctrl-Shift-W.
1389     * Allow Make for files with no extension - prevent Build when the
1390       output filename would be the same as the source file.
1391     * Ensure the VTE visual settings are applied when switching to VTE
1392       when the Message Window is hidden.
1393     * Fixed several issues while opening files and improved code.
1394     * Improved the auto scrolling of documents and fixed a bug when
1395       opening files remotely.
1396     * Fixed wrong D function return type after a class definition.
1397     * Added several missing style types for filetype Perl (thanks to
1398       John Gabriele for reporting).
1399     * Prevent right click in Symbol list from selecting a tag.
1400     * Update the symbol list when starting a new document.
1401     * Scroll Compiler and Messages window in view when using Next Error
1402       or Next Message.
1403     * Auto close brackets only when auto completion of constructs is
1404       enabled (closes #1665015).
1405     * Fixed switching to the wrong tab when showing the unsaved dialog.
1407     Internationalisation:
1408     * New translations: fi (thanks to Harri Koskinen).
1409     * Updated translations: cs, de, es, fr, hu.
1412 Geany 0.10 (December 21, 2006)
1414     Changes:
1415     * Added a dialog to insert HTML special characters.
1416     * Added new command line option --line to set the initial line for
1417       the first opened file.
1418     * Implemented new, own Undo system to undo/redo encoding changes.
1419     * Added simple parser for filetype Diff to create tags for each
1420       patched file in a diff file.
1421     * Added new encoding "None" to open files without any character
1422       conversions.
1423     * Added Stop button to abort the Run command.
1424     * New filetype VHDL.
1425     * New scintilla lexer for filetype D with several improvements.
1426     * Improved auto completion of multi line comments
1427     * Added option to execute programs in the VTE instead of executing
1428       them in a terminal emulation window
1429     * Removed the limit on the number of files open.
1430     * Save the build includes and arguments when quitting.
1431     * Added Next Message search command and Next Error build command.
1432     * Make search bar automatically wraparound if necessary.
1433     * Applied patch from Bob Doan to prevent unnecessary search
1434       scrolling and add a preference to suppress some of the search
1435       dialogs.
1436     * Added Find Previous, Find All in Document/Session buttons for the
1437       Find dialog.
1438     * Added Replace (but don't Find) button for the Replace dialog.
1439     * Added 'Hide Message Window' popup menu command.
1440     * Added Alt-[1-9] shortcuts to switch to a certain tab number.
1441     * Limit search dialog history to 30 entries.
1442     * Change python default compile command to create a compiled
1443       python .pyc file (thanks to Bajusz Tamás).
1445     Windows changes:
1446     * Fix #1611530 'file has changed' message on Windows after saving.
1447     * Fixed wrong paste behaviour under Windows with some applications.
1449     Bugs fixed:
1450     * Fixed crash when using "Make object" on new files.
1451     * Fixed incompatible use of read command in the created shell
1452       script to execute programs.
1453     * Fixed wrong insert position when the cursor was moved by keyboard
1454       and comments, includes or a date was inserted.
1455     * Fixed some segfaults when inserting comments, dates and
1456       includes at a position prior to some deleted text.
1457     * Fix message window horizontal scrollbar being too tall on some
1458       systems (thanks to Rob van der Linde).
1460     Internationalisation:
1461     * New translations: fr, hu, it, zh_CN, zh_TW.
1462     * Updated translations: be, ca, cs, de, es, vi.
1465 Geany 0.9 (September 29, 2006)
1467     Changes:
1468     * Added function calltips for files open in the current workspace
1469       for C-like languages.
1470     * Open a second instance by default when starting Geany with no
1471       filenames specified on the command-line.
1472     * Added better error message support for D, for both DMD and GDC;
1473       also GCC-style linker error messages are now parsed.
1474     * Text selections now use syntax highlighting foreground colours
1475       (but can still be overridden in filetypes.common).
1476     * Find in Files improvements: fixed string and whole word only
1477       matching options; a directory selector dialog; filenames passed
1478       to Grep are now sorted alphabetically.
1479     * Remember the VTE current directory at startup.
1480     * Show the messages window on build failure or for Find Usage.
1481     * Added -s command-line option to not load session files (-i is now
1482       used to force a new instance).
1483     * Added comment toggle functionality to easily comment and
1484       uncomment a line with one shortcut.
1485     * Separated filetypes PHP and HTML for better usage.
1486     * New filetypes: Diff, Fortran 77 and Ferite.
1487     * Added auto completion tags for PASCAL.
1488     * Improved VTE usage by adding options for selecting the used shell
1489       and ignoring menu bar accelerator (default F10).
1490     * Added menu items to insert configurable date/time strings.
1491     * Removed the whole FIFO code and replaced it with support for
1492       (Unix Domain) Sockets(including Windows support).
1494     Windows changes:
1495     * Implemented Run command (from the build menu) under Windows.
1496     * Enabled socket code on Windows to detect a running instance.
1497     * Enabled notification if file on disk has changed under Windows.
1499     Bugs fixed:
1500     * Fixed a segfault at startup if terminal follow path setting is
1501       enabled.
1502     * Fixed clicking on error messages being dependent on the current
1503       file's directory.
1504     * Fixed a bug when clicking on a recent file got the wrong
1505       filename.
1506     * Fixed a crash when a compiler output reports an error in a blank
1507       line(can happen in LaTeX)
1508     * Fixed a crash when switching between several filetypes.
1509     * Fixed segfault when replacing tabs by spaces.
1511     Internationalisation:
1512     * New translations: cs, nl, vi.
1513     * Updated translations: de, es.
1516 Geany 0.8 (August 09, 2006)
1518         Changes:
1519         * Find in files feature added which uses the Grep tool.
1520         * Added Make object command to compile using the Make tool.
1521         * Editor notebook tabs can now be reordered by drag and drop.
1522         * Added support for back references when using regex replace.
1523         * Added a Find button to the Replace dialog to skip matches.
1524         * Greatly improved the speed of Replace all/in selection.
1525         * Scroll to 1/4 of the view when jumping to a line number.
1526         * Show messages on the status bar and in the Status window.
1527         * Preferences options for Auto-indentation and Line wrapping.
1528         * Use the mouse click position for Go to tag.
1529         * Added separate filetype_extensions.conf system file.
1530         * Added makefiles for building on Windows.
1531         * Added keyboard shortcuts for increase/decrease of line
1532           indentation.
1533         * Added functionality to uncomment code.
1534         * Encoding support
1535         * Added support for Unicode Byte-Order-Mark (BOM)
1536         * Redesigned preferences dialog.
1537         * Added Undo and Redo toolbar buttons.
1538         * New filetype: D
1539         * Added simple printing support.
1540         * Mark errors while compiling source code within Geany with
1541           indicators(small squiggly underlines)
1543         Bugs fixed:
1544         * Use the full path for files opened from the command-line.
1545         * Fixed saving a file from the unsaved file dialog.
1546         * Fixed replacing with regexes the correct matched text length.
1547         * Fixed applying virtual terminal widget settings at startup.
1548         * Fixed prepending items to the Recent files menu.
1549         * Fixed clipboard commands used in the find entry and Scribble.
1550         * Fixed wrong interpretation of syntax highlighting colours
1551         * And some more.
1553         Windows bugs fixed:
1554         * Don't add .c extension when saving with the All files filter.
1555         * Fixed a tool chooser dialog crash when path doesn't exist.
1556         * Fixed locale problems with Windows message dialogs.
1558         Internationalisation:
1559         * New translations: be, es, pt_BR, ru.
1560         * Updated translations: ca, de, pl.
1562         Documentation:
1563         * Added Scintilla keyboard commands for editing appendix.
1564         * Improved search section; added all find and go to commands.
1565         * Added section about character sets.
1568 Geany 0.7 (June 04, 2006)
1570         * user-definable keyboard shortcuts
1571         * filetype definition files can be overridden in Geany's
1572           configuration directory (please see documentation)
1573         * added filetypes Ruby and Tcl/Tk
1574         * improved build system (for Perl, Python, Ruby and others)
1575         * loading of Virtual Terminal Emulation can be disabled in the
1576           preferences dialog
1577         * new menu item "Search" with Find items from Edit menu and new
1578           item "Find Previous"
1579         * fixed the bug which let Geany crash with newer GTK versions
1580         * improved documentation: added documentation for keyboard
1581           shortcuts, the build system and filetype definition files
1582         * new translations: Catalan and Polish
1583         * many small improvements
1584         * fixed lots of bugs (please see ChangeLog for details)
1587 Geany 0.6 (April 30, 2006)
1589         * added option to place new file tabs to the right or left of
1590           the tab list
1591         * improved file open dialog
1592         * improved scrolling of the compiler output window
1593         * rewrote most of the code for compiling files, now all
1594           settings are read from filetype definition files
1595         * now, you can drag files from a file manager into Geany and
1596           they will be opened
1597         * improved handling of filenames which contain non-UTF8 chars
1598         * added user-definable comment characters to all filetype
1599           definition files
1600         * implemented folding
1601         * added file properties dialog
1602         * improved search and find dialogs
1603         * Geany now creates a FIFO, to communicate between different
1604           instances for opening files in an already running instance
1605         * added filetypes SQL and (O)Caml
1606         * many small improvements
1607         * fixed lots of bugs, including #1419473, #1422135, #1421776
1608           and #1441359
1609         * for more details read the ChangeLog
1612 Geany 0.5 (January 27, 2006)
1614         * set the Open File dialog directory to the same directory as
1615           the current file (thanks to Nick Treleaven for this patch)
1616         * fixed some bugs when opening files with non UTF-8 filenames
1617         * updated included Scintilla to version 1.67
1618         * improved auto indention, now "for (...) {" works, too
1619         * added popup menu to sidebar lists, to quickly hide them
1620         * symbol list support for filetypes LaTeX and DocBook
1621         * added .cc, .hh and .hxx extension for filetype C++
1622         * added new keywords for PHP5
1623         * added new option "Beep on errors" to disable beeping
1624         * eliminated compiler (gcc4) warnings
1625         * closed bug #1387828 and #1387839
1626         * fixed lots of bugs (please see ChangeLog for details)
1629 Geany 0.4 (December 21, 2005)
1631         * new filetype: Assembler
1632         * new filetype: Conf for configuration files
1633         * added a terminal emulation widget, needs only libvte.so at
1634           runtime, but it also runs without it, see documentation
1635         * made some general improvements to increase startup speed
1636         * changed "build with make" keyboard shortcut to Shift+F9 to
1637           avoid problems with window managers key bindings
1638         * added auto-closing [ and { brackets in LaTex-Mode
1639         * improved documentation, but it is not yet complete
1640         * improved the symbol list to categorise the tags in a tree
1641         * some new options in the preferences dialog
1642         * added popup menu to the list of open files
1643         * there are lots of other small changes made since last release
1644         * some bugfixes (please see ChangeLog for details)
1647 Geany 0.3 (November 20, 2005)
1649         * Geany now has a mailing list, for details see
1650           http://geany.uvena.de
1651         * added open files list in the left treeview widget
1652         * added toolbar button to open the color chooser
1653         * heavily improved recent files menu
1654         * added shortcut for "walking" between open documents by
1655           pressing STRG+LEFT resp. STRG+RIGHT
1656         * created template files for new files with specified filetype
1657         * added highlighting support for Python (please give feedback)
1658         * extracted all hardcoded styling definitions for all filetypes
1659           so they can be easily edited
1660         * added vertical line to mark long lines
1661         * fixed a bug that caused a segfault if configuration directory
1662           could not created
1663         * fixed a bug which prevented auto-completion from working
1664         * many minor bugfixes (see ChangeLog for details)
1667 Geany 0.2 (October 26, 2005)
1669         * improved file open dialog
1670         * improved Find dialog
1671         * powerful Replace dialog
1672         * gcc4 compilation fix
1673         * minor bugfixes
1676 Geany 0.1 (October 19, 2005)
1678         * first official release