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