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