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