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