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