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