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