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