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