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