1 Geany 1.25 (unreleased)
4 * GTK3 support, while not enabled by default, is now considered stable.
5 * Improve MacOS X support (PR#396, PR#419, PR#420, Jiří Techet).
6 * Improve subprocess spawning (especially on Windows) (PR#441,
8 * Huge tag management performance improvement (auto-completion,
9 calltips, etc.) (PR#356, Jiří Techet).
10 * Remove broken "Show macro list" keybinding and feature (PR#378).
11 * Add %l substitution to build commands (PR#289, Martin Spacek).
12 * Depend on GTK 2.24 and GLib 2.28.
13 * Add per-project line wrapping, line breaking and comment
14 continuation settings.
15 * The plugin API is now split out of the main executable into libgeany,
16 a shared library plugins have to link against.
19 * Fix applying filetype-specific indentation settings for newly
21 * Fix relative project base path when creating a new project
23 * Fix next/previous keybindings when no files are open.
24 * Fix markup injection in some tooltips (#1091).
25 * Use absolute project path for projects opened from the command
26 line (PR#431, Jiří Techet).
27 * Fix goto tag in some cases when the same symbol name appears in
28 different languages (PR#487, Jiří Techet).
29 * Fix UI updating after loading a project.
30 * Fix the currently selected document after Save All.
31 * Fix leftovers in the Project dialog in some cases (PR#363, Jiří
33 * Fix function return type in symbol list tooltips in some cases
34 (PR#475, Jiří Techet).
35 * Fix VTE path following on startup.
38 * Show document-related dialogs embedded in the main window ("info
39 bars") (PR#277, Matthew Brush and Thomas Martitz).
40 * Plugin manager dialog cleanup and overhaul (PR#251, PR#414).
41 * Filetypes can now define the MIME type used to select their icon
43 * Close documents in the sidebar with middle mouse button (PR#172,
45 * Ask whether to replace project files when creating a project.
46 * Ask whether to adopt the open documents when creating a new
48 * Allow to disable the list of recent files.
49 * Fix many shadow inconsistencies (PR#411, Jiří Techet).
50 * Add virtual column and selected chars to the statusbar (Patch #10,
52 * Add "dirty" terminal indication (PR#476, Jiří Techet).
53 * Allow to select the None filetype in the Open File dialog
55 * Add configuration menu entries for all filetypes (PR#491, Jiří Techet).
58 * Update Scintilla to version 3.5.6 (#1041).
59 * Do not comment out blank lines when toggling comments (PR#79, Igor
61 * Improve handling of Verilog strings and comments.
62 * Support for keeping undo history when reloading files (PR#188, Arthur
63 Rosenstein). This is not enabled by default in this release.
64 * Respect filetype.common's wordchars if a filetype doesn't have its own
68 * Add support for single-line regular expressions (PR#310).
69 * Default action is now "Replace & Find" in the replace dialog but
70 can be configured (Roland Pallai).
71 * Activate default action from all fields in the Find in Files
76 * Add Zephir filetype.
77 * Add CoffeScript filetype (PR#230, Mark Dresselhaus).
78 * Add Go tags parser (PR#373, PR#481, Issue#238, Jiří Techet).
79 * Add Erlang tags parser (PR#445, Beng Tan).
80 * Add PowerShell tags parser (PR#477).
81 * Many JavaScript parsing fixes and improvements.
82 * Many CSS parser fixes and improvements.
83 * Many Txt2tags parsing fixes and improvements (feature #690).
84 * Make parser fixes and improvements.
85 * Parse D enum base type (PR#404).
86 * Various small Rust fixes (PR#306, SiegeLord).
87 * Highlight C types in C++.
88 * Add some missing C11 keywords.
89 * Add some missing SQL keywords.
90 * Fix and add some CSS keywords (PR#333, Hannes Heute).
91 * Fix some FreeBasic keywords (#691).
92 * Add some missing D keywords (PR#293, Danyal Zia).
93 * Fix R keywords and wordchars (PR#273, landroni).
94 * Fix styling of some CSS elements.
95 * Fix styling of Lua preprocessor.
96 * Fix style of PHP variables interpolation.
97 * Recognize `.vbs` files as FreeBasic (PR#171, Nicolas Karolak).
98 * Recognize `.tpl` files as HTML.
99 * Recognize `.xtpl` files as XML.
100 * Recognize `.xpm` files as C.
101 * Recognize more Bash files (PR#291, Peter Bittner).
102 * Update templates for Python and Vala.
103 * Add template for HTML5.
104 * Fix parsing of some Python triple-quoted strings.
105 * Add some linting tools to some filetype's default Build menu.
106 * Fix scope of some Python symbols.
107 * Fix support of trigraphs in C-like languages.
108 * Add support of digraphs in C-like languages.
109 * Add support of `final`, `override` and `noexcept` C++11 keywords
113 * Update translations: be, ca, cs, de, el, es, fr, id, it, ja, nl, pl,
114 pt_BR, pt, ru, sl, sr, sv, zh_CN.
117 * File Browser: use "explorer" as the default open command on
119 * File Browser: use icons based on the detected file's MIME type (PR#455,
121 * Save Actions: use mode 0600 for backup copies (#833, PR#413).
122 * Split Window: Fix a few keybindings (cut, copy, paste, delete,
123 select all) (PR#467, Alex).
126 * Hide private API (PR#351, Jiří Techet, and PR#429, Matthew Brush and
128 * Cleaner and safer TagManager API (Part of PR#356, Jiří Techet).
129 * Entry point prototypes are now checked by the compiler (PR#359).
130 * Add pseudo-unique document IDs through GeanyDocument::id and
131 document_find_by_id(). This is a safer API for keeping a reference
132 to a document for a long time (PR#256).
133 * Add convenient and portable spawning API: spawn_sync(), spawn_async(),
134 spawn_with_callbacks(), spawn_kill_process(), spawn_check_command(),
135 spawn_write_data() (PR#441, Dimitar Zhekov).
136 * plugin_signal_connect() is now safe to use also with objects
137 destroyed before unloading the plugin.
138 * Add document_reload_force() to replace document_reload_file().
139 * Add project_write_config() (PR#361, Jiří Techet).
140 * Add keybindings_get_modifiers() and GEANY_PRIMARY_MOD_MASK (Jiří
142 * Fix emission of the 'document-activate' signal in some cases.
143 * Add ui_tree_view_set_tooltip_text_column().
144 * Add scintilla_get_type().
147 * Use native Windows quoting rules for commands (on Windows, part of
148 subprocess spawning improvements).
149 * Prompt before overwriting existing files when using native Save As
150 dialog (PR#113, Adam Coyne).
151 * View -> Change Font now respects the native dialog setting.
152 * Fix main window freeze when displaying native dialogs.
153 * Use the same plugin directory as other platforms (PR#540, Thomas
157 Geany 1.24.1 (April 16, 2014)
160 * Fix distribution of custom GTK style files (#1037).
163 Geany 1.24 (April 13, 2014)
166 * Add experimental support for GTK3.
167 * Add support for loading CTags and Vi tags files.
168 * Save configuration when plugin manager dialog is closed.
171 * Fix many small memory leaks (many of them found by Pavel Roschin).
172 * Fix stopping of some spawned commands.
173 * Fix cursor position and selection after comment toggling (#3576431).
174 * Fix truncated output of ``--list-documents`` command-line option.
175 * Fix launching a new instance when ``--list-documents`` is passed
176 and no other instance is running.
177 * Fix crash if a Custom Command returns after its related document
179 * Fix typo in "deque" C++ include name (#1027).
180 * Fix replacing a selection starting with "0x" by a color if the
181 selection is not 8 bytes long.
182 * Fix a possible crash on quit.
185 * Fix custom GTK styles under KDE (#3607935).
186 * Add Find entries in the Symbol List popup menu (#3608278).
187 * Flatten-out the View menu.
188 * Add a button to directly configure a plugin's keybindings in the
189 plugin manager (Pavel Roschin).
190 * Add an Apply button to the color chooser dialog (FR#686,
192 * Use a non-cropped 16x16 application icon (#1010).
193 * Fix "leaks" of geany_run_script (#975).
196 * Update Scintilla to version 3.3.6 (#962, #995).
197 * Fix Reflow to follow Line breaking behavior (#382, #412, #464,
199 * Fix unfolding the very last line in a level (#1007).
200 * Fix commenting the very last line in some situations.
203 * Fix bulk Search & Replace not to match replacements.
204 * Fix finding start of word when performing whole word matching.
205 * Search when activating the Replace dialog find entry.
208 * Add CUDA filetype (PR#147, Benjamin Chrétien).
209 * Add Rust filetype (PR#181, SiegeLord).
210 * Add Batch filetype (canou).
211 * Add Graphviz filetype (PR#125, Miro Hrončok).
212 * Add PowerShell filetype (Igor Shaula).
213 * Add Clojure filetype (PR#92, Hoàng Minh Thắng).
214 * Many improvements to the PHP tag parser.
215 * Update PHP global tags file (PR#137, John Long).
216 * Improve shebang detection for mksh and tcsh shells
218 * Fix Asciidoc parser recognition of open block as underline.
219 * Fix symbol list entry for Asciidoc headers containing a dot.
220 * Fix Asciidoc title parsing.
221 * SQL parsing improvements.
222 * Extend list of recognized keywords for SQL.
223 * Fix SQL single-line comment marker (#997).
224 * Fix parsing of some JavaScript constructors (#966).
225 * Fix parsing a JavaScript regular expression in a return statement.
226 * Fix parsing JavaScript files with a shebang.
227 * Parse Java annotations with parameters (#924, Braden Walters).
228 * Display Java enums in the symbol list.
229 * Add "strictfp" Java keyword and fix annotation parsing (#936, #924).
230 * Fix parsing of C++ static_assert.
231 * Fix parsing of typed enums in C# and C++.
232 * Mitigate parsing errors on C++ generics containing an expression.
233 * Add C++ member pointer operator to scope autocomplete operators
235 * Fix parsing of Fortran "forall" blocks and procedure pointers
236 (Alexander Eberspächer).
237 * Fix parsing of complex Cython types.
238 * Fix re-parsing Objective-C code.
239 * Fix parsing of Verilog initializers.
240 * Fix displaying of quoted Bash HereDoc delimiters (#952).
241 * Add some HTML5 keywords (Duncan de Wet).
242 * Add Erlang snippets and a template (PR#157, Fabio Ticconi).
243 * Haskell highlighting improvements (kudah).
244 * Add Matlab class keywords (PR#136, Felix Totir).
245 * Fix argument list on some Python constructors.
246 * Fix R indenting to use braces.
247 * Display R sources and libraries in the symbol list.
248 * Many improvements to the Fortran tag parser (#1023, #1030, with
249 help from Adam Hirst).
250 * Put Makefile comments at start of line.
251 * Add some missing Pascal keywords (#1033, PR#144).
252 * Add default build command for Bibtex in the Latex filetype
253 (PR#227, Francisco Iacobelli).
254 * Ignore Python imports when going to a tag's definition.
255 * Add some more Ruby extensions (Igor Shaula).
258 * Make date templates translatable (Christian Dywan).
259 * Update translations: ca, cs, de, es, eu, fr, gl, he, hu, it, kk,
260 lt, nl, pt, ru, sk, sl, sv, tr, zh_CN, zh_TW
263 * Save Actions: add autosave when the editor lose focus (FR#683,
265 * Export: fix exporting a document not ending with a newline.
266 * Export: fix including random, unused styles in the output.
267 * Export: fix HTML title if the file name contains control characters.
268 * Export: fix LaTeX export with many consecutive '-', '<' or '>'.
271 * Add plugin_builder_connect_signals().
274 * Fix infinite pagination when printing (#961).
275 * Fix spawning commands with spaces (#943).
276 * Allow to use the GTK color chooser dialog (PR#218, Steven Valsesia).
277 * Add default extension to native save dialogs (#1021).
278 * Add colorschemes from the Geany-Themes project to the
280 * Add option to install Geany header files and pkgconfig file to the
282 * Fix broken opening files from command line on Windows
286 Geany 1.23.1 (May 19, 2013)
289 * Fix custom styles under KDE and for people using gtk-chtheme
290 (corrects tab coloring, #3607935).
291 * Fix broken opening files from command line on Windows (#3613096).
294 Geany 1.23 (March 10, 2013)
297 * Various fixes to language theming (#3573213).
298 * Various Windows makefile fixes.
299 * Rewrite printing code (#2629121, #2804000, #3475444, #3580268,
301 * Use the Geany icon from the theme (#3576695).
302 * Make Geany-specific icons themeable.
305 * Fix too aggressive scope caching (#2142789, #2667917, #2868850).
306 * Fix showing project name in the Documents sidebar.
307 * Fix opening filenames with leading or trailing spaces from the
308 command line into a running instance.
309 * Fix re-opening files with unknown but detected encoding
310 (#3509407, #3605293).
311 * Fix crash when loading a broken or incompatible VTE library.
312 * Report scope including classes, namespaces and alike (#1996778).
313 * Fix cancelling Project Close when showing the unsaved changes
315 * Only use "allow_always_save" setting for direct user interaction
317 * Fix some keybinding not getting properly displayed in the menus
318 after being updated (#1912683, #3599251).
319 * Make Terminal tool setting more flexible to support any terminal.
320 * Fix replacing file name in files header upon save.
321 * Fix UAC Virtualization issue on newer Windows versions when trying
322 to save files to read-only locations (#3566329, #3515490).
325 * Control-click on the symbols sidebar don't focus the editor.
326 * Add an option to place the message window on the right.
327 * Fix display of non-ASCII tags in the symbols tree for non-UTF-8
329 * Replace 'Open file in a new tab' save dialog option with new
330 'Document->Clone' menu item.
331 * Fix clashing button mnemonic in detect/reload dialog (#3587465).
332 * Grab focus in the embedded terminal upon middle click (#3574724).
333 * Add support for embedded terminal background image (Mislav
337 * Update Scintilla to version 3.2.3 (#2808638, #2909124, #3094431,
339 * Properly indent even if the indenting character isn't the last
341 * Always display text in LTR direction.
342 * Improve collapsing fold behavior when start point is offscreen.
343 * Faster squiggle underlining.
344 * Fix multiline comments at end of file (#3026691).
345 * Keep caret and anchor position upon indent and unindent
347 * Complete on dash (-) too in CSS documents.
348 * Make wordchars have precedence over whitespacechars (#3429368).
349 * Fix cursor position after comment toggling with no selection
351 * Fix reshowing calltip after autocompletion list closed.
352 * Fix uncommenting multiline comments when cursor is on a delimiter.
353 * Clear search markers on Mark All keybinding when already set.
354 * Never strip trailing spaces from Diff documents.
355 * Reduce unnecessary redraws when typing (Evandro Borracini).
356 * Fix comment toggling inside PHP and HTML with bottom-up selection.
359 * 'Mark All' now also uses the fully-featured PCRE engine
361 * Only set Find in Files directory once per-document.
362 * Fix a crash when matching the very last character of the document.
363 * Fix search and replacement of empty matches.
364 * Fix a possible crash when searching on a range.
367 * Add keybinding for 'Go to Start of Display Line' (#3182425).
368 * Allow to change the keybinding for 'Quit'.
371 * Parse '!' char in D parameter lists.
372 * Fix parsing of Haskell comments inside a type (#3552129).
373 * Fix Cython auto indentation.
374 * Add more keywords to Forth (Oco).
375 * Add some missing Haxe keywords (#3448664).
376 * Add some missing CSS3 keywords (Trong Thanh Tran).
377 * Add some missing D keywords (#3595187) (Felix Totir).
378 * Fix a crash parsing some C macros (#3556536).
379 * Update some Python keywords.
380 * Update Python global tags file.
381 * Show VHDL blocks in the symbol list.
382 * Fix ruby scope after "do" (#3046418).
383 * Fix parsing of ruby keywords when followed by a semicolon
385 * Lots of JavaScript symbols parsing improvements (#2992393,
386 #3034303, #3034339, #3036476, #3398636, #3470609, #3568542,
388 * Use "scala" extension for Scala (#3574723).
389 * Fix parsing of reStructuredText titles containing UTF-8
390 characters (#3578050).
391 * Parse C++11 final classes (#3577559).
392 * Parse C++11 enums with type specifier and classed enums
394 * Fix highlighting of C++11 raw strings (#3578557).
395 * Fix parsing of colons in D (#3577788).
396 * Fix parsing of D 'static assert' (#3582833).
397 * Parse scope for D nested template blocks (#3582833).
398 * Ignore D angle brackets.
399 * Fix reStructuredText comment marker (#3585377).
400 * Add Asciidoc filetype.
401 * Fix parsing of Python keywords followed by a tab (\t).
402 * Add more HTML5 self-closing tags (Duncan de Wet).
403 * Update default D template to use a more standard prototype for
405 * Fix improperly translated string in Pascal template (#3602314).
406 * Add Go language filetype (tomboy64).
409 * Export: Fix missing linking on libm (Chow Loong Jin)
410 * File Browser: Backspace now moves to parent directory.
413 * Fix plugin_add_toolbar_item() insertion order (#3522755)
417 * Fix spawning synchronous commands on Windows.
418 * Show Find in Files status summary.
419 * Add icon to the Explorer context menu item.
422 * Add translations: et, eu, he, hi, sr
423 * Update translations: ca, cs, de, es, fi, gl, it, kk, lt, nl,
424 pt_BR, ru, sv, sl, tr
425 * Fix a crash when using the Turkish translation (#3560181).
428 Geany 1.22 (June 18, 2012)
431 * Bump dependencies to GTK >= 2.16 and GLib >= 2.20.
432 * Switch to Glade 3 and dynamically loaded XML UI description.
433 * Rewrite theming support for better flexibility.
434 * Add support for opening files read-only from the command line.
435 * Always load the default session if configured to do so.
436 * Make all filetypes use named styles to simplify color scheme
438 * Make 'Replace Spaces by Tabs' only match leading spaces to
441 Possibly incompatible changes
442 * Theming and filetype style changes mean old filetypes and color
443 schemes are not compatible with this version of Geany.
444 * There are some default keybinding changes but these will only
445 apply to newly created configurations.
446 * Changes to the "project-dialog*" signals may affect plugins.
449 * Fix escaping of session file paths (#3425969).
450 * Fix closing when minimized under Windows (#3421282).
451 * Properly handle remote URIs received through drag 'n drop
452 (#2966770, #3479567).
453 * Fix build with bleeding-edge GLib (#3483388).
454 * Fix color scheme selection in Ubuntu Unity (#3479674).
455 * Fix very slow regex tag parsing on Windows (e.g. for HTML).
456 * Fix detecting a changed file on disk when opening from
457 the command-line (Windows).
458 * Fix quick search entry behavior on Windows.
459 * Fix keybindings conflicts check when swapping a binding.
460 * Fix comments insertion in some cases (#3449635, #3534320).
461 * Add missing Windows mio makefile.
464 * Split "always wrap search and hide find dialog" pref into
465 "always wrap search" and "hide find dialog" (Dimitar Zhekov).
466 * Add Project Properties overrides for 'Saving files' prefs.
467 * Add hidden VTE preference "send_cmd_prefix" to prefix commands sent
468 to the VTE. (See the manual for details).
471 * Add support for switching to the last used document after closing
473 * Improve the tab switching dialog for better usability (Jiří Techet).
474 * Add support for user-defined labels for 'Send Selection to'
476 * Fix sidebar width when on the right (#3514436).
477 * Use case-insensitive document list path comparison on Windows.
478 * Replace Color Schemes menu with custom dialog.
479 * Show selected line count on status bar when whole lines are
483 * Update Scintilla to version 2.29.
484 * Add a "join lines" command (Eugene Arshinov).
485 * Hide autocompletion when the only entry has been typed (#3516212).
488 * Add full PCRE regular expressions support.
489 * Extra options passed to grep through Find in Files now follows a
490 real shell-style syntax (#3516263).
491 * Search pattern length is no longer limited to 248 characters.
492 * Fix showing Find/Replace regex compile errors on the status bar.
495 * Add Project New/Open/Properties/Close keybindings.
496 * Show overridden keybindings in bold for prefs dialog tree.
499 * Speed up loading of multiple global tags files.
500 * Show global tags file preprocessing errors on stderr & add
501 current directory to include path.
502 * Add C/C++ ignore.tags wildcard format 'PREFIX*'.
505 * Add support for regex-based filetype detection.
506 * C snippets no longer apply to all filetypes.
507 * Improve support for HTML embedded filetypes (#2863829, #3127598).
508 * Add filetype Objective-C (Elias Pschernig, P#3325139).
509 * Fix highlighting of ``...R"`` inside C and C++ (#3425107).
510 * Fix TCL keyword highlighting in some situations (#3432877).
511 * Parse PHP functions with multiline argument list (#3037797).
512 * Handle ``/bin/dash`` shebang (#3470986).
513 * Update JavaScript parser from CTags.
514 * Parse D class/struct/interface template bodies and template
515 blocks; ignore 'static if' expressions; parse function
516 @attributes, pure/nothrow and immutable/inout/shared return types.
517 * Fix broken tag/word autocompletion in HTML/PHP documents.
518 * Enable &entity; completion for all XML-based filetypes.
521 * Split Window: show marker margin.
522 * Split Window: enable basic context menu.
525 * document_save_file() now shows the Save As dialog when necessary.
526 * Rename signal "project-dialog-create" to "project-dialog-open" and
527 add new "project-dialog-close" signal.
528 * setptr is deprecated in favour of SETPTR.
529 * Add ui_hookup_object() and ui_lookup_object().
530 * Add ui_lookup_stock_label().
531 * Add build_{activate,get_current,remove,set}_menu_item(),
532 build_get_group_count().
533 * Add stash_group_free_settings().
534 * Add support for plugins written in C++.
536 Internationalization:
537 * Add translations: ar, id, lt, mn, nn, sk
538 * Update translations: de, es, fr, hu, it, ja, kk, lt, nl, pl, pt,
539 pt_BR, sk, sl, sv, tr, zh_CN, zh_TW
542 Geany 0.21 (October 2, 2011)
545 * Bump dependencies to GTK >= 2.12, GLib >= 2.16 and GIO.
546 * Add support for real-time symbol parsing.
547 * Remove old filetype templates support - use custom file
549 * Add support for detecting the indentation width from the file
553 * Fix generating tag files (-g) and --ft-names segfault.
554 * Replace dates on template insertion, not when loading templates.
555 * Fix segfault when inserting e.g. fileheader template when the
556 template file is empty (#3070913, lphilpot).
557 * Use the same indentation for all templates (Matthew Brush,
559 * Fix loading of non-UTF-8 templates.
560 * Fix completion and word completion with non-ASCII characters
562 * Fix HTML content-type detection (#3300703).
563 * Fix pattern filtering when using Find in Files not to search in
565 * Add a workaround to prevent Geany from crashing during loading of
566 a LaTeX-file containing linebreaks inside headings.
569 * Add 'Save As' toolbar button option (Matthew Brush, #3153490).
570 * Add 'Open in New Window' command in the notebook tab menu
571 (Matthew Brush, #3118059).
572 * Color schemes: use name and description for menu item and
573 tooltip (Matthew Brush).
574 * Shift-Enter in search dialog and toolbar search entries now
576 * Improve `Set Custom Commands` dialog.
577 * Always destroy open and save dialogs after use (#3311258,
578 #3304273, #3201050, #3163742, #3153120, #2985896).
579 * Add UI to edit formerly hidden preferences (Dimitar Zhekov,
583 * Update Scintilla to version 2.25.
584 * Fix snippets bug: {ob}pc{cb} replaced by '%' instead of {pc}.
585 * Fix multiple snippet cursor positions for Tabs + Spaces mode.
586 * Avoid triggering autocompletion on PHP open tags (#3199442).
587 * Fix indentation brace matching (#3309606).
590 * Support copying filetype definition file group keys from a system
591 keyfile with e.g. [styling=C].
592 * Make filetype group membership configurable using [Groups] in
593 filetype_extensions.conf.
596 * Don't auto-enable case-sensitive option when enabling regex in
597 Find/Replace dialogs.
598 * Remember Find and Replace options across restarts (Dimitar Zhekov).
601 * Add fixed shortcuts for VTE copy (Ctrl-Shift-C) and paste
603 * Add new keybinding 'Remove Markers and Error Indicators'.
606 * Store VTE path with the project session (Nicolas Sierro).
609 * Add Scala custom filetype (werg).
610 * Add Cython custom filetype (Matthew Brush).
611 * Add support for separate single and multiline comments.
612 * Add support for filetype-specific indentation settings (#3339420,
614 * Fix detecting Matlab and Txt2Tags extensions by default (#3167315,
616 * Fix detecting non-lowercase self-closing tags e.g. <BR> (#2226117).
617 * Highlight C# and Vala raw and verbatim strings.
618 * Improve JavaScript keyword handling and keyword lists (Jason Oster).
619 * Add filetype Cobol (Seth Keiper).
620 * Add file template for Vala (Mark Trompell).
623 * File Browser: Make 'Hide object files' preference configurable with
625 * Split Window: Fix a crash when changing filetype (Matthew Brush,
627 * Split Window: Update styles when the filetype changes (Matthew
629 * Split Window: Enable code folding (Matthew Brush, #3097780).
630 * Split Window: Fix issues on Windows (Matthew Brush, #2725342).
631 * Class Builder: Improve dialog UI using a table (Matthew Brush).
632 * Export: Add option to insert line numbers (#3197150).
635 * Add 'Reading styles from another filetype' subsection (Matthew
637 * Add 'Filenames' subsection for filetype definition files explaining
638 the filename extensions and special cases.
639 * Add section 'Filetype group membership'.
642 * Add filetypes_get_sorted_by_name(), utils_find_open_xml_tag_pos()
644 * Add plugin_idle_add(), plugin_timeout_add(), plugin_timeout_add_seconds(),
645 ui_menu_add_document_items_sorted(), document_compare_by_display_name(),
646 document_compare_by_tab_order(), document_compare_by_tab_order_reverse().
647 * Deprecate ui_widget_set_tooltip_text().
648 * Fix public inclusion of config.h (#3384026).
649 * Add new signal "document-reload".
651 Internationalisation:
652 * Add translations: fa
653 * Update translations: ca, cs, de, en_GB, es, fi, fr, gl, it, ja, nl, pt,
654 pt_BR, sl, sv, tr, vi, zh_CN, zh_TW
657 Geany 0.20 (January 5, 2011)
660 * Improve compatibility with GVFS using GIO to save documents (Alexey
662 * Fix crash when closing a modified document (usually without a
663 trailing newline) and choosing Save (fixes #3111058).
664 * Fix crash when using 'Send Selection to Terminal' and the VTE
665 is not loaded, and when using Ctrl-A after enabling the 'Load VTE'
666 pref (Dimitar Zhekov).
667 * Fix a slightly wrong encoding detection on Windows (#3019573).
668 * Fix issue with single-line commenting/uncommenting blocks when using
669 Windows line endings.
670 * Fix saving project indent prefs straight after using project
672 * Fix wrongly changing edited keybindings when cancelling the
674 * Fix auto-displaying of sidebar, tab bar, symbols and documents tabs
675 when only plugin tabs are visible (fixes #3101867).
676 * Save build commands for filetype None (Lex Trotman).
677 * Waf: Check for libsocket on OpenSolaris to fix build.
680 * Color build command fields light grey unless overridden (Lex
682 * Replace /home/user with ~ in the documents list (Jon
684 * Display 'new instance' on title bar for 2nd instances (Eugene
686 * Don't add duplicates to combo box histories.
687 * Reorganise Find in Files dialog and add Files pattern to filter
689 * Implement 'Select All' for the VTE widget.
690 * Reorganise editor popup menu for shorter size - some items were moved
692 * Move Go to Marker menu items to Search menu.
693 * Group Open dialog encoding options by submenus (Adam Ples; #3047717).
694 * Show mimetype icon in sidebar Documents list and notebook popup menu
698 * Ensure inserted templates always have proper line ending characters
699 according to the current document's preference.
700 * Add per-document indent width setting (Jiří Techet).
701 * Add 'Project->Apply Default Indentation' menu command to override
702 every document's indentation settings.
703 * Display better error messages when saving a document fails (Dimitar
705 * Don't prompt for reloading if the document has not been edited
707 * Add Close button to the detected file changed dialog.
710 * Fix wrong snippet indentation when original cursor line has
711 non-indentation whitespace (david).
712 * Fix passing quoted arguments when using 'Send Selection to'. This
713 means e.g. sed 's/\./(dot)/g' now works.
714 * Add alternative color scheme based on Python colors
715 (View->Editor->Color Schemes).
716 * Replace HTML automatic <table> tag completion with a 'table' snippet
718 * Auto-indent after an HTML/XML line without a closing tag (Eugene
720 * Respect 'Smart' home key pref for Shift[+Alt]+Home (fixes #3100290,
722 * Scroll to the current line when moving the cursor to the next
723 cursor position in a snippet (#3139490).
724 * If the current word's tag is on the current line, make Go to Tag
725 Definition look for a tag declaration instead and vice versa.
726 * Make Reflow Lines/Block command use the current indented block, not
727 the whole paragraph (which could have mixed indentation).
730 * Load insertion templates from system path, don't create them in
731 the user's config dir.
732 * File templates are now reloaded on saving.
735 * Add 'Ensure consistent line endings' file saving pref (Manuel Bua).
736 * Add 'statusbar_template' hidden pref (Dimitar Zhekov).
737 * Add 'new_document_after_close' hidden pref to open a new document
738 automatically after closing all documents.
739 * Add hidden pref 'find_selection_type' with option to use the X
740 selection or to repeat the last search when there's no selection,
742 * Add 'gio_unsafe_save_backup' hidden pref (Lex Trotman).
743 * Add filetypes.common 'fold_symbol_highlight' color setting.
744 * Add 'symbol_list_sort_mode' per-filetype setting.
747 * Fix Alt+[0-9] switching tabs even when other modifiers are also held.
748 * Add snippet keybinding support (Eugene Arshinov).
749 * Add 'Insert New Line Before/After Current' keybindings (Eugene
753 * Add Forth filetype (Thomas Huth).
754 * Add Lisp filetype (Mário Silva).
755 * Add Erlang filetype (Taylor Venable).
756 * Ada: Fix wrong comments.
757 * C++: Disable user fold points with new lexer property
758 fold.cpp.comment.explicit.
759 * Python: Update list of builtins for Python 2.6, simplify
760 Compile/Syntax Check command. Use named styles for color scheme
761 support (use alt.conf color scheme if you want the old colors).
762 * Matlab: Support Octave # comment char.
763 * Txt2Tags: add highlighting (Forgeot Eric - #3020632).
764 * Make: fix possible infinite loop in tag parser.
765 * D: Parse template functions, ignore /+ +/ comments, ignore
766 unittest blocks, add keywords 'ref', 'macro' and D2 keywords.
767 * Vala: Parse functions with contracts (#3080232).
768 * Markdown, reStructuredText and Txt2Tags: Sort tags by line number by
770 * Basic: Parse property, constructor, destructor as functions
771 (pottersson; #2992167).
772 * HTML: Add HTML5 element names and attributes (Ross McKay).
773 * PHP: Parse final functions (fixes #3111171).
774 * Markup: Add xml_indent_tags filetype setting for documents using the
775 HTML/XML lexers (Eugene Arshinov).
778 * File Browser: Add history to path entry.
779 * HTML Characters: Only automatically replace characters when the
780 current document is a Markup document.
782 Internationalisation:
783 * Add translations: kk.
784 * Update translations: cs, de, en_GB, es, fi, fr, hu, ja, nl, pt,
788 * Update 'Custom filetypes', 'Ignore Tags' sections.
789 * Add 'HTML Characters', 'Configuration file paths', 'Color schemes
791 * Explain how to grep the Scintilla source for lexer properties.
794 * Add 'Bugs to watch out for' section.
797 * Improve Stash GUI example.
798 * Fix not loading plugins built against a newer API when Geany doesn't
799 provide the required version given in PLUGIN_VERSION_CHECK().
800 * Make GEANY_API_VERSION, GEANY_ABI_VERSION macros instead of enums
801 so you can protect code with '#if GEANY_API_VERSION >= 200'.
802 * Add signals "build-start", "project-dialog-create" and
803 "project-dialog-confirmed" - to append a Project Properties
804 notebook tab (Jiří Techet).
805 * Add macro foreach_range().
806 * Add GeanyMainWidgets::message_window_notebook (#3061342).
807 * Add main_widgets.project_menu (Jiří Techet).
808 * Add msgwin_set_messages_dir() (Jiří Techet).
809 * Add highlighting_is_{string,comment,code}_style(),
810 editor_find_snippet(), editor_insert_snippet(),
811 utils_find_open_xml_tag() (Eugene Arshinov).
812 * Add ui_combo_box_add_to_history(), editor_goto_pos(),
813 dialogs_show_input(), Add sci_get_lexer().
814 * Add filetypes_get_display_name() as "None" is no longer translated.
817 Geany 0.19.2 (December 01, 2010)
819 * Fix bug where Geany did not always report an error message when
820 saving a document fails.
823 Geany 0.19.1 (August 18, 2010)
826 * Fix broken autocompletion after using scope completion.
827 * Fix scrolling the editor line in view (e.g. after loading a session
828 and switching document tabs).
829 * Fix using filetype extension patterns with upper case letters on
831 * Fix a slightly wrong encoding detection on Windows (#3019573).
832 * Re-enable comment folding.
833 * Fix not loading plugins built against a newer API when Geany doesn't
834 provide the required version given in PLUGIN_VERSION_CHECK().
835 * Fix infinite loop in Markdown lexer (patch by Colomban Wendling,
837 * Fix saving non-project filetype error regex.
838 * Focus toolbar item when pressing Go to Line keybinding only when
839 it's not in the toolbar's drop down overflow menu (#3027454).
840 * Escape the name of the current document for markup when using
841 document name for menu items (#3038844).
842 * File Browser: Allow Find in Files when no items are selected.
843 * Fix build menu translation problems.
844 * Fix segfault on Tools->Reload Configuration when no documents are
846 * Fix building with Waf on Solaris.
847 * Fix a memory leak (thanks to Daniel Marjamäki).
848 * Use g_free instead of free (patch by Daniel Marjamäki, thanks).
851 * Always use white background color when printing (except for text
852 with a white foreground) to save ink (#2968998).
853 * Limit build error editor indicators to 50, but parse all errors in
854 the Compiler tab (#3019823).
855 * Align notebook tab close buttons centred vertically (thanks to
857 * Show the Project Properties build tab when choosing 'Set Build
858 Commands' when a project is open to prevent confusion with
859 non-project commands.
862 * Fix wording - restarting is required for hidden prefs.
863 * Fix Grep --exclude-dir example.
866 Geany 0.19 (June 12, 2010)
869 * Build system reworked to be much more configurable (by Lex Trotman).
870 * Use POSIX system/GNU regex engine for find & replace. This alters
871 regex syntax - we now support '?' operator and match newlines.
872 * Support adding custom filetype files.
873 * Add new command line option --list-documents to return a list
874 of currently opened documents
875 * Remove deprecated --debug flag. Please use --verbose/-v instead.
878 * Add option 'System Default' for toolbar icon style and size to use
879 the GTK default value.
880 * Allow '+<number>' and '-<number>' as values for Goto Line inputs
881 to jump relative to the current line.
882 * Add preference to add new document tabs beside the current one
883 (patch by Colomban Wendling).
884 * Enable type-ahead find for sidebar symbols and documents tabs
885 (patch by Thomas Martitz).
886 * Make Ctrl-click on any notebook tab switch to the last used
888 * Add 'Edit->Commands' menu.
889 * Add 'Edit->Plugin Preferences' menu item and keybinding.
890 * Add 'View->Editor->Color Schemes' menu (only shown if color
894 * Hide 'Tabs and Spaces: Hard tab width' preference - it should
895 always be 8. (Hidden setting kept in case users have modified it).
896 * Add sidebar position interface pref.
897 * Add project long line marker customisation (patch from Eugene
901 * Update Scintilla to 2.12.
902 * Add preference and support for virtual spaces.
903 * Add word part autocompletion for the current selected item when
904 pressing keybinding (default Tab) - Enter still completes normally.
905 * Remove LaTeX autocompletion from Geany's core and move it to the
909 * New filetype: Txt2Tags (patch by Eric Forgeot).
910 * New filetype: Abc (patch by Eric Forgeot).
911 * New filetype: Verilog (patch from Kelvin Gardiner).
912 * New custom filetype: Genie.
913 * Improvements in symbol parsing of PHP and Python files.
914 * Add R tagmanager symbol parser (patch by Jon Senior).
915 * Update Perl tag parser from ctags - removes support for
916 buggy local/my/our but parses constant/format/labels.
917 * Parse more VHDL tags (patch from Kelvin Gardiner).
918 * Highlight D & Java types from a global tags file.
919 * Parse Python lambda functions (patch from Colomban Wendling).
922 * Add keybindings to switch to the sidebar's Document and Symbol list as
923 well as to the Message Window's current tab (patch by Eugene Arshinov).
924 * Add 'Remove Markers' and 'Remove Error Indicators' keybindings.
925 * Make 'Reflow block/lines(s)' keybinding use line breaking column when
926 enabled (patch by Lex Trotman).
927 * Add 'Select to previous/next word part' keybindings.
928 * Add 'Switch to Messages' focus keybinding.
929 * Add 'Move line(s) up/down' keybindings.
930 * Make Switch to Editor keybinding reshow the document statistics line.
933 * Move filetype template defaults into custom file template files.
934 * Read custom file templates from system as well as user dir.
935 * Add new special template wildcard "{command:...}" to use the output
936 of a shell command in templates.
937 * Support {ob}, {cb} and {pc} to escape wildcard strings with {, }, %
938 for snippets, fileheader and file templates.
939 * Add {project}, {description} template wildcards (#2954737).
940 * Reload templates when saving a document in the templates config dir.
943 * Support more filetypes.common folding icon styles: arrows, +/- and no
945 * Support Scintilla lexer properties in [lexer_properties] filetypes.*
947 * Add filetypes.xml asp.default.language property (Ross McKay).
950 * Classbuilder: Add support for creating PHP classes
951 (patch by Ondrej Donek).
952 * HTMLchars: Make plugin remember whether replacement of special
953 characters was activated.
956 * Support very long build commands.
957 * Add a preference for choosing between GTK and native File Open/Save
958 dialogs (only available on Windows).
960 Internationalisation:
961 * Added translations: ast.
962 * Updated translations: de, en_GB, es, fr, gl, ja, nl, pt, ru, sl, sv,
966 * Improve documentation contents page.
967 * Add Stash mini-library setting, pref & widget functions to API.
968 * Add plugin_configure_single() plugin symbol which is easier to
969 implement than plugin_configure().
970 * Add new plugin signals: "document-before-save", "document-filetype-set",
971 "geany-startup-complete".
972 * Add PLUGIN_SET_TRANSLATABLE_INFO macro to the plugin API so plugins' meta
973 information can be translated already in the plugin manager dialog
974 (patch by Colomban Wendling).
975 * Use full function name for GeanyFunctions function pointers. This
976 avoids naming conflicts e.g. with C++'s 'new' keyword.
977 * GeanyKeyBinding label fields can now contain underscores, which won't
978 be displayed by Geany. This saves adding near-duplicate translation
980 * Add GeanyKeyGroup callback support.
981 * Add more Scintilla function wrappers, foreach_dir(), foreach_str(),
982 utils_get_file_list_full(), document_get_notebook_page(),
983 editor_insert_text_block().
984 * Don't install unnecessary headers.
985 * Remove deprecated header pluginmacros.h - use geanyfunctions.h
987 * Deprecate documents_foreach(), use foreach_document() instead.
988 * Deprecate PLUGIN_KEY_GROUP() macro - use plugin_set_key_group()
992 Geany 0.18.1 (February 14, 2010)
995 * Define G_GNUC_WARN_UNUSED_RESULT to fix build on GLib 2.8.
996 * Use AC_PATH_PROG instead of 'which' for portability (patch by Erik
1000 * Remove filetypes.common invert_all option - use 'Invert syntax
1001 highlighting colors' pref instead (fixes #2854525).
1004 * Fix 'Open Selected File' for unsaved new documents.
1005 * Fix updating main menu accelerators after changing keybindings
1006 (thanks to Lex Trotman).
1007 * Fix using 'Insert date' keybinding when a custom date string has
1009 * Set the cursor color for the split window plugin.
1010 * Remove plugin from plugin manager dialog on unloading if it no
1011 longer exists or is incompatible.
1012 * Fix 'Reflow block' command when at the last paragraph and there's
1013 no last newline (patch by Eugene Arshinov, thanks).
1014 * Fix opening filenames beginning with two dots (closes #2858487).
1015 * Show Find in Files stderr output in messages window instead of
1016 debug window so that invalid regex messages can be seen easily.
1017 * Speed up sorting in utils_get_file_list(). This reduces the file
1018 browser delay on displaying a big directory, e.g. /usr/bin.
1019 * Fix a bug with not w3c compatible HTML code on export plugin
1020 * Fix non-working Home and End keys on numpads.
1021 * Fix loading of files on network resources on Windows.
1022 * Fix wrong alignment of printed pages when page headers are disabled
1026 * Extend auto_latex() function to check whether an environment has
1027 been closed within the next lines to avoid auto adding double
1029 * Replace some icons which could cause licensing problems by icons
1030 from the Rodent icon theme.
1033 * Parse contents of D extern{} and version{} blocks.
1034 * Fix creating D interface tags properly.
1035 * Parse D functions with contracts (fixes #1885480).
1036 * Parse D alias statement like typedef.
1037 * Improve parsing of LaTeX, PHP and Python files.
1040 * Add 'Scope autocompletion' section.
1041 * Add 'Tools menu items' section to explain configuration files
1042 submenu, reload configuration item.
1043 * Minor updates/fixes.
1046 * Add gcc commands to build a plugin to the HowTo.
1049 * Add section 'Plugin API/ABI design'.
1050 * Add 'Compiler options & warnings' section.
1051 * Update Style section to be clearer about code alignment and show
1053 * Add 'Doc-comments' plugin API subsection.
1055 Internationalisation:
1056 * Added translations: gl
1059 Geany 0.18 (August 16, 2009)
1062 * Fix scrolling horizontally after finding a search match with the
1063 search bar or Find Next/Previous which is off-screen.
1064 * Remove relative/untidy path elements from filenames when opening
1065 documents (#2823998).
1066 * Create initial template files with proper platform-specific line
1068 * Improve inserting of comment templates like File header or licence
1072 * Add 'Show Paths' documents list popup item.
1073 * Add filetypes.common to 'Configuration Files' menu.
1074 * Implement a graphical toolbar editor.
1075 * Add 'Build' toolbar button to the default layout.
1076 * Add 'Replace' toolbar button (closes #2798225).
1077 * Use a more Tango like icon for 'Save All' (by Jesse Mayes, thanks).
1078 * Add a popup menu for the keybinding list in the preferences dialog
1079 to easily expand and collapse all groups.
1082 * Implement Most-Recently-Used document switching when pressing
1083 'Switch to last used document' keybinding (Ctrl-Tab).
1084 * Add 'Mark All' keybinding (Ctrl-Shift-M).
1085 * Add 'Reflow lines/block' keybinding, (Ctrl-J; thanks to
1087 * Make the Scintilla keybindings 'Delete to end of line' and
1088 'Go to end of display line' configurable.
1089 * Switching notebook tabs now works for the currently used notebook
1090 widget instead of always using the documents notebook.
1093 * Fix a redraw when documents were first drawn uncolourised.
1094 * Delay highlighting matching braces by 100ms to speed up scrolling
1095 with the arrow keys.
1096 * Support 'tab indents, space aligns' style when indenting (#2789109).
1097 * Add 'Autocomplete all words in document' pref; also used when forcing
1098 autocompletion and there's no symbol names to show.
1099 * Add 'Drop rest of word on completion' pref.
1100 * Update Scintilla to version 1.79.
1101 * Improve displaying and reshowing of calltips.
1103 Syntax highlighting:
1104 * Reload color schemes via Tools menu (thanks to Eugene Arshinov).
1105 * Implement named styles support for filetypes.* using a
1106 filetypes.common [named_styles] section; used as
1107 "style=named_style,bold". (See the manual for details).
1108 * Allow style definitions with missing fields to use the
1109 filetypes.common default style's fields.
1110 * Make C-like filetype styles use named styles & default background
1111 color. (Anyone who wants to likewise update any other filetype's
1112 styles, please let us know ;-)).
1113 * Allow indentation of wrapped lines (see style 'line_wrap_indent').
1114 * Add new styles 'line_height' and 'marker_mark'.
1117 * Add Markdown filetype (thanks to Jon Strait).
1118 * Highlight D WYSIWYG backtick `strings` and r"strings" (#1895745).
1119 * Minor improvements for filetypes: Fortran, Haxe, HTML, Lua,
1120 Matlab, Pascal, Python, Tcl.
1123 * Read custom system global tags files from $prefix/share/geany/tags
1125 * Autocomplete scoped fields like struct members when typing '.' (and
1126 also '->' or '::' in C/C++) if the language's tag parser supports it.
1127 * Save field tags for C/C++ when generating a global tags file (you may
1128 want to regenerate your tag files).
1129 * Parse Python calltips.
1130 * Show relative paths in Diff filename tags.
1131 * Group reStructuredText symbol list items by scope level.
1134 * Add geanyplugin.h single include.
1135 * Add plugin_signal_connect() for connecting plugin signals at
1136 runtime and also for connecting to any GObject signal.
1137 * Add documents_foreach(), filetypes[], documents[], utils_strdupa()
1138 and various foreach_type() macros.
1139 * Make GeanyDocument::file_type always be non-NULL.
1142 * Fix quoting the build command string on Windows (closes #2791769).
1143 * Fix LaTeX view commands on Windows (part of #2807688).
1144 * Expand system environment variables (%variableName%) on Windows when
1145 running Build commands.
1147 Internationalisation:
1148 * Added translations: lb, sl, pt_PT
1149 * Updated translations: ca, cs, de, en_GB, fi, fr, ja, pt_BR, ru, tr
1152 Geany 0.17 (May 02, 2009)
1155 * Fix broken selection of "Document->Set Encoding" menu items.
1156 * Fix broken non-incremental search with the toolbar search entry when
1157 pressing Enter (closes #2638180).
1158 * Fix parsing of Make output (closes #2694479, patch by Andrea Mazzoleni).
1159 * Fix crashes on quitting Geany (closes #2533990).
1160 * Fix disabled Go to Tag items in the editor menu when using the
1161 keyboard (#2780044).
1162 * Prevent crashes when two or more top level items in the symbol
1163 list have the same name (closes #2778246).
1166 * Add an option to set an additional plugin lookup path.
1167 * Add a hidden preference 'use_safe_file_saving'. This has serious side
1168 effects, please read the documentation before enabling this.
1171 * Add 'Send Selection to Terminal' command to the Edit->Format menu.
1172 * Change the background colour of the search entries in the Find
1173 and Replace dialogs according to the search results.
1174 * Add 'Close Other Documents' and 'Close All' menu items to the tab bar
1176 * Add an option to allow appending the toolbar to the main menu bar
1177 to save some vertical space.
1178 * When a project is loaded, replace the project base path with the
1179 project name in the Documents sidebar for parent items (closes #2723679).
1180 * Make the file open dialog more compact.
1181 * Ellipsize tab labels and some status messages for very long
1182 filenames (closes #2777348).
1183 * Add new toolbar element: Print (patch by Roland Baudin).
1184 * Remember the active sidebar page between sessions.
1185 * Add "Recent Projects" menu to the Project menu (#2728630,
1186 patch by Elias Pschernig).
1187 * Add Tools->Configuration Files item for snippets.conf.
1190 * Fix wrong Fortran 90 comment characters when inserting templates.
1191 * Add filetype ActionScript (patch by Chris Macksey).
1192 * Fixes for CSS, Fortran and Ruby parsers.
1193 * Add a trivial symbol parser for NSIS files.
1196 * On Windows, change the working directory to the Geany installation
1197 path at startup to avoid unwanted directory locking(closes #2626124).
1198 * Fix window positioning on startup.
1199 * Make build commands on Windows run synchronously to avoid problems
1200 with reading build commands' output.
1203 * HTMLchars: Extend plugin by bulk replace and replace on
1204 input for special characters to their HTML entities.
1205 * Splitwindow: Add keybindings for the split actions.
1206 * VCDiff: Remove plugin from Geany. Use GeanyVC instead.
1209 * Deprecate sci_get_text(), sci_get_selected_text() and
1210 sci_get_text_range().
1211 * Add sci_get_contents(), sci_get_contents_range() and
1212 sci_get_selection_contents() as replacement functions to provide
1213 an easier and cleaner API (initial patch by Frank).
1214 * Make GEANY_FILETYPES_NONE = 0, sort filetype IDs randomly (so we can
1215 append new filetypes without breaking the ABI); add
1216 filetypes_by_title sorted list to GeanyData.
1219 * Describe how to build Geany using the Waf build system.
1221 Internationalisation:
1222 * Updated translations: be, cs, de, es, fi, fr, hu, ja, pt_BR, ru,
1226 Geany 0.16 (February 15, 2009)
1229 * Fix indenting for Tabs & Spaces mode when inserting snippets.
1230 * Fix snippets and smart indent using too much indentation when the
1231 line contains whitespace after non-whitespace characters (#2215044).
1232 * Fix segfault when showing Find in Files dialog when no documents are
1234 * Fix not switching to 2nd last used document when the last used
1235 document has been closed (#1945162).
1238 * Group child tags by their parents in the symbol list for C-like
1239 filetypes, Python, Conf (thanks to Conrad Steenberg).
1240 * Use a tree for the Documents sidebar, grouped by path.
1241 * Add 'Tools->Configuration Files' menu with items to open
1242 filetype_extensions.conf and ignore.tags. These files are also
1243 reloaded automatically when saved.
1244 * Change configuration directory path to $XDG_CONFIG_HOME/geany
1245 (most often this is ~/.config/geany).
1246 * Allow to specify files on the command line and from remote instances
1247 to be URIs (local and with GIO also remote URIs).
1248 * Increase minimum required GTK version to 2.8.
1251 * Add Project Indentation prefs, which override the Editor
1252 Preferences dialog options. For new projects, these default to
1253 the editor indent prefs.
1254 * Add an interface pref for whether to hide additional widgets when
1255 double-clicking on document notebook tabs (off by default).
1256 * Add a preference to invert all colours for syntax highlighting.
1257 * Add a hidden preference "allow_always_save" to make the Save buttons
1258 and menu items always sensitive.
1261 * Rework the toolbar: now all elements can be added/removed/reordered
1262 using a simple XML file.
1263 * Add new toolbar buttons for Cut, Copy, Paste, Delete, Preferences,
1264 Close All and Build (including a submenu for Make actions).
1265 * Add a progressbar widget to the statusbar to show progress for time
1269 * Make Ctrl-click go to matching brace if there's no current word.
1270 * Make Shift+Mouse wheel scroll the editor view horizontally.
1271 * Make the 'Mark' button for Find highlight the results with rounded boxes
1272 instead of marking the whole line.
1273 * Add auto-closing of braces, brackets and quotes (Guillaume de Rorthais).
1274 * Support multiple %cursor% wildcards in Snippets (Thomas Martitz).
1277 * Add new filetypes Ada, CMake, Matlab, NSIS, Vala and YAML.
1278 * Update HTML character entities (thanks to Tyler D'Agosta).
1279 * Parse restructuredText sections in the order of first-used underline
1280 character, which can now be any punctuation character (as per the spec).
1281 * Remove GTK global tags, replace them with C (C99) tags. The GTK tags
1282 file is still available for download on the website.
1283 * Minor improvements for filetypes CSS, Fortran, FreeBasic, HTML, Tcl
1287 * Improve tab close icon size.
1288 * Changes to the Windows installer:
1289 - The full installer now includes the GTK 2.14 runtime environment.
1290 - Register ".geany" as Geany Project File extension.
1291 - Install GTK translation files only if installation of translation
1292 files were requested (saves about 22 MB otherwise).
1293 - Support silent installations.
1296 * Add Split Window 'Split Vertically' command (thanks to Moritz Barsnick).
1297 * Make Version Diff plugin set the indent type for diffs based on the
1298 current file's indent type.
1299 * Minor improvements to the filebrowser plugin
1302 * Generate plugin API header geanyfunctions.h containing macros to
1303 avoid having to type the function pointer names manually.
1304 * Deprecate pluginmacros.h in favour of geanyfunctions.h.
1305 * Add "editor-notify" to the plugin API.
1306 * Add new plugin symbol plugin_help() which is called by Geany when the
1307 plugin should show its documentation (if any, symbol is optional).
1310 * Update Scintilla regular expression info for v1.77 (character
1311 classes, ASCII escaping, character sets containing square
1312 brackets peculiarities). Adapted from SciTE doc.
1313 * Complete 'Hello World' Plugin Howto.
1315 Internationalisation:
1316 * Updated translations: bg, ca, cs, de, en_GB, fr, hu, it, ja,
1317 pt_BR, sv, ru, tr, vi, zh_CN
1320 Geany 0.15 (October 19, 2008)
1323 * Add Previous Message, Previous Error commands (thanks also to Beau
1325 * Add 'Close Other Documents' File menu command (#1976724).
1326 * Add Find Document Usage popup menu command & keybinding.
1327 * Check that the current file is still on disk (as well as checking the
1329 * Add support for custom file templates (found at startup) in the
1330 ~/.geany/templates/files directory, shown underneath filetype templates
1331 in the New with Template menu.
1332 * Make socket open command support filename:line:column syntax.
1333 * Add filetypes.* [build_settings] key 'error_regex' to support custom
1334 error message parsing using a GNU-style extended regular expression.
1335 * Allow loading projects from command line (#1961083).
1336 * Add alternative build system: Waf.
1337 * Add Tools menu item to reload configuration data without a restart.
1338 * Add support to use template wildcards in snippets.
1339 * Increase LSB compliance.
1342 * Make disk check timeout configurable (zero disables disk checks).
1343 * Add search pref: 'Use the current file's directory for Find in Files'
1347 * Make keyboard shortcuts dialog non-modal (#1999384).
1348 * Add a debug messages window to easily view debug messages/warnings.
1351 * Update Scintilla to version 1.77 (includes many fixes).
1352 * Add basic Line Breaking option in the Document menu and 'Line breaking
1353 column' editor pref (for now only works when typing characters past
1354 the line breaking column number).
1355 * Don't colourise any documents until they need to be drawn (this
1356 should make opening a session faster for filetypes that support typename
1358 * Make Ctrl-click on a word perform Go to Tag Definition.
1359 * Add 'Max. symbol name suggestions' autocompletion pref.
1360 * Show ellipsis (...) item when there are too many symbol names for
1362 * Highlight matching brace indent guides (thanks to Jason Oster;
1364 * Show brace indent guides on empty lines when appropriate (thanks to
1365 Jason Oster; #2105982).
1366 * Add 'Tab key indents' pref, on by default.
1367 * Implement soft tabs support (#1662173). There's now a 'Tabs & Spaces'
1368 Indent Type, and separate Width, Hard Tab Width indent prefs. (Thanks
1369 to Joerg Desch for explaining how it needed to work).
1370 * Auto-update the line margin width as lines are added (thanks to Jason
1372 * Add "Replace spaces by tabs".
1375 * Install plugins into lib/ not into plugins/.
1376 * Install Geany's message catalogs into share/locale rather than
1377 lib/locale as GTK does since 2.12.2.
1380 * Add Go to Start/End of Line keybindings (#1996175).
1381 * Add 'Switch to Compiler' keybinding (useful when checking build
1383 * Add keybindings for Line wrapping, Line breaking, Toggle fold and
1384 Replace Spaces by tabs, Previous/Next word part.
1387 * Add OpenGL Shader Language (GLSL) filetype (thanks to Colomban
1388 Wendling; #2060961).
1389 * Add R language filetype (thanks to Andrew Rowland; #2121502).
1390 * Split filetype Fortran into Fortran 77 and Fortran 90.
1391 * Add Gettext translation filetype (#2131985).
1392 * CSS improvements, thanks to Jason Oster.
1395 * Fix hang when restarting the VTE (#1990323) with VTE 0.16.14.
1396 (Note that with VTE 0.16.14 the reset sometimes leaves a blank
1397 terminal, but pressing enter makes it then behave as normal).
1400 * Add Split Window plugin (should work OK for viewing; full editing
1401 support is not implemented yet).
1402 * Merge InstantSave, AutoSave and BackupCopy plugins into the new
1403 plugin 'Save Actions'.
1406 * Add Tips and Tricks appendix.
1407 * Updated Installation section.
1408 * Update 'Build system' for custom error regexes.
1409 * Add a section for internal plugins.
1412 * Many changes; see the API documentation (make api-doc) and the
1413 geany-devel list archives.
1414 * Deprecated: plugin_fields, plugin_info symbols.
1416 Internationalisation:
1417 * New translations: ko, tr.
1418 * Updated translations: be, ca, de, en_GB, fi, hu, it, ja, pl,
1422 Geany 0.14 (April 19, 2008)
1425 * Don't beep when using Replace All in Session unless all open files
1426 have no replacements (fixes #1893796).
1427 * Only use filetype detection after Save As, not on every save when the
1428 filetype is None (fixes #1891778).
1429 * Make Go to Tag commands look for the tag in the current document
1430 before searching the workspace.
1431 * Check file on disk for changes also when pressing a key.
1432 * Ignore documents with no absolute path when saving session files.
1433 * Fix segfault with Run command when a project is open and the current
1434 file's filetype has no run command.
1435 * Make Next Error and Next Message commands add positions to the
1436 navigation queue, so the user can move backwards through the list items
1437 and return to where they were.
1438 * Make pressing escape in the sidebar focus the editor.
1439 * Make navigation queue position based to restore the line and column when
1440 returning to a previous position (closes #1936927).
1441 * Save sorting order of the symbol list when saving a file (fixes #1917262).
1442 * Improve "Send Selection To" code (fixes #1909452).
1443 * Install header files and add a pkg-config file for external plugins.
1444 * Use monospace font for text entry fields in search dialogs (#1907117).
1445 * Don't open zero byte sized files read-only (e.g. files in /proc).
1448 * Improve Makefile parser to detect targets.
1449 * Update PHP tags file to latest PHP API docs (closes #1888691).
1450 * Add translucency settings to filetypes.common for semi-transparency.
1451 * Add HTML parser to get h1, h2, h3 symbols as well as link anchors and
1452 JavaScript functions (fixes #1896068).
1453 * Update Javascript, Tcl and Assembler parser.
1456 * When closing a tab when using left-to-right tabs, focus the next
1457 document, not the previous.
1458 * Move Load Tags item from File to Tools menu.
1461 * Don't scroll the editor view if it is unnecessary when using Find
1462 Next/Previous, Find Selected, incremental search, Go to Marker or Go to
1463 Matching Brace commands.
1464 * Fix bug with showing macro list items all on one line.
1465 * Fix Python auto-indentation when line endings are set to CR/LF.
1466 * Unfold hidden code when the fold point modified (fixes #1923350).
1467 * Update Scintilla to version 1.76.
1468 * Add (basic) column mode editing (patch by "chuck").
1471 * Replace untitled file header filename after Save As and add to recent
1472 files on Windows too.
1473 * Resolve Windows shortcuts when opening files.
1474 * Fix modal dialog problems on Windows by not setting taskbar hint
1476 * Add new process spawning implementation. This makes the VCdiff plugin
1477 to work on Windows (patch by Pierre Joye, thanks).
1478 * Fix crash on Windows when a project could not be opened.
1481 * Add configurable plugin keybindings support.
1482 * Add a HTML Characters keybinding to show the dialog.
1483 * Add File Browser keybindings to focus the Path Entry and File List
1484 * Rename VCDiff plugin Version Diff.
1485 * When quitting, remember plugin filenames that couldn't be loaded at
1486 startup as well as active plugins.
1489 * Add PLUGIN_KEY_GROUP and keybindings_set_item() to setup a keybinding
1491 * keybindings_send_command() arguments have changed because of
1492 keybinding groups - this breaks the API for plugins already using it.
1493 * Make VERSION_CHECK deprecated in favour of PLUGIN_VERSION_CHECK.
1496 * Add descriptions for several options in the preferences dialog
1497 (patch from Robert McGinley).
1499 Internationalisation:
1500 * New translations: ro.
1501 * Updated translations: bg, de, en_GB, es, fr, hu, it, ja, pt_BR, ru.
1504 Geany 0.13 (February 05, 2008)
1507 * Improve configure script and fix some compatibility issues.
1508 * Add support for project session files.
1509 * Add native GTK printing support (only with GTK 2.10+).
1510 * Prevent execution of commands by Geany if the VTE may contain any
1511 text on the prompt (thanks to "Jeff Pohlmeyer for reporting).
1512 * Store more document-related settings when saving session in the
1513 configuration file (including the file encoding).
1514 * Detect in-file specified file encoding by scanning the file using
1515 regular expressions.
1516 * Add binary relocation support.
1519 * Add configurable default file extension setting for filetype
1521 * Fix reST autocompletion.
1524 * Show arrays and modifiers like const in calltip return types for
1526 * Update C global tags file for GTK+ 2.12.
1527 * Fix parsing the correct D class name when inheriting, D constructor
1528 tags and ignore D import statements.
1529 * Remove unnecessary tagmanager status file.
1530 * Improve PHP, Ruby and FreeBasic parsers.
1533 * Add 'Indent Type' option in the Document menu.
1534 * Add 'Detect from file' Editor indentation pref.
1535 * Show TAB or SP for current document's indent type.
1536 * Add a 'Newline strips trailing spaces' pref (thanks to Catalin
1538 * Add 'Strip Trailing Spaces' document menu item.
1539 * Add combo box input history for 'Make Custom Target' dialog.
1540 * Make Open, Save As dialogs start in project base path (or default
1541 path pref) when the current file has no filename.
1542 * Add 'Make in base path' project file preference.
1543 * Make 'Open Selected File' first try the current file's directory,
1544 falling back to the project base path if no file was found.
1545 * Fix broken window maximization.
1546 * Improve appearance of used treeviews and use rules hints to respect
1547 user colour settings.
1550 * Fix hidden lines after deleting a line that is a collapsed fold
1552 * Make Fold All/Unfold All attempt to scroll the current line in view.
1553 * Show line wrap symbol at start of line for wrapped lines.
1554 * Allow scrolling past end of document, so the user can append text
1555 with the last lines drawn at the top of the view.
1556 * Rename "Construct autocompletion" to "Snippets".
1557 * Improve usage of "Unfold all children" option.
1558 * Update Scintilla to version 1.75.
1561 * Add configurable keybindings for Cut, Copy and Paste.
1562 * Ask the user whether to override an existing keybinding when setting
1563 a combination that is already in use.
1564 * Add 'Override Geany keybindings' VTE prefs dialog option (replaces
1565 hidden pref), which makes the VTE interpret all keyboard shortcuts
1566 except focus group keybindings.
1569 * Add File Browser sidebar plugin.
1570 * Add Version Control Diff plugin (VC Diff), which supports SVN, CVS and
1571 GIT (thanks to Yura Siamashka).
1572 * Add plugin manager dialog to select plugins to load at startup and to
1573 call a plugin configure dialog.
1574 * Add new signals: project_open, project_save, project_close.
1575 * Add Auto Save plugin.
1578 * Add keybindings_send_command() and some other functions.
1579 * Add pluginmacros.h to define common macros for app, p_utils, etc.
1580 * Add more documentation/comments to demoplugin.c.
1581 * Add configure symbol for plugins which is called by Geany when a
1582 configure dialog for the plugin is requested, optionally.
1583 * Add author field to plugin info struct.
1586 * Enable build support.
1587 * Prevent prefs dialog being hidden after using the prefs file dialog.
1588 * Create Geany's configuration directory in user's appdata path
1589 instead of the default home directory.
1592 * Show default shortcuts in Keybindings section.
1593 * Update Project section for project-based session support.
1594 * Add Indentation subsection under Editor section.
1595 * HACKING: Update 'Adding a filetype' section.
1597 Internationalisation:
1598 * New translations: ja, uk, el.
1599 * Updated translations: ca, de, en_GB, fr, it, pt_BR, hu, sv, vi.
1602 Geany 0.12 (October 10, 2007)
1605 * Fixed opening the same file twice from the message window/command-line.
1606 * Fixed Ctrl-Shift keybindings not working when caps lock is on.
1607 * Fixed saving the wrong document when using Save All with unnamed
1609 * Fixed replacing with '^' or '$' regex chars.
1610 * Fixed hang with Find All/Find Usage with '^' or '$' regex chars.
1611 * Fixed hang when replacing all '[ ]*' regex matches (closes #1757748).
1612 * Fixed displaying error indicators with Make after entering a
1614 * Fixed a possible segfault when parsing tags (a vString bug).
1615 * Fixed clipboard problems with some applications.
1616 * Fixed crash when trying to open the Save As dialog on Windows.
1617 * Fixed crash when saving a file after setting encoding "None".
1618 * Fixed scrolling bugs when searching text and the cursor is outside of
1619 the current visible area.
1622 * Added reStructuredText filetype and parser.
1623 * Added Haskell tags support (thanks to Peter Strand).
1624 * Added decorator styling for Python.
1625 * Parse Python global variables and class variables.
1626 * Added support for Java Apache Ant compiler error messages (thanks to
1628 * Added new filetypes CSharp and FreeBasic.
1629 * Added filetype Haxe (patch by blackdog, thank you).
1632 * Added basic plugin support (developers: see the HACKING file).
1633 * Added 'Enable plugin support' preference and -p, --no-plugins options.
1634 * Added Class Builder plugin (thanks to Alexander Rodin).
1635 * Added Export plugin to export current file as HTML or LaTeX.
1638 * Common bash Ctrl-[a-z] keyboard shortcuts now work when the VTE is
1639 focused, and there is an 'enable_bash_keys' hidden preference.
1640 * Added 'Move document left' and 'Move document right' keybindings.
1641 * Added Find keybinding.
1642 * Made fixed keybindings overridable.
1643 * Added fixed keybindings for switching to leftmost/rightmost document,
1644 Ctrl-Shift-{PageUp,PageDown}.
1645 * Change Previous/Next Paragraph fixed commands to Ctrl-{Up,Down};
1646 adding Shift extends selection by paragraph. (Scroll by line is now
1648 * Made pressing escape focus the editor when using incremental search
1649 or Goto Line toolbar fields.
1650 * Added keybinding for select current paragraph.
1651 * Added keybindings for smart indent and indent/deindent by one space.
1652 * Removed convert to lower-/upper-case keybindings.
1653 * Added toggle case keybinding and change shortcut to Ctrl-Alt-U.
1656 * Added preference for 'smart' home key behaviour (thanks to Jeff
1658 * Added symbol list icons (thanks to Jean-François Wauthy, and KDevelop
1660 * Added 'Current chars' indentation mode (closes #1726880).
1661 * Save and restore the current notebook page when quitting.
1662 * Added support for %e, %f in project run command.
1663 * Ignore punctuation chars when moving by word, and use word end
1664 boundaries when moving by word to the right (like most GTK+ widgets).
1665 * Added hidden editor preference 'use_gtk_word_boundaries'.
1666 * Added auto_complete_whilst_editing hidden preference.
1667 * Speed up Save All for C-like files.
1668 * Don't show file opened/saved/closed messages on the status bar.
1669 * Added --no-preprocessing, -P option when generating tags files to
1670 disable preprocessing of C/C++ source files.
1671 * Added default startup directory option (closes #1704988).
1672 * Use current locale as default encoding for new files.
1673 * Added simple code navigation (thanks to Dave Moore).
1674 * Re-maximize the main window on startup when closed in maximized state
1676 * Added auto focus (to auto focus widgets below mouse cursor).
1677 * Complete rewrite of auto completion to make it user-definable and
1678 much more flexible (please read documentation).
1679 * Added option to set a default encoding when opening files and disable
1680 auto detection of the file encoding.
1681 * Improved comment toggling by adding an additional character to mark.
1682 * Changed the background colour of the search bar in the toolbar
1683 according to the search result.
1684 * Use intltool to make geany.desktop translatable
1685 * Replace Geany's icon by a new one by Sebastian Kraft (thanks).
1686 (Thanks also to Christoph Berg for updating the icon code).
1689 * Changed documentation generation tools from DocBook to reST
1690 (thanks to John Gabriele for his great work on this).
1691 * Added Plugins section.
1692 * Added 'Inserting unicode characters' Editing section (thanks to
1694 * Added 'Hidden preferences' appendix.
1695 * Added 'Switching documents' keybindings section.
1698 * Added notes on adding a filetype.
1700 Internationalisation:
1701 * New translations: en_GB.
1702 * Updated translations: ca, cs, de, es, fi, fr, hu, it, pl, pt_BR, zh_CN.
1705 Geany 0.11 (May 21, 2007)
1707 Notes for existing users:
1708 * Tab is now used for construct completion (for, if, etc.), but it
1709 is configurable with the new 'Complete construct' keybinding.
1710 * Template files are now stored in ~/.geany/templates/ and the
1711 'template.' filename prefix is no longer used. You will need to
1712 move any custom template files you have.
1713 * Inserting a file header is now optional for filetype templates.
1714 Use the string '{fileheader}' to mark where the file header should
1716 * Drag'n'Drop of text inside the editor widget will now move the
1717 text instead of copying it.
1720 * Fix segfault when pressing Ctrl-Enter when there are no workspace
1722 * Remove error indicators in all documents when linking (#1705374).
1723 * Sort symbol list tags also by line number (#1703575).
1724 * Fix #1717418, Hang on SQL file load.
1725 * Fix #1718532 - Crash when opening a special HTML file.
1726 * Add workaround for PHP closing brace de-indenting.
1727 * Fix reloading of read-only documents.
1730 * Add keybinding to show project properties dialog.
1731 * Add project Run command support.
1732 * Run Make All and Make Custom from the project base directory.
1735 * Update C global tags for GTK+ 2.10 and it's dependencies.
1736 * Add option --generate-tags (-g) to generate a global tags file
1737 from a list of source files (see docs).
1738 * Load global tag files stored in ~/.geany/tags at startup #.
1739 * Add Load Tags command in the File menu #.
1740 # This is not supported for Pascal, PHP or LaTeX files yet.
1742 Calltips (for C-like files):
1743 * Show up and down arrows when there are multiple calltip matches.
1744 * Show classname in calltips.
1745 * Parse pointers in function return type.
1746 * Add calltip support for D constructors.
1749 * Parse 'Entering directory' Make messages so opening files from
1750 error messages works for subdirectories (thanks to Josef Whiter).
1751 * Make Go to Tag Definition/Declaration work for all tags.
1752 * Support filetype templates for all filetypes (see docs).
1753 * Make file header optional for filetype templates.
1754 * Add 'Find Selected' and 'Find Prev Selected' search commands and
1755 keybindings (thanks to Jeff Pohlmeyer).
1756 * Add Mark button to the Find dialog, and a Remove Markers item to
1758 * Add 'Recurse in subfolders' and 'Extra options' checkboxes to the
1759 Find in Files dialog.
1760 * Add 'Switch to last used document' keybinding (Ctrl-Tab).
1761 * Add Goto Previous/Next Marker keybindings (Ctrl-, and Ctrl-.).
1762 * Add Toggle Marker keybinding (Ctrl-M).
1763 * Add keybinding for construct completion, and set the default to
1765 * Add MimeType associatiations for: C++ header, Pascal, Perl,
1766 Python, httpd-PHP and XML files (thanks to Iñaki Rodriguez).
1767 * Add brace indenting support for Perl and Tcl.
1768 * Make backspace unindent when using spaces for indentation.
1769 * Wrap notebook pages when switching tabs.
1770 * Speed up loading multiple C-like files slightly.
1771 * New filetypes: JavaScript, Lua and Haskell.
1772 * Set several widget names to allow users to define custom styles
1774 * Add context actions to run custom commands on current selection
1775 or the current word below cursor.
1776 * Add different auto indention modes.
1777 * Improve replacing in rectangle selections.
1778 * Add custom commands to send selected text through some definable
1779 commands and replace the selection with the output.
1780 * Add command line option --column to allow setting the initial
1781 column for the first opened file on command line.
1782 * Improve the auto scrolling of documents.
1783 * Improve loading of the VTE library.
1784 * Add an option for using spaces or tabulators when inserting some
1786 * Add an option to disable Drag'n'Drop in the editor widget.
1789 * Add Project Management, Global Tags, Construct Completion
1791 * Add Bookmarks section (thanks to John Gabriele).
1792 * Update Filetype Templates, Search sections.
1794 Internationalisation:
1795 * New translations: bg.
1796 * Updated translations: ca, cs, de, es, fr, zh_CN.
1799 Geany 0.10.2 (February 25, 2007)
1802 * Fixed serious crash of complete X session when using the Stop
1803 command when Geany is run from the program menu (closes #1668017).
1806 Geany 0.10.1 (February 23, 2007)
1809 * Wrong tab foreground colour for unmodified documents.
1810 * Fixed crashes when closing dialogs by clicking X on some systems.
1811 * Fixed missing global tags for C files when a C++ source file was
1813 * Fixed autocompletion missing tag matches.
1814 * Fixed a wrong PASCAL autocompletion.
1815 * Set single undo action when toggling multiple lines or stripping
1817 * Prevent some possible invalid memory reads.
1818 * Convert config, application and documentation dir paths to locale
1819 encoding before using it.
1820 * Fixed errors when changing directories containing special
1821 characters within the VTE component (thanks to Jeff Pohlmeyer).
1822 * Support newer so-names when loading the VTE library (thanks to
1824 * Fixed paste problems on Windows.
1825 * When using Save As the returned filename needs to be converted
1827 * Fixed error when parsing of compiler errors by the va_list system.
1828 * Added MimeType entry as suggested by Nick Schermer.
1829 * LaTeX parser: Allow \section*{} and other commands with *.
1830 * Change default keybinding for Close All to Ctrl-Shift-W.
1831 * Allow Make for files with no extension - prevent Build when the
1832 output filename would be the same as the source file.
1833 * Ensure the VTE visual settings are applied when switching to VTE
1834 when the Message Window is hidden.
1835 * Fixed several issues while opening files and improved code.
1836 * Improved the auto scrolling of documents and fixed a bug when
1837 opening files remotely.
1838 * Fixed wrong D function return type after a class definition.
1839 * Added several missing style types for filetype Perl (thanks to
1840 John Gabriele for reporting).
1841 * Prevent right click in Symbol list from selecting a tag.
1842 * Update the symbol list when starting a new document.
1843 * Scroll Compiler and Messages window in view when using Next Error
1845 * Auto close brackets only when auto completion of constructs is
1846 enabled (closes #1665015).
1847 * Fixed switching to the wrong tab when showing the unsaved dialog.
1849 Internationalisation:
1850 * New translations: fi (thanks to Harri Koskinen).
1851 * Updated translations: cs, de, es, fr, hu.
1854 Geany 0.10 (December 21, 2006)
1857 * Added a dialog to insert HTML special characters.
1858 * Added new command line option --line to set the initial line for
1859 the first opened file.
1860 * Implemented new, own Undo system to undo/redo encoding changes.
1861 * Added simple parser for filetype Diff to create tags for each
1862 patched file in a diff file.
1863 * Added new encoding "None" to open files without any character
1865 * Added Stop button to abort the Run command.
1866 * New filetype VHDL.
1867 * New scintilla lexer for filetype D with several improvements.
1868 * Improved auto completion of multi line comments
1869 * Added option to execute programs in the VTE instead of executing
1870 them in a terminal emulation window
1871 * Removed the limit on the number of files open.
1872 * Save the build includes and arguments when quitting.
1873 * Added Next Message search command and Next Error build command.
1874 * Make search bar automatically wraparound if necessary.
1875 * Applied patch from Bob Doan to prevent unnecessary search
1876 scrolling and add a preference to suppress some of the search
1878 * Added Find Previous, Find All in Document/Session buttons for the
1880 * Added Replace (but don't Find) button for the Replace dialog.
1881 * Added 'Hide Message Window' popup menu command.
1882 * Added Alt-[1-9] shortcuts to switch to a certain tab number.
1883 * Limit search dialog history to 30 entries.
1884 * Change python default compile command to create a compiled
1885 python .pyc file (thanks to Bajusz Tamás).
1888 * Fix #1611530 'file has changed' message on Windows after saving.
1889 * Fixed wrong paste behaviour under Windows with some applications.
1892 * Fixed crash when using "Make object" on new files.
1893 * Fixed incompatible use of read command in the created shell
1894 script to execute programs.
1895 * Fixed wrong insert position when the cursor was moved by keyboard
1896 and comments, includes or a date was inserted.
1897 * Fixed some segfaults when inserting comments, dates and
1898 includes at a position prior to some deleted text.
1899 * Fix message window horizontal scrollbar being too tall on some
1900 systems (thanks to Rob van der Linde).
1902 Internationalisation:
1903 * New translations: fr, hu, it, zh_CN, zh_TW.
1904 * Updated translations: be, ca, cs, de, es, vi.
1907 Geany 0.9 (September 29, 2006)
1910 * Added function calltips for files open in the current workspace
1911 for C-like languages.
1912 * Open a second instance by default when starting Geany with no
1913 filenames specified on the command-line.
1914 * Added better error message support for D, for both DMD and GDC;
1915 also GCC-style linker error messages are now parsed.
1916 * Text selections now use syntax highlighting foreground colours
1917 (but can still be overridden in filetypes.common).
1918 * Find in Files improvements: fixed string and whole word only
1919 matching options; a directory selector dialog; filenames passed
1920 to Grep are now sorted alphabetically.
1921 * Remember the VTE current directory at startup.
1922 * Show the messages window on build failure or for Find Usage.
1923 * Added -s command-line option to not load session files (-i is now
1924 used to force a new instance).
1925 * Added comment toggle functionality to easily comment and
1926 uncomment a line with one shortcut.
1927 * Separated filetypes PHP and HTML for better usage.
1928 * New filetypes: Diff, Fortran 77 and Ferite.
1929 * Added auto completion tags for PASCAL.
1930 * Improved VTE usage by adding options for selecting the used shell
1931 and ignoring menu bar accelerator (default F10).
1932 * Added menu items to insert configurable date/time strings.
1933 * Removed the whole FIFO code and replaced it with support for
1934 (Unix Domain) Sockets(including Windows support).
1937 * Implemented Run command (from the build menu) under Windows.
1938 * Enabled socket code on Windows to detect a running instance.
1939 * Enabled notification if file on disk has changed under Windows.
1942 * Fixed a segfault at startup if terminal follow path setting is
1944 * Fixed clicking on error messages being dependent on the current
1946 * Fixed a bug when clicking on a recent file got the wrong
1948 * Fixed a crash when a compiler output reports an error in a blank
1949 line(can happen in LaTeX)
1950 * Fixed a crash when switching between several filetypes.
1951 * Fixed segfault when replacing tabs by spaces.
1953 Internationalisation:
1954 * New translations: cs, nl, vi.
1955 * Updated translations: de, es.
1958 Geany 0.8 (August 09, 2006)
1961 * Find in files feature added which uses the Grep tool.
1962 * Added Make object command to compile using the Make tool.
1963 * Editor notebook tabs can now be reordered by drag and drop.
1964 * Added support for back references when using regex replace.
1965 * Added a Find button to the Replace dialog to skip matches.
1966 * Greatly improved the speed of Replace all/in selection.
1967 * Scroll to 1/4 of the view when jumping to a line number.
1968 * Show messages on the status bar and in the Status window.
1969 * Preferences options for Auto-indentation and Line wrapping.
1970 * Use the mouse click position for Go to tag.
1971 * Added separate filetype_extensions.conf system file.
1972 * Added makefiles for building on Windows.
1973 * Added keyboard shortcuts for increase/decrease of line
1975 * Added functionality to uncomment code.
1977 * Added support for Unicode Byte-Order-Mark (BOM)
1978 * Redesigned preferences dialog.
1979 * Added Undo and Redo toolbar buttons.
1981 * Added simple printing support.
1982 * Mark errors while compiling source code within Geany with
1983 indicators(small squiggly underlines)
1986 * Use the full path for files opened from the command-line.
1987 * Fixed saving a file from the unsaved file dialog.
1988 * Fixed replacing with regexes the correct matched text length.
1989 * Fixed applying virtual terminal widget settings at startup.
1990 * Fixed prepending items to the Recent files menu.
1991 * Fixed clipboard commands used in the find entry and Scribble.
1992 * Fixed wrong interpretation of syntax highlighting colours
1996 * Don't add .c extension when saving with the All files filter.
1997 * Fixed a tool chooser dialog crash when path doesn't exist.
1998 * Fixed locale problems with Windows message dialogs.
2000 Internationalisation:
2001 * New translations: be, es, pt_BR, ru.
2002 * Updated translations: ca, de, pl.
2005 * Added Scintilla keyboard commands for editing appendix.
2006 * Improved search section; added all find and go to commands.
2007 * Added section about character sets.
2010 Geany 0.7 (June 04, 2006)
2012 * user-definable keyboard shortcuts
2013 * filetype definition files can be overridden in Geany's
2014 configuration directory (please see documentation)
2015 * added filetypes Ruby and Tcl/Tk
2016 * improved build system (for Perl, Python, Ruby and others)
2017 * loading of Virtual Terminal Emulation can be disabled in the
2019 * new menu item "Search" with Find items from Edit menu and new
2020 item "Find Previous"
2021 * fixed the bug which let Geany crash with newer GTK versions
2022 * improved documentation: added documentation for keyboard
2023 shortcuts, the build system and filetype definition files
2024 * new translations: Catalan and Polish
2025 * many small improvements
2026 * fixed lots of bugs (please see ChangeLog for details)
2029 Geany 0.6 (April 30, 2006)
2031 * added option to place new file tabs to the right or left of
2033 * improved file open dialog
2034 * improved scrolling of the compiler output window
2035 * rewrote most of the code for compiling files, now all
2036 settings are read from filetype definition files
2037 * now, you can drag files from a file manager into Geany and
2039 * improved handling of filenames which contain non-UTF8 chars
2040 * added user-definable comment characters to all filetype
2042 * implemented folding
2043 * added file properties dialog
2044 * improved search and find dialogs
2045 * Geany now creates a FIFO, to communicate between different
2046 instances for opening files in an already running instance
2047 * added filetypes SQL and (O)Caml
2048 * many small improvements
2049 * fixed lots of bugs, including #1419473, #1422135, #1421776
2051 * for more details read the ChangeLog
2054 Geany 0.5 (January 27, 2006)
2056 * set the Open File dialog directory to the same directory as
2057 the current file (thanks to Nick Treleaven for this patch)
2058 * fixed some bugs when opening files with non UTF-8 filenames
2059 * updated included Scintilla to version 1.67
2060 * improved auto indention, now "for (...) {" works, too
2061 * added popup menu to sidebar lists, to quickly hide them
2062 * symbol list support for filetypes LaTeX and DocBook
2063 * added .cc, .hh and .hxx extension for filetype C++
2064 * added new keywords for PHP5
2065 * added new option "Beep on errors" to disable beeping
2066 * eliminated compiler (gcc4) warnings
2067 * closed bug #1387828 and #1387839
2068 * fixed lots of bugs (please see ChangeLog for details)
2071 Geany 0.4 (December 21, 2005)
2073 * new filetype: Assembler
2074 * new filetype: Conf for configuration files
2075 * added a terminal emulation widget, needs only libvte.so at
2076 runtime, but it also runs without it, see documentation
2077 * made some general improvements to increase startup speed
2078 * changed "build with make" keyboard shortcut to Shift+F9 to
2079 avoid problems with window managers key bindings
2080 * added auto-closing [ and { brackets in LaTex-Mode
2081 * improved documentation, but it is not yet complete
2082 * improved the symbol list to categorise the tags in a tree
2083 * some new options in the preferences dialog
2084 * added popup menu to the list of open files
2085 * there are lots of other small changes made since last release
2086 * some bugfixes (please see ChangeLog for details)
2089 Geany 0.3 (November 20, 2005)
2091 * Geany now has a mailing list, for details see
2092 http://geany.uvena.de
2093 * added open files list in the left treeview widget
2094 * added toolbar button to open the color chooser
2095 * heavily improved recent files menu
2096 * added shortcut for "walking" between open documents by
2097 pressing STRG+LEFT resp. STRG+RIGHT
2098 * created template files for new files with specified filetype
2099 * added highlighting support for Python (please give feedback)
2100 * extracted all hardcoded styling definitions for all filetypes
2101 so they can be easily edited
2102 * added vertical line to mark long lines
2103 * fixed a bug that caused a segfault if configuration directory
2105 * fixed a bug which prevented auto-completion from working
2106 * many minor bugfixes (see ChangeLog for details)
2109 Geany 0.2 (October 26, 2005)
2111 * improved file open dialog
2112 * improved Find dialog
2113 * powerful Replace dialog
2114 * gcc4 compilation fix
2118 Geany 0.1 (October 19, 2005)
2120 * first official release