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