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