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