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