1 Geany 1.33 (unreleased)
4 Geany 1.32 (November 19, 2017)
7 * Improve CLI argument help (PR#1644).
8 * Keep the current tab when closing documents to the right of another tab.
9 * Re-enable SIGTERM handling (PR#1255).
10 * Create correct path for filetype config files (Jiří Techet, PR#1482).
11 * Add an option to enable IME's candidate window display inline
13 * Add an option to automatically reload files changed on disk
14 (Mark O'Donovan, PR#1246).
17 * Fix backward compatibility of the geometry saving setting.
18 * Close "Deleted from Disk" Infobar on Reload (Lars Paulsen, PR#1628).
19 * Make sure GDK_MOD2_MASK is cleared when getting modifiers
20 (Jiří Techet, PR#1636).
21 * Use non-symlinked VTE libraries on MacOS X (Jiří Techet, PR#1625).
22 * Fix crash if plugin manager is opened more than once (PR#1564).
23 * Fix incorrect variable reference (Thomas Martitz, PR#1561).
26 * Add "Close Documents to the Right" feature (PR#1362).
27 * Add an option to save/reload either window position or size,
28 but optionally not both (delt01, PR#1456).
31 * Update Scintilla to version 3.7.5 (PR#1503).
32 * Improve snippet support (visual indicators and more)
33 (Thomas Martitz, PR#1470).
34 * Push current position to navqueue before navigating back
35 (Vasiliy Faronov, PR#1537).
38 * Add GNU assembler filetype extensions (Issue#904).
39 * Make Python comment hash space (PR#1682).
40 * Add missing string and comment styles for various lexers (PR#1502).
41 * Add missing PHP keywords, especially for PHP 7.x (1547, PR#1547).
42 * Python: Don't highlight sub-identifiers as keywords (PR#1544).
45 * FileBrowser: don't change directory on project save
46 (Jiří Techet, PR#1400).
49 * Fix Execute button on Windows when using HTML files and
50 "builtin" command (Issue#1018, PR#1667).
53 * Add `utils_get_real_path()` and deprecate `tm_get_real_path()` (PR#1224).
54 * Add `geany_plugin_get_data()` (PR#1234).
55 * Add `keybindings_load_keyfile()` (Jiří Techet, PR#1430).
56 * Add `tm_tag_get_type()` (Thomas Martitz, PR#1465).
59 * Add note about data types and update for best practices (PR#1282).
62 * Updated translations: ca, de, el, es, fr, it, lt, lv, nl, pt, ru,
66 Geany 1.31 (July 16, 2017)
69 * Update statusbar after applying indentation detection.
70 * Fix converting color to hex for insertion in the Color Chooser
71 dialog (Vasiliy Faronov, PR#1536).
74 * Add `parfor` to the Matlab keyword list (A. Tombs, PR#1021).
75 * C: fix line continuation handling (PR#1370).
76 * Add `require_relative` to the Ruby keyword list (Jacob H. Pratt,
78 * Update Haxe keywords (PR#1216).
79 * Fix Arduino comment toggling (Giorgioggì, PR#1510).
80 * Update CMake keywords (Yan Pashkovsky, PR#1315).
81 * Update C# keywords (Yan Pashkovsky, PR#1315).
82 * Update HTML keywords (Vasiliy Faronov, PR#1530).
85 * Updated translations: ca, id, ja, kk, lt, ru
88 * Fix crash when calling plugin_set_key_group() more than once
89 (Jiří Techet, PR#1426).
92 Geany 1.30.1 (March 19, 2017)
95 * Fix auto-completion and calltip popup position on multi-monitor
99 * Updated translations: ca, de, el, es, sk
102 Geany 1.30 (March 05, 2017)
105 * Initial accessibility support in the editor (SF#328).
106 * Fix scrolling on Wayland (Issue#1320).
109 * Fix Ctrl+X and Ctrl+C in non-Latin keyboard layouts
111 * Fix search history filling on GTK >= 3.20 (PR#1404).
112 * Simplify setting build menu items labels, fixing a Commander plugin
113 issue (Vasiliy Faronov, PR#1396).
116 * Fix the current scope shown in the statusbar (Issue#1279).
119 * Update Scintilla to version 3.7.3.
120 * Fix triggering default keybindings together with snippets keybindings
121 (Issue#1354, PR#1356).
124 * Update JavaScript keywords (Abel 'Akronix' Serrano Juste, PR#1361).
125 * Partial highlighting of JavaScript ES6 template strings (Issue#934).
126 * Add Arduino custom filetype (Issue#1339).
129 * Updated translations: de, es, fr, it, lt, pt
132 * Remove unprefixed Scintilla structure aliases. Plugins must use
133 the `Sci_`-prefixed version from now on.
134 * Add `geany_api_version()` to detect the API version of Geany at
135 runtime (Thomas Martitz, PR#1406).
138 * Fix slow startup (Jiří Techet, Issue#1277, PR#1399).
141 Geany 1.29 (November 13, 2016)
144 * Fix search entries color with the default GNOME 3.20 GTK2 theme
145 (PR#1137, Issue#1101, Issue#1135, Issue#1267).
146 * Improve support for GTK 3.22.
147 * Add support for VTE 0.38 and newer (Issue#336, PR#1181).
150 * Fix build when the CXX variable contains flags (PR#1155, Issue#829).
151 * Fix focusing the message window when the Terminal tab is active
152 (PR#1200, Issue#1198).
155 * Update Scintilla to version 3.7.0 (Issue#1143).
156 * Add support for keeping the cursor a number of lines from the edges to
157 always show some context (PR#1154, Issue#1152).
158 * Allow to configure keybinding for "Delete to beginning of line"
159 (Abel Serrano Juste, PR#1134).
160 * Performance improvements with many duplicate symbols (Jiří Techet,
162 * Allow to configure the error indicator color (PR#1185).
165 * Fix highlighting of Haxe preprocessor (Issue#936).
166 * Add `.exp` extension to TCL (Simon Marchi, PR#979).
169 * Updated translations: ca, de, el, es, fr, id, it, kk, nl pt, pt_BR,
173 * Update `GeanyProxyProbeResults` API (PR#1213).
174 * Warn if a dot is used at the start of a proxy extension (PR#1212,
176 * Add support for custom data attached to documents through
177 `plugin_set_document_data()`, `plugin_get_document_data()` and
178 `plugin_set_document_data_full()` (PR#1203).
179 * Add "project-before-close" signal (PR#1223).
182 * Split Window: Work around a GTK bug present from 3.15.9 to 3.21.4
183 that breaks the document selection popup (Issue#1149, PR#1272).
186 * Include 'grep.exe' from MSYS2 which works better than the previously
187 self-compiled version
188 (Issue#783, Issue#784, Issue#1229, Issue#1260, PR#1301).
189 * Fix executing external commands (mainly Build and Run commands)
190 where paths and filenames with non-ASCII characters are involved
191 (Issue#1076, Issue#1259, Issue#1278, PR#1095).
192 * Do not create a batch file on Run commands any longer, instead use
193 a re-usable script and so eliminate the need to delete the script
194 from itself (Issue#1276, PR#1095).
197 Geany 1.28 (July 10, 2016)
200 * Improve support for GTK 3.20.
201 * System filetype files and system tags files are now in sub-directories
202 *filedefs/* and *tags/* respectively (Jiří Techet, PR#485).
205 * Fix canceling keybinding overriding by discarding the dialog (Issue#714).
206 * Fix type name coloring when types change (Jiří Techet, PR#1039,
207 Issue#1020, Issue#1022).
208 * Fix undo of line end type change (Jiří Techet, PR#527, Issue#409).
211 * Update Scintilla to version 3.6.6.
212 * Improve Goto Symbol popup contents (Jiří Techet, PR#958).
215 * Treat `.h` headers as C++ by default (Jiří Techet, PR#857).
216 * Various improvements to the Ruby parser (Issue#587).
217 * Fix Haskell single line comments (Alexander, PR#1029).
218 * Update Java keywords (Yan Pashkovsky, PR#1024).
219 * Fix handling of curly brackets in Make (Masatake Yamato).
220 * Add ECMAScript 6 keywords (Chris Mayo, PR#980).
221 * Slight improvement to the Java file template (Philipp Wiesemann, PR#1073).
222 * Add missing `last-child` CSS pseudo-class (Issue#1102).
225 * Updated translations: ca, de, el, es, fr, it, ja, lt, pt, ru, sk,
229 * Don't require static strings for key group name and label (PR#1126).
230 * Formally add TMTag to the API (Thomas Martitz, PR#1093).
233 * Class builder: use `.hpp` extension for C++ headers by default
234 (Yan Pashkovsky, PR#999).
237 * Show an error if an URI cannot be opened (PR#1079).
240 * Fix refreshing the keybindings displayed in the menus (Jiří Techet,
244 Geany 1.27 (March 13, 2016)
247 * Remove Waf build system (PR#769).
250 * Fix build with GLib < 2.32 (Issue#764).
251 * Fix missing progress bar during build runs (Issue#765).
252 * Fix infinite loop when performing reflow on some input with many
253 consecutive spaces (Issue#848, PR#852).
254 * Fix some locale encoding conversion issues (Jiří Techet, PR#547).
257 * Allow to set a keybinding for File->Properties (Issue#622, PR#952).
258 * Make it possible to define default symbol_list_sort_mode (Jiří Techet,
260 * Add keybindings for custom commands 4 through 9 (Thomas Sahlin, PR#858).
261 * Use "Symbol" in place of "Tag" everywhere it does not refer to markup
262 tags (Jiří Techet, Issue#579, PR#582).
265 * Update Scintilla to version 3.6.3 (including improved support for Lua
267 * Greatly improve scope completion (Jiří Techet, PR#488, PR#505, PR#862,
269 * Performance improvement highlighting types (Jiří Techet, PR#575).
270 * Show calltips after a C++ explicit specialization (PR#496).
271 * Show a popup to select the symbol when going to a symbol has several
272 options (Jiří Techet, PR#406, PR#923).
275 * Added some extra Markdown extensions (Andrea Stacchiotti, PR#820).
276 * Add `.asm51` and `.a51` extensions for 8051 assembly (Devyn Collier
278 * Fix C++ namespaces scope (Issue#871).
279 * Fix parsing of C++ global scope qualifiers in base class lists.
280 * Use the C++ parser for CUDA filetype (Issue#830, PR#831).
281 * Add Clojure file extensions (Daniel Șuteu, PR#842).
282 * Improve return type and var type recognition in C, C++, C# and D
284 * Fix parsing of C++11 raw string literals (PR#879).
285 * Update built-in PHP symbols (Issue#584, PR#603).
286 * Fix parsing some Objective-C properties (PR#940, PR#941).
289 * Updated translations: de, es, fr, it, ja, kk, lt, nl, pt, ru, sk,
293 * Add `editor_set_indent_width()` (Thomas Martitz, PR#903).
294 * Add `GeanyFiletypeID` and deprecate `filetype_id` (PR#932).
295 * Remove non-API type `langType` (Jiří Techet, part of PR#906).
296 * Mark deprecated API so GCC-like compilers can warn about it, and add
297 `GEANY_DISABLE_DEPRECATION_WARNINGS` to silence those (PR#911).
298 * Add `scintilla_object_send_message()`, `scintilla_object_get_type()`
299 and `scintilla_object_new()` alias to the API as synonyms for their
300 legacy counterparts `scintilla_send_message()`, `scintilla_get_type()`
301 and `scintilla_new()` (Thomas Martitz, PR#874).
304 * Project->Open now respects the native dialog setting (PR#961).
307 Geany 1.26 (November 15, 2015)
310 * New plugin API (Thomas Martitz, PR#469).
311 * Add support for "proxy" plugins (Thomas Martitz, PR#629).
314 * Fix "Open in New Window" command (Issue#590).
315 * Fix spurious "source file has been modified" (Jiří Techet, Issue#605,
317 * Don't open more than one document for non-existing paths from the CLI
318 (https://bugs.launchpad.net/linuxmint/+bug/1482558, PR#646).
319 * Fix configuration directory encoding on non-UTF-8 non-Windows systems
320 (Dimitar Zhekov, PR#658).
323 * Use monospace font for the message window by default (Jiří Techet,
325 * Fix mnemonic conflict in "Use multi-line matching" (Ross Konsolebox,
329 * Update Scintilla to version 3.6.1.
330 * Fix completion popup height when view is zoomed (Issue#702).
331 * Fix Go To End Of Display Line when wrapping is on and EOL are visible
333 * Keeping undo history when reloading files is now enabled by default
334 (Thomas Martitz, Issue#562, PR#672).
335 * "Strip trailing spaces", "Replace tabs" and "Replace spaces" now
336 follow the current selection (Pavel Sountsov, PR#394).
337 * Respect Smart Home Key setting in Go To Start of Display Line.
338 * Check whether the document is newer on disk when the window gets
339 focused (Jiří Techet, PR#533).
342 * Add Cargo build commands for Rust (Wayne Nilsen, PR#557).
343 * Add recent Perl keywords (Olivier Duclos, PR#599).
344 * Add missing Python 3 keywords and builtins (PR#755).
345 * Improvements to the Rust filetype (Pavel Sountsov, PR#613).
346 * Add multiline comment to Haskell (Abel Serrano Juste, PR#638).
347 * Recognize `.adoc` is as Asciidoc (PR#708, PR#711).
348 * Recognize `.mml` and `.mathml` as XML (Devyn Collier Johnson, PR#731).
351 * Updated translations: de, el, es, fr, hu, id, kk, pt, sk, sv, ru
352 * Fix internationalization of "Open in New Window" items.
355 * New plugin API, `geany_load_module()`, `geany_plugin_register()`,
356 `GEANY_PLUGIN_REGISTER()`, `geany_plugin_register_full()`,
357 `GEANY_PLUGIN_REGISTER_FULL()` (Thomas Martitz, PR#469).
358 * Add support for "proxy" plugins, `geany_plugin_register_proxy()`
359 (Thomas Martitz, PR#629).
360 * Allow `user_data` parameter and `destroy_notify` callback to
361 keybindings with new `keybindings_set_item_full()` and
362 `plugin_set_key_group_full()` (Thomas Martitz, PR#376).
365 * Restore modern design of native file dialogs (Issue#578).
368 Geany 1.25 (July 12, 2015)
371 * GTK3 support, while not enabled by default, is now considered stable.
372 * Improve MacOS X support (PR#396, PR#419, PR#420, Jiří Techet).
373 * Improve subprocess spawning (especially on Windows) (PR#441,
375 * Huge tag management performance improvement (auto-completion,
376 calltips, etc.) (PR#356, Jiří Techet).
377 * Remove broken "Show macro list" keybinding and feature (PR#378).
378 * Add %l substitution to build commands (PR#289, Martin Spacek).
379 * Depend on GTK 2.24 and GLib 2.28.
380 * Add per-project line wrapping, line breaking and comment
381 continuation settings.
382 * The plugin API is now split out of the main executable into libgeany,
383 a shared library plugins have to link against.
386 * Fix applying filetype-specific indentation settings for newly
388 * Fix relative project base path when creating a new project
390 * Fix next/previous keybindings when no files are open.
391 * Fix markup injection in some tooltips (#1091).
392 * Use absolute project path for projects opened from the command
393 line (PR#431, Jiří Techet).
394 * Fix goto tag in some cases when the same symbol name appears in
395 different languages (PR#487, Jiří Techet).
396 * Fix UI updating after loading a project.
397 * Fix the currently selected document after Save All.
398 * Fix leftovers in the Project dialog in some cases (PR#363, Jiří
400 * Fix function return type in symbol list tooltips in some cases
401 (PR#475, Jiří Techet).
402 * Fix VTE path following on startup.
405 * Show document-related dialogs embedded in the main window ("info
406 bars") (PR#277, Matthew Brush and Thomas Martitz).
407 * Plugin manager dialog cleanup and overhaul (PR#251, PR#414).
408 * Filetypes can now define the MIME type used to select their icon
410 * Close documents in the sidebar with middle mouse button (PR#172,
412 * Ask whether to replace project files when creating a project.
413 * Ask whether to adopt the open documents when creating a new
415 * Allow to disable the list of recent files.
416 * Fix many shadow inconsistencies (PR#411, Jiří Techet).
417 * Add virtual column and selected chars to the statusbar (Patch #10,
419 * Add "dirty" terminal indication (PR#476, Jiří Techet).
420 * Allow to select the None filetype in the Open File dialog
422 * Add configuration menu entries for all filetypes (PR#491, Jiří Techet).
425 * Update Scintilla to version 3.5.6 (#1041).
426 * Do not comment out blank lines when toggling comments (PR#79, Igor
428 * Improve handling of Verilog strings and comments.
429 * Support for keeping undo history when reloading files (PR#188, Arthur
430 Rosenstein). This is not enabled by default in this release.
431 * Respect filetype.common's wordchars if a filetype doesn't have its own
435 * Add support for single-line regular expressions (PR#310).
436 * Default action is now "Replace & Find" in the replace dialog but
437 can be configured (Roland Pallai).
438 * Activate default action from all fields in the Find in Files
443 * Add Zephir filetype.
444 * Add CoffeScript filetype (PR#230, Mark Dresselhaus).
445 * Add Go tags parser (PR#373, PR#481, Issue#238, Jiří Techet).
446 * Add Erlang tags parser (PR#445, Beng Tan).
447 * Add PowerShell tags parser (PR#477).
448 * Many JavaScript parsing fixes and improvements.
449 * Many CSS parser fixes and improvements.
450 * Many Txt2tags parsing fixes and improvements (feature #690).
451 * Make parser fixes and improvements.
452 * Parse D enum base type (PR#404).
453 * Various small Rust fixes (PR#306, SiegeLord).
454 * Highlight C types in C++.
455 * Add some missing C11 keywords.
456 * Add some missing SQL keywords.
457 * Fix and add some CSS keywords (PR#333, Hannes Heute).
458 * Fix some FreeBasic keywords (#691).
459 * Add some missing D keywords (PR#293, Danyal Zia).
460 * Fix R keywords and wordchars (PR#273, landroni).
461 * Fix styling of some CSS elements.
462 * Fix styling of Lua preprocessor.
463 * Fix style of PHP variables interpolation.
464 * Recognize `.vbs` files as FreeBasic (PR#171, Nicolas Karolak).
465 * Recognize `.tpl` files as HTML.
466 * Recognize `.xtpl` files as XML.
467 * Recognize `.xpm` files as C.
468 * Recognize more Bash files (PR#291, Peter Bittner).
469 * Update templates for Python and Vala.
470 * Add template for HTML5.
471 * Fix parsing of some Python triple-quoted strings.
472 * Add some linting tools to some filetype's default Build menu.
473 * Fix scope of some Python symbols.
474 * Fix support of trigraphs in C-like languages.
475 * Add support of digraphs in C-like languages.
476 * Add support of `final`, `override` and `noexcept` C++11 keywords
480 * Update translations: be, ca, cs, de, el, es, fr, id, it, ja, nl, pl,
481 pt_BR, pt, ru, sl, sr, sv, zh_CN.
484 * File Browser: use "explorer" as the default open command on
486 * File Browser: use icons based on the detected file's MIME type (PR#455,
488 * Save Actions: use mode 0600 for backup copies (#833, PR#413).
489 * Split Window: Fix a few keybindings (cut, copy, paste, delete,
490 select all) (PR#467, Alex).
493 * Hide private API (PR#351, Jiří Techet, and PR#429, Matthew Brush and
495 * Cleaner and safer TagManager API (Part of PR#356, Jiří Techet).
496 * Entry point prototypes are now checked by the compiler (PR#359).
497 * Add pseudo-unique document IDs through GeanyDocument::id and
498 document_find_by_id(). This is a safer API for keeping a reference
499 to a document for a long time (PR#256).
500 * Add convenient and portable spawning API: spawn_sync(), spawn_async(),
501 spawn_with_callbacks(), spawn_kill_process(), spawn_check_command(),
502 spawn_write_data() (PR#441, Dimitar Zhekov).
503 * plugin_signal_connect() is now safe to use also with objects
504 destroyed before unloading the plugin.
505 * Add document_reload_force() to replace document_reload_file().
506 * Add project_write_config() (PR#361, Jiří Techet).
507 * Add keybindings_get_modifiers() and GEANY_PRIMARY_MOD_MASK (Jiří
509 * Fix emission of the 'document-activate' signal in some cases.
510 * Add ui_tree_view_set_tooltip_text_column().
511 * Add scintilla_get_type().
514 * Use native Windows quoting rules for commands (on Windows, part of
515 subprocess spawning improvements).
516 * Prompt before overwriting existing files when using native Save As
517 dialog (PR#113, Adam Coyne).
518 * View -> Change Font now respects the native dialog setting.
519 * Fix main window freeze when displaying native dialogs.
520 * Use the same plugin directory as other platforms (PR#540, Thomas
524 Geany 1.24.1 (April 16, 2014)
527 * Fix distribution of custom GTK style files (#1037).
530 Geany 1.24 (April 13, 2014)
533 * Add experimental support for GTK3.
534 * Add support for loading CTags and Vi tags files.
535 * Save configuration when plugin manager dialog is closed.
538 * Fix many small memory leaks (many of them found by Pavel Roschin).
539 * Fix stopping of some spawned commands.
540 * Fix cursor position and selection after comment toggling (#3576431).
541 * Fix truncated output of ``--list-documents`` command-line option.
542 * Fix launching a new instance when ``--list-documents`` is passed
543 and no other instance is running.
544 * Fix crash if a Custom Command returns after its related document
546 * Fix typo in "deque" C++ include name (#1027).
547 * Fix replacing a selection starting with "0x" by a color if the
548 selection is not 8 bytes long.
549 * Fix a possible crash on quit.
552 * Fix custom GTK styles under KDE (#3607935).
553 * Add Find entries in the Symbol List popup menu (#3608278).
554 * Flatten-out the View menu.
555 * Add a button to directly configure a plugin's keybindings in the
556 plugin manager (Pavel Roschin).
557 * Add an Apply button to the color chooser dialog (FR#686,
559 * Use a non-cropped 16x16 application icon (#1010).
560 * Fix "leaks" of geany_run_script (#975).
563 * Update Scintilla to version 3.3.6 (#962, #995).
564 * Fix Reflow to follow Line breaking behavior (#382, #412, #464,
566 * Fix unfolding the very last line in a level (#1007).
567 * Fix commenting the very last line in some situations.
570 * Fix bulk Search & Replace not to match replacements.
571 * Fix finding start of word when performing whole word matching.
572 * Search when activating the Replace dialog find entry.
575 * Add CUDA filetype (PR#147, Benjamin Chrétien).
576 * Add Rust filetype (PR#181, SiegeLord).
577 * Add Batch filetype (canou).
578 * Add Graphviz filetype (PR#125, Miro Hrončok).
579 * Add PowerShell filetype (Igor Shaula).
580 * Add Clojure filetype (PR#92, Hoàng Minh Thắng).
581 * Many improvements to the PHP tag parser.
582 * Update PHP global tags file (PR#137, John Long).
583 * Improve shebang detection for mksh and tcsh shells
585 * Fix Asciidoc parser recognition of open block as underline.
586 * Fix symbol list entry for Asciidoc headers containing a dot.
587 * Fix Asciidoc title parsing.
588 * SQL parsing improvements.
589 * Extend list of recognized keywords for SQL.
590 * Fix SQL single-line comment marker (#997).
591 * Fix parsing of some JavaScript constructors (#966).
592 * Fix parsing a JavaScript regular expression in a return statement.
593 * Fix parsing JavaScript files with a shebang.
594 * Parse Java annotations with parameters (#924, Braden Walters).
595 * Display Java enums in the symbol list.
596 * Add "strictfp" Java keyword and fix annotation parsing (#936, #924).
597 * Fix parsing of C++ static_assert.
598 * Fix parsing of typed enums in C# and C++.
599 * Mitigate parsing errors on C++ generics containing an expression.
600 * Add C++ member pointer operator to scope autocomplete operators
602 * Fix parsing of Fortran "forall" blocks and procedure pointers
603 (Alexander Eberspächer).
604 * Fix parsing of complex Cython types.
605 * Fix re-parsing Objective-C code.
606 * Fix parsing of Verilog initializers.
607 * Fix displaying of quoted Bash HereDoc delimiters (#952).
608 * Add some HTML5 keywords (Duncan de Wet).
609 * Add Erlang snippets and a template (PR#157, Fabio Ticconi).
610 * Haskell highlighting improvements (kudah).
611 * Add Matlab class keywords (PR#136, Felix Totir).
612 * Fix argument list on some Python constructors.
613 * Fix R indenting to use braces.
614 * Display R sources and libraries in the symbol list.
615 * Many improvements to the Fortran tag parser (#1023, #1030, with
616 help from Adam Hirst).
617 * Put Makefile comments at start of line.
618 * Add some missing Pascal keywords (#1033, PR#144).
619 * Add default build command for Bibtex in the Latex filetype
620 (PR#227, Francisco Iacobelli).
621 * Ignore Python imports when going to a tag's definition.
622 * Add some more Ruby extensions (Igor Shaula).
625 * Make date templates translatable (Christian Dywan).
626 * Update translations: ca, cs, de, es, eu, fr, gl, he, hu, it, kk,
627 lt, nl, pt, ru, sk, sl, sv, tr, zh_CN, zh_TW
630 * Save Actions: add autosave when the editor lose focus (FR#683,
632 * Export: fix exporting a document not ending with a newline.
633 * Export: fix including random, unused styles in the output.
634 * Export: fix HTML title if the file name contains control characters.
635 * Export: fix LaTeX export with many consecutive '-', '<' or '>'.
638 * Add plugin_builder_connect_signals().
641 * Fix infinite pagination when printing (#961).
642 * Fix spawning commands with spaces (#943).
643 * Allow to use the GTK color chooser dialog (PR#218, Steven Valsesia).
644 * Add default extension to native save dialogs (#1021).
645 * Add colorschemes from the Geany-Themes project to the
647 * Add option to install Geany header files and pkgconfig file to the
649 * Fix broken opening files from command line on Windows
653 Geany 1.23.1 (May 19, 2013)
656 * Fix custom styles under KDE and for people using gtk-chtheme
657 (corrects tab coloring, #3607935).
658 * Fix broken opening files from command line on Windows (#3613096).
661 Geany 1.23 (March 10, 2013)
664 * Various fixes to language theming (#3573213).
665 * Various Windows makefile fixes.
666 * Rewrite printing code (#2629121, #2804000, #3475444, #3580268,
668 * Use the Geany icon from the theme (#3576695).
669 * Make Geany-specific icons themeable.
672 * Fix too aggressive scope caching (#2142789, #2667917, #2868850).
673 * Fix showing project name in the Documents sidebar.
674 * Fix opening filenames with leading or trailing spaces from the
675 command line into a running instance.
676 * Fix re-opening files with unknown but detected encoding
677 (#3509407, #3605293).
678 * Fix crash when loading a broken or incompatible VTE library.
679 * Report scope including classes, namespaces and alike (#1996778).
680 * Fix cancelling Project Close when showing the unsaved changes
682 * Only use "allow_always_save" setting for direct user interaction
684 * Fix some keybinding not getting properly displayed in the menus
685 after being updated (#1912683, #3599251).
686 * Make Terminal tool setting more flexible to support any terminal.
687 * Fix replacing file name in files header upon save.
688 * Fix UAC Virtualization issue on newer Windows versions when trying
689 to save files to read-only locations (#3566329, #3515490).
692 * Control-click on the symbols sidebar don't focus the editor.
693 * Add an option to place the message window on the right.
694 * Fix display of non-ASCII tags in the symbols tree for non-UTF-8
696 * Replace 'Open file in a new tab' save dialog option with new
697 'Document->Clone' menu item.
698 * Fix clashing button mnemonic in detect/reload dialog (#3587465).
699 * Grab focus in the embedded terminal upon middle click (#3574724).
700 * Add support for embedded terminal background image (Mislav
704 * Update Scintilla to version 3.2.3 (#2808638, #2909124, #3094431,
706 * Properly indent even if the indenting character isn't the last
708 * Always display text in LTR direction.
709 * Improve collapsing fold behavior when start point is offscreen.
710 * Faster squiggle underlining.
711 * Fix multiline comments at end of file (#3026691).
712 * Keep caret and anchor position upon indent and unindent
714 * Complete on dash (-) too in CSS documents.
715 * Make wordchars have precedence over whitespacechars (#3429368).
716 * Fix cursor position after comment toggling with no selection
718 * Fix reshowing calltip after autocompletion list closed.
719 * Fix uncommenting multiline comments when cursor is on a delimiter.
720 * Clear search markers on Mark All keybinding when already set.
721 * Never strip trailing spaces from Diff documents.
722 * Reduce unnecessary redraws when typing (Evandro Borracini).
723 * Fix comment toggling inside PHP and HTML with bottom-up selection.
726 * 'Mark All' now also uses the fully-featured PCRE engine
728 * Only set Find in Files directory once per-document.
729 * Fix a crash when matching the very last character of the document.
730 * Fix search and replacement of empty matches.
731 * Fix a possible crash when searching on a range.
734 * Add keybinding for 'Go to Start of Display Line' (#3182425).
735 * Allow to change the keybinding for 'Quit'.
738 * Parse '!' char in D parameter lists.
739 * Fix parsing of Haskell comments inside a type (#3552129).
740 * Fix Cython auto indentation.
741 * Add more keywords to Forth (Oco).
742 * Add some missing Haxe keywords (#3448664).
743 * Add some missing CSS3 keywords (Trong Thanh Tran).
744 * Add some missing D keywords (#3595187) (Felix Totir).
745 * Fix a crash parsing some C macros (#3556536).
746 * Update some Python keywords.
747 * Update Python global tags file.
748 * Show VHDL blocks in the symbol list.
749 * Fix ruby scope after "do" (#3046418).
750 * Fix parsing of ruby keywords when followed by a semicolon
752 * Lots of JavaScript symbols parsing improvements (#2992393,
753 #3034303, #3034339, #3036476, #3398636, #3470609, #3568542,
755 * Use "scala" extension for Scala (#3574723).
756 * Fix parsing of reStructuredText titles containing UTF-8
757 characters (#3578050).
758 * Parse C++11 final classes (#3577559).
759 * Parse C++11 enums with type specifier and classed enums
761 * Fix highlighting of C++11 raw strings (#3578557).
762 * Fix parsing of colons in D (#3577788).
763 * Fix parsing of D 'static assert' (#3582833).
764 * Parse scope for D nested template blocks (#3582833).
765 * Ignore D angle brackets.
766 * Fix reStructuredText comment marker (#3585377).
767 * Add Asciidoc filetype.
768 * Fix parsing of Python keywords followed by a tab (\t).
769 * Add more HTML5 self-closing tags (Duncan de Wet).
770 * Update default D template to use a more standard prototype for
772 * Fix improperly translated string in Pascal template (#3602314).
773 * Add Go language filetype (tomboy64).
776 * Export: Fix missing linking on libm (Chow Loong Jin)
777 * File Browser: Backspace now moves to parent directory.
780 * Fix plugin_add_toolbar_item() insertion order (#3522755)
784 * Fix spawning synchronous commands on Windows.
785 * Show Find in Files status summary.
786 * Add icon to the Explorer context menu item.
789 * Add translations: et, eu, he, hi, sr
790 * Update translations: ca, cs, de, es, fi, gl, it, kk, lt, nl,
791 pt_BR, ru, sv, sl, tr
792 * Fix a crash when using the Turkish translation (#3560181).
795 Geany 1.22 (June 18, 2012)
798 * Bump dependencies to GTK >= 2.16 and GLib >= 2.20.
799 * Switch to Glade 3 and dynamically loaded XML UI description.
800 * Rewrite theming support for better flexibility.
801 * Add support for opening files read-only from the command line.
802 * Always load the default session if configured to do so.
803 * Make all filetypes use named styles to simplify color scheme
805 * Make 'Replace Spaces by Tabs' only match leading spaces to
808 Possibly incompatible changes
809 * Theming and filetype style changes mean old filetypes and color
810 schemes are not compatible with this version of Geany.
811 * There are some default keybinding changes but these will only
812 apply to newly created configurations.
813 * Changes to the "project-dialog*" signals may affect plugins.
816 * Fix escaping of session file paths (#3425969).
817 * Fix closing when minimized under Windows (#3421282).
818 * Properly handle remote URIs received through drag 'n drop
819 (#2966770, #3479567).
820 * Fix build with bleeding-edge GLib (#3483388).
821 * Fix color scheme selection in Ubuntu Unity (#3479674).
822 * Fix very slow regex tag parsing on Windows (e.g. for HTML).
823 * Fix detecting a changed file on disk when opening from
824 the command-line (Windows).
825 * Fix quick search entry behavior on Windows.
826 * Fix keybindings conflicts check when swapping a binding.
827 * Fix comments insertion in some cases (#3449635, #3534320).
828 * Add missing Windows mio makefile.
831 * Split "always wrap search and hide find dialog" pref into
832 "always wrap search" and "hide find dialog" (Dimitar Zhekov).
833 * Add Project Properties overrides for 'Saving files' prefs.
834 * Add hidden VTE preference "send_cmd_prefix" to prefix commands sent
835 to the VTE. (See the manual for details).
838 * Add support for switching to the last used document after closing
840 * Improve the tab switching dialog for better usability (Jiří Techet).
841 * Add support for user-defined labels for 'Send Selection to'
843 * Fix sidebar width when on the right (#3514436).
844 * Use case-insensitive document list path comparison on Windows.
845 * Replace Color Schemes menu with custom dialog.
846 * Show selected line count on status bar when whole lines are
850 * Update Scintilla to version 2.29.
851 * Add a "join lines" command (Eugene Arshinov).
852 * Hide autocompletion when the only entry has been typed (#3516212).
855 * Add full PCRE regular expressions support.
856 * Extra options passed to grep through Find in Files now follows a
857 real shell-style syntax (#3516263).
858 * Search pattern length is no longer limited to 248 characters.
859 * Fix showing Find/Replace regex compile errors on the status bar.
862 * Add Project New/Open/Properties/Close keybindings.
863 * Show overridden keybindings in bold for prefs dialog tree.
866 * Speed up loading of multiple global tags files.
867 * Show global tags file preprocessing errors on stderr & add
868 current directory to include path.
869 * Add C/C++ ignore.tags wildcard format 'PREFIX*'.
872 * Add support for regex-based filetype detection.
873 * C snippets no longer apply to all filetypes.
874 * Improve support for HTML embedded filetypes (#2863829, #3127598).
875 * Add filetype Objective-C (Elias Pschernig, P#3325139).
876 * Fix highlighting of ``...R"`` inside C and C++ (#3425107).
877 * Fix TCL keyword highlighting in some situations (#3432877).
878 * Parse PHP functions with multiline argument list (#3037797).
879 * Handle ``/bin/dash`` shebang (#3470986).
880 * Update JavaScript parser from CTags.
881 * Parse D class/struct/interface template bodies and template
882 blocks; ignore 'static if' expressions; parse function
883 @attributes, pure/nothrow and immutable/inout/shared return types.
884 * Fix broken tag/word autocompletion in HTML/PHP documents.
885 * Enable &entity; completion for all XML-based filetypes.
888 * Split Window: show marker margin.
889 * Split Window: enable basic context menu.
892 * document_save_file() now shows the Save As dialog when necessary.
893 * Rename signal "project-dialog-create" to "project-dialog-open" and
894 add new "project-dialog-close" signal.
895 * setptr is deprecated in favour of SETPTR.
896 * Add ui_hookup_object() and ui_lookup_object().
897 * Add ui_lookup_stock_label().
898 * Add build_{activate,get_current,remove,set}_menu_item(),
899 build_get_group_count().
900 * Add stash_group_free_settings().
901 * Add support for plugins written in C++.
903 Internationalization:
904 * Add translations: ar, id, lt, mn, nn, sk
905 * Update translations: de, es, fr, hu, it, ja, kk, lt, nl, pl, pt,
906 pt_BR, sk, sl, sv, tr, zh_CN, zh_TW
909 Geany 0.21 (October 2, 2011)
912 * Bump dependencies to GTK >= 2.12, GLib >= 2.16 and GIO.
913 * Add support for real-time symbol parsing.
914 * Remove old filetype templates support - use custom file
916 * Add support for detecting the indentation width from the file
920 * Fix generating tag files (-g) and --ft-names segfault.
921 * Replace dates on template insertion, not when loading templates.
922 * Fix segfault when inserting e.g. fileheader template when the
923 template file is empty (#3070913, lphilpot).
924 * Use the same indentation for all templates (Matthew Brush,
926 * Fix loading of non-UTF-8 templates.
927 * Fix completion and word completion with non-ASCII characters
929 * Fix HTML content-type detection (#3300703).
930 * Fix pattern filtering when using Find in Files not to search in
932 * Add a workaround to prevent Geany from crashing during loading of
933 a LaTeX-file containing linebreaks inside headings.
936 * Add 'Save As' toolbar button option (Matthew Brush, #3153490).
937 * Add 'Open in New Window' command in the notebook tab menu
938 (Matthew Brush, #3118059).
939 * Color schemes: use name and description for menu item and
940 tooltip (Matthew Brush).
941 * Shift-Enter in search dialog and toolbar search entries now
943 * Improve `Set Custom Commands` dialog.
944 * Always destroy open and save dialogs after use (#3311258,
945 #3304273, #3201050, #3163742, #3153120, #2985896).
946 * Add UI to edit formerly hidden preferences (Dimitar Zhekov,
950 * Update Scintilla to version 2.25.
951 * Fix snippets bug: {ob}pc{cb} replaced by '%' instead of {pc}.
952 * Fix multiple snippet cursor positions for Tabs + Spaces mode.
953 * Avoid triggering autocompletion on PHP open tags (#3199442).
954 * Fix indentation brace matching (#3309606).
957 * Support copying filetype definition file group keys from a system
958 keyfile with e.g. [styling=C].
959 * Make filetype group membership configurable using [Groups] in
960 filetype_extensions.conf.
963 * Don't auto-enable case-sensitive option when enabling regex in
964 Find/Replace dialogs.
965 * Remember Find and Replace options across restarts (Dimitar Zhekov).
968 * Add fixed shortcuts for VTE copy (Ctrl-Shift-C) and paste
970 * Add new keybinding 'Remove Markers and Error Indicators'.
973 * Store VTE path with the project session (Nicolas Sierro).
976 * Add Scala custom filetype (werg).
977 * Add Cython custom filetype (Matthew Brush).
978 * Add support for separate single and multiline comments.
979 * Add support for filetype-specific indentation settings (#3339420,
981 * Fix detecting Matlab and Txt2Tags extensions by default (#3167315,
983 * Fix detecting non-lowercase self-closing tags e.g. <BR> (#2226117).
984 * Highlight C# and Vala raw and verbatim strings.
985 * Improve JavaScript keyword handling and keyword lists (Jason Oster).
986 * Add filetype Cobol (Seth Keiper).
987 * Add file template for Vala (Mark Trompell).
990 * File Browser: Make 'Hide object files' preference configurable with
992 * Split Window: Fix a crash when changing filetype (Matthew Brush,
994 * Split Window: Update styles when the filetype changes (Matthew
996 * Split Window: Enable code folding (Matthew Brush, #3097780).
997 * Split Window: Fix issues on Windows (Matthew Brush, #2725342).
998 * Class Builder: Improve dialog UI using a table (Matthew Brush).
999 * Export: Add option to insert line numbers (#3197150).
1002 * Add 'Reading styles from another filetype' subsection (Matthew
1004 * Add 'Filenames' subsection for filetype definition files explaining
1005 the filename extensions and special cases.
1006 * Add section 'Filetype group membership'.
1009 * Add filetypes_get_sorted_by_name(), utils_find_open_xml_tag_pos()
1011 * Add plugin_idle_add(), plugin_timeout_add(), plugin_timeout_add_seconds(),
1012 ui_menu_add_document_items_sorted(), document_compare_by_display_name(),
1013 document_compare_by_tab_order(), document_compare_by_tab_order_reverse().
1014 * Deprecate ui_widget_set_tooltip_text().
1015 * Fix public inclusion of config.h (#3384026).
1016 * Add new signal "document-reload".
1018 Internationalisation:
1019 * Add translations: fa
1020 * Update translations: ca, cs, de, en_GB, es, fi, fr, gl, it, ja, nl, pt,
1021 pt_BR, sl, sv, tr, vi, zh_CN, zh_TW
1024 Geany 0.20 (January 5, 2011)
1027 * Improve compatibility with GVFS using GIO to save documents (Alexey
1029 * Fix crash when closing a modified document (usually without a
1030 trailing newline) and choosing Save (fixes #3111058).
1031 * Fix crash when using 'Send Selection to Terminal' and the VTE
1032 is not loaded, and when using Ctrl-A after enabling the 'Load VTE'
1033 pref (Dimitar Zhekov).
1034 * Fix a slightly wrong encoding detection on Windows (#3019573).
1035 * Fix issue with single-line commenting/uncommenting blocks when using
1036 Windows line endings.
1037 * Fix saving project indent prefs straight after using project
1039 * Fix wrongly changing edited keybindings when cancelling the
1041 * Fix auto-displaying of sidebar, tab bar, symbols and documents tabs
1042 when only plugin tabs are visible (fixes #3101867).
1043 * Save build commands for filetype None (Lex Trotman).
1044 * Waf: Check for libsocket on OpenSolaris to fix build.
1047 * Color build command fields light grey unless overridden (Lex
1049 * Replace /home/user with ~ in the documents list (Jon
1051 * Display 'new instance' on title bar for 2nd instances (Eugene
1053 * Don't add duplicates to combo box histories.
1054 * Reorganise Find in Files dialog and add Files pattern to filter
1056 * Implement 'Select All' for the VTE widget.
1057 * Reorganise editor popup menu for shorter size - some items were moved
1059 * Move Go to Marker menu items to Search menu.
1060 * Group Open dialog encoding options by submenus (Adam Ples; #3047717).
1061 * Show mimetype icon in sidebar Documents list and notebook popup menu
1062 (Colomban Wendling).
1065 * Ensure inserted templates always have proper line ending characters
1066 according to the current document's preference.
1067 * Add per-document indent width setting (Jiří Techet).
1068 * Add 'Project->Apply Default Indentation' menu command to override
1069 every document's indentation settings.
1070 * Display better error messages when saving a document fails (Dimitar
1072 * Don't prompt for reloading if the document has not been edited
1074 * Add Close button to the detected file changed dialog.
1077 * Fix wrong snippet indentation when original cursor line has
1078 non-indentation whitespace (david).
1079 * Fix passing quoted arguments when using 'Send Selection to'. This
1080 means e.g. sed 's/\./(dot)/g' now works.
1081 * Add alternative color scheme based on Python colors
1082 (View->Editor->Color Schemes).
1083 * Replace HTML automatic <table> tag completion with a 'table' snippet
1085 * Auto-indent after an HTML/XML line without a closing tag (Eugene
1087 * Respect 'Smart' home key pref for Shift[+Alt]+Home (fixes #3100290,
1089 * Scroll to the current line when moving the cursor to the next
1090 cursor position in a snippet (#3139490).
1091 * If the current word's tag is on the current line, make Go to Tag
1092 Definition look for a tag declaration instead and vice versa.
1093 * Make Reflow Lines/Block command use the current indented block, not
1094 the whole paragraph (which could have mixed indentation).
1097 * Load insertion templates from system path, don't create them in
1098 the user's config dir.
1099 * File templates are now reloaded on saving.
1102 * Add 'Ensure consistent line endings' file saving pref (Manuel Bua).
1103 * Add 'statusbar_template' hidden pref (Dimitar Zhekov).
1104 * Add 'new_document_after_close' hidden pref to open a new document
1105 automatically after closing all documents.
1106 * Add hidden pref 'find_selection_type' with option to use the X
1107 selection or to repeat the last search when there's no selection,
1108 both off by default.
1109 * Add 'gio_unsafe_save_backup' hidden pref (Lex Trotman).
1110 * Add filetypes.common 'fold_symbol_highlight' color setting.
1111 * Add 'symbol_list_sort_mode' per-filetype setting.
1114 * Fix Alt+[0-9] switching tabs even when other modifiers are also held.
1115 * Add snippet keybinding support (Eugene Arshinov).
1116 * Add 'Insert New Line Before/After Current' keybindings (Eugene
1120 * Add Forth filetype (Thomas Huth).
1121 * Add Lisp filetype (Mário Silva).
1122 * Add Erlang filetype (Taylor Venable).
1123 * Ada: Fix wrong comments.
1124 * C++: Disable user fold points with new lexer property
1125 fold.cpp.comment.explicit.
1126 * Python: Update list of builtins for Python 2.6, simplify
1127 Compile/Syntax Check command. Use named styles for color scheme
1128 support (use alt.conf color scheme if you want the old colors).
1129 * Matlab: Support Octave # comment char.
1130 * Txt2Tags: add highlighting (Forgeot Eric - #3020632).
1131 * Make: fix possible infinite loop in tag parser.
1132 * D: Parse template functions, ignore /+ +/ comments, ignore
1133 unittest blocks, add keywords 'ref', 'macro' and D2 keywords.
1134 * Vala: Parse functions with contracts (#3080232).
1135 * Markdown, reStructuredText and Txt2Tags: Sort tags by line number by
1137 * Basic: Parse property, constructor, destructor as functions
1138 (pottersson; #2992167).
1139 * HTML: Add HTML5 element names and attributes (Ross McKay).
1140 * PHP: Parse final functions (fixes #3111171).
1141 * Markup: Add xml_indent_tags filetype setting for documents using the
1142 HTML/XML lexers (Eugene Arshinov).
1145 * File Browser: Add history to path entry.
1146 * HTML Characters: Only automatically replace characters when the
1147 current document is a Markup document.
1149 Internationalisation:
1150 * Add translations: kk.
1151 * Update translations: cs, de, en_GB, es, fi, fr, hu, ja, nl, pt,
1155 * Update 'Custom filetypes', 'Ignore Tags' sections.
1156 * Add 'HTML Characters', 'Configuration file paths', 'Color schemes
1158 * Explain how to grep the Scintilla source for lexer properties.
1161 * Add 'Bugs to watch out for' section.
1164 * Improve Stash GUI example.
1165 * Fix not loading plugins built against a newer API when Geany doesn't
1166 provide the required version given in PLUGIN_VERSION_CHECK().
1167 * Make GEANY_API_VERSION, GEANY_ABI_VERSION macros instead of enums
1168 so you can protect code with '#if GEANY_API_VERSION >= 200'.
1169 * Add signals "build-start", "project-dialog-create" and
1170 "project-dialog-confirmed" - to append a Project Properties
1171 notebook tab (Jiří Techet).
1172 * Add macro foreach_range().
1173 * Add GeanyMainWidgets::message_window_notebook (#3061342).
1174 * Add main_widgets.project_menu (Jiří Techet).
1175 * Add msgwin_set_messages_dir() (Jiří Techet).
1176 * Add highlighting_is_{string,comment,code}_style(),
1177 editor_find_snippet(), editor_insert_snippet(),
1178 utils_find_open_xml_tag() (Eugene Arshinov).
1179 * Add ui_combo_box_add_to_history(), editor_goto_pos(),
1180 dialogs_show_input(), Add sci_get_lexer().
1181 * Add filetypes_get_display_name() as "None" is no longer translated.
1184 Geany 0.19.2 (December 01, 2010)
1186 * Fix bug where Geany did not always report an error message when
1187 saving a document fails.
1190 Geany 0.19.1 (August 18, 2010)
1193 * Fix broken autocompletion after using scope completion.
1194 * Fix scrolling the editor line in view (e.g. after loading a session
1195 and switching document tabs).
1196 * Fix using filetype extension patterns with upper case letters on
1198 * Fix a slightly wrong encoding detection on Windows (#3019573).
1199 * Re-enable comment folding.
1200 * Fix not loading plugins built against a newer API when Geany doesn't
1201 provide the required version given in PLUGIN_VERSION_CHECK().
1202 * Fix infinite loop in Markdown lexer (patch by Colomban Wendling,
1204 * Fix saving non-project filetype error regex.
1205 * Focus toolbar item when pressing Go to Line keybinding only when
1206 it's not in the toolbar's drop down overflow menu (#3027454).
1207 * Escape the name of the current document for markup when using
1208 document name for menu items (#3038844).
1209 * File Browser: Allow Find in Files when no items are selected.
1210 * Fix build menu translation problems.
1211 * Fix segfault on Tools->Reload Configuration when no documents are
1213 * Fix building with Waf on Solaris.
1214 * Fix a memory leak (thanks to Daniel Marjamäki).
1215 * Use g_free instead of free (patch by Daniel Marjamäki, thanks).
1218 * Always use white background color when printing (except for text
1219 with a white foreground) to save ink (#2968998).
1220 * Limit build error editor indicators to 50, but parse all errors in
1221 the Compiler tab (#3019823).
1222 * Align notebook tab close buttons centred vertically (thanks to
1223 Robux.Biz (galyuk)).
1224 * Show the Project Properties build tab when choosing 'Set Build
1225 Commands' when a project is open to prevent confusion with
1226 non-project commands.
1229 * Fix wording - restarting is required for hidden prefs.
1230 * Fix Grep --exclude-dir example.
1233 Geany 0.19 (June 12, 2010)
1236 * Build system reworked to be much more configurable (by Lex Trotman).
1237 * Use POSIX system/GNU regex engine for find & replace. This alters
1238 regex syntax - we now support '?' operator and match newlines.
1239 * Support adding custom filetype files.
1240 * Add new command line option --list-documents to return a list
1241 of currently opened documents
1242 * Remove deprecated --debug flag. Please use --verbose/-v instead.
1245 * Add option 'System Default' for toolbar icon style and size to use
1246 the GTK default value.
1247 * Allow '+<number>' and '-<number>' as values for Goto Line inputs
1248 to jump relative to the current line.
1249 * Add preference to add new document tabs beside the current one
1250 (patch by Colomban Wendling).
1251 * Enable type-ahead find for sidebar symbols and documents tabs
1252 (patch by Thomas Martitz).
1253 * Make Ctrl-click on any notebook tab switch to the last used
1255 * Add 'Edit->Commands' menu.
1256 * Add 'Edit->Plugin Preferences' menu item and keybinding.
1257 * Add 'View->Editor->Color Schemes' menu (only shown if color
1258 scheme files exist).
1261 * Hide 'Tabs and Spaces: Hard tab width' preference - it should
1262 always be 8. (Hidden setting kept in case users have modified it).
1263 * Add sidebar position interface pref.
1264 * Add project long line marker customisation (patch from Eugene
1268 * Update Scintilla to 2.12.
1269 * Add preference and support for virtual spaces.
1270 * Add word part autocompletion for the current selected item when
1271 pressing keybinding (default Tab) - Enter still completes normally.
1272 * Remove LaTeX autocompletion from Geany's core and move it to the
1276 * New filetype: Txt2Tags (patch by Eric Forgeot).
1277 * New filetype: Abc (patch by Eric Forgeot).
1278 * New filetype: Verilog (patch from Kelvin Gardiner).
1279 * New custom filetype: Genie.
1280 * Improvements in symbol parsing of PHP and Python files.
1281 * Add R tagmanager symbol parser (patch by Jon Senior).
1282 * Update Perl tag parser from ctags - removes support for
1283 buggy local/my/our but parses constant/format/labels.
1284 * Parse more VHDL tags (patch from Kelvin Gardiner).
1285 * Highlight D & Java types from a global tags file.
1286 * Parse Python lambda functions (patch from Colomban Wendling).
1289 * Add keybindings to switch to the sidebar's Document and Symbol list as
1290 well as to the Message Window's current tab (patch by Eugene Arshinov).
1291 * Add 'Remove Markers' and 'Remove Error Indicators' keybindings.
1292 * Make 'Reflow block/lines(s)' keybinding use line breaking column when
1293 enabled (patch by Lex Trotman).
1294 * Add 'Select to previous/next word part' keybindings.
1295 * Add 'Switch to Messages' focus keybinding.
1296 * Add 'Move line(s) up/down' keybindings.
1297 * Make Switch to Editor keybinding reshow the document statistics line.
1300 * Move filetype template defaults into custom file template files.
1301 * Read custom file templates from system as well as user dir.
1302 * Add new special template wildcard "{command:...}" to use the output
1303 of a shell command in templates.
1304 * Support {ob}, {cb} and {pc} to escape wildcard strings with {, }, %
1305 for snippets, fileheader and file templates.
1306 * Add {project}, {description} template wildcards (#2954737).
1307 * Reload templates when saving a document in the templates config dir.
1309 Configuration files:
1310 * Support more filetypes.common folding icon styles: arrows, +/- and no
1312 * Support Scintilla lexer properties in [lexer_properties] filetypes.*
1314 * Add filetypes.xml asp.default.language property (Ross McKay).
1317 * Classbuilder: Add support for creating PHP classes
1318 (patch by Ondrej Donek).
1319 * HTMLchars: Make plugin remember whether replacement of special
1320 characters was activated.
1323 * Support very long build commands.
1324 * Add a preference for choosing between GTK and native File Open/Save
1325 dialogs (only available on Windows).
1327 Internationalisation:
1328 * Added translations: ast.
1329 * Updated translations: de, en_GB, es, fr, gl, ja, nl, pt, ru, sl, sv,
1333 * Improve documentation contents page.
1334 * Add Stash mini-library setting, pref & widget functions to API.
1335 * Add plugin_configure_single() plugin symbol which is easier to
1336 implement than plugin_configure().
1337 * Add new plugin signals: "document-before-save", "document-filetype-set",
1338 "geany-startup-complete".
1339 * Add PLUGIN_SET_TRANSLATABLE_INFO macro to the plugin API so plugins' meta
1340 information can be translated already in the plugin manager dialog
1341 (patch by Colomban Wendling).
1342 * Use full function name for GeanyFunctions function pointers. This
1343 avoids naming conflicts e.g. with C++'s 'new' keyword.
1344 * GeanyKeyBinding label fields can now contain underscores, which won't
1345 be displayed by Geany. This saves adding near-duplicate translation
1347 * Add GeanyKeyGroup callback support.
1348 * Add more Scintilla function wrappers, foreach_dir(), foreach_str(),
1349 utils_get_file_list_full(), document_get_notebook_page(),
1350 editor_insert_text_block().
1351 * Don't install unnecessary headers.
1352 * Remove deprecated header pluginmacros.h - use geanyfunctions.h
1354 * Deprecate documents_foreach(), use foreach_document() instead.
1355 * Deprecate PLUGIN_KEY_GROUP() macro - use plugin_set_key_group()
1359 Geany 0.18.1 (February 14, 2010)
1362 * Define G_GNUC_WARN_UNUSED_RESULT to fix build on GLib 2.8.
1363 * Use AC_PATH_PROG instead of 'which' for portability (patch by Erik
1364 Southworth, thanks).
1367 * Remove filetypes.common invert_all option - use 'Invert syntax
1368 highlighting colors' pref instead (fixes #2854525).
1371 * Fix 'Open Selected File' for unsaved new documents.
1372 * Fix updating main menu accelerators after changing keybindings
1373 (thanks to Lex Trotman).
1374 * Fix using 'Insert date' keybinding when a custom date string has
1376 * Set the cursor color for the split window plugin.
1377 * Remove plugin from plugin manager dialog on unloading if it no
1378 longer exists or is incompatible.
1379 * Fix 'Reflow block' command when at the last paragraph and there's
1380 no last newline (patch by Eugene Arshinov, thanks).
1381 * Fix opening filenames beginning with two dots (closes #2858487).
1382 * Show Find in Files stderr output in messages window instead of
1383 debug window so that invalid regex messages can be seen easily.
1384 * Speed up sorting in utils_get_file_list(). This reduces the file
1385 browser delay on displaying a big directory, e.g. /usr/bin.
1386 * Fix a bug with not w3c compatible HTML code on export plugin
1387 * Fix non-working Home and End keys on numpads.
1388 * Fix loading of files on network resources on Windows.
1389 * Fix wrong alignment of printed pages when page headers are disabled
1393 * Extend auto_latex() function to check whether an environment has
1394 been closed within the next lines to avoid auto adding double
1396 * Replace some icons which could cause licensing problems by icons
1397 from the Rodent icon theme.
1400 * Parse contents of D extern{} and version{} blocks.
1401 * Fix creating D interface tags properly.
1402 * Parse D functions with contracts (fixes #1885480).
1403 * Parse D alias statement like typedef.
1404 * Improve parsing of LaTeX, PHP and Python files.
1407 * Add 'Scope autocompletion' section.
1408 * Add 'Tools menu items' section to explain configuration files
1409 submenu, reload configuration item.
1410 * Minor updates/fixes.
1413 * Add gcc commands to build a plugin to the HowTo.
1416 * Add section 'Plugin API/ABI design'.
1417 * Add 'Compiler options & warnings' section.
1418 * Update Style section to be clearer about code alignment and show
1420 * Add 'Doc-comments' plugin API subsection.
1422 Internationalisation:
1423 * Added translations: gl
1426 Geany 0.18 (August 16, 2009)
1429 * Fix scrolling horizontally after finding a search match with the
1430 search bar or Find Next/Previous which is off-screen.
1431 * Remove relative/untidy path elements from filenames when opening
1432 documents (#2823998).
1433 * Create initial template files with proper platform-specific line
1435 * Improve inserting of comment templates like File header or licence
1439 * Add 'Show Paths' documents list popup item.
1440 * Add filetypes.common to 'Configuration Files' menu.
1441 * Implement a graphical toolbar editor.
1442 * Add 'Build' toolbar button to the default layout.
1443 * Add 'Replace' toolbar button (closes #2798225).
1444 * Use a more Tango like icon for 'Save All' (by Jesse Mayes, thanks).
1445 * Add a popup menu for the keybinding list in the preferences dialog
1446 to easily expand and collapse all groups.
1449 * Implement Most-Recently-Used document switching when pressing
1450 'Switch to last used document' keybinding (Ctrl-Tab).
1451 * Add 'Mark All' keybinding (Ctrl-Shift-M).
1452 * Add 'Reflow lines/block' keybinding, (Ctrl-J; thanks to
1454 * Make the Scintilla keybindings 'Delete to end of line' and
1455 'Go to end of display line' configurable.
1456 * Switching notebook tabs now works for the currently used notebook
1457 widget instead of always using the documents notebook.
1460 * Fix a redraw when documents were first drawn uncolourised.
1461 * Delay highlighting matching braces by 100ms to speed up scrolling
1462 with the arrow keys.
1463 * Support 'tab indents, space aligns' style when indenting (#2789109).
1464 * Add 'Autocomplete all words in document' pref; also used when forcing
1465 autocompletion and there's no symbol names to show.
1466 * Add 'Drop rest of word on completion' pref.
1467 * Update Scintilla to version 1.79.
1468 * Improve displaying and reshowing of calltips.
1470 Syntax highlighting:
1471 * Reload color schemes via Tools menu (thanks to Eugene Arshinov).
1472 * Implement named styles support for filetypes.* using a
1473 filetypes.common [named_styles] section; used as
1474 "style=named_style,bold". (See the manual for details).
1475 * Allow style definitions with missing fields to use the
1476 filetypes.common default style's fields.
1477 * Make C-like filetype styles use named styles & default background
1478 color. (Anyone who wants to likewise update any other filetype's
1479 styles, please let us know ;-)).
1480 * Allow indentation of wrapped lines (see style 'line_wrap_indent').
1481 * Add new styles 'line_height' and 'marker_mark'.
1484 * Add Markdown filetype (thanks to Jon Strait).
1485 * Highlight D WYSIWYG backtick `strings` and r"strings" (#1895745).
1486 * Minor improvements for filetypes: Fortran, Haxe, HTML, Lua,
1487 Matlab, Pascal, Python, Tcl.
1490 * Read custom system global tags files from $prefix/share/geany/tags
1492 * Autocomplete scoped fields like struct members when typing '.' (and
1493 also '->' or '::' in C/C++) if the language's tag parser supports it.
1494 * Save field tags for C/C++ when generating a global tags file (you may
1495 want to regenerate your tag files).
1496 * Parse Python calltips.
1497 * Show relative paths in Diff filename tags.
1498 * Group reStructuredText symbol list items by scope level.
1501 * Add geanyplugin.h single include.
1502 * Add plugin_signal_connect() for connecting plugin signals at
1503 runtime and also for connecting to any GObject signal.
1504 * Add documents_foreach(), filetypes[], documents[], utils_strdupa()
1505 and various foreach_type() macros.
1506 * Make GeanyDocument::file_type always be non-NULL.
1509 * Fix quoting the build command string on Windows (closes #2791769).
1510 * Fix LaTeX view commands on Windows (part of #2807688).
1511 * Expand system environment variables (%variableName%) on Windows when
1512 running Build commands.
1514 Internationalisation:
1515 * Added translations: lb, sl, pt_PT
1516 * Updated translations: ca, cs, de, en_GB, fi, fr, ja, pt_BR, ru, tr
1519 Geany 0.17 (May 02, 2009)
1522 * Fix broken selection of "Document->Set Encoding" menu items.
1523 * Fix broken non-incremental search with the toolbar search entry when
1524 pressing Enter (closes #2638180).
1525 * Fix parsing of Make output (closes #2694479, patch by Andrea Mazzoleni).
1526 * Fix crashes on quitting Geany (closes #2533990).
1527 * Fix disabled Go to Tag items in the editor menu when using the
1528 keyboard (#2780044).
1529 * Prevent crashes when two or more top level items in the symbol
1530 list have the same name (closes #2778246).
1533 * Add an option to set an additional plugin lookup path.
1534 * Add a hidden preference 'use_safe_file_saving'. This has serious side
1535 effects, please read the documentation before enabling this.
1538 * Add 'Send Selection to Terminal' command to the Edit->Format menu.
1539 * Change the background colour of the search entries in the Find
1540 and Replace dialogs according to the search results.
1541 * Add 'Close Other Documents' and 'Close All' menu items to the tab bar
1543 * Add an option to allow appending the toolbar to the main menu bar
1544 to save some vertical space.
1545 * When a project is loaded, replace the project base path with the
1546 project name in the Documents sidebar for parent items (closes #2723679).
1547 * Make the file open dialog more compact.
1548 * Ellipsize tab labels and some status messages for very long
1549 filenames (closes #2777348).
1550 * Add new toolbar element: Print (patch by Roland Baudin).
1551 * Remember the active sidebar page between sessions.
1552 * Add "Recent Projects" menu to the Project menu (#2728630,
1553 patch by Elias Pschernig).
1554 * Add Tools->Configuration Files item for snippets.conf.
1557 * Fix wrong Fortran 90 comment characters when inserting templates.
1558 * Add filetype ActionScript (patch by Chris Macksey).
1559 * Fixes for CSS, Fortran and Ruby parsers.
1560 * Add a trivial symbol parser for NSIS files.
1563 * On Windows, change the working directory to the Geany installation
1564 path at startup to avoid unwanted directory locking(closes #2626124).
1565 * Fix window positioning on startup.
1566 * Make build commands on Windows run synchronously to avoid problems
1567 with reading build commands' output.
1570 * HTMLchars: Extend plugin by bulk replace and replace on
1571 input for special characters to their HTML entities.
1572 * Splitwindow: Add keybindings for the split actions.
1573 * VCDiff: Remove plugin from Geany. Use GeanyVC instead.
1576 * Deprecate sci_get_text(), sci_get_selected_text() and
1577 sci_get_text_range().
1578 * Add sci_get_contents(), sci_get_contents_range() and
1579 sci_get_selection_contents() as replacement functions to provide
1580 an easier and cleaner API (initial patch by Frank).
1581 * Make GEANY_FILETYPES_NONE = 0, sort filetype IDs randomly (so we can
1582 append new filetypes without breaking the ABI); add
1583 filetypes_by_title sorted list to GeanyData.
1586 * Describe how to build Geany using the Waf build system.
1588 Internationalisation:
1589 * Updated translations: be, cs, de, es, fi, fr, hu, ja, pt_BR, ru,
1593 Geany 0.16 (February 15, 2009)
1596 * Fix indenting for Tabs & Spaces mode when inserting snippets.
1597 * Fix snippets and smart indent using too much indentation when the
1598 line contains whitespace after non-whitespace characters (#2215044).
1599 * Fix segfault when showing Find in Files dialog when no documents are
1601 * Fix not switching to 2nd last used document when the last used
1602 document has been closed (#1945162).
1605 * Group child tags by their parents in the symbol list for C-like
1606 filetypes, Python, Conf (thanks to Conrad Steenberg).
1607 * Use a tree for the Documents sidebar, grouped by path.
1608 * Add 'Tools->Configuration Files' menu with items to open
1609 filetype_extensions.conf and ignore.tags. These files are also
1610 reloaded automatically when saved.
1611 * Change configuration directory path to $XDG_CONFIG_HOME/geany
1612 (most often this is ~/.config/geany).
1613 * Allow to specify files on the command line and from remote instances
1614 to be URIs (local and with GIO also remote URIs).
1615 * Increase minimum required GTK version to 2.8.
1618 * Add Project Indentation prefs, which override the Editor
1619 Preferences dialog options. For new projects, these default to
1620 the editor indent prefs.
1621 * Add an interface pref for whether to hide additional widgets when
1622 double-clicking on document notebook tabs (off by default).
1623 * Add a preference to invert all colours for syntax highlighting.
1624 * Add a hidden preference "allow_always_save" to make the Save buttons
1625 and menu items always sensitive.
1628 * Rework the toolbar: now all elements can be added/removed/reordered
1629 using a simple XML file.
1630 * Add new toolbar buttons for Cut, Copy, Paste, Delete, Preferences,
1631 Close All and Build (including a submenu for Make actions).
1632 * Add a progressbar widget to the statusbar to show progress for time
1636 * Make Ctrl-click go to matching brace if there's no current word.
1637 * Make Shift+Mouse wheel scroll the editor view horizontally.
1638 * Make the 'Mark' button for Find highlight the results with rounded boxes
1639 instead of marking the whole line.
1640 * Add auto-closing of braces, brackets and quotes (Guillaume de Rorthais).
1641 * Support multiple %cursor% wildcards in Snippets (Thomas Martitz).
1644 * Add new filetypes Ada, CMake, Matlab, NSIS, Vala and YAML.
1645 * Update HTML character entities (thanks to Tyler D'Agosta).
1646 * Parse restructuredText sections in the order of first-used underline
1647 character, which can now be any punctuation character (as per the spec).
1648 * Remove GTK global tags, replace them with C (C99) tags. The GTK tags
1649 file is still available for download on the website.
1650 * Minor improvements for filetypes CSS, Fortran, FreeBasic, HTML, Tcl
1654 * Improve tab close icon size.
1655 * Changes to the Windows installer:
1656 - The full installer now includes the GTK 2.14 runtime environment.
1657 - Register ".geany" as Geany Project File extension.
1658 - Install GTK translation files only if installation of translation
1659 files were requested (saves about 22 MB otherwise).
1660 - Support silent installations.
1663 * Add Split Window 'Split Vertically' command (thanks to Moritz Barsnick).
1664 * Make Version Diff plugin set the indent type for diffs based on the
1665 current file's indent type.
1666 * Minor improvements to the filebrowser plugin
1669 * Generate plugin API header geanyfunctions.h containing macros to
1670 avoid having to type the function pointer names manually.
1671 * Deprecate pluginmacros.h in favour of geanyfunctions.h.
1672 * Add "editor-notify" to the plugin API.
1673 * Add new plugin symbol plugin_help() which is called by Geany when the
1674 plugin should show its documentation (if any, symbol is optional).
1677 * Update Scintilla regular expression info for v1.77 (character
1678 classes, ASCII escaping, character sets containing square
1679 brackets peculiarities). Adapted from SciTE doc.
1680 * Complete 'Hello World' Plugin Howto.
1682 Internationalisation:
1683 * Updated translations: bg, ca, cs, de, en_GB, fr, hu, it, ja,
1684 pt_BR, sv, ru, tr, vi, zh_CN
1687 Geany 0.15 (October 19, 2008)
1690 * Add Previous Message, Previous Error commands (thanks also to Beau
1692 * Add 'Close Other Documents' File menu command (#1976724).
1693 * Add Find Document Usage popup menu command & keybinding.
1694 * Check that the current file is still on disk (as well as checking the
1696 * Add support for custom file templates (found at startup) in the
1697 ~/.geany/templates/files directory, shown underneath filetype templates
1698 in the New with Template menu.
1699 * Make socket open command support filename:line:column syntax.
1700 * Add filetypes.* [build_settings] key 'error_regex' to support custom
1701 error message parsing using a GNU-style extended regular expression.
1702 * Allow loading projects from command line (#1961083).
1703 * Add alternative build system: Waf.
1704 * Add Tools menu item to reload configuration data without a restart.
1705 * Add support to use template wildcards in snippets.
1706 * Increase LSB compliance.
1709 * Make disk check timeout configurable (zero disables disk checks).
1710 * Add search pref: 'Use the current file's directory for Find in Files'
1714 * Make keyboard shortcuts dialog non-modal (#1999384).
1715 * Add a debug messages window to easily view debug messages/warnings.
1718 * Update Scintilla to version 1.77 (includes many fixes).
1719 * Add basic Line Breaking option in the Document menu and 'Line breaking
1720 column' editor pref (for now only works when typing characters past
1721 the line breaking column number).
1722 * Don't colourise any documents until they need to be drawn (this
1723 should make opening a session faster for filetypes that support typename
1725 * Make Ctrl-click on a word perform Go to Tag Definition.
1726 * Add 'Max. symbol name suggestions' autocompletion pref.
1727 * Show ellipsis (...) item when there are too many symbol names for
1729 * Highlight matching brace indent guides (thanks to Jason Oster;
1731 * Show brace indent guides on empty lines when appropriate (thanks to
1732 Jason Oster; #2105982).
1733 * Add 'Tab key indents' pref, on by default.
1734 * Implement soft tabs support (#1662173). There's now a 'Tabs & Spaces'
1735 Indent Type, and separate Width, Hard Tab Width indent prefs. (Thanks
1736 to Joerg Desch for explaining how it needed to work).
1737 * Auto-update the line margin width as lines are added (thanks to Jason
1739 * Add "Replace spaces by tabs".
1742 * Install plugins into lib/ not into plugins/.
1743 * Install Geany's message catalogs into share/locale rather than
1744 lib/locale as GTK does since 2.12.2.
1747 * Add Go to Start/End of Line keybindings (#1996175).
1748 * Add 'Switch to Compiler' keybinding (useful when checking build
1750 * Add keybindings for Line wrapping, Line breaking, Toggle fold and
1751 Replace Spaces by tabs, Previous/Next word part.
1754 * Add OpenGL Shader Language (GLSL) filetype (thanks to Colomban
1755 Wendling; #2060961).
1756 * Add R language filetype (thanks to Andrew Rowland; #2121502).
1757 * Split filetype Fortran into Fortran 77 and Fortran 90.
1758 * Add Gettext translation filetype (#2131985).
1759 * CSS improvements, thanks to Jason Oster.
1762 * Fix hang when restarting the VTE (#1990323) with VTE 0.16.14.
1763 (Note that with VTE 0.16.14 the reset sometimes leaves a blank
1764 terminal, but pressing enter makes it then behave as normal).
1767 * Add Split Window plugin (should work OK for viewing; full editing
1768 support is not implemented yet).
1769 * Merge InstantSave, AutoSave and BackupCopy plugins into the new
1770 plugin 'Save Actions'.
1773 * Add Tips and Tricks appendix.
1774 * Updated Installation section.
1775 * Update 'Build system' for custom error regexes.
1776 * Add a section for internal plugins.
1779 * Many changes; see the API documentation (make api-doc) and the
1780 geany-devel list archives.
1781 * Deprecated: plugin_fields, plugin_info symbols.
1783 Internationalisation:
1784 * New translations: ko, tr.
1785 * Updated translations: be, ca, de, en_GB, fi, hu, it, ja, pl,
1789 Geany 0.14 (April 19, 2008)
1792 * Don't beep when using Replace All in Session unless all open files
1793 have no replacements (fixes #1893796).
1794 * Only use filetype detection after Save As, not on every save when the
1795 filetype is None (fixes #1891778).
1796 * Make Go to Tag commands look for the tag in the current document
1797 before searching the workspace.
1798 * Check file on disk for changes also when pressing a key.
1799 * Ignore documents with no absolute path when saving session files.
1800 * Fix segfault with Run command when a project is open and the current
1801 file's filetype has no run command.
1802 * Make Next Error and Next Message commands add positions to the
1803 navigation queue, so the user can move backwards through the list items
1804 and return to where they were.
1805 * Make pressing escape in the sidebar focus the editor.
1806 * Make navigation queue position based to restore the line and column when
1807 returning to a previous position (closes #1936927).
1808 * Save sorting order of the symbol list when saving a file (fixes #1917262).
1809 * Improve "Send Selection To" code (fixes #1909452).
1810 * Install header files and add a pkg-config file for external plugins.
1811 * Use monospace font for text entry fields in search dialogs (#1907117).
1812 * Don't open zero byte sized files read-only (e.g. files in /proc).
1815 * Improve Makefile parser to detect targets.
1816 * Update PHP tags file to latest PHP API docs (closes #1888691).
1817 * Add translucency settings to filetypes.common for semi-transparency.
1818 * Add HTML parser to get h1, h2, h3 symbols as well as link anchors and
1819 JavaScript functions (fixes #1896068).
1820 * Update Javascript, Tcl and Assembler parser.
1823 * When closing a tab when using left-to-right tabs, focus the next
1824 document, not the previous.
1825 * Move Load Tags item from File to Tools menu.
1828 * Don't scroll the editor view if it is unnecessary when using Find
1829 Next/Previous, Find Selected, incremental search, Go to Marker or Go to
1830 Matching Brace commands.
1831 * Fix bug with showing macro list items all on one line.
1832 * Fix Python auto-indentation when line endings are set to CR/LF.
1833 * Unfold hidden code when the fold point modified (fixes #1923350).
1834 * Update Scintilla to version 1.76.
1835 * Add (basic) column mode editing (patch by "chuck").
1838 * Replace untitled file header filename after Save As and add to recent
1839 files on Windows too.
1840 * Resolve Windows shortcuts when opening files.
1841 * Fix modal dialog problems on Windows by not setting taskbar hint
1843 * Add new process spawning implementation. This makes the VCdiff plugin
1844 to work on Windows (patch by Pierre Joye, thanks).
1845 * Fix crash on Windows when a project could not be opened.
1848 * Add configurable plugin keybindings support.
1849 * Add a HTML Characters keybinding to show the dialog.
1850 * Add File Browser keybindings to focus the Path Entry and File List
1851 * Rename VCDiff plugin Version Diff.
1852 * When quitting, remember plugin filenames that couldn't be loaded at
1853 startup as well as active plugins.
1856 * Add PLUGIN_KEY_GROUP and keybindings_set_item() to setup a keybinding
1858 * keybindings_send_command() arguments have changed because of
1859 keybinding groups - this breaks the API for plugins already using it.
1860 * Make VERSION_CHECK deprecated in favour of PLUGIN_VERSION_CHECK.
1863 * Add descriptions for several options in the preferences dialog
1864 (patch from Robert McGinley).
1866 Internationalisation:
1867 * New translations: ro.
1868 * Updated translations: bg, de, en_GB, es, fr, hu, it, ja, pt_BR, ru.
1871 Geany 0.13 (February 05, 2008)
1874 * Improve configure script and fix some compatibility issues.
1875 * Add support for project session files.
1876 * Add native GTK printing support (only with GTK 2.10+).
1877 * Prevent execution of commands by Geany if the VTE may contain any
1878 text on the prompt (thanks to "Jeff Pohlmeyer for reporting).
1879 * Store more document-related settings when saving session in the
1880 configuration file (including the file encoding).
1881 * Detect in-file specified file encoding by scanning the file using
1882 regular expressions.
1883 * Add binary relocation support.
1886 * Add configurable default file extension setting for filetype
1888 * Fix reST autocompletion.
1891 * Show arrays and modifiers like const in calltip return types for
1893 * Update C global tags file for GTK+ 2.12.
1894 * Fix parsing the correct D class name when inheriting, D constructor
1895 tags and ignore D import statements.
1896 * Remove unnecessary tagmanager status file.
1897 * Improve PHP, Ruby and FreeBasic parsers.
1900 * Add 'Indent Type' option in the Document menu.
1901 * Add 'Detect from file' Editor indentation pref.
1902 * Show TAB or SP for current document's indent type.
1903 * Add a 'Newline strips trailing spaces' pref (thanks to Catalin
1905 * Add 'Strip Trailing Spaces' document menu item.
1906 * Add combo box input history for 'Make Custom Target' dialog.
1907 * Make Open, Save As dialogs start in project base path (or default
1908 path pref) when the current file has no filename.
1909 * Add 'Make in base path' project file preference.
1910 * Make 'Open Selected File' first try the current file's directory,
1911 falling back to the project base path if no file was found.
1912 * Fix broken window maximization.
1913 * Improve appearance of used treeviews and use rules hints to respect
1914 user colour settings.
1917 * Fix hidden lines after deleting a line that is a collapsed fold
1919 * Make Fold All/Unfold All attempt to scroll the current line in view.
1920 * Show line wrap symbol at start of line for wrapped lines.
1921 * Allow scrolling past end of document, so the user can append text
1922 with the last lines drawn at the top of the view.
1923 * Rename "Construct autocompletion" to "Snippets".
1924 * Improve usage of "Unfold all children" option.
1925 * Update Scintilla to version 1.75.
1928 * Add configurable keybindings for Cut, Copy and Paste.
1929 * Ask the user whether to override an existing keybinding when setting
1930 a combination that is already in use.
1931 * Add 'Override Geany keybindings' VTE prefs dialog option (replaces
1932 hidden pref), which makes the VTE interpret all keyboard shortcuts
1933 except focus group keybindings.
1936 * Add File Browser sidebar plugin.
1937 * Add Version Control Diff plugin (VC Diff), which supports SVN, CVS and
1938 GIT (thanks to Yura Siamashka).
1939 * Add plugin manager dialog to select plugins to load at startup and to
1940 call a plugin configure dialog.
1941 * Add new signals: project_open, project_save, project_close.
1942 * Add Auto Save plugin.
1945 * Add keybindings_send_command() and some other functions.
1946 * Add pluginmacros.h to define common macros for app, p_utils, etc.
1947 * Add more documentation/comments to demoplugin.c.
1948 * Add configure symbol for plugins which is called by Geany when a
1949 configure dialog for the plugin is requested, optionally.
1950 * Add author field to plugin info struct.
1953 * Enable build support.
1954 * Prevent prefs dialog being hidden after using the prefs file dialog.
1955 * Create Geany's configuration directory in user's appdata path
1956 instead of the default home directory.
1959 * Show default shortcuts in Keybindings section.
1960 * Update Project section for project-based session support.
1961 * Add Indentation subsection under Editor section.
1962 * HACKING: Update 'Adding a filetype' section.
1964 Internationalisation:
1965 * New translations: ja, uk, el.
1966 * Updated translations: ca, de, en_GB, fr, it, pt_BR, hu, sv, vi.
1969 Geany 0.12 (October 10, 2007)
1972 * Fixed opening the same file twice from the message window/command-line.
1973 * Fixed Ctrl-Shift keybindings not working when caps lock is on.
1974 * Fixed saving the wrong document when using Save All with unnamed
1976 * Fixed replacing with '^' or '$' regex chars.
1977 * Fixed hang with Find All/Find Usage with '^' or '$' regex chars.
1978 * Fixed hang when replacing all '[ ]*' regex matches (closes #1757748).
1979 * Fixed displaying error indicators with Make after entering a
1981 * Fixed a possible segfault when parsing tags (a vString bug).
1982 * Fixed clipboard problems with some applications.
1983 * Fixed crash when trying to open the Save As dialog on Windows.
1984 * Fixed crash when saving a file after setting encoding "None".
1985 * Fixed scrolling bugs when searching text and the cursor is outside of
1986 the current visible area.
1989 * Added reStructuredText filetype and parser.
1990 * Added Haskell tags support (thanks to Peter Strand).
1991 * Added decorator styling for Python.
1992 * Parse Python global variables and class variables.
1993 * Added support for Java Apache Ant compiler error messages (thanks to
1995 * Added new filetypes CSharp and FreeBasic.
1996 * Added filetype Haxe (patch by blackdog, thank you).
1999 * Added basic plugin support (developers: see the HACKING file).
2000 * Added 'Enable plugin support' preference and -p, --no-plugins options.
2001 * Added Class Builder plugin (thanks to Alexander Rodin).
2002 * Added Export plugin to export current file as HTML or LaTeX.
2005 * Common bash Ctrl-[a-z] keyboard shortcuts now work when the VTE is
2006 focused, and there is an 'enable_bash_keys' hidden preference.
2007 * Added 'Move document left' and 'Move document right' keybindings.
2008 * Added Find keybinding.
2009 * Made fixed keybindings overridable.
2010 * Added fixed keybindings for switching to leftmost/rightmost document,
2011 Ctrl-Shift-{PageUp,PageDown}.
2012 * Change Previous/Next Paragraph fixed commands to Ctrl-{Up,Down};
2013 adding Shift extends selection by paragraph. (Scroll by line is now
2015 * Made pressing escape focus the editor when using incremental search
2016 or Goto Line toolbar fields.
2017 * Added keybinding for select current paragraph.
2018 * Added keybindings for smart indent and indent/deindent by one space.
2019 * Removed convert to lower-/upper-case keybindings.
2020 * Added toggle case keybinding and change shortcut to Ctrl-Alt-U.
2023 * Added preference for 'smart' home key behaviour (thanks to Jeff
2025 * Added symbol list icons (thanks to Jean-François Wauthy, and KDevelop
2027 * Added 'Current chars' indentation mode (closes #1726880).
2028 * Save and restore the current notebook page when quitting.
2029 * Added support for %e, %f in project run command.
2030 * Ignore punctuation chars when moving by word, and use word end
2031 boundaries when moving by word to the right (like most GTK+ widgets).
2032 * Added hidden editor preference 'use_gtk_word_boundaries'.
2033 * Added auto_complete_whilst_editing hidden preference.
2034 * Speed up Save All for C-like files.
2035 * Don't show file opened/saved/closed messages on the status bar.
2036 * Added --no-preprocessing, -P option when generating tags files to
2037 disable preprocessing of C/C++ source files.
2038 * Added default startup directory option (closes #1704988).
2039 * Use current locale as default encoding for new files.
2040 * Added simple code navigation (thanks to Dave Moore).
2041 * Re-maximize the main window on startup when closed in maximized state
2043 * Added auto focus (to auto focus widgets below mouse cursor).
2044 * Complete rewrite of auto completion to make it user-definable and
2045 much more flexible (please read documentation).
2046 * Added option to set a default encoding when opening files and disable
2047 auto detection of the file encoding.
2048 * Improved comment toggling by adding an additional character to mark.
2049 * Changed the background colour of the search bar in the toolbar
2050 according to the search result.
2051 * Use intltool to make geany.desktop translatable
2052 * Replace Geany's icon by a new one by Sebastian Kraft (thanks).
2053 (Thanks also to Christoph Berg for updating the icon code).
2056 * Changed documentation generation tools from DocBook to reST
2057 (thanks to John Gabriele for his great work on this).
2058 * Added Plugins section.
2059 * Added 'Inserting unicode characters' Editing section (thanks to
2061 * Added 'Hidden preferences' appendix.
2062 * Added 'Switching documents' keybindings section.
2065 * Added notes on adding a filetype.
2067 Internationalisation:
2068 * New translations: en_GB.
2069 * Updated translations: ca, cs, de, es, fi, fr, hu, it, pl, pt_BR, zh_CN.
2072 Geany 0.11 (May 21, 2007)
2074 Notes for existing users:
2075 * Tab is now used for construct completion (for, if, etc.), but it
2076 is configurable with the new 'Complete construct' keybinding.
2077 * Template files are now stored in ~/.geany/templates/ and the
2078 'template.' filename prefix is no longer used. You will need to
2079 move any custom template files you have.
2080 * Inserting a file header is now optional for filetype templates.
2081 Use the string '{fileheader}' to mark where the file header should
2083 * Drag'n'Drop of text inside the editor widget will now move the
2084 text instead of copying it.
2087 * Fix segfault when pressing Ctrl-Enter when there are no workspace
2089 * Remove error indicators in all documents when linking (#1705374).
2090 * Sort symbol list tags also by line number (#1703575).
2091 * Fix #1717418, Hang on SQL file load.
2092 * Fix #1718532 - Crash when opening a special HTML file.
2093 * Add workaround for PHP closing brace de-indenting.
2094 * Fix reloading of read-only documents.
2097 * Add keybinding to show project properties dialog.
2098 * Add project Run command support.
2099 * Run Make All and Make Custom from the project base directory.
2102 * Update C global tags for GTK+ 2.10 and it's dependencies.
2103 * Add option --generate-tags (-g) to generate a global tags file
2104 from a list of source files (see docs).
2105 * Load global tag files stored in ~/.geany/tags at startup #.
2106 * Add Load Tags command in the File menu #.
2107 # This is not supported for Pascal, PHP or LaTeX files yet.
2109 Calltips (for C-like files):
2110 * Show up and down arrows when there are multiple calltip matches.
2111 * Show classname in calltips.
2112 * Parse pointers in function return type.
2113 * Add calltip support for D constructors.
2116 * Parse 'Entering directory' Make messages so opening files from
2117 error messages works for subdirectories (thanks to Josef Whiter).
2118 * Make Go to Tag Definition/Declaration work for all tags.
2119 * Support filetype templates for all filetypes (see docs).
2120 * Make file header optional for filetype templates.
2121 * Add 'Find Selected' and 'Find Prev Selected' search commands and
2122 keybindings (thanks to Jeff Pohlmeyer).
2123 * Add Mark button to the Find dialog, and a Remove Markers item to
2125 * Add 'Recurse in subfolders' and 'Extra options' checkboxes to the
2126 Find in Files dialog.
2127 * Add 'Switch to last used document' keybinding (Ctrl-Tab).
2128 * Add Goto Previous/Next Marker keybindings (Ctrl-, and Ctrl-.).
2129 * Add Toggle Marker keybinding (Ctrl-M).
2130 * Add keybinding for construct completion, and set the default to
2132 * Add MimeType associatiations for: C++ header, Pascal, Perl,
2133 Python, httpd-PHP and XML files (thanks to Iñaki Rodriguez).
2134 * Add brace indenting support for Perl and Tcl.
2135 * Make backspace unindent when using spaces for indentation.
2136 * Wrap notebook pages when switching tabs.
2137 * Speed up loading multiple C-like files slightly.
2138 * New filetypes: JavaScript, Lua and Haskell.
2139 * Set several widget names to allow users to define custom styles
2141 * Add context actions to run custom commands on current selection
2142 or the current word below cursor.
2143 * Add different auto indention modes.
2144 * Improve replacing in rectangle selections.
2145 * Add custom commands to send selected text through some definable
2146 commands and replace the selection with the output.
2147 * Add command line option --column to allow setting the initial
2148 column for the first opened file on command line.
2149 * Improve the auto scrolling of documents.
2150 * Improve loading of the VTE library.
2151 * Add an option for using spaces or tabulators when inserting some
2153 * Add an option to disable Drag'n'Drop in the editor widget.
2156 * Add Project Management, Global Tags, Construct Completion
2158 * Add Bookmarks section (thanks to John Gabriele).
2159 * Update Filetype Templates, Search sections.
2161 Internationalisation:
2162 * New translations: bg.
2163 * Updated translations: ca, cs, de, es, fr, zh_CN.
2166 Geany 0.10.2 (February 25, 2007)
2169 * Fixed serious crash of complete X session when using the Stop
2170 command when Geany is run from the program menu (closes #1668017).
2173 Geany 0.10.1 (February 23, 2007)
2176 * Wrong tab foreground colour for unmodified documents.
2177 * Fixed crashes when closing dialogs by clicking X on some systems.
2178 * Fixed missing global tags for C files when a C++ source file was
2180 * Fixed autocompletion missing tag matches.
2181 * Fixed a wrong PASCAL autocompletion.
2182 * Set single undo action when toggling multiple lines or stripping
2184 * Prevent some possible invalid memory reads.
2185 * Convert config, application and documentation dir paths to locale
2186 encoding before using it.
2187 * Fixed errors when changing directories containing special
2188 characters within the VTE component (thanks to Jeff Pohlmeyer).
2189 * Support newer so-names when loading the VTE library (thanks to
2191 * Fixed paste problems on Windows.
2192 * When using Save As the returned filename needs to be converted
2194 * Fixed error when parsing of compiler errors by the va_list system.
2195 * Added MimeType entry as suggested by Nick Schermer.
2196 * LaTeX parser: Allow \section*{} and other commands with *.
2197 * Change default keybinding for Close All to Ctrl-Shift-W.
2198 * Allow Make for files with no extension - prevent Build when the
2199 output filename would be the same as the source file.
2200 * Ensure the VTE visual settings are applied when switching to VTE
2201 when the Message Window is hidden.
2202 * Fixed several issues while opening files and improved code.
2203 * Improved the auto scrolling of documents and fixed a bug when
2204 opening files remotely.
2205 * Fixed wrong D function return type after a class definition.
2206 * Added several missing style types for filetype Perl (thanks to
2207 John Gabriele for reporting).
2208 * Prevent right click in Symbol list from selecting a tag.
2209 * Update the symbol list when starting a new document.
2210 * Scroll Compiler and Messages window in view when using Next Error
2212 * Auto close brackets only when auto completion of constructs is
2213 enabled (closes #1665015).
2214 * Fixed switching to the wrong tab when showing the unsaved dialog.
2216 Internationalisation:
2217 * New translations: fi (thanks to Harri Koskinen).
2218 * Updated translations: cs, de, es, fr, hu.
2221 Geany 0.10 (December 21, 2006)
2224 * Added a dialog to insert HTML special characters.
2225 * Added new command line option --line to set the initial line for
2226 the first opened file.
2227 * Implemented new, own Undo system to undo/redo encoding changes.
2228 * Added simple parser for filetype Diff to create tags for each
2229 patched file in a diff file.
2230 * Added new encoding "None" to open files without any character
2232 * Added Stop button to abort the Run command.
2233 * New filetype VHDL.
2234 * New scintilla lexer for filetype D with several improvements.
2235 * Improved auto completion of multi line comments
2236 * Added option to execute programs in the VTE instead of executing
2237 them in a terminal emulation window
2238 * Removed the limit on the number of files open.
2239 * Save the build includes and arguments when quitting.
2240 * Added Next Message search command and Next Error build command.
2241 * Make search bar automatically wraparound if necessary.
2242 * Applied patch from Bob Doan to prevent unnecessary search
2243 scrolling and add a preference to suppress some of the search
2245 * Added Find Previous, Find All in Document/Session buttons for the
2247 * Added Replace (but don't Find) button for the Replace dialog.
2248 * Added 'Hide Message Window' popup menu command.
2249 * Added Alt-[1-9] shortcuts to switch to a certain tab number.
2250 * Limit search dialog history to 30 entries.
2251 * Change python default compile command to create a compiled
2252 python .pyc file (thanks to Bajusz Tamás).
2255 * Fix #1611530 'file has changed' message on Windows after saving.
2256 * Fixed wrong paste behaviour under Windows with some applications.
2259 * Fixed crash when using "Make object" on new files.
2260 * Fixed incompatible use of read command in the created shell
2261 script to execute programs.
2262 * Fixed wrong insert position when the cursor was moved by keyboard
2263 and comments, includes or a date was inserted.
2264 * Fixed some segfaults when inserting comments, dates and
2265 includes at a position prior to some deleted text.
2266 * Fix message window horizontal scrollbar being too tall on some
2267 systems (thanks to Rob van der Linde).
2269 Internationalisation:
2270 * New translations: fr, hu, it, zh_CN, zh_TW.
2271 * Updated translations: be, ca, cs, de, es, vi.
2274 Geany 0.9 (September 29, 2006)
2277 * Added function calltips for files open in the current workspace
2278 for C-like languages.
2279 * Open a second instance by default when starting Geany with no
2280 filenames specified on the command-line.
2281 * Added better error message support for D, for both DMD and GDC;
2282 also GCC-style linker error messages are now parsed.
2283 * Text selections now use syntax highlighting foreground colours
2284 (but can still be overridden in filetypes.common).
2285 * Find in Files improvements: fixed string and whole word only
2286 matching options; a directory selector dialog; filenames passed
2287 to Grep are now sorted alphabetically.
2288 * Remember the VTE current directory at startup.
2289 * Show the messages window on build failure or for Find Usage.
2290 * Added -s command-line option to not load session files (-i is now
2291 used to force a new instance).
2292 * Added comment toggle functionality to easily comment and
2293 uncomment a line with one shortcut.
2294 * Separated filetypes PHP and HTML for better usage.
2295 * New filetypes: Diff, Fortran 77 and Ferite.
2296 * Added auto completion tags for PASCAL.
2297 * Improved VTE usage by adding options for selecting the used shell
2298 and ignoring menu bar accelerator (default F10).
2299 * Added menu items to insert configurable date/time strings.
2300 * Removed the whole FIFO code and replaced it with support for
2301 (Unix Domain) Sockets(including Windows support).
2304 * Implemented Run command (from the build menu) under Windows.
2305 * Enabled socket code on Windows to detect a running instance.
2306 * Enabled notification if file on disk has changed under Windows.
2309 * Fixed a segfault at startup if terminal follow path setting is
2311 * Fixed clicking on error messages being dependent on the current
2313 * Fixed a bug when clicking on a recent file got the wrong
2315 * Fixed a crash when a compiler output reports an error in a blank
2316 line(can happen in LaTeX)
2317 * Fixed a crash when switching between several filetypes.
2318 * Fixed segfault when replacing tabs by spaces.
2320 Internationalisation:
2321 * New translations: cs, nl, vi.
2322 * Updated translations: de, es.
2325 Geany 0.8 (August 09, 2006)
2328 * Find in files feature added which uses the Grep tool.
2329 * Added Make object command to compile using the Make tool.
2330 * Editor notebook tabs can now be reordered by drag and drop.
2331 * Added support for back references when using regex replace.
2332 * Added a Find button to the Replace dialog to skip matches.
2333 * Greatly improved the speed of Replace all/in selection.
2334 * Scroll to 1/4 of the view when jumping to a line number.
2335 * Show messages on the status bar and in the Status window.
2336 * Preferences options for Auto-indentation and Line wrapping.
2337 * Use the mouse click position for Go to tag.
2338 * Added separate filetype_extensions.conf system file.
2339 * Added makefiles for building on Windows.
2340 * Added keyboard shortcuts for increase/decrease of line
2342 * Added functionality to uncomment code.
2344 * Added support for Unicode Byte-Order-Mark (BOM)
2345 * Redesigned preferences dialog.
2346 * Added Undo and Redo toolbar buttons.
2348 * Added simple printing support.
2349 * Mark errors while compiling source code within Geany with
2350 indicators(small squiggly underlines)
2353 * Use the full path for files opened from the command-line.
2354 * Fixed saving a file from the unsaved file dialog.
2355 * Fixed replacing with regexes the correct matched text length.
2356 * Fixed applying virtual terminal widget settings at startup.
2357 * Fixed prepending items to the Recent files menu.
2358 * Fixed clipboard commands used in the find entry and Scribble.
2359 * Fixed wrong interpretation of syntax highlighting colours
2363 * Don't add .c extension when saving with the All files filter.
2364 * Fixed a tool chooser dialog crash when path doesn't exist.
2365 * Fixed locale problems with Windows message dialogs.
2367 Internationalisation:
2368 * New translations: be, es, pt_BR, ru.
2369 * Updated translations: ca, de, pl.
2372 * Added Scintilla keyboard commands for editing appendix.
2373 * Improved search section; added all find and go to commands.
2374 * Added section about character sets.
2377 Geany 0.7 (June 04, 2006)
2379 * user-definable keyboard shortcuts
2380 * filetype definition files can be overridden in Geany's
2381 configuration directory (please see documentation)
2382 * added filetypes Ruby and Tcl/Tk
2383 * improved build system (for Perl, Python, Ruby and others)
2384 * loading of Virtual Terminal Emulation can be disabled in the
2386 * new menu item "Search" with Find items from Edit menu and new
2387 item "Find Previous"
2388 * fixed the bug which let Geany crash with newer GTK versions
2389 * improved documentation: added documentation for keyboard
2390 shortcuts, the build system and filetype definition files
2391 * new translations: Catalan and Polish
2392 * many small improvements
2393 * fixed lots of bugs (please see ChangeLog for details)
2396 Geany 0.6 (April 30, 2006)
2398 * added option to place new file tabs to the right or left of
2400 * improved file open dialog
2401 * improved scrolling of the compiler output window
2402 * rewrote most of the code for compiling files, now all
2403 settings are read from filetype definition files
2404 * now, you can drag files from a file manager into Geany and
2406 * improved handling of filenames which contain non-UTF8 chars
2407 * added user-definable comment characters to all filetype
2409 * implemented folding
2410 * added file properties dialog
2411 * improved search and find dialogs
2412 * Geany now creates a FIFO, to communicate between different
2413 instances for opening files in an already running instance
2414 * added filetypes SQL and (O)Caml
2415 * many small improvements
2416 * fixed lots of bugs, including #1419473, #1422135, #1421776
2418 * for more details read the ChangeLog
2421 Geany 0.5 (January 27, 2006)
2423 * set the Open File dialog directory to the same directory as
2424 the current file (thanks to Nick Treleaven for this patch)
2425 * fixed some bugs when opening files with non UTF-8 filenames
2426 * updated included Scintilla to version 1.67
2427 * improved auto indention, now "for (...) {" works, too
2428 * added popup menu to sidebar lists, to quickly hide them
2429 * symbol list support for filetypes LaTeX and DocBook
2430 * added .cc, .hh and .hxx extension for filetype C++
2431 * added new keywords for PHP5
2432 * added new option "Beep on errors" to disable beeping
2433 * eliminated compiler (gcc4) warnings
2434 * closed bug #1387828 and #1387839
2435 * fixed lots of bugs (please see ChangeLog for details)
2438 Geany 0.4 (December 21, 2005)
2440 * new filetype: Assembler
2441 * new filetype: Conf for configuration files
2442 * added a terminal emulation widget, needs only libvte.so at
2443 runtime, but it also runs without it, see documentation
2444 * made some general improvements to increase startup speed
2445 * changed "build with make" keyboard shortcut to Shift+F9 to
2446 avoid problems with window managers key bindings
2447 * added auto-closing [ and { brackets in LaTex-Mode
2448 * improved documentation, but it is not yet complete
2449 * improved the symbol list to categorise the tags in a tree
2450 * some new options in the preferences dialog
2451 * added popup menu to the list of open files
2452 * there are lots of other small changes made since last release
2453 * some bugfixes (please see ChangeLog for details)
2456 Geany 0.3 (November 20, 2005)
2458 * Geany now has a mailing list, for details see
2459 http://geany.uvena.de
2460 * added open files list in the left treeview widget
2461 * added toolbar button to open the color chooser
2462 * heavily improved recent files menu
2463 * added shortcut for "walking" between open documents by
2464 pressing STRG+LEFT resp. STRG+RIGHT
2465 * created template files for new files with specified filetype
2466 * added highlighting support for Python (please give feedback)
2467 * extracted all hardcoded styling definitions for all filetypes
2468 so they can be easily edited
2469 * added vertical line to mark long lines
2470 * fixed a bug that caused a segfault if configuration directory
2472 * fixed a bug which prevented auto-completion from working
2473 * many minor bugfixes (see ChangeLog for details)
2476 Geany 0.2 (October 26, 2005)
2478 * improved file open dialog
2479 * improved Find dialog
2480 * powerful Replace dialog
2481 * gcc4 compilation fix
2485 Geany 0.1 (October 19, 2005)
2487 * first official release