NEWS 109 KB
Newer Older
1 2 3
Geany 1.35 (unreleased)


Colomban Wendling's avatar
Colomban Wendling committed
4
Geany 1.34 (December 16, 2018)
5

6
    General
7 8
    * Auto-select GTK2 or GTK3 at build time depending on availability
      (PR#1182).
9 10 11 12 13 14 15 16 17 18 19
    * Process files in the order they appear on the command line when
      generating tags files (Issue#1989, PR#1991).

    Bug fixes
    * Fix high CPU usage with the Scope plugin (Dimitar Zhekov, Issue#1461).
    * Fix loading some tags files with format specifier (Issue#1814, PR#1817).
    * Fix Plugin Manager buttons sometimes getting out of sync, possibly
      leading to a crash (Issue#1781, PR#1799).
    * Fix horizontal and page scrolling under GTK3 (PR#1843).

    Interface
20 21
    * Show part of the file path to show unique elements in the go to symbol
      popup (Thomas Martitz, PR#1445, Issue#1069).
22 23 24
    * Always show icons in the go to symbol popup (PR#1997).
    * Add a keybinding for "Strip Trailing Spaces" (LarsGit223, Issue#395,
      PR#1806).
25
    * Add some missing label relations.
26 27 28 29 30 31 32 33 34 35 36 37

    Editor
    * Update Scintilla to version 3.10.0 (Issue#1421, PR#1914).
    * Fix line breaking with multi-byte characters (Issue#1958, PR#1960).
    * Don't beep when trying to go to the next cursor location in a snippet and
      there is none (see Issue#1554).

    Filetypes
    * Markdown: Display bold and italics as such (FMuro, PR#1837).
    * Python: Update keywords to Python 3.7 (Miro Hrončok, Issue#1351, PR#1894).
    * PHP: Update tags for PHP 7.2 (Dominic Hopf, PR#1970).
    * Batch: Use REM as single-line comment marker (Issue#1912, PR#1932).
38
    * VHDL: Classify string styles as such (PR#1402).
39 40 41 42 43 44 45 46 47

    Windows
    * Fix display issues on HiDPI displays (Issue#692, PR#1992).

    API
    * Add `msgwin_compiler_add_string()`, `msgwin_msg_add_string()`,
      `msgwin_status_add_string()` (Thomas Martitz, PR#1748).
    * Add `GeanyObject::key-press` signal allowing plugins to intercept key
      presses before Geany (Jiří Techet, PR#1829).
48 49
    * Add `utils_strv_shorten_file_list()` (Thomas Martitz, PR#1445).
    * Fix value of GeanyDocument::changed when quitting (Jason Cumbie, PR#1857).
50

51
    Internationalization
52
    * Add translation: da
53
    * Updated translations: de, es, fr, hu, it, ja, pt, sv, sk, uk, ru,
54
                            zh_CN, zh_TW
55

56

Enrico Tröger's avatar
Enrico Tröger committed
57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
Geany 1.33 (February 25, 2018)

    Bug fixes
    * Fix the symbols tree hierarchy when several tags have the same name
      (PR#1598).

    Interface
    * Add a tooltip showing the full path on menu items representing documents
      (PR#1706).
    * Add a note for applying the indent settings in the project preferences
      (PR#1650).
    * Enable popup menu on sidebar and message window notebooks (PR#1726).
    * Show status message on attempt to execute empty context action
      (Lars Paulsen, PR#1642).
    * GTK3 theming improvements and documentation (PR#1382).

    Filetypes
    * CSS: Update Grid properties (Issue#1705).
75

76
    Internationalization
77
    * Updated translations: de, el, es, fr, it, lv, pl, pt, tr, ru, zh_CN
78

79

Enrico Tröger's avatar
Enrico Tröger committed
80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133
Geany 1.32 (November 19, 2017)

    General
    * Improve CLI argument help (PR#1644).
    * Keep the current tab when closing documents to the right of another tab.
    * Re-enable SIGTERM handling (PR#1255).
    * Create correct path for filetype config files (Jiří Techet, PR#1482).
    * Add an option to enable IME's candidate window display inline
      (Sinpo Wei, PR#1514).
    * Add an option to automatically reload files changed on disk
      (Mark O'Donovan, PR#1246).

    Bug fixes
    * Fix backward compatibility of the geometry saving setting.
    * Close "Deleted from Disk" Infobar on Reload (Lars Paulsen, PR#1628).
    * Make sure GDK_MOD2_MASK is cleared when getting modifiers
      (Jiří Techet, PR#1636).
    * Use non-symlinked VTE libraries on MacOS X (Jiří Techet, PR#1625).
    * Fix crash if plugin manager is opened more than once (PR#1564).
    * Fix incorrect variable reference (Thomas Martitz, PR#1561).

    Interface
    * Add "Close Documents to the Right" feature (PR#1362).
    * Add an option to save/reload either window position or size,
      but optionally not both (delt01, PR#1456).

    Editor
    * Update Scintilla to version 3.7.5 (PR#1503).
    * Improve snippet support (visual indicators and more)
      (Thomas Martitz, PR#1470).
    * Push current position to navqueue before navigating back
      (Vasiliy Faronov, PR#1537).

    Filetypes
    * Add GNU assembler filetype extensions (Issue#904).
    * Make Python comment hash space (PR#1682).
    * Add missing string and comment styles for various lexers (PR#1502).
    * Add missing PHP keywords, especially for PHP 7.x (1547, PR#1547).
    * Python: Don't highlight sub-identifiers as keywords (PR#1544).

    Plugins
    * FileBrowser: don't change directory on project save
      (Jiří Techet, PR#1400).

    Windows
    * Fix Execute button on Windows when using HTML files and
      "builtin" command (Issue#1018, PR#1667).

    API
    * Add `utils_get_real_path()` and deprecate `tm_get_real_path()` (PR#1224).
    * Add `geany_plugin_get_data()` (PR#1234).
    * Add `keybindings_load_keyfile()` (Jiří Techet, PR#1430).
    * Add `tm_tag_get_type()` (Thomas Martitz, PR#1465).

Enrico Tröger's avatar
Enrico Tröger committed
134
    HACKING
Enrico Tröger's avatar
Enrico Tröger committed
135
    * Add note about data types and update for best practices (PR#1282).
136

137
    Internationalization
138 139
    * Updated translations: ca, de, el, es, fr, it, lt, lv, nl, pt, ru,
                            sk, sv, zh_CN
140

141

Enrico Tröger's avatar
Enrico Tröger committed
142
Geany 1.31 (July 16, 2017)
143

Colomban Wendling's avatar
Colomban Wendling committed
144 145
    Bug fixes
    * Update statusbar after applying indentation detection.
146 147
    * Fix converting color to hex for insertion in the Color Chooser
      dialog (Vasiliy Faronov, PR#1536).
Colomban Wendling's avatar
Colomban Wendling committed
148 149 150 151 152 153 154 155 156 157

    Filetypes
    * Add `parfor` to the Matlab keyword list (A. Tombs, PR#1021).
    * C: fix line continuation handling (PR#1370).
    * Add `require_relative` to the Ruby keyword list (Jacob H. Pratt,
      PR#1472).
    * Update Haxe keywords (PR#1216).
    * Fix Arduino comment toggling (Giorgioggì, PR#1510).
    * Update CMake keywords (Yan Pashkovsky, PR#1315).
    * Update C# keywords (Yan Pashkovsky, PR#1315).
158
    * Update HTML keywords (Vasiliy Faronov, PR#1530).
Colomban Wendling's avatar
Colomban Wendling committed
159 160 161 162 163 164 165 166

    Internationalization
    * Updated translations: ca, id, ja, kk, lt, ru

    API
    * Fix crash when calling plugin_set_key_group() more than once
      (Jiří Techet, PR#1426).

167

Colomban Wendling's avatar
Colomban Wendling committed
168
Geany 1.30.1 (March 19, 2017)
169

Colomban Wendling's avatar
Colomban Wendling committed
170 171 172 173
    Editor
    * Fix auto-completion and calltip popup position on multi-monitor
      setups (Issue#1422).

174
    Internationalization
175
    * Updated translations: ca, de, el, es, sk
176

177

Enrico Tröger's avatar
Enrico Tröger committed
178
Geany 1.30 (March 05, 2017)
179

180 181
    General
    * Initial accessibility support in the editor (SF#328).
182
    * Fix scrolling on Wayland (Issue#1320).
183

184 185 186 187
    Bug fixes
    * Fix Ctrl+X and Ctrl+C in non-Latin keyboard layouts
      (Forkest, PR#1386).
    * Fix search history filling on GTK >= 3.20 (PR#1404).
188 189
    * Simplify setting build menu items labels, fixing a Commander plugin
      issue (Vasiliy Faronov, PR#1396).
190 191 192 193

    Interface
    * Fix the current scope shown in the statusbar (Issue#1279).

194
    Editor
195
    * Update Scintilla to version 3.7.3.
196 197
    * Fix triggering default keybindings together with snippets keybindings
      (Issue#1354, PR#1356).
198 199 200 201 202

    Filetypes
    * Update JavaScript keywords (Abel 'Akronix' Serrano Juste, PR#1361).
    * Partial highlighting of JavaScript ES6 template strings (Issue#934).
    * Add Arduino custom filetype (Issue#1339).
203

204
    Internationalization
205
    * Updated translations: de, es, fr, it, lt, pt
206

207
    API
Enrico Tröger's avatar
Enrico Tröger committed
208
    * Remove unprefixed Scintilla structure aliases. Plugins must use
209
      the `Sci_`-prefixed version from now on.
210 211
    * Add `geany_api_version()` to detect the API version of Geany at
      runtime (Thomas Martitz, PR#1406).
212

213 214 215
    OSX
    * Fix slow startup (Jiří Techet, Issue#1277, PR#1399).

216

Colomban Wendling's avatar
Colomban Wendling committed
217
Geany 1.29 (November 13, 2016)
218

219 220 221 222
    General
    * Fix search entries color with the default GNOME 3.20 GTK2 theme
      (PR#1137, Issue#1101, Issue#1135, Issue#1267).
    * Improve support for GTK 3.22.
Colomban Wendling's avatar
Colomban Wendling committed
223
    * Add support for VTE 0.38 and newer (Issue#336, PR#1181).
224 225 226

    Bug fixes
    * Fix build when the CXX variable contains flags (PR#1155, Issue#829).
227
    * Fix focusing the message window when the Terminal tab is active
228 229 230 231 232 233 234 235 236 237
      (PR#1200, Issue#1198).

    Editor
    * Update Scintilla to version 3.7.0 (Issue#1143).
    * Add support for keeping the cursor a number of lines from the edges to
      always show some context (PR#1154, Issue#1152).
    * Allow to configure keybinding for "Delete to beginning of line"
      (Abel Serrano Juste, PR#1134).
    * Performance improvements with many duplicate symbols (Jiří Techet,
      PR#797, Issue#577).
238
    * Allow to configure the error indicator color (PR#1185).
239 240 241 242 243

    Filetypes
    * Fix highlighting of Haxe preprocessor (Issue#936).
    * Add `.exp` extension to TCL (Simon Marchi, PR#979).

244
    Internationalization
245
    * Updated translations: ca, de, el, es, fr, id, it, kk, nl pt, pt_BR,
246
      sv, zh_CN,
247 248 249

    API
    * Update `GeanyProxyProbeResults` API (PR#1213).
250 251
    * Warn if a dot is used at the start of a proxy extension (PR#1212,
      PR#1233).
252 253 254
    * Add support for custom data attached to documents through
      `plugin_set_document_data()`, `plugin_get_document_data()` and
      `plugin_set_document_data_full()` (PR#1203).
255 256 257 258 259
    * Add "project-before-close" signal (PR#1223).

    Plugins
    * Split Window: Work around a GTK bug present from 3.15.9 to 3.21.4
      that breaks the document selection popup (Issue#1149, PR#1272).
260

261 262 263 264 265 266 267 268 269 270 271
    Windows
    * Include 'grep.exe' from MSYS2 which works better than the previously
      self-compiled version
      (Issue#783, Issue#784, Issue#1229, Issue#1260, PR#1301).
    * Fix executing external commands (mainly Build and Run commands)
      where paths and filenames with non-ASCII characters are involved
      (Issue#1076, Issue#1259, Issue#1278, PR#1095).
    * Do not create a batch file on Run commands any longer, instead use
      a re-usable script and so eliminate the need to delete the script
      from itself (Issue#1276, PR#1095).

272

273
Geany 1.28 (July 10, 2016)
274

275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293
    General
    * Improve support for GTK 3.20.
    * System filetype files and system tags files are now in sub-directories
      *filedefs/* and *tags/* respectively (Jiří Techet, PR#485).

    Bug fixes
    * Fix canceling keybinding overriding by discarding the dialog (Issue#714).
    * Fix type name coloring when types change (Jiří Techet, PR#1039,
      Issue#1020, Issue#1022).
    * Fix undo of line end type change (Jiří Techet, PR#527, Issue#409).

    Editor
    * Update Scintilla to version 3.6.6.
    * Improve Goto Symbol popup contents (Jiří Techet, PR#958).

    Filetypes
    * Treat `.h` headers as C++ by default (Jiří Techet, PR#857).
    * Various improvements to the Ruby parser (Issue#587).
    * Fix Haskell single line comments (Alexander, PR#1029).
294
    * Update Java keywords (Yan Pashkovsky, PR#1024).
Colomban Wendling's avatar
Colomban Wendling committed
295
    * Fix handling of curly brackets in Make (Masatake Yamato).
296 297
    * Add ECMAScript 6 keywords (Chris Mayo, PR#980).
    * Slight improvement to the Java file template (Philipp Wiesemann, PR#1073).
Colomban Wendling's avatar
Colomban Wendling committed
298
    * Add missing `last-child` CSS pseudo-class (Issue#1102).
299

300
    Internationalization
301 302
    * Updated translations: ca, de, el, es, fr, it, ja, lt, pt, ru, sk,
                            tr, zh_CN
303

Colomban Wendling's avatar
Colomban Wendling committed
304 305 306 307
    API
    * Don't require static strings for key group name and label (PR#1126).
    * Formally add TMTag to the API (Thomas Martitz, PR#1093).

308 309 310 311 312 313 314 315
    Plugins
    * Class builder: use `.hpp` extension for C++ headers by default
      (Yan Pashkovsky, PR#999).

    Windows
    * Show an error if an URI cannot be opened (PR#1079).

    OSX
316
    * Fix refreshing the keybindings displayed in the menus (Jiří Techet,
317
      PR#973).
318

319

Colomban Wendling's avatar
Colomban Wendling committed
320
Geany 1.27 (March 13, 2016)
321

322 323 324
    General
    * Remove Waf build system (PR#769).

325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363
    Bug fixes
    * Fix build with GLib < 2.32 (Issue#764).
    * Fix missing progress bar during build runs (Issue#765).
    * Fix infinite loop when performing reflow on some input with many
      consecutive spaces (Issue#848, PR#852).
    * Fix some locale encoding conversion issues (Jiří Techet, PR#547).

    Interface
    * Allow to set a keybinding for File->Properties (Issue#622, PR#952).
    * Make it possible to define default symbol_list_sort_mode (Jiří Techet,
      Issue#313, PR#581).
    * Add keybindings for custom commands 4 through 9 (Thomas Sahlin, PR#858).
    * Use "Symbol" in place of "Tag" everywhere it does not refer to markup
      tags (Jiří Techet, Issue#579, PR#582).

    Editor
    * Update Scintilla to version 3.6.3 (including improved support for Lua
      5.3 and Perl 5.22).
    * Greatly improve scope completion (Jiří Techet, PR#488, PR#505, PR#862,
      PR#906).
    * Performance improvement highlighting types (Jiří Techet, PR#575).
    * Show calltips after a C++ explicit specialization (PR#496).
    * Show a popup to select the symbol when going to a symbol has several
      options (Jiří Techet, PR#406, PR#923).

    Filetypes
    * Added some extra Markdown extensions (Andrea Stacchiotti, PR#820).
    * Add `.asm51` and `.a51` extensions for 8051 assembly (Devyn Collier
      Johnson, PR#739).
    * Fix C++ namespaces scope (Issue#871).
    * Fix parsing of C++ global scope qualifiers in base class lists.
    * Use the C++ parser for CUDA filetype (Issue#830, PR#831).
    * Add Clojure file extensions (Daniel Șuteu, PR#842).
    * Improve return type and var type recognition in C, C++, C# and D
      (Issue#845, PR#889).
    * Fix parsing of C++11 raw string literals (PR#879).
    * Update built-in PHP symbols (Issue#584, PR#603).
    * Fix parsing some Objective-C properties (PR#940, PR#941).

364
    Internationalization
365 366
    * Updated translations: de, es, fr, it, ja, kk, lt, nl, pt, ru, sk,
                            zh_CN
367

368 369 370 371 372 373 374 375 376 377 378
    API
    * Add `editor_set_indent_width()` (Thomas Martitz, PR#903).
    * Add `GeanyFiletypeID` and deprecate `filetype_id` (PR#932).
    * Remove non-API type `langType` (Jiří Techet, part of PR#906).
    * Mark deprecated API so GCC-like compilers can warn about it, and add
      `GEANY_DISABLE_DEPRECATION_WARNINGS` to silence those (PR#911).
    * Add `scintilla_object_send_message()`, `scintilla_object_get_type()`
      and `scintilla_object_new()` alias to the API as synonyms for their
      legacy counterparts `scintilla_send_message()`, `scintilla_get_type()`
      and `scintilla_new()` (Thomas Martitz, PR#874).

379
    Windows
Colomban Wendling's avatar
Colomban Wendling committed
380
    * Project->Open now respects the native dialog setting (PR#961).
381

382

Colomban Wendling's avatar
Colomban Wendling committed
383
Geany 1.26 (November 15, 2015)
384

Colomban Wendling's avatar
Colomban Wendling committed
385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405
    General
    * New plugin API (Thomas Martitz, PR#469).
    * Add support for "proxy" plugins (Thomas Martitz, PR#629).

    Bug fixes
    * Fix "Open in New Window" command (Issue#590).
    * Fix spurious "source file has been modified" (Jiří Techet, Issue#605,
      PR#621).
    * Don't open more than one document for non-existing paths from the CLI
      (https://bugs.launchpad.net/linuxmint/+bug/1482558, PR#646).
    * Fix configuration directory encoding on non-UTF-8 non-Windows systems
      (Dimitar Zhekov, PR#658).

    Interface
    * Use monospace font for the message window by default (Jiří Techet,
      Issue#435, PR#580).
    * Fix mnemonic conflict in "Use multi-line matching" (Ross Konsolebox,
      Issue#589, PR#647).

    Editor
    * Update Scintilla to version 3.6.1.
Colomban Wendling's avatar
Colomban Wendling committed
406 407 408
    * Fix completion popup height when view is zoomed (Issue#702).
    * Fix Go To End Of Display Line when wrapping is on and EOL are visible
      (Issue#712).
Colomban Wendling's avatar
Colomban Wendling committed
409 410 411 412 413 414 415 416 417 418 419
    * Keeping undo history when reloading files is now enabled by default
      (Thomas Martitz, Issue#562, PR#672).
    * "Strip trailing spaces", "Replace tabs" and "Replace spaces" now
      follow the current selection (Pavel Sountsov, PR#394).
    * Respect Smart Home Key setting in Go To Start of Display Line.
    * Check whether the document is newer on disk when the window gets
      focused (Jiří Techet, PR#533).

    Filetypes
    * Add Cargo build commands for Rust (Wayne Nilsen, PR#557).
    * Add recent Perl keywords (Olivier Duclos, PR#599).
420
    * Add missing Python 3 keywords and builtins (PR#755).
Colomban Wendling's avatar
Colomban Wendling committed
421 422 423 424 425
    * Improvements to the Rust filetype (Pavel Sountsov, PR#613).
    * Add multiline comment to Haskell (Abel Serrano Juste, PR#638).
    * Recognize `.adoc` is as Asciidoc (PR#708, PR#711).
    * Recognize `.mml` and `.mathml` as XML (Devyn Collier Johnson, PR#731).

426
    Internationalization
427
    * Updated translations: de, el, es, fr, hu, id, kk, pt, sk, sv, ru
Colomban Wendling's avatar
Colomban Wendling committed
428 429 430 431 432 433 434 435 436 437 438 439 440 441
    * Fix internationalization of "Open in New Window" items.

    API
    * New plugin API, `geany_load_module()`, `geany_plugin_register()`,
      `GEANY_PLUGIN_REGISTER()`, `geany_plugin_register_full()`,
      `GEANY_PLUGIN_REGISTER_FULL()` (Thomas Martitz, PR#469).
    * Add support for "proxy" plugins, `geany_plugin_register_proxy()`
      (Thomas Martitz, PR#629).
    * Allow `user_data` parameter and `destroy_notify` callback to
      keybindings with new `keybindings_set_item_full()` and
      `plugin_set_key_group_full()` (Thomas Martitz, PR#376).

    Windows
    * Restore modern design of native file dialogs (Issue#578).
442

443

Colomban Wendling's avatar
Colomban Wendling committed
444
Geany 1.25 (July 12, 2015)
445

446
    General
447
    * GTK3 support, while not enabled by default, is now considered stable.
448
    * Improve MacOS X support (PR#396, PR#419, PR#420, Jiří Techet).
449 450 451 452 453 454 455 456 457
    * Improve subprocess spawning (especially on Windows) (PR#441,
      Dimitar Zhekov).
    * Huge tag management performance improvement (auto-completion,
      calltips, etc.) (PR#356, Jiří Techet).
    * Remove broken "Show macro list" keybinding and feature (PR#378).
    * Add %l substitution to build commands (PR#289, Martin Spacek).
    * Depend on GTK 2.24 and GLib 2.28.
    * Add per-project line wrapping, line breaking and comment
      continuation settings.
458 459
    * The plugin API is now split out of the main executable into libgeany,
      a shared library plugins have to link against.
460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477

    Bug fixes
    * Fix applying filetype-specific indentation settings for newly
      opened files.
    * Fix relative project base path when creating a new project
      (#1062).
    * Fix next/previous keybindings when no files are open.
    * Fix markup injection in some tooltips (#1091).
    * Use absolute project path for projects opened from the command
      line (PR#431, Jiří Techet).
    * Fix goto tag in some cases when the same symbol name appears in
      different languages (PR#487, Jiří Techet).
    * Fix UI updating after loading a project.
    * Fix the currently selected document after Save All.
    * Fix leftovers in the Project dialog in some cases (PR#363, Jiří
      Techet).
    * Fix function return type in symbol list tooltips in some cases
      (PR#475, Jiří Techet).
Colomban Wendling's avatar
Colomban Wendling committed
478
    * Fix VTE path following on startup.
479 480 481 482

    Interface
    * Show document-related dialogs embedded in the main window ("info
      bars") (PR#277, Matthew Brush and Thomas Martitz).
Colomban Wendling's avatar
Colomban Wendling committed
483
    * Plugin manager dialog cleanup and overhaul (PR#251, PR#414).
484 485 486 487 488 489 490 491 492 493 494 495 496 497
    * Filetypes can now define the MIME type used to select their icon
      (PR#179).
    * Close documents in the sidebar with middle mouse button (PR#172,
      Pavel Roschin).
    * Ask whether to replace project files when creating a project.
    * Ask whether to adopt the open documents when creating a new
      project (PR#315).
    * Allow to disable the list of recent files.
    * Fix many shadow inconsistencies (PR#411, Jiří Techet).
    * Add virtual column and selected chars to the statusbar (Patch #10,
      Dimitar Zhekov).
    * Add "dirty" terminal indication (PR#476, Jiří Techet).
    * Allow to select the None filetype in the Open File dialog
      (Issue#483).
Colomban Wendling's avatar
Colomban Wendling committed
498
    * Add configuration menu entries for all filetypes (PR#491, Jiří Techet).
499 500

    Editor
Colomban Wendling's avatar
Colomban Wendling committed
501
    * Update Scintilla to version 3.5.6 (#1041).
502 503 504
    * Do not comment out blank lines when toggling comments (PR#79, Igor
      Shaula).
    * Improve handling of Verilog strings and comments.
505 506
    * Support for keeping undo history when reloading files (PR#188, Arthur
      Rosenstein).  This is not enabled by default in this release.
Colomban Wendling's avatar
Colomban Wendling committed
507 508
    * Respect filetype.common's wordchars if a filetype doesn't have its own
      (Issue#492, PR#501).
509 510 511 512 513 514 515 516 517 518 519 520

    Search
    * Add support for single-line regular expressions (PR#310).
    * Default action is now "Replace & Find" in the replace dialog but
      can be configured (Roland Pallai).
    * Activate default action from all fields in the Find in Files
      dialog (#959).

    Filetypes
    * Add JSON filetype.
    * Add Zephir filetype.
    * Add CoffeScript filetype (PR#230, Mark Dresselhaus).
Colomban Wendling's avatar
Colomban Wendling committed
521
    * Add Go tags parser (PR#373, PR#481, Issue#238, Jiří Techet).
522
    * Add Erlang tags parser (PR#445, Beng Tan).
Colomban Wendling's avatar
Colomban Wendling committed
523
    * Add PowerShell tags parser (PR#477).
524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542
    * Many JavaScript parsing fixes and improvements.
    * Many CSS parser fixes and improvements.
    * Many Txt2tags parsing fixes and improvements (feature #690).
    * Make parser fixes and improvements.
    * Parse D enum base type (PR#404).
    * Various small Rust fixes (PR#306, SiegeLord).
    * Highlight C types in C++.
    * Add some missing C11 keywords.
    * Add some missing SQL keywords.
    * Fix and add some CSS keywords (PR#333, Hannes Heute).
    * Fix some FreeBasic keywords (#691).
    * Add some missing D keywords (PR#293, Danyal Zia).
    * Fix R keywords and wordchars (PR#273, landroni).
    * Fix styling of some CSS elements.
    * Fix styling of Lua preprocessor.
    * Fix style of PHP variables interpolation.
    * Recognize `.vbs` files as FreeBasic (PR#171, Nicolas Karolak).
    * Recognize `.tpl` files as HTML.
    * Recognize `.xtpl` files as XML.
Colomban Wendling's avatar
Colomban Wendling committed
543 544
    * Recognize `.xpm` files as C.
    * Recognize more Bash files (PR#291, Peter Bittner).
545 546 547 548
    * Update templates for Python and Vala.
    * Add template for HTML5.
    * Fix parsing of some Python triple-quoted strings.
    * Add some linting tools to some filetype's default Build menu.
Colomban Wendling's avatar
Colomban Wendling committed
549 550 551
    * Fix scope of some Python symbols.
    * Fix support of trigraphs in C-like languages.
    * Add support of digraphs in C-like languages.
552
    * Add support of `final`, `override` and `noexcept` C++11 keywords
Colomban Wendling's avatar
Colomban Wendling committed
553
      (PR#544).
554 555

    Internationalization
Colomban Wendling's avatar
Colomban Wendling committed
556 557
    * Update translations: be, ca, cs, de, el, es, fr, id, it, ja, nl, pl,
                           pt_BR, pt, ru, sl, sr, sv, zh_CN.
558 559 560 561

    Plugins
    * File Browser: use "explorer" as the default open command on
                    Windows.
Colomban Wendling's avatar
Colomban Wendling committed
562 563
    * File Browser: use icons based on the detected file's MIME type (PR#455,
                    Jiří Techet).
564 565 566 567 568
    * Save Actions: use mode 0600 for backup copies (#833, PR#413).
    * Split Window: Fix a few keybindings (cut, copy, paste, delete,
                    select all) (PR#467, Alex).

    API
569
    * Hide private API (PR#351, Jiří Techet, and PR#429, Matthew Brush and
570 571 572 573 574 575
      Thomas Martitz).
    * Cleaner and safer TagManager API (Part of PR#356, Jiří Techet).
    * Entry point prototypes are now checked by the compiler (PR#359).
    * Add pseudo-unique document IDs through GeanyDocument::id and
      document_find_by_id(). This is a safer API for keeping a reference
      to a document for a long time (PR#256).
576 577 578
    * Add convenient and portable spawning API: spawn_sync(), spawn_async(),
      spawn_with_callbacks(), spawn_kill_process(), spawn_check_command(),
      spawn_write_data() (PR#441, Dimitar Zhekov).
579 580 581 582 583 584 585 586 587 588 589
    * plugin_signal_connect() is now safe to use also with objects
      destroyed before unloading the plugin.
    * Add document_reload_force() to replace document_reload_file().
    * Add project_write_config() (PR#361, Jiří Techet).
    * Add keybindings_get_modifiers() and GEANY_PRIMARY_MOD_MASK (Jiří
      Techet).
    * Fix emission of the 'document-activate' signal in some cases.
    * Add ui_tree_view_set_tooltip_text_column().
    * Add scintilla_get_type().

    Windows
590
    * Use native Windows quoting rules for commands (on Windows, part of
591
      subprocess spawning improvements).
592 593 594 595
    * Prompt before overwriting existing files when using native Save As
      dialog (PR#113, Adam Coyne).
    * View -> Change Font now respects the native dialog setting.
    * Fix main window freeze when displaying native dialogs.
Colomban Wendling's avatar
Colomban Wendling committed
596 597
    * Use the same plugin directory as other platforms (PR#540, Thomas
      Martitz).
598

599

Colomban Wendling's avatar
Colomban Wendling committed
600
Geany 1.24.1 (April 16, 2014)
Colomban Wendling's avatar
Colomban Wendling committed
601

Colomban Wendling's avatar
Colomban Wendling committed
602 603 604
    General
    * Fix distribution of custom GTK style files (#1037).

Colomban Wendling's avatar
Colomban Wendling committed
605

Colomban Wendling's avatar
Colomban Wendling committed
606
Geany 1.24 (April 13, 2014)
607

Colomban Wendling's avatar
Colomban Wendling committed
608 609
    General
    * Add experimental support for GTK3.
Colomban Wendling's avatar
Colomban Wendling committed
610 611 612 613 614 615 616 617
    * Add support for loading CTags and Vi tags files.
    * Save configuration when plugin manager dialog is closed.

    Bug fixes
    * Fix many small memory leaks (many of them found by Pavel Roschin).
    * Fix stopping of some spawned commands.
    * Fix cursor position and selection after comment toggling (#3576431).
    * Fix truncated output of ``--list-documents`` command-line option.
618 619 620 621 622
    * Fix launching a new instance when ``--list-documents`` is passed
      and no other instance is running.
    * Fix crash if a Custom Command returns after its related document
      has been closed.
    * Fix typo in "deque" C++ include name (#1027).
Colomban Wendling's avatar
Colomban Wendling committed
623 624
    * Fix replacing a selection starting with "0x" by a color if the
      selection is not 8 bytes long.
625
    * Fix a possible crash on quit.
Colomban Wendling's avatar
Colomban Wendling committed
626 627 628

    Interface
    * Fix custom GTK styles under KDE (#3607935).
Colomban Wendling's avatar
Colomban Wendling committed
629 630 631
    * Add Find entries in the Symbol List popup menu (#3608278).
    * Flatten-out the View menu.
    * Add a button to directly configure a plugin's keybindings in the
632 633 634 635 636
      plugin manager (Pavel Roschin).
    * Add an Apply button to the color chooser dialog (FR#686,
      Steven Valsesia).
    * Use a non-cropped 16x16 application icon (#1010).
    * Fix "leaks" of geany_run_script (#975).
Colomban Wendling's avatar
Colomban Wendling committed
637

638
    Editor
639 640 641
    * Update Scintilla to version 3.3.6 (#962, #995).
    * Fix Reflow to follow Line breaking behavior (#382, #412, #464,
      Eugene Arshinov).
Colomban Wendling's avatar
Colomban Wendling committed
642 643 644 645 646
    * Fix unfolding the very last line in a level (#1007).
    * Fix commenting the very last line in some situations.

    Search
    * Fix bulk Search & Replace not to match replacements.
647
    * Fix finding start of word when performing whole word matching.
648
    * Search when activating the Replace dialog find entry.
649

650
    Filetypes
Colomban Wendling's avatar
Colomban Wendling committed
651
    * Add CUDA filetype (PR#147, Benjamin Chrétien).
652
    * Add Rust filetype (PR#181, SiegeLord).
Colomban Wendling's avatar
Colomban Wendling committed
653 654 655
    * Add Batch filetype (canou).
    * Add Graphviz filetype (PR#125, Miro Hrončok).
    * Add PowerShell filetype (Igor Shaula).
Frank Lanitz's avatar
Frank Lanitz committed
656
    * Add Clojure filetype (PR#92, Hoàng Minh Thắng).
Colomban Wendling's avatar
Colomban Wendling committed
657 658
    * Many improvements to the PHP tag parser.
    * Update PHP global tags file (PR#137, John Long).
659 660
    * Improve shebang detection for mksh and tcsh shells
      (PR#126 , Ypnose).
Colomban Wendling's avatar
Colomban Wendling committed
661 662
    * Fix Asciidoc parser recognition of open block as underline.
    * Fix symbol list entry for Asciidoc headers containing a dot.
663
    * Fix Asciidoc title parsing.
Colomban Wendling's avatar
Colomban Wendling committed
664 665 666
    * SQL parsing improvements.
    * Extend list of recognized keywords for SQL.
    * Fix SQL single-line comment marker (#997).
667
    * Fix parsing of some JavaScript constructors (#966).
Colomban Wendling's avatar
Colomban Wendling committed
668
    * Fix parsing a JavaScript regular expression in a return statement.
669
    * Fix parsing JavaScript files with a shebang.
Colomban Wendling's avatar
Colomban Wendling committed
670 671
    * Parse Java annotations with parameters (#924, Braden Walters).
    * Display Java enums in the symbol list.
672
    * Add "strictfp" Java keyword and fix annotation parsing (#936, #924).
Colomban Wendling's avatar
Colomban Wendling committed
673 674
    * Fix parsing of C++ static_assert.
    * Fix parsing of typed enums in C# and C++.
675
    * Mitigate parsing errors on C++ generics containing an expression.
676 677 678
    * Add C++ member pointer operator to scope autocomplete operators
      (#907).
    * Fix parsing of Fortran "forall" blocks and procedure pointers
Colomban Wendling's avatar
Colomban Wendling committed
679 680 681
      (Alexander Eberspächer).
    * Fix parsing of complex Cython types.
    * Fix re-parsing Objective-C code.
682
    * Fix parsing of Verilog initializers.
Colomban Wendling's avatar
Colomban Wendling committed
683 684 685 686 687 688 689 690
    * Fix displaying of quoted Bash HereDoc delimiters (#952).
    * Add some HTML5 keywords (Duncan de Wet).
    * Add Erlang snippets and a template (PR#157, Fabio Ticconi).
    * Haskell highlighting improvements (kudah).
    * Add Matlab class keywords (PR#136, Felix Totir).
    * Fix argument list on some Python constructors.
    * Fix R indenting to use braces.
    * Display R sources and libraries in the symbol list.
691 692 693
    * Many improvements to the Fortran tag parser (#1023, #1030, with
      help from Adam Hirst).
    * Put Makefile comments at start of line.
694
    * Add some missing Pascal keywords (#1033, PR#144).
695 696 697
    * Add default build command for Bibtex in the Latex filetype
      (PR#227, Francisco Iacobelli).
    * Ignore Python imports when going to a tag's definition.
698
    * Add some more Ruby extensions (Igor Shaula).
699 700

    Internationalization
Colomban Wendling's avatar
Colomban Wendling committed
701
    * Make date templates translatable (Christian Dywan).
702 703
    * Update translations: ca, cs, de, es, eu, fr, gl, he, hu, it, kk,
                           lt, nl, pt, ru, sk, sl, sv, tr, zh_CN, zh_TW
Colomban Wendling's avatar
Colomban Wendling committed
704

705 706 707
    Plugins
    * Save Actions: add autosave when the editor lose focus (FR#683,
      Steven Valsesia).
Colomban Wendling's avatar
Colomban Wendling committed
708 709 710 711
    * Export: fix exporting a document not ending with a newline.
    * Export: fix including random, unused styles in the output.
    * Export: fix HTML title if the file name contains control characters.
    * Export: fix LaTeX export with many consecutive '-', '<' or '>'.
712

Colomban Wendling's avatar
Colomban Wendling committed
713 714 715 716 717
    API
    * Add plugin_builder_connect_signals().

    Windows
    * Fix infinite pagination when printing (#961).
718 719 720
    * Fix spawning commands with spaces (#943).
    * Allow to use the GTK color chooser dialog (PR#218, Steven Valsesia).
    * Add default extension to native save dialogs (#1021).
721 722
    * Add colorschemes from the Geany-Themes project to the
      Windows  installer.
Enrico Tröger's avatar
Enrico Tröger committed
723 724 725 726
    * Add option to install Geany header files and pkgconfig file to the
      Windows installer.
    * Fix broken opening files from command line on Windows
      (again, #3613096).
727

728

729 730 731 732 733 734 735 736
Geany 1.23.1 (May 19, 2013)

    Bug fixes
    * Fix custom styles under KDE and for people using gtk-chtheme
      (corrects tab coloring, #3607935).
    * Fix broken opening files from command line on Windows (#3613096).


Colomban Wendling's avatar
Colomban Wendling committed
737
Geany 1.23 (March 10, 2013)
738

739
    General
740
    * Various fixes to language theming (#3573213).
Colomban Wendling's avatar
Colomban Wendling committed
741 742 743
    * Various Windows makefile fixes.
    * Rewrite printing code (#2629121, #2804000, #3475444, #3580268,
      #3580269).
744
    * Use the Geany icon from the theme (#3576695).
Colomban Wendling's avatar
Colomban Wendling committed
745
    * Make Geany-specific icons themeable.
746 747 748

    Bug fixes
    * Fix too aggressive scope caching (#2142789, #2667917, #2868850).
Colomban Wendling's avatar
Colomban Wendling committed
749
    * Fix showing project name in the Documents sidebar.
750
    * Fix opening filenames with leading or trailing spaces from the
Colomban Wendling's avatar
Colomban Wendling committed
751
      command line into a running instance.
752 753
    * Fix re-opening files with unknown but detected encoding
      (#3509407, #3605293).
Colomban Wendling's avatar
Colomban Wendling committed
754 755 756 757 758 759
    * Fix crash when loading a broken or incompatible VTE library.
    * Report scope including classes, namespaces and alike (#1996778).
    * Fix cancelling Project Close when showing the unsaved changes
      dialog.
    * Only use "allow_always_save" setting for direct user interaction
      (Quentin Glidic).
760 761 762
    * Fix some keybinding not getting properly displayed in the menus
      after being updated (#1912683, #3599251).
    * Make Terminal tool setting more flexible to support any terminal.
763
    * Fix replacing file name in files header upon save.
Enrico Tröger's avatar
Enrico Tröger committed
764
    * Fix UAC Virtualization issue on newer Windows versions when trying
765
      to save files to read-only locations (#3566329, #3515490).
Colomban Wendling's avatar
Colomban Wendling committed
766 767 768

    Interface
    * Control-click on the symbols sidebar don't focus the editor.
769
    * Add an option to place the message window on the right.
Colomban Wendling's avatar
Colomban Wendling committed
770 771 772 773 774
    * Fix display of non-ASCII tags in the symbols tree for non-UTF-8
      files.
    * Replace 'Open file in a new tab' save dialog option with new
      'Document->Clone' menu item.
    * Fix clashing button mnemonic in detect/reload dialog (#3587465).
775
    * Grab focus in the embedded terminal upon middle click (#3574724).
Colomban Wendling's avatar
Colomban Wendling committed
776 777
    * Add support for embedded terminal background image (Mislav
      Blažević).
778

779
    Editor
Colomban Wendling's avatar
Colomban Wendling committed
780 781
    * Update Scintilla to version 3.2.3 (#2808638, #2909124, #3094431,
      #3233160, #3540469).
Colomban Wendling's avatar
Colomban Wendling committed
782 783 784 785 786 787 788 789
    * Properly indent even if the indenting character isn't the last
      one.
    * Always display text in LTR direction.
    * Improve collapsing fold behavior when start point is offscreen.
    * Faster squiggle underlining.
    * Fix multiline comments at end of file (#3026691).
    * Keep caret and anchor position upon indent and unindent
      (#3167355).
790
    * Complete on dash (-) too in CSS documents.
Colomban Wendling's avatar
Colomban Wendling committed
791 792 793 794 795 796
    * Make wordchars have precedence over whitespacechars (#3429368).
    * Fix cursor position after comment toggling with no selection
      (#3576431).
    * Fix reshowing calltip after autocompletion list closed.
    * Fix uncommenting multiline comments when cursor is on a delimiter.
    * Clear search markers on Mark All keybinding when already set.
797
    * Never strip trailing spaces from Diff documents.
Colomban Wendling's avatar
Colomban Wendling committed
798
    * Reduce unnecessary redraws when typing (Evandro Borracini).
799
    * Fix comment toggling inside PHP and HTML with bottom-up selection.
800

801
    Search
Colomban Wendling's avatar
Colomban Wendling committed
802 803 804
    * 'Mark All' now also uses the fully-featured PCRE engine
      (#3564132).
    * Only set Find in Files directory once per-document.
805
    * Fix a crash when matching the very last character of the document.
Colomban Wendling's avatar
Colomban Wendling committed
806 807 808 809
    * Fix search and replacement of empty matches.
    * Fix a possible crash when searching on a range.

    Keybindings
810 811
    * Add keybinding for 'Go to Start of Display Line' (#3182425).
    * Allow to change the keybinding for 'Quit'.
Colomban Wendling's avatar
Colomban Wendling committed
812 813 814 815 816 817 818 819

    Filetypes
    * Parse '!' char in D parameter lists.
    * Fix parsing of Haskell comments inside a type (#3552129).
    * Fix Cython auto indentation.
    * Add more keywords to Forth (Oco).
    * Add some missing Haxe keywords (#3448664).
    * Add some missing CSS3 keywords (Trong Thanh Tran).
820
    * Add some missing D keywords (#3595187) (Felix Totir).
Colomban Wendling's avatar
Colomban Wendling committed
821 822 823 824
    * Fix a crash parsing some C macros (#3556536).
    * Update some Python keywords.
    * Update Python global tags file.
    * Show VHDL blocks in the symbol list.
825
    * Fix ruby scope after "do" (#3046418).
Colomban Wendling's avatar
Colomban Wendling committed
826 827 828
    * Fix parsing of ruby keywords when followed by a semicolon
      (#2130612).
    * Lots of JavaScript symbols parsing improvements (#2992393,
829 830
      #3034303, #3034339, #3036476, #3398636, #3470609, #3568542,
      #3570192, #3571233).
Colomban Wendling's avatar
Colomban Wendling committed
831 832 833 834 835 836 837 838
    * Use "scala" extension for Scala (#3574723).
    * Fix parsing of reStructuredText titles containing UTF-8
      characters (#3578050).
    * Parse C++11 final classes (#3577559).
    * Parse C++11 enums with type specifier and classed enums
      (#3578557).
    * Fix highlighting of C++11 raw strings (#3578557).
    * Fix parsing of colons in D (#3577788).
839
    * Fix parsing of D 'static assert' (#3582833).
Colomban Wendling's avatar
Colomban Wendling committed
840 841 842 843 844 845
    * Parse scope for D nested template blocks (#3582833).
    * Ignore D angle brackets.
    * Fix reStructuredText comment marker (#3585377).
    * Add Asciidoc filetype.
    * Fix parsing of Python keywords followed by a tab (\t).
    * Add more HTML5 self-closing tags (Duncan de Wet).
846 847
    * Update default D template to use a more standard prototype for
      main().
848
    * Fix improperly translated string in Pascal template (#3602314).
849
    * Add Go language filetype (tomboy64).
Colomban Wendling's avatar
Colomban Wendling committed
850 851 852 853 854

    Plugins
    * Export: Fix missing linking on libm (Chow Loong Jin)
    * File Browser: Backspace now moves to parent directory.

855
    API:
856 857
    * Fix plugin_add_toolbar_item() insertion order (#3522755)
      (Dimitar Zhekov).
858

Colomban Wendling's avatar
Colomban Wendling committed
859 860 861
    Windows
    * Fix spawning synchronous commands on Windows.
    * Show Find in Files status summary.
862
    * Add icon to the Explorer context menu item.
Colomban Wendling's avatar
Colomban Wendling committed
863 864

    Internationalization
865
    * Add translations: et, eu, he, hi, sr
Enrico Tröger's avatar
Enrico Tröger committed
866
    * Update translations: ca, cs, de, es, fi, gl, it, kk, lt, nl,
867
                           pt_BR, ru, sv, sl, tr
868
    * Fix a crash when using the Turkish translation (#3560181).
869

870

Colomban Wendling's avatar
Colomban Wendling committed
871
Geany 1.22 (June 18, 2012)
872

873 874 875 876
    General
    * Bump dependencies to GTK >= 2.16 and GLib >= 2.20.
    * Switch to Glade 3 and dynamically loaded XML UI description.
    * Rewrite theming support for better flexibility.
877
    * Add support for opening files read-only from the command line.
878
    * Always load the default session if configured to do so.
879
    * Make all filetypes use named styles to simplify color scheme
880 881 882
      authoring.
    * Make 'Replace Spaces by Tabs' only match leading spaces to
      preserve alignment.
883

884
    Possibly incompatible changes
885
    * Theming and filetype style changes mean old filetypes and color
886 887 888 889 890
      schemes are not compatible with this version of Geany.
    * There are some default keybinding changes but these will only
      apply to newly created configurations.
    * Changes to the "project-dialog*" signals may affect plugins.

891 892 893 894 895 896
    Bug fixes
    * Fix escaping of session file paths (#3425969).
    * Fix closing when minimized under Windows (#3421282).
    * Properly handle remote URIs received through drag 'n drop
      (#2966770, #3479567).
    * Fix build with bleeding-edge GLib (#3483388).
897
    * Fix color scheme selection in Ubuntu Unity (#3479674).
898 899 900
    * Fix very slow regex tag parsing on Windows (e.g. for HTML).
    * Fix detecting a changed file on disk when opening from
      the command-line (Windows).
901
    * Fix quick search entry behavior on Windows.
902 903
    * Fix keybindings conflicts check when swapping a binding.
    * Fix comments insertion in some cases (#3449635, #3534320).
904
    * Add missing Windows mio makefile.
905

906
    Prefs
907 908
    * Split "always wrap search and hide find dialog" pref into
      "always wrap search" and "hide find dialog" (Dimitar Zhekov).
909
    * Add Project Properties overrides for 'Saving files' prefs.
910 911
    * Add hidden VTE preference "send_cmd_prefix" to prefix commands sent
      to the VTE. (See the manual for details).
912 913 914 915

    Interface
    * Add support for switching to the last used document after closing
      a tab (Jiří Techet).
916
    * Improve the tab switching dialog for better usability (Jiří Techet).
917 918
    * Add support for user-defined labels for 'Send Selection to'
      custom commands.
919
    * Fix sidebar width when on the right (#3514436).
920 921 922 923
    * Use case-insensitive document list path comparison on Windows.
    * Replace Color Schemes menu with custom dialog.
    * Show selected line count on status bar when whole lines are
      selected.
924

925 926
    Editor
    * Update Scintilla to version 2.29.
927 928
    * Add a "join lines" command (Eugene Arshinov).
    * Hide autocompletion when the only entry has been typed (#3516212).
929

930
    Search
931
    * Add full PCRE regular expressions support.
932 933
    * Extra options passed to grep through Find in Files now follows a
      real shell-style syntax (#3516263).
934
    * Search pattern length is no longer limited to 248 characters.
935 936 937 938 939 940 941 942 943 944 945
    * Fix showing Find/Replace regex compile errors on the status bar.

    Keybindings
    * Add Project New/Open/Properties/Close keybindings.
    * Show overridden keybindings in bold for prefs dialog tree.

    Tags
    * Speed up loading of multiple global tags files.
    * Show global tags file preprocessing errors on stderr & add
      current directory to include path.
    * Add C/C++ ignore.tags wildcard format 'PREFIX*'.
946 947 948

    Filetypes
    * Add support for regex-based filetype detection.
949
    * C snippets no longer apply to all filetypes.
950 951 952 953 954 955
    * Improve support for HTML embedded filetypes (#2863829, #3127598).
    * Add filetype Objective-C (Elias Pschernig, P#3325139).
    * Fix highlighting of ``...R"`` inside C and C++ (#3425107).
    * Fix TCL keyword highlighting in some situations (#3432877).
    * Parse PHP functions with multiline argument list (#3037797).
    * Handle ``/bin/dash`` shebang (#3470986).
956
    * Update JavaScript parser from CTags.
957 958 959
    * Parse D class/struct/interface template bodies and template
      blocks; ignore 'static if' expressions; parse function
      @attributes, pure/nothrow and immutable/inout/shared return types.
960 961
    * Fix broken tag/word autocompletion in HTML/PHP documents.
    * Enable &entity; completion for all XML-based filetypes.
962 963 964 965 966 967

    Plugins
    * Split Window: show marker margin.
    * Split Window: enable basic context menu.

    API:
968 969 970 971
    * document_save_file() now shows the Save As dialog when necessary.
    * Rename signal "project-dialog-create" to "project-dialog-open" and
      add new "project-dialog-close" signal.
    * setptr is deprecated in favour of SETPTR.
972 973 974 975 976
    * Add ui_hookup_object() and ui_lookup_object().
    * Add ui_lookup_stock_label().
    * Add build_{activate,get_current,remove,set}_menu_item(),
      build_get_group_count().
    * Add stash_group_free_settings().
977
    * Add support for plugins written in C++.
978

979
    Internationalization:
980
    * Add translations: ar, id, lt, mn, nn, sk
981
    * Update translations: de, es, fr, hu, it, ja, kk, lt, nl, pl, pt,
982
      pt_BR, sk, sl, sv, tr, zh_CN, zh_TW
983

984

Colomban Wendling's avatar
Colomban Wendling committed
985
Geany 0.21 (October 2, 2011)
986 987

    General
988 989
    * Bump dependencies to GTK >= 2.12, GLib >= 2.16 and GIO.
    * Add support for real-time symbol parsing.
990 991
    * Remove old filetype templates support - use custom file
      templates instead.
992 993
    * Add support for detecting the indentation width from the file
      content.
994 995 996 997 998 999

    Bug fixes
    * Fix generating tag files (-g) and --ft-names segfault.
    * Replace dates on template insertion, not when loading templates.
    * Fix segfault when inserting e.g. fileheader template when the
      template file is empty (#3070913, lphilpot).
1000 1001 1002 1003 1004 1005 1006 1007
    * Use the same indentation for all templates (Matthew Brush,
      #3193527).
    * Fix loading of non-UTF-8 templates.
    * Fix completion and word completion with non-ASCII characters
      (#3313351).
    * Fix HTML content-type detection (#3300703).
    * Fix pattern filtering when using Find in Files not to search in
      sub-directories.
1008 1009
    * Add a workaround to prevent Geany from crashing during loading of
      a LaTeX-file containing linebreaks inside headings.
1010 1011 1012 1013 1014 1015 1016

    Interface
    * Add 'Save As' toolbar button option (Matthew Brush, #3153490).
    * Add 'Open in New Window' command in the notebook tab menu
      (Matthew Brush, #3118059).
    * Color schemes: use name and description for menu item and
      tooltip (Matthew Brush).
1017 1018 1019 1020 1021 1022 1023
    * Shift-Enter in search dialog and toolbar search entries now
      searches backwards.
    * Improve `Set Custom Commands` dialog.
    * Always destroy open and save dialogs after use (#3311258,
      #3304273, #3201050, #3163742, #3153120, #2985896).
    * Add UI to edit formerly hidden preferences (Dimitar Zhekov,
      #3313315).
Enrico Tröger's avatar
Enrico Tröger committed
1024

1025
    Editor
Enrico Tröger's avatar
Enrico Tröger committed
1026
    * Update Scintilla to version 2.25.
1027 1028
    * Fix snippets bug: {ob}pc{cb} replaced by '%' instead of {pc}.
    * Fix multiple snippet cursor positions for Tabs + Spaces mode.
1029 1030
    * Avoid triggering autocompletion on PHP open tags (#3199442).
    * Fix indentation brace matching (#3309606).
1031 1032 1033 1034 1035 1036 1037 1038 1039 1040

    Configuration files
    * Support copying filetype definition file group keys from a system
      keyfile with e.g. [styling=C].
    * Make filetype group membership configurable using [Groups] in
      filetype_extensions.conf.

    Search
    * Don't auto-enable case-sensitive option when enabling regex in
      Find/Replace dialogs.
Enrico Tröger's avatar
Enrico Tröger committed
1041
    * Remember Find and Replace options across restarts (Dimitar Zhekov).
1042 1043 1044 1045

    Keybindings
    * Add fixed shortcuts for VTE copy (Ctrl-Shift-C) and paste
      (Ctrl-Shift-V).
Enrico Tröger's avatar
Enrico Tröger committed
1046
    * Add new keybinding 'Remove Markers and Error Indicators'.
1047 1048 1049 1050 1051 1052

    Projects
    * Store VTE path with the project session (Nicolas Sierro).

    Filetypes
    * Add Scala custom filetype (werg).
1053 1054 1055 1056
    * Add Cython custom filetype (Matthew Brush).
    * Add support for separate single and multiline comments.
    * Add support for filetype-specific indentation settings (#3339420,
      #3390435)
1057 1058 1059
    * Fix detecting Matlab and Txt2Tags extensions by default (#3167315,
      #3154637).
    * Fix detecting non-lowercase self-closing tags e.g. <BR> (#2226117).
1060
    * Highlight C# and Vala raw and verbatim strings.
Enrico Tröger's avatar
Enrico Tröger committed
1061 1062 1063
    * Improve JavaScript keyword handling and keyword lists (Jason Oster).
    * Add filetype Cobol (Seth Keiper).
    * Add file template for Vala (Mark Trompell).
1064 1065 1066 1067 1068 1069 1070 1071

    Plugins
    * File Browser: Make 'Hide object files' preference configurable with
      file extensions.
    * Split Window: Fix a crash when changing filetype (Matthew Brush,
      #3255968).
    * Split Window: Update styles when the filetype changes (Matthew
      Brush).
1072 1073
    * Split Window: Enable code folding (Matthew Brush, #3097780).
    * Split Window: Fix issues on Windows (Matthew Brush, #2725342).
1074
    * Class Builder: Improve dialog UI using a table (Matthew Brush).
Enrico Tröger's avatar
Enrico Tröger committed
1075
    * Export: Add option to insert line numbers (#3197150).
1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086

    Documentation
    * Add 'Reading styles from another filetype' subsection (Matthew
      Brush).
    * Add 'Filenames' subsection for filetype definition files explaining
      the filename extensions and special cases.
    * Add section 'Filetype group membership'.

    Plugin API
    * Add filetypes_get_sorted_by_name(), utils_find_open_xml_tag_pos()
      (Eugene Arshinov).
Enrico Tröger's avatar
Enrico Tröger committed
1087 1088 1089
    * Add plugin_idle_add(), plugin_timeout_add(), plugin_timeout_add_seconds(),
      ui_menu_add_document_items_sorted(), document_compare_by_display_name(),
      document_compare_by_tab_order(), document_compare_by_tab_order_reverse().
1090 1091
    * Deprecate ui_widget_set_tooltip_text().
    * Fix public inclusion of config.h (#3384026).
Enrico Tröger's avatar
Enrico Tröger committed
1092
    * Add new signal "document-reload".
1093

1094 1095
    Internationalisation:
    * Add translations: fa
Frank Lanitz's avatar
Frank Lanitz committed
1096
    * Update translations: ca, cs, de, en_GB, es, fi, fr, gl, it, ja, nl, pt,
1097
      pt_BR, sl, sv, tr, vi, zh_CN, zh_TW
1098

1099

1100
Geany 0.20 (January 5, 2011)
1101

1102
    Fixes:
1103 1104
    * Improve compatibility with GVFS using GIO to save documents (Alexey
      Antipov).
1105 1106 1107 1108
    * Fix crash when closing a modified document (usually without a
      trailing newline) and choosing Save (fixes #3111058).
    * Fix crash when using 'Send Selection to Terminal' and the VTE
      is not loaded, and when using Ctrl-A after enabling the 'Load VTE'
1109
      pref (Dimitar Zhekov).
1110 1111 1112 1113 1114 1115 1116 1117 1118
    * Fix a slightly wrong encoding detection on Windows (#3019573).
    * Fix issue with single-line commenting/uncommenting blocks when using
      Windows line endings.
    * Fix saving project indent prefs straight after using project
      properties.
    * Fix wrongly changing edited keybindings when cancelling the
      Preferences dialog.
    * Fix auto-displaying of sidebar, tab bar, symbols and documents tabs
      when only plugin tabs are visible (fixes #3101867).
1119
    * Save build commands for filetype None (Lex Trotman).
1120
    * Waf: Check for libsocket on OpenSolaris to fix build.
1121

1122
    Interface:
1123 1124
    * Color build command fields light grey unless overridden (Lex
      Trotman).
1125
    * Replace /home/user with ~ in the documents list (Jon
1126 1127 1128
      Strait).
    * Display 'new instance' on title bar for 2nd instances (Eugene
      Arshinov).
1129 1130 1131 1132 1133 1134 1135
    * Don't add duplicates to combo box histories.
    * Reorganise Find in Files dialog and add Files pattern to filter
      search results.
    * Implement 'Select All' for the VTE widget.
    * Reorganise editor popup menu for shorter size - some items were moved
      to submenus.
    * Move Go to Marker menu items to Search menu.
1136
    * Group Open dialog encoding options by submenus (Adam Ples; #3047717).
1137
    * Show mimetype icon in sidebar Documents list and notebook popup menu
1138
      (Colomban Wendling).
1139 1140 1141 1142

    Documents:
    * Ensure inserted templates always have proper line ending characters
      according to the current document's preference.
1143
    * Add per-document indent width setting (Jiří Techet).
1144 1145
    * Add 'Project->Apply Default Indentation' menu command to override
      every document's indentation settings.
1146 1147
    * Display better error messages when saving a document fails (Dimitar
      Zhekov).
1148
    * Don't prompt for reloading if the document has not been edited
1149
      (Jiří Techet).
1150
    * Add Close button to the detected file changed dialog.
1151 1152 1153

    Editor:
    * Fix wrong snippet indentation when original cursor line has
1154
      non-indentation whitespace (david).
1155 1156 1157 1158 1159
    * Fix passing quoted arguments when using 'Send Selection to'. This
      means e.g. sed 's/\./(dot)/g' now works.
    * Add alternative color scheme based on Python colors
      (View->Editor->Color Schemes).
    * Replace HTML automatic <table> tag completion with a 'table' snippet
1160 1161 1162
      (Eugene Arshinov).
    * Auto-indent after an HTML/XML line without a closing tag (Eugene
      Arshinov).
1163
    * Respect 'Smart' home key pref for Shift[+Alt]+Home (fixes #3100290,
1164
      Dimitar Zhekov).
1165 1166 1167 1168 1169 1170 1171 1172 1173 1174
    * Scroll to the current line when moving the cursor to the next
      cursor position in a snippet (#3139490).
    * If the current word's tag is on the current line, make Go to Tag
      Definition look for a tag declaration instead and vice versa.
    * Make Reflow Lines/Block command use the current indented block, not
      the whole paragraph (which could have mixed indentation).

    Configuration:
    * Load insertion templates from system path, don't create them in
      the user's config dir.
1175
    * File templates are now reloaded on saving.
1176 1177

    Prefs:
1178 1179
    * Add 'Ensure consistent line endings' file saving pref (Manuel Bua).
    * Add 'statusbar_template' hidden pref (Dimitar Zhekov).
1180
    * Add 'new_document_after_close' hidden pref to open a new document
1181 1182 1183 1184
      automatically after closing all documents.
    * Add hidden pref 'find_selection_type' with option to use the X
      selection or to repeat the last search when there's no selection,
      both off by default.
1185
    * Add 'gio_unsafe_save_backup' hidden pref (Lex Trotman).
1186 1187
    * Add filetypes.common 'fold_symbol_highlight' color setting.
    * Add 'symbol_list_sort_mode' per-filetype setting.
1188 1189

    Keybindings:
1190
    * Fix Alt+[0-9] switching tabs even when other modifiers are also held.
1191 1192 1193
    * Add snippet keybinding support (Eugene Arshinov).
    * Add 'Insert New Line Before/After Current' keybindings (Eugene
      Arshinov).
1194 1195

    Filetypes:
1196 1197 1198
    * Add Forth filetype (Thomas Huth).
    * Add Lisp filetype (Mário Silva).
    * Add Erlang filetype (Taylor Venable).
1199 1200 1201
    * Ada: Fix wrong comments.
    * C++: Disable user fold points with new lexer property
      fold.cpp.comment.explicit.
1202 1203 1204
    * Python: Update list of builtins for Python 2.6, simplify
      Compile/Syntax Check command. Use named styles for color scheme
      support (use alt.conf color scheme if you want the old colors).
1205
    * Matlab: Support Octave # comment char.
1206
    * Txt2Tags: add highlighting (Forgeot Eric - #3020632).
1207 1208 1209 1210 1211 1212
    * Make: fix possible infinite loop in tag parser.
    * D: Parse template functions, ignore /+ +/ comments, ignore
      unittest blocks, add keywords 'ref', 'macro' and D2 keywords.
    * Vala: Parse functions with contracts (#3080232).
    * Markdown, reStructuredText and Txt2Tags: Sort tags by line number by
      default.
1213 1214 1215
    * Basic: Parse property, constructor, destructor as functions
      (pottersson; #2992167).
    * HTML: Add HTML5 element names and attributes (Ross McKay).
1216 1217
    * PHP: Parse final functions (fixes #3111171).
    * Markup: Add xml_indent_tags filetype setting for documents using the
1218
      HTML/XML lexers (Eugene Arshinov).
1219 1220 1221 1222 1223

    Plugins:
    * File Browser: Add history to path entry.
    * HTML Characters: Only automatically replace characters when the
      current document is a Markup document.
1224 1225

    Internationalisation:
1226
    * Add translations: kk.
1227
    * Update translations: cs, de, en_GB, es, fi, fr, hu, ja, nl, pt,
1228
                           sl, sv, tr, zh_CN.
1229

1230
    Manual:
1231 1232 1233
    * Update 'Custom filetypes', 'Ignore Tags' sections.
    * Add 'HTML Characters', 'Configuration file paths', 'Color schemes
      menu' sections.
1234 1235 1236 1237 1238 1239
    * Explain how to grep the Scintilla source for lexer properties.

    HACKING:
    * Add 'Bugs to watch out for' section.

    API:
1240
    * Improve Stash GUI example.
1241 1242
    * Fix not loading plugins built against a newer API when Geany doesn't
      provide the required version given in PLUGIN_VERSION_CHECK().
1243 1244 1245 1246
    * Make GEANY_API_VERSION, GEANY_ABI_VERSION macros instead of enums
      so you can protect code with '#if GEANY_API_VERSION >= 200'.
    * Add signals "build-start", "project-dialog-create" and
      "project-dialog-confirmed" - to append a Project Properties
1247
      notebook tab (Jiří Techet).
1248 1249
    * Add macro foreach_range().
    * Add GeanyMainWidgets::message_window_notebook (#3061342).
1250 1251
    * Add main_widgets.project_menu (Jiří Techet).
    * Add msgwin_set_messages_dir() (Jiří Techet).
1252 1253
    * Add highlighting_is_{string,comment,code}_style(),
      editor_find_snippet(), editor_insert_snippet(),
1254
      utils_find_open_xml_tag() (Eugene Arshinov).
1255 1256
    * Add ui_combo_box_add_to_history(), editor_goto_pos(),
      dialogs_show_input(), Add sci_get_lexer().
1257
    * Add filetypes_get_display_name() as "None" is no longer translated.
1258

1259

Frank Lanitz's avatar
Frank Lanitz committed
1260 1261 1262 1263 1264 1265
Geany 0.19.2 (December 01, 2010)
    Fixes:
    * Fix bug where Geany did not always report an error message when
      saving a document fails.


1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308
Geany 0.19.1 (August 18, 2010)

    Fixes:
    * Fix broken autocompletion after using scope completion.
    * Fix scrolling the editor line in view (e.g. after loading a session
      and switching document tabs).
    * Fix using filetype extension patterns with upper case letters on
      Windows (#3028856).
    * Fix a slightly wrong encoding detection on Windows (#3019573).
    * Re-enable comment folding.
    * Fix not loading plugins built against a newer API when Geany doesn't
      provide the required version given in PLUGIN_VERSION_CHECK().
    * Fix infinite loop in Markdown lexer (patch by Colomban Wendling,
      thanks).
    * Fix saving non-project filetype error regex.
    * Focus toolbar item when pressing Go to Line keybinding only when
      it's not in the toolbar's drop down overflow menu (#3027454).
    * Escape the name of the current document for markup when using
      document name for menu items (#3038844).
    * File Browser: Allow Find in Files when no items are selected.
    * Fix build menu translation problems.
    * Fix segfault on Tools->Reload Configuration when no documents are
      open (#3037079).
    * Fix building with Waf on Solaris.
    * Fix a memory leak (thanks to Daniel Marjamäki).
    * Use g_free instead of free (patch by Daniel Marjamäki, thanks).

    Tweaks:
    * Always use white background color when printing (except for text
      with a white foreground) to save ink (#2968998).
    * Limit build error editor indicators to 50, but parse all errors in
      the Compiler tab (#3019823).
    * Align notebook tab close buttons centred vertically (thanks to
      Robux.Biz (galyuk)).
    * Show the Project Properties build tab when choosing 'Set Build
      Commands' when a project is open to prevent confusion with
      non-project commands.

    Manual:
    * Fix wording - restarting is required for hidden prefs.
    * Fix Grep --exclude-dir example.


Enrico Tröger's avatar
Enrico Tröger committed
1309
Geany 0.19 (June 12, 2010)
1310 1311

    General:
1312 1313 1314 1315
    * Build system reworked to be much more configurable (by Lex Trotman).
    * Use POSIX system/GNU regex engine for find & replace. This alters
      regex syntax - we now support '?' operator and match newlines.
    * Support adding custom filetype files.
1316 1317
    * Add new command line option --list-documents to return a list
      of currently opened documents
Frank Lanitz's avatar
Frank Lanitz committed
1318
    * Remove deprecated --debug flag. Please use --verbose/-v instead.
1319 1320 1321 1322

    Interface:
    * Add option 'System Default' for toolbar icon style and size to use
      the GTK default value.
Nick Treleaven's avatar
Nick Treleaven committed
1323
    * Allow '+<number>' and '-<number>' as values for Goto Line inputs
1324 1325
      to jump relative to the current line.
    * Add preference to add new document tabs beside the current one
1326 1327 1328 1329 1330
      (patch by Colomban Wendling).
    * Enable type-ahead find for sidebar symbols and documents tabs
      (patch by Thomas Martitz).
    * Make Ctrl-click on any notebook tab switch to the last used
      document.
Enrico Tröger's avatar
Enrico Tröger committed
1331
    * Add 'Edit->Commands' menu.
1332 1333 1334 1335 1336 1337 1338 1339 1340 1341
    * Add 'Edit->Plugin Preferences' menu item and keybinding.
    * Add 'View->Editor->Color Schemes' menu (only shown if color
      scheme files exist).

    Prefs:
    * Hide 'Tabs and Spaces: Hard tab width' preference - it should
      always be 8. (Hidden setting kept in case users have modified it).
    * Add sidebar position interface pref.
    * Add project long line marker customisation (patch from Eugene
      Arshinov).
1342 1343

    Editor:
1344
    * Update Scintilla to 2.12.
1345
    * Add preference and support for virtual spaces.
1346 1347
    * Add word part autocompletion for the current selected item when
      pressing keybinding (default Tab) - Enter still completes normally.
Nick Treleaven's avatar
Nick Treleaven committed
1348 1349
    * Remove LaTeX autocompletion from Geany's core and move it to the
      geanyLaTeX plugin.
1350 1351 1352 1353

    Filetypes:
    * New filetype: Txt2Tags (patch by Eric Forgeot).
    * New filetype: Abc (patch by Eric Forgeot).
1354 1355 1356 1357 1358 1359 1360 1361 1362
    * New filetype: Verilog (patch from Kelvin Gardiner).
    * New custom filetype: Genie.
    * Improvements in symbol parsing of PHP and Python files.
    * Add R tagmanager symbol parser (patch by Jon Senior).
    * Update Perl tag parser from ctags - removes support for
      buggy local/my/our but parses constant/format/labels.
    * Parse more VHDL tags (patch from Kelvin Gardiner).
    * Highlight D & Java types from a global tags file.
    * Parse Python lambda functions (patch from Colomban Wendling).
1363 1364 1365 1366 1367

    Keybindings:
    * Add keybindings to switch to the sidebar's Document and Symbol list as
      well as to the Message Window's current tab (patch by Eugene Arshinov).
    * Add 'Remove Markers' and 'Remove Error Indicators' keybindings.
1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390
    * Make 'Reflow block/lines(s)' keybinding use line breaking column when
      enabled (patch by Lex Trotman).
    * Add 'Select to previous/next word part' keybindings.
    * Add 'Switch to Messages' focus keybinding.
    * Add 'Move line(s) up/down' keybindings.
    * Make Switch to Editor keybinding reshow the document statistics line.

    Templates:
    * Move filetype template defaults into custom file template files.
    * Read custom file templates from system as well as user dir.
    * Add new special template wildcard "{command:...}" to use the output
      of a shell command in templates.
    * Support {ob}, {cb} and {pc} to escape wildcard strings with {, }, %
      for snippets, fileheader and file templates.
    * Add {project}, {description} template wildcards (#2954737).
    * Reload templates when saving a document in the templates config dir.

    Configuration files:
    * Support more filetypes.common folding icon styles: arrows, +/- and no
      lines (#2935059).
    * Support Scintilla lexer properties in [lexer_properties] filetypes.*
      group.
    * Add filetypes.xml asp.default.language property (Ross McKay).
1391 1392 1393 1394

    Plugins:
    * Classbuilder: Add support for creating PHP classes
                    (patch by Ondrej Donek).
Frank Lanitz's avatar
Frank Lanitz committed
1395
    * HTMLchars: Make plugin remember whether replacement of special
1396
                 characters was activated.
1397 1398 1399 1400 1401 1402

    Windows:
    * Support very long build commands.
    * Add a preference for choosing between GTK and native File Open/Save
      dialogs (only available on Windows).

1403 1404 1405 1406 1407
    Internationalisation:
    * Added translations: ast.
    * Updated translations: de, en_GB, es, fr, gl, ja, nl, pt, ru, sl, sv,
                            tr, vi, zh_CN.

1408
    API:
1409 1410 1411 1412
    * Improve documentation contents page.
    * Add Stash mini-library setting, pref & widget functions to API.
    * Add plugin_configure_single() plugin symbol which is easier to
      implement than plugin_configure().
1413 1414 1415 1416 1417
    * Add new plugin signals: "document-before-save", "document-filetype-set",
      "geany-startup-complete".
    * Add PLUGIN_SET_TRANSLATABLE_INFO macro to the plugin API so plugins' meta
      information can be translated already in the plugin manager dialog
      (patch by Colomban Wendling).
1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432
    * Use full function name for GeanyFunctions function pointers. This
      avoids naming conflicts e.g. with C++'s 'new' keyword.
    * GeanyKeyBinding label fields can now contain underscores, which won't
      be displayed by Geany. This saves adding near-duplicate translation
      strings.
    * Add GeanyKeyGroup callback support.
    * Add more Scintilla function wrappers, foreach_dir(), foreach_str(),
      utils_get_file_list_full(), document_get_notebook_page(),
      editor_insert_text_block().
    * Don't install unnecessary headers.
    * Remove deprecated header pluginmacros.h - use geanyfunctions.h
      instead.
    * Deprecate documents_foreach(), use foreach_document() instead.
    * Deprecate PLUGIN_KEY_GROUP() macro - use plugin_set_key_group()
      instead.
Frank Lanitz's avatar
Frank Lanitz committed
1433

1434

1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501
Geany 0.18.1 (February 14, 2010)

    Build fixes:
    * Define G_GNUC_WARN_UNUSED_RESULT to fix build on GLib 2.8.
    * Use AC_PATH_PROG instead of 'which' for portability (patch by Erik
      Southworth, thanks).

    Incompatibilities:
    * Remove filetypes.common invert_all option - use 'Invert syntax
      highlighting colors' pref instead (fixes #2854525).

    Bug fixes:
    * Fix 'Open Selected File' for unsaved new documents.
    * Fix updating main menu accelerators after changing keybindings
      (thanks to Lex Trotman).
    * Fix using 'Insert date' keybinding when a custom date string has
      not been set.
    * Set the cursor color for the split window plugin.
    * Remove plugin from plugin manager dialog on unloading if it no
      longer exists or is incompatible.
    * Fix 'Reflow block' command when at the last paragraph and there's
      no last newline (patch by Eugene Arshinov, thanks).
    * Fix opening filenames beginning with two dots (closes #2858487).
    * Show Find in Files stderr output in messages window instead of
      debug window so that invalid regex messages can be seen easily.
    * Speed up sorting in utils_get_file_list(). This reduces the file
      browser delay on displaying a big directory, e.g. /usr/bin.
    * Fix a bug with not w3c compatible HTML code on export plugin
    * Fix non-working Home and End keys on numpads.
    * Fix loading of files on network resources on Windows.
    * Fix wrong alignment of printed pages when page headers are disabled
      (closes #2856822).

    Improvements:
    * Extend auto_latex() function to check whether an environment has
      been closed within the next lines to avoid auto adding double
      \end{}.
    * Replace some icons which could cause licensing problems by icons
      from the Rodent icon theme.

    Filetype fixes:
    * Parse contents of D extern{} and version{} blocks.
    * Fix creating D interface tags properly.
    * Parse D functions with contracts (fixes #1885480).
    * Parse D alias statement like typedef.
    * Improve parsing of LaTeX, PHP and Python files.

    Documentation:
    * Add 'Scope autocompletion' section.
    * Add 'Tools menu items' section to explain configuration files
      submenu, reload configuration item.
    * Minor updates/fixes.

    API:
    * Add gcc commands to build a plugin to the HowTo.

    HACKING file:
    * Add section 'Plugin API/ABI design'.
    * Add 'Compiler options & warnings' section.
    * Update Style section to be clearer about code alignment and show
      some example code.
    * Add 'Doc-comments' plugin API subsection.

    Internationalisation:
    * Added translations: gl


Enrico Tröger's avatar
Enrico Tröger committed
1502
Geany 0.18 (August 16, 2009)
1503 1504 1505 1506 1507 1508

    General:
    * Fix scrolling horizontally after finding a search match with the
      search bar or Find Next/Previous which is off-screen.
    * Remove relative/untidy path elements from filenames when opening
      documents (#2823998).
Enrico Tröger's avatar
Enrico Tröger committed
1509 1510 1511 1512
    * Create initial template files with proper platform-specific line
      ending characters.
    * Improve inserting of comment templates like File header or licence
      notices.
1513 1514 1515 1516

    Interface:
    * Add 'Show Paths' documents list popup item.
    * Add filetypes.common to 'Configuration Files' menu.
Enrico Tröger's avatar
Enrico Tröger committed
1517 1518 1519 1520 1521 1522
    * Implement a graphical toolbar editor.
    * Add 'Build' toolbar button to the default layout.
    * Add 'Replace' toolbar button (closes #2798225).
    * Use a more Tango like icon for 'Save All' (by Jesse Mayes, thanks).
    * Add a popup menu for the keybinding list in the preferences dialog
      to easily expand and collapse all groups.
1523 1524 1525 1526 1527

    Keybindings:
    * Implement Most-Recently-Used document switching when pressing
      'Switch to last used document' keybinding (Ctrl-Tab).
    * Add 'Mark All' keybinding (Ctrl-Shift-M).
Frank Lanitz's avatar
Frank Lanitz committed
1528
    * Add 'Reflow lines/block' keybinding, (Ctrl-J; thanks to
1529
      Eugene Arshinov).
Enrico Tröger's avatar
Enrico Tröger committed
1530 1531 1532 1533
    * Make the Scintilla keybindings 'Delete to end of line' and
      'Go to end of display line' configurable.
    * Switching notebook tabs now works for the currently used notebook
      widget instead of always using the documents notebook.
1534 1535 1536 1537 1538 1539 1540 1541 1542

    Editor:
    * Fix a redraw when documents were first drawn uncolourised.
    * Delay highlighting matching braces by 100ms to speed up scrolling
      with the arrow keys.
    * Support 'tab indents, space aligns' style when indenting (#2789109).
    * Add 'Autocomplete all words in document' pref; also used when forcing
      autocompletion and there's no symbol names to show.
    * Add 'Drop rest of word on completion' pref.
Enrico Tröger's avatar
Enrico Tröger committed
1543
    * Update Scintilla to version 1.79.
Enrico Tröger's avatar
Enrico Tröger committed
1544
    * Improve displaying and reshowing of calltips.
1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555

    Syntax highlighting:
    * Reload color schemes via Tools menu (thanks to Eugene Arshinov).
    * Implement named styles support for filetypes.* using a
      filetypes.common [named_styles] section; used as
      "style=named_style,bold". (See the manual for details).
    * Allow style definitions with missing fields to use the
      filetypes.common default style's fields.
    * Make C-like filetype styles use named styles & default background
      color. (Anyone who wants to likewise update any other filetype's
      styles, please let us know ;-)).
Enrico Tröger's avatar
Enrico Tröger committed
1556 1557
    * Allow indentation of wrapped lines (see style 'line_wrap_indent').
    * Add new styles 'line_height' and 'marker_mark'.
1558 1559 1560 1561

    Filetypes:
    * Add Markdown filetype (thanks to Jon Strait).
    * Highlight D WYSIWYG backtick `strings` and r"strings" (#1895745).
1562 1563
    * Minor improvements for filetypes: Fortran, Haxe, HTML, Lua,
      Matlab, Pascal, Python, Tcl.
1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583

    Tags:
    * Read custom system global tags files from $prefix/share/geany/tags
      (#2778923).
    * Autocomplete scoped fields like struct members when typing '.' (and
      also '->' or '::' in C/C++) if the language's tag parser supports it.
    * Save field tags for C/C++ when generating a global tags file (you may
      want to regenerate your tag files).
    * Parse Python calltips.
    * Show relative paths in Diff filename tags.
    * Group reStructuredText symbol list items by scope level.

    Plugin API:
    * Add geanyplugin.h single include.
    * Add plugin_signal_connect() for connecting plugin signals at
      runtime and also for connecting to any GObject signal.
    * Add documents_foreach(), filetypes[], documents[], utils_strdupa()
      and various foreach_type() macros.
    * Make GeanyDocument::file_type always be non-NULL.

Enrico Tröger's avatar
Enrico Tröger committed
1584 1585 1586 1587 1588 1589
    Windows:
    * Fix quoting the build command string on Windows (closes #2791769).
    * Fix LaTeX view commands on Windows (part of #2807688).
    * Expand system environment variables (%variableName%) on Windows when
      running Build commands.

Frank Lanitz's avatar
Frank Lanitz committed
1590 1591 1592 1593
    Internationalisation:
    * Added translations: lb, sl, pt_PT
    * Updated translations: ca, cs, de, en_GB, fi, fr, ja, pt_BR, ru, tr

1594

Enrico Tröger's avatar
Enrico Tröger committed
1595
Geany 0.17 (May 02, 2009)
1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629

    Bug fixes:
    * Fix broken selection of "Document->Set Encoding" menu items.
    * Fix broken non-incremental search with the toolbar search entry when
      pressing Enter (closes #2638180).
    * Fix parsing of Make output (closes #2694479, patch by Andrea Mazzoleni).
    * Fix crashes on quitting Geany (closes #2533990).
    * Fix disabled Go to Tag items in the editor menu when using the
      keyboard (#2780044).
    * Prevent crashes when two or more top level items in the symbol
      list have the same name (closes #2778246).

    Prefs:
    * Add an option to set an additional plugin lookup path.
    * Add a hidden preference 'use_safe_file_saving'. This has serious side
      effects, please read the documentation before enabling this.

    Interface:
    * Add 'Send Selection to Terminal' command to the Edit->Format menu.
    * Change the background colour of the search entries in the Find
      and Replace dialogs according to the search results.
    * Add 'Close Other Documents' and 'Close All' menu items to the tab bar
      menu.
    * Add an option to allow appending the toolbar to the main menu bar
      to save some vertical space.
    * When a project is loaded, replace the project base path with the
      project name in the Documents sidebar for parent items (closes #2723679).
    * Make the file open dialog more compact.
    * Ellipsize tab labels and some status messages for very long
      filenames (closes #2777348).
    * Add new toolbar element: Print (patch by Roland Baudin).
    * Remember the active sidebar page between sessions.
    * Add "Recent Projects" menu to the Project menu (#2728630,
      patch by Elias Pschernig).
1630
    * Add Tools->Configuration Files item for snippets.conf.
1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645

    Filetypes:
    * Fix wrong Fortran 90 comment characters when inserting templates.
    * Add filetype ActionScript (patch by Chris Macksey).
    * Fixes for CSS, Fortran and Ruby parsers.
    * Add a trivial symbol parser for NSIS files.

    Windows:
    * On Windows, change the working directory to the Geany installation
      path at startup to avoid unwanted directory locking(closes #2626124).
    * Fix window positioning on startup.
    * Make build commands on Windows run synchronously to avoid problems
      with reading build commands' output.

    Plugins:
Frank Lanitz's avatar
Frank Lanitz committed
1646 1647
    * HTMLchars: Extend plugin by bulk replace and replace on
      input for special characters to their HTML entities.
1648
    * Splitwindow: Add keybindings for the split actions.
Frank Lanitz's avatar
Frank Lanitz committed
1649
    * VCDiff: Remove plugin from Geany. Use GeanyVC instead.
1650 1651 1652 1653 1654 1655 1656

    Plugin API:
    * Deprecate sci_get_text(), sci_get_selected_text() and
      sci_get_text_range().
    * Add sci_get_contents(), sci_get_contents_range() and
      sci_get_selection_contents() as replacement functions to provide
      an easier and cleaner API (initial patch by Frank).
1657 1658 1659
    * Make GEANY_FILETYPES_NONE = 0, sort filetype IDs randomly (so we can
      append new filetypes without breaking the ABI); add
      filetypes_by_title sorted list to GeanyData.
1660 1661 1662 1663

    Documentation:
    * Describe how to build Geany using the Waf build system.

Frank Lanitz's avatar
Frank Lanitz committed
1664
    Internationalisation:
1665 1666
    * Updated translations: be, cs, de, es, fi, fr, hu, ja, pt_BR, ru,
      sv, tr, zh_CN
Frank Lanitz's avatar
Frank Lanitz committed
1667

1668

1669
Geany 0.16 (February 15, 2009)
1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686

    Bug fixes:
    * Fix indenting for Tabs & Spaces mode when inserting snippets.
    * Fix snippets and smart indent using too much indentation when the
      line contains whitespace after non-whitespace characters (#2215044).
    * Fix segfault when showing Find in Files dialog when no documents are
      open (#2228544).
    * Fix not switching to 2nd last used document when the last used
      document has been closed (#1945162).

    General:
    * Group child tags by their parents in the symbol list for C-like
      filetypes, Python, Conf (thanks to Conrad Steenberg).
    * Use a tree for the Documents sidebar, grouped by path.
    * Add 'Tools->Configuration Files' menu with items to open
      filetype_extensions.conf and ignore.tags. These files are also
      reloaded automatically when saved.
1687 1688 1689 1690 1691
    * Change configuration directory path to $XDG_CONFIG_HOME/geany
      (most often this is ~/.config/geany).
    * Allow to specify files on the command line and from remote instances
      to be URIs (local and with GIO also remote URIs).
    * Increase minimum required GTK version to 2.8.
1692 1693 1694 1695 1696 1697 1698

    Prefs:
    * Add Project Indentation prefs, which override the Editor
      Preferences dialog options. For new projects, these default to
      the editor indent prefs.
    * Add an interface pref for whether to hide additional widgets when
      double-clicking on document notebook tabs (off by default).
1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709
    * Add a preference to invert all colours for syntax highlighting.
    * Add a hidden preference "allow_always_save" to make the Save buttons
      and menu items always sensitive.

    Interface:
    * Rework the toolbar: now all elements can be added/removed/reordered
      using a simple XML file.
    * Add new toolbar buttons for Cut, Copy, Paste, Delete, Preferences,
      Close All and Build (including a submenu for Make actions).
    * Add a progressbar widget to the statusbar to show progress for time
      consuming actions.
1710 1711 1712 1713

    Editor:
    * Make Ctrl-click go to matching brace if there's no current word.
    * Make Shift+Mouse wheel scroll the editor view horizontally.
1714 1715 1716 1717
    * Make the 'Mark' button for Find highlight the results with rounded boxes
      instead of marking the whole line.
    * Add auto-closing of braces, brackets and quotes (Guillaume de Rorthais).
    * Support multiple %cursor% wildcards in Snippets (Thomas Martitz).
1718 1719

    Filetypes:
1720
    * Add new filetypes Ada, CMake, Matlab, NSIS, Vala and YAML.
1721 1722 1723
    * Update HTML character entities (thanks to Tyler D'Agosta).
    * Parse restructuredText sections in the order of first-used underline
      character, which can now be any punctuation character (as per the spec).
1724 1725 1726 1727
    * Remove GTK global tags, replace them with C (C99) tags. The GTK tags
      file is still available for download on the website.
    * Minor improvements for filetypes CSS, Fortran, FreeBasic, HTML, Tcl
      and Vala.
1728

1729 1730 1731 1732 1733 1734 1735 1736 1737
    Windows:
    * Improve tab close icon size.
    * Changes to the Windows installer:
      - The full installer now includes the GTK 2.14 runtime environment.
      - Register ".geany" as Geany Project File extension.
      - Install GTK translation files only if installation of translation
        files were requested (saves about 22 MB otherwise).
      - Support silent installations.

1738 1739 1740 1741
    Plugins:
    * Add Split Window 'Split Vertically' command (thanks to Moritz Barsnick).
    * Make Version Diff plugin set the indent type for diffs based on the
      current file's indent type.
1742
    * Minor improvements to the filebrowser plugin
1743 1744 1745 1746 1747

    Plugin API:
    * Generate plugin API header geanyfunctions.h containing macros to
      avoid having to type the function pointer names manually.
    * Deprecate pluginmacros.h in favour of geanyfunctions.h.
1748 1749 1750
    * Add "editor-notify" to the plugin API.
    * Add new plugin symbol plugin_help() which is called by Geany when the
      plugin should show its documentation (if any, symbol is optional).
1751 1752 1753 1754 1755

    Documentation:
    * Update Scintilla regular expression info for v1.77 (character
      classes, ASCII escaping, character sets containing square
      brackets peculiarities). Adapted from SciTE doc.
1756
    * Complete 'Hello World' Plugin Howto.
1757

1758 1759 1760 1761
    Internationalisation:
    * Updated translations: bg, ca, cs, de, en_GB, fr, hu, it, ja,
      pt_BR, sv, ru, tr, vi, zh_CN

1762

Enrico Tröger's avatar
Enrico Tröger committed
1763
Geany 0.15 (October 19, 2008)
1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777

    General:
    * Add Previous Message, Previous Error commands (thanks also to Beau
      Barker).
    * Add 'Close Other Documents' File menu command (#1976724).
    * Add Find Document Usage popup menu command & keybinding.
    * Check that the current file is still on disk (as well as checking the
      modification time).
    * Add support for custom file templates (found at startup) in the
      ~/.geany/templates/files directory, shown underneath filetype templates
      in the New with Template menu.
    * Make socket open command support filename:line:column syntax.
    * Add filetypes.* [build_settings] key 'error_regex' to support custom
      error message parsing using a GNU-style extended regular expression.
Enrico Tröger's avatar
Enrico Tröger committed
1778 1779 1780 1781 1782
    * Allow loading projects from command line (#1961083).
    * Add alternative build system: Waf.
    * Add Tools menu item to reload configuration data without a restart.
    * Add support to use template wildcards in snippets.
    * Increase LSB compliance.
1783 1784 1785 1786 1787 1788 1789 1790

    Prefs:
    * Make disk check timeout configurable (zero disables disk checks).
    * Add search pref: 'Use the current file's directory for Find in Files'
      (#1930435).

    Interface:
    * Make keyboard shortcuts dialog non-modal (#1999384).
Enrico Tröger's avatar
Enrico Tröger committed
1791
    * Add a debug messages window to easily view debug messages/warnings.
1792 1793

    Editor:
1794
    * Update Scintilla to version 1.77 (includes many fixes).
1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809
    * Add basic Line Breaking option in the Document menu and 'Line breaking
      column' editor pref (for now only works when typing characters past
      the line breaking column number).
    * Don't colourise any documents until they need to be drawn (this
      should make opening a session faster for filetypes that support typename
      highlighting).
    * Make Ctrl-click on a word perform Go to Tag Definition.
    * Add 'Max. symbol name suggestions' autocompletion pref.
    * Show ellipsis (...) item when there are too many symbol names for
      autocompletion.
    * Highlight matching brace indent guides (thanks to Jason Oster;
      #2104099).
    * Show brace indent guides on empty lines when appropriate (thanks to
      Jason Oster; #2105982).
    * Add 'Tab key indents' pref, on by default.
1810 1811 1812
    * Implement soft tabs support (#1662173). There's now a 'Tabs & Spaces'
      Indent Type, and separate Width, Hard Tab Width indent prefs. (Thanks
      to Joerg Desch for explaining how it needed to work).
1813 1814
    * Auto-update the line margin width as lines are added (thanks to Jason
      Oster; #2129157).
Enrico Tröger's avatar
Enrico Tröger committed
1815 1816 1817 1818 1819 1820
    * Add "Replace spaces by tabs".

    Windows:
    * Install plugins into lib/ not into plugins/.
    * Install Geany's message catalogs into share/locale rather than
      lib/locale as GTK does since 2.12.2.
1821 1822 1823 1824 1825

    Keybindings:
    * Add Go to Start/End of Line keybindings (#1996175).
    * Add 'Switch to Compiler' keybinding (useful when checking build
      progress).
Enrico Tröger's avatar
Enrico Tröger committed
1826 1827
    * Add keybindings for Line wrapping, Line breaking, Toggle fold and
      Replace Spaces by tabs, Previous/Next word part.
1828 1829 1830 1831 1832

    Filetypes:
    * Add OpenGL Shader Language (GLSL) filetype (thanks to Colomban
      Wendling; #2060961).
    * Add R language filetype (thanks to Andrew Rowland; #2121502).
Enrico Tröger's avatar
Enrico Tröger committed
1833 1834
    * Split filetype Fortran into Fortran 77 and Fortran 90.
    * Add Gettext translation filetype (#2131985).
1835
    * CSS improvements, thanks to Jason Oster.
1836 1837 1838

    Embedded Terminal:
    * Fix hang when restarting the VTE (#1990323) with VTE 0.16.14.
1839 1840
      (Note that with VTE 0.16.14 the reset sometimes leaves a blank
      terminal, but pressing enter makes it then behave as normal).
1841 1842 1843 1844

    Plugins:
    * Add Split Window plugin (should work OK for viewing; full editing
      support is not implemented yet).
Enrico Tröger's avatar
Enrico Tröger committed
1845 1846
    * Merge InstantSave, AutoSave and BackupCopy plugins into the new
      plugin 'Save Actions'.
1847 1848 1849 1850 1851

    Documentation:
    * Add Tips and Tricks appendix.
    * Updated Installation section.
    * Update 'Build system' for custom error regexes.
Enrico Tröger's avatar
Enrico Tröger committed
1852
    * Add a section for internal plugins.
1853 1854

    Plugin API:
1855 1856
    * Many changes; see the API documentation (make api-doc) and the
      geany-devel list archives.
1857 1858
    * Deprecated: plugin_fields, plugin_info symbols.

1859 1860 1861 1862 1863
    Internationalisation:
    * New translations: ko, tr.
    * Updated translations: be, ca, de, en_GB, fi, hu, it, ja, pl,
      ro, ru, sv, zh_CN

1864

1865
Geany 0.14 (April 19, 2008)
1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880

    General:
    * Don't beep when using Replace All in Session unless all open files
      have no replacements (fixes #1893796).
    * Only use filetype detection after Save As, not on every save when the
      filetype is None (fixes #1891778).
    * Make Go to Tag commands look for the tag in the current document
      before searching the workspace.
    * Check file on disk for changes also when pressing a key.
    * Ignore documents with no absolute path when saving session files.
    * Fix segfault with Run command when a project is open and the current
      file's filetype has no run command.
    * Make Next Error and Next Message commands add positions to the
      navigation queue, so the user can move backwards through the list items
      and return to where they were.
1881
    * Make pressing escape in the sidebar focus the editor.
1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895
    * Make navigation queue position based to restore the line and column when
      returning to a previous position (closes #1936927).
    * Save sorting order of the symbol list when saving a file (fixes #1917262).
    * Improve "Send Selection To" code (fixes #1909452).
    * Install header files and add a pkg-config file for external plugins.
    * Use monospace font for text entry fields in search dialogs (#1907117).
    * Don't open zero byte sized files read-only (e.g. files in /proc).

    Filetypes:
    * Improve Makefile parser to detect targets.
    * Update PHP tags file to latest PHP API docs (closes #1888691).
    * Add translucency settings to filetypes.common for semi-transparency.
    * Add HTML parser to get h1, h2, h3 symbols as well as link anchors and
      JavaScript functions (fixes #1896068).
Enrico Tröger's avatar
Enrico Tröger committed
1896
    * Update Javascript, Tcl and Assembler parser.
1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908

    Interface:
    * When closing a tab when using left-to-right tabs, focus the next
      document, not the previous.
    * Move Load Tags item from File to Tools menu.

    Editor:
    * Don't scroll the editor view if it is unnecessary when using Find
      Next/Previous, Find Selected, incremental search, Go to Marker or Go to
      Matching Brace commands.
    * Fix bug with showing macro list items all on one line.
    * Fix Python auto-indentation when line endings are set to CR/LF.
1909 1910 1911
    * Unfold hidden code when the fold point modified (fixes #1923350).
    * Update Scintilla to version 1.76.
    * Add (basic) column mode editing (patch by "chuck").
1912 1913 1914 1915

    Windows:
    * Replace untitled file header filename after Save As and add to recent
      files on Windows too.
1916 1917 1918 1919 1920 1921
    * Resolve Windows shortcuts when opening files.
    * Fix modal dialog problems on Windows by not setting taskbar hint
      (closes #1916994).
    * Add new process spawning implementation. This makes the VCdiff plugin
      to work on Windows (patch by Pierre Joye, thanks).
    * Fix crash on Windows when a project could not be opened.
1922 1923 1924 1925

    Plugins:
    * Add configurable plugin keybindings support.
    * Add a HTML Characters keybinding to show the dialog.
1926
    * Add File Browser keybindings to focus the Path Entry and File List
1927
    * Rename VCDiff plugin Version Diff.
1928 1929
    * When quitting, remember plugin filenames that couldn't be loaded at
      startup as well as active plugins.
1930 1931 1932 1933 1934 1935 1936 1937

    Plugin API:
    * Add PLUGIN_KEY_GROUP and keybindings_set_item() to setup a keybinding
      group.
    * keybindings_send_command() arguments have changed because of
      keybinding groups - this breaks the API for plugins already using it.
    * Make VERSION_CHECK deprecated in favour of PLUGIN_VERSION_CHECK.

1938 1939 1940 1941
    Documentation:
    * Add descriptions for several options in the preferences dialog
      (patch from Robert McGinley).

1942
    Internationalisation:
1943
    * New translations: ro.
1944
    * Updated translations: bg, de, en_GB, es, fr, hu, it, ja, pt_BR, ru.
1945

1946

1947
Geany 0.13 (February 05, 2008)
1948

1949 1950 1951 1952 1953 1954
    General:
    * Improve configure script and fix some compatibility issues.
    * Add support for project session files.
    * Add native GTK printing support (only with GTK 2.10+).
    * Prevent execution of commands by Geany if the VTE may contain any
      text on the prompt (thanks to "Jeff Pohlmeyer for reporting).
Nick Treleaven's avatar
Nick Treleaven committed
1955 1956
    * Store more document-related settings when saving session in the
      configuration file (including the file encoding).
1957 1958 1959 1960
    * Detect in-file specified file encoding by scanning the file using
      regular expressions.
    * Add binary relocation support.

1961 1962 1963 1964 1965 1966 1967 1968
    Filetypes:
    * Add configurable default file extension setting for filetype
      definition files.
    * Fix reST autocompletion.

    Tags:
    * Show arrays and modifiers like const in calltip return types for
      C-like files.
1969
    * Update C global tags file for GTK+ 2.12.
Nick Treleaven's avatar
Nick Treleaven committed
1970 1971
    * Fix parsing the correct D class name when inheriting, D constructor
      tags and ignore D import statements.
1972 1973
    * Remove unnecessary tagmanager status file.
    * Improve PHP, Ruby and FreeBasic parsers.
1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987

    Interface:
    * Add 'Indent Type' option in the Document menu.
    * Add 'Detect from file' Editor indentation pref.
    * Show TAB or SP for current document's indent type.
    * Add a 'Newline strips trailing spaces' pref (thanks to Catalin
      Marinas).
    * Add 'Strip Trailing Spaces' document menu item.
    * Add combo box input history for 'Make Custom Target' dialog.
    * Make Open, Save As dialogs start in project base path (or default
      path pref) when the current file has no filename.
    * Add 'Make in base path' project file preference.
    * Make 'Open Selected File' first try the current file's directory,
      falling back to the project base path if no file was found.
1988 1989 1990
    * Fix broken window maximization.
    * Improve appearance of used treeviews and use rules hints to respect
      user colour settings.
1991 1992 1993 1994 1995 1996 1997 1998

    Editor:
    * Fix hidden lines after deleting a line that is a collapsed fold
      point.
    * Make Fold All/Unfold All attempt to scroll the current line in view.
    * Show line wrap symbol at start of line for wrapped lines.
    * Allow scrolling past end of document, so the user can append text
      with the last lines drawn at the top of the view.
Nick Treleaven's avatar
Nick Treleaven committed
1999
    * Rename "Construct autocompletion" to "Snippets".
2000 2001
    * Improve usage of "Unfold all children" option.
    * Update Scintilla to version 1.75.
2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014

    Keybindings:
    * Add configurable keybindings for Cut, Copy and Paste.
    * Ask the user whether to override an existing keybinding when setting
      a combination that is already in use.
    * Add 'Override Geany keybindings' VTE prefs dialog option (replaces
      hidden pref), which makes the VTE interpret all keyboard shortcuts
      except focus group keybindings.

    Plugins:
    * Add File Browser sidebar plugin.
    * Add Version Control Diff plugin (VC Diff), which supports SVN, CVS and
      GIT (thanks to Yura Siamashka).
2015 2016 2017 2018
    * Add plugin manager dialog to select plugins to load at startup and to
      call a plugin configure dialog.
    * Add new signals: project_open, project_save, project_close.
    * Add Auto Save plugin.
2019 2020

    Plugin API:
Nick Treleaven's avatar
Nick Treleaven committed
2021
    * Add keybindings_send_command() and some other functions.
2022 2023
    * Add pluginmacros.h to define common macros for app, p_utils, etc.
    * Add more documentation/comments to demoplugin.c.
2024 2025 2026
    * Add configure symbol for plugins which is called by Geany when a
      configure dialog for the plugin is requested, optionally.
    * Add author field to plugin info struct.
2027 2028 2029 2030

    Windows:
    * Enable build support.
    * Prevent prefs dialog being hidden after using the prefs file dialog.
2031 2032
    * Create Geany's configuration directory in user's appdata path
      instead of the default home directory.
2033 2034

    Documentation:
2035
    * Show default shortcuts in Keybindings section.
2036
    * Update Project section for project-based session support.
2037
    * Add Indentation subsection under Editor section.
2038 2039
    * HACKING: Update 'Adding a filetype' section.

Frank Lanitz's avatar
Frank Lanitz committed
2040 2041
    Internationalisation:
    * New translations: ja, uk, el.
2042
    * Updated translations: ca, de, en_GB, fr, it, pt_BR, hu, sv, vi.
Frank Lanitz's avatar
Frank Lanitz committed
2043

2044

Enrico Tröger's avatar
Enrico Tröger committed
2045
Geany 0.12 (October 10, 2007)
2046 2047 2048 2049 2050 2051 2052 2053 2054

    Bugs fixed:
    * Fixed opening the same file twice from the message window/command-line.
    * Fixed Ctrl-Shift keybindings not working when caps lock is on.
    * Fixed saving the wrong document when using Save All with unnamed
      documents.
    * Fixed replacing with '^' or '$' regex chars.
    * Fixed hang with Find All/Find Usage with '^' or '$' regex chars.
    * Fixed hang when replacing all '[ ]*' regex matches (closes #1757748).
2055 2056
    * Fixed displaying error indicators with Make after entering a
      subdirectory.
2057
    * Fixed a possible segfault when parsing tags (a vString bug).
Enrico Tröger's avatar
Enrico Tröger committed
2058 2059 2060 2061 2062
    * Fixed clipboard problems with some applications.
    * Fixed crash when trying to open the Save As dialog on Windows.
    * Fixed crash when saving a file after setting encoding "None".
    * Fixed scrolling bugs when searching text and the cursor is outside of
      the current visible area.
2063 2064 2065 2066 2067 2068 2069 2070

    Filetypes:
    * Added reStructuredText filetype and parser.
    * Added Haskell tags support (thanks to Peter Strand).
    * Added decorator styling for Python.
    * Parse Python global variables and class variables.
    * Added support for Java Apache Ant compiler error messages (thanks to
      Jon Senior).
Enrico Tröger's avatar
Enrico Tröger committed
2071 2072
    * Added new filetypes CSharp and FreeBasic.
    * Added filetype Haxe (patch by blackdog, thank you).
2073 2074 2075 2076 2077

    Plugins:
    * Added basic plugin support (developers: see the HACKING file).
    * Added 'Enable plugin support' preference and -p, --no-plugins options.
    * Added Class Builder plugin (thanks to Alexander Rodin).
Enrico Tröger's avatar
Enrico Tröger committed
2078
    * Added Export plugin to export current file as HTML or LaTeX.
2079 2080

    Keyboard shorcuts:
2081 2082
    * Common bash Ctrl-[a-z] keyboard shortcuts now work when the VTE is
      focused, and there is an 'enable_bash_keys' hidden preference.
2083 2084 2085 2086 2087 2088 2089 2090 2091 2092
    * Added 'Move document left' and 'Move document right' keybindings.
    * Added Find keybinding.
    * Made fixed keybindings overridable.
    * Added fixed keybindings for switching to leftmost/rightmost document,
      Ctrl-Shift-{PageUp,PageDown}.
    * Change Previous/Next Paragraph fixed commands to Ctrl-{Up,Down};
      adding Shift extends selection by paragraph. (Scroll by line is now
      Alt-{Up,Down}).
    * Made pressing escape focus the editor when using incremental search
      or Goto Line toolbar fields.
Enrico Tröger's avatar
Enrico Tröger committed
2093 2094 2095 2096
    * Added keybinding for select current paragraph.
    * Added keybindings for smart indent and indent/deindent by one space.
    * Removed convert to lower-/upper-case keybindings.
    * Added toggle case keybinding and change shortcut to Ctrl-Alt-U.
2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110

    General:
    * Added preference for 'smart' home key behaviour (thanks to Jeff
      Pohlmeyer).
    * Added symbol list icons (thanks to Jean-François Wauthy, and KDevelop
      for the icons).
    * Added 'Current chars' indentation mode (closes #1726880).
    * Save and restore the current notebook page when quitting.
    * Added support for %e, %f in project run command.
    * Ignore punctuation chars when moving by word, and use word end
      boundaries when moving by word to the right (like most GTK+ widgets).
    * Added hidden editor preference 'use_gtk_word_boundaries'.
    * Added auto_complete_whilst_editing hidden preference.
    * Speed up Save All for C-like files.
2111
    * Don't show file opened/saved/closed messages on the status bar.
2112 2113
    * Added --no-preprocessing, -P option when generating tags files to
      disable preprocessing of C/C++ source files.
Enrico Tröger's avatar
Enrico Tröger committed
2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128
    * Added default startup directory option (closes #1704988).
    * Use current locale as default encoding for new files.
    * Added simple code navigation (thanks to Dave Moore).
    * Re-maximize the main window on startup when closed in maximized state
      (closes #1730369).
    * Added auto focus (to auto focus widgets below mouse cursor).
    * Complete rewrite of auto completion to make it user-definable and
      much more flexible (please read documentation).
    * Added option to set a default encoding when opening files and disable
      auto detection of the file encoding.
    * Improved comment toggling by adding an additional character to mark.
    * Changed the background colour of the search bar in the toolbar
      according to the search result.
    * Use intltool to make geany.desktop translatable
    * Replace Geany's icon by a new one by Sebastian Kraft (thanks).
2129
    (Thanks also to Christoph Berg for updating the icon code).
2130 2131

    Docs:
Enrico Tröger's avatar
Enrico Tröger committed
2132 2133
    * Changed documentation generation tools from DocBook to reST
      (thanks to John Gabriele for his great work on this).
2134 2135 2136 2137 2138 2139 2140 2141 2142
    * Added Plugins section.
    * Added 'Inserting unicode characters' Editing section (thanks to
      John Gabriele).
    * Added 'Hidden preferences' appendix.
    * Added 'Switching documents' keybindings section.

    HACKING:
    * Added notes on adding a filetype.

2143 2144
    Internationalisation:
    * New translations: en_GB.
Enrico Tröger's avatar
Enrico Tröger committed
2145
    * Updated translations: ca, cs, de, es, fi, fr, hu, it, pl, pt_BR, zh_CN.
2146

2147

Enrico Tröger's avatar
Enrico Tröger committed
2148
Geany 0.11 (May 21, 2007)
2149 2150 2151 2152 2153 2154 2155 2156 2157 2158

    Notes for existing users:
    * Tab is now used for construct completion (for, if, etc.), but it
      is configurable with the new 'Complete construct' keybinding.
    * Template files are now stored in ~/.geany/templates/ and the
      'template.' filename prefix is no longer used. You will need to
      move any custom template files you have.
    * Inserting a file header is now optional for filetype templates.
      Use the string '{fileheader}' to mark where the file header should
      be placed.
Enrico Tröger's avatar
Enrico Tröger committed
2159 2160
    * Drag'n'Drop of text inside the editor widget will now move the
      text instead of copying it.
2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207

    Bugs fixed:
    * Fix segfault when pressing Ctrl-Enter when there are no workspace
      tags.
    * Remove error indicators in all documents when linking (#1705374).
    * Sort symbol list tags also by line number (#1703575).
    * Fix #1717418, Hang on SQL file load.
    * Fix #1718532 - Crash when opening a special HTML file.
    * Add workaround for PHP closing brace de-indenting.
    * Fix reloading of read-only documents.

    Project Management:
    * Add keybinding to show project properties dialog.
    * Add project Run command support.
    * Run Make All and Make Custom from the project base directory.

    Custom Global Tags:
    * Update C global tags for GTK+ 2.10 and it's dependencies.
    * Add option --generate-tags (-g) to generate a global tags file
      from a list of source files (see docs).
    * Load global tag files stored in ~/.geany/tags at startup #.
    * Add Load Tags command in the File menu #.
    # This is not supported for Pascal, PHP or LaTeX files yet.

    Calltips (for C-like files):
    * Show up and down arrows when there are multiple calltip matches.
    * Show classname in calltips.
    * Parse pointers in function return type.
    * Add calltip support for D constructors.

    Other changes:
    * Parse 'Entering directory' Make messages so opening files from
      error messages works for subdirectories (thanks to Josef Whiter).
    * Make Go to Tag Definition/Declaration work for all tags.
    * Support filetype templates for all filetypes (see docs).
    * Make file header optional for filetype templates.
    * Add 'Find Selected' and 'Find Prev Selected' search commands and
      keybindings (thanks to Jeff Pohlmeyer).
    * Add Mark button to the Find dialog, and a Remove Markers item to
      the Document menu.
    * Add 'Recurse in subfolders' and 'Extra options' checkboxes to the
      Find in Files dialog.
    * Add 'Switch to last used document' keybinding (Ctrl-Tab).
    * Add Goto Previous/Next Marker keybindings (Ctrl-, and Ctrl-.).
    * Add Toggle Marker keybinding (Ctrl-M).
    * Add keybinding for construct completion, and set the default to
      Tab.
2208 2209
    * Add MimeType associatiations for: C++ header, Pascal, Perl,
      Python, httpd-PHP and XML files (thanks to Iñaki Rodriguez).
Enrico Tröger's avatar
Enrico Tröger committed
2210
    * Add brace indenting support for Perl and Tcl.
2211 2212 2213
    * Make backspace unindent when using spaces for indentation.
    * Wrap notebook pages when switching tabs.
    * Speed up loading multiple C-like files slightly.
Enrico Tröger's avatar
Enrico Tröger committed
2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229
    * New filetypes: JavaScript, Lua and Haskell.
    * Set several widget names to allow users to define custom styles
      in .gtkrc-2.0.
    * Add context actions to run custom commands on current selection
      or the current word below cursor.
    * Add different auto indention modes.
    * Improve replacing in rectangle selections.
    * Add custom commands to send selected text through some definable
      commands and replace the selection with the output.
    * Add command line option --column to allow setting the initial
      column for the first opened file on command line.
    * Improve the auto scrolling of documents.
    * Improve loading of the VTE library.
    * Add an option for using spaces or tabulators when inserting some
      whitespace.
    * Add an option to disable Drag'n'Drop in the editor widget.
2230 2231 2232 2233 2234 2235 2236

    Documentation:
    * Add Project Management, Global Tags, Construct Completion
      sections.
    * Add Bookmarks section (thanks to John Gabriele).
    * Update Filetype Templates, Search sections.

Enrico Tröger's avatar
Enrico Tröger committed
2237 2238 2239 2240
    Internationalisation:
    * New translations: bg.
    * Updated translations: ca, cs, de, es, fr, zh_CN.

2241

2242 2243 2244 2245 2246 2247 2248
Geany 0.10.2 (February 25, 2007)

    Bugs fixed:
    * Fixed serious crash of complete X session when using the Stop
      command when Geany is run from the program menu (closes #1668017).


2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296
Geany 0.10.1 (February 23, 2007)

    Bugs fixed:
    * Wrong tab foreground colour for unmodified documents.
    * Fixed crashes when closing dialogs by clicking X on some systems.
    * Fixed missing global tags for C files when a C++ source file was
      loaded first.
    * Fixed autocompletion missing tag matches.
    * Fixed a wrong PASCAL autocompletion.
    * Set single undo action when toggling multiple lines or stripping
      trailing spaces.
    * Prevent some possible invalid memory reads.
    * Convert config, application and documentation dir paths to locale
      encoding before using it.
    * Fixed errors when changing directories containing special
      characters within the VTE component (thanks to Jeff Pohlmeyer).
    * Support newer so-names when loading the VTE library (thanks to
      Jeff Pohlmeyer).
    * Fixed paste problems on Windows.
    * When using Save As the returned filename needs to be converted
      into UTF-8.
    * Fixed error when parsing of compiler errors by the va_list system.
    * Added MimeType entry as suggested by Nick Schermer.
    * LaTeX parser: Allow \section*{} and other commands with *.
    * Change default keybinding for Close All to Ctrl-Shift-W.
    * Allow Make for files with no extension - prevent Build when the
      output filename would be the same as the source file.
    * Ensure the VTE visual settings are applied when switching to VTE
      when the Message Window is hidden.
    * Fixed several issues while opening files and improved code.
    * Improved the auto scrolling of documents and fixed a bug when
      opening files remotely.
    * Fixed wrong D function return type after a class definition.
    * Added several missing style types for filetype Perl (thanks to
      John Gabriele for reporting).
    * Prevent right click in Symbol list from selecting a tag.
    * Update the symbol list when starting a new document.
    * Scroll Compiler and Messages window in view when using Next Error
      or Next Message.
    * Auto close brackets only when auto completion of constructs is
      enabled (closes #1665015).
    * Fixed switching to the wrong tab when showing the unsaved dialog.

    Internationalisation:
    * New translations: fi (thanks to Harri Koskinen).
    * Updated translations: cs, de, es, fr, hu.


2297
Geany 0.10 (December 21, 2006)
2298 2299

    Changes:
2300 2301 2302 2303 2304 2305 2306 2307
    * Added a dialog to insert HTML special characters.
    * Added new command line option --line to set the initial line for
      the first opened file.
    * Implemented new, own Undo system to undo/redo encoding changes.
    * Added simple parser for filetype Diff to create tags for each
      patched file in a diff file.
    * Added new encoding "None" to open files without any character
      conversions.
2308
    * Added Stop button to abort the Run command.
2309 2310 2311 2312 2313
    * New filetype VHDL.
    * New scintilla lexer for filetype D with several improvements.
    * Improved auto completion of multi line comments
    * Added option to execute programs in the VTE instead of executing
      them in a terminal emulation window
2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329
    * Removed the limit on the number of files open.
    * Save the build includes and arguments when quitting.
    * Added Next Message search command and Next Error build command.
    * Make search bar automatically wraparound if necessary.
    * Applied patch from Bob Doan to prevent unnecessary search
      scrolling and add a preference to suppress some of the search
      dialogs.
    * Added Find Previous, Find All in Document/Session buttons for the
      Find dialog.
    * Added Replace (but don't Find) button for the Replace dialog.
    * Added 'Hide Message Window' popup menu command.
    * Added Alt-[1-9] shortcuts to switch to a certain tab number.
    * Limit search dialog history to 30 entries.
    * Change python default compile command to create a compiled
      python .pyc file (thanks to Bajusz Tamás).

2330
    Windows changes:
2331
    * Fix #1611530 'file has changed' message on Windows after saving.
2332 2333 2334 2335 2336 2337 2338 2339 2340 2341
    * Fixed wrong paste behaviour under Windows with some applications.

    Bugs fixed:
    * Fixed crash when using "Make object" on new files.
    * Fixed incompatible use of read command in the created shell
      script to execute programs.
    * Fixed wrong insert position when the cursor was moved by keyboard
      and comments, includes or a date was inserted.
    * Fixed some segfaults when inserting comments, dates and
      includes at a position prior to some deleted text.
2342 2343 2344
    * Fix message window horizontal scrollbar being too tall on some
      systems (thanks to Rob van der Linde).

2345 2346 2347 2348
    Internationalisation:
    * New translations: fr, hu, it, zh_CN, zh_TW.
    * Updated translations: be, ca, cs, de, es, vi.

2349

Enrico Tröger's avatar
Enrico Tröger committed
2350
Geany 0.9 (September 29, 2006)
2351 2352 2353 2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367

    Changes:
    * Added function calltips for files open in the current workspace
      for C-like languages.
    * Open a second instance by default when starting Geany with no
      filenames specified on the command-line.
    * Added better error message support for D, for both DMD and GDC;
      also GCC-style linker error messages are now parsed.
    * Text selections now use syntax highlighting foreground colours
      (but can still be overridden in filetypes.common).
    * Find in Files improvements: fixed string and whole word only
      matching options; a directory selector dialog; filenames passed
      to Grep are now sorted alphabetically.
    * Remember the VTE current directory at startup.
    * Show the messages window on build failure or for Find Usage.
    * Added -s command-line option to not load session files (-i is now
      used to force a new instance).
Enrico Tröger's avatar
Enrico Tröger committed
2368 2369 2370 2371 2372 2373 2374 2375 2376 2377 2378 2379 2380 2381 2382
    * Added comment toggle functionality to easily comment and
      uncomment a line with one shortcut.
    * Separated filetypes PHP and HTML for better usage.
    * New filetypes: Diff, Fortran 77 and Ferite.
    * Added auto completion tags for PASCAL.
    * Improved VTE usage by adding options for selecting the used shell
      and ignoring menu bar accelerator (default F10).
    * Added menu items to insert configurable date/time strings.
    * Removed the whole FIFO code and replaced it with support for
      (Unix Domain) Sockets(including Windows support).

    Windows changes:
    * Implemented Run command (from the build menu) under Windows.
    * Enabled socket code on Windows to detect a running instance.
    * Enabled notification if file on disk has changed under Windows.
2383 2384 2385 2386 2387 2388 2389 2390

    Bugs fixed:
    * Fixed a segfault at startup if terminal follow path setting is
      enabled.
    * Fixed clicking on error messages being dependent on the current
      file's directory.
    * Fixed a bug when clicking on a recent file got the wrong
      filename.
Enrico Tröger's avatar
Enrico Tröger committed
2391 2392 2393 2394 2395 2396 2397 2398
    * Fixed a crash when a compiler output reports an error in a blank
      line(can happen in LaTeX)
    * Fixed a crash when switching between several filetypes.
    * Fixed segfault when replacing tabs by spaces.

    Internationalisation:
    * New translations: cs, nl, vi.
    * Updated translations: de, es.
2399 2400


Enrico Tröger's avatar
Enrico Tröger committed
2401
Geany 0.8 (August 09, 2006)
2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415

        Changes:
        * Find in files feature added which uses the Grep tool.
        * Added Make object command to compile using the Make tool.
        * Editor notebook tabs can now be reordered by drag and drop.
        * Added support for back references when using regex replace.
        * Added a Find button to the Replace dialog to skip matches.
        * Greatly improved the speed of Replace all/in selection.
        * Scroll to 1/4 of the view when jumping to a line number.
        * Show messages on the status bar and in the Status window.
        * Preferences options for Auto-indentation and Line wrapping.
        * Use the mouse click position for Go to tag.
        * Added separate filetype_extensions.conf system file.
        * Added makefiles for building on Windows.
Enrico Tröger's avatar
Enrico Tröger committed
2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426
        * Added keyboard shortcuts for increase/decrease of line
          indentation.
        * Added functionality to uncomment code.
        * Encoding support
        * Added support for Unicode Byte-Order-Mark (BOM)
        * Redesigned preferences dialog.
        * Added Undo and Redo toolbar buttons.
        * New filetype: D
        * Added simple printing support.
        * Mark errors while compiling source code within Geany with
          indicators(small squiggly underlines)
2427 2428 2429 2430 2431 2432 2433 2434

        Bugs fixed:
        * Use the full path for files opened from the command-line.
        * Fixed saving a file from the unsaved file dialog.
        * Fixed replacing with regexes the correct matched text length.
        * Fixed applying virtual terminal widget settings at startup.
        * Fixed prepending items to the Recent files menu.
        * Fixed clipboard commands used in the find entry and Scribble.
Enrico Tröger's avatar
Enrico Tröger committed
2435 2436
        * Fixed wrong interpretation of syntax highlighting colours
        * And some more.
2437 2438 2439 2440

        Windows bugs fixed:
        * Don't add .c extension when saving with the All files filter.
        * Fixed a tool chooser dialog crash when path doesn't exist.
Enrico Tröger's avatar
Enrico Tröger committed
2441 2442 2443 2444 2445
        * Fixed locale problems with Windows message dialogs.

        Internationalisation:
        * New translations: be, es, pt_BR, ru.
        * Updated translations: ca, de, pl.
2446 2447 2448

        Documentation:
        * Added Scintilla keyboard commands for editing appendix.
2449
        * Improved search section; added all find and go to commands.
Enrico Tröger's avatar
Enrico Tröger committed
2450
        * Added section about character sets.
2451 2452


Enrico Tröger's avatar
Enrico Tröger committed
2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 2466 2467 2468 2469 2470 2471
Geany 0.7 (June 04, 2006)

        * user-definable keyboard shortcuts
        * filetype definition files can be overridden in Geany's
          configuration directory (please see documentation)
        * added filetypes Ruby and Tcl/Tk
        * improved build system (for Perl, Python, Ruby and others)
        * loading of Virtual Terminal Emulation can be disabled in the
          preferences dialog
        * new menu item "Search" with Find items from Edit menu and new
          item "Find Previous"
        * fixed the bug which let Geany crash with newer GTK versions
        * improved documentation: added documentation for keyboard
          shortcuts, the build system and filetype definition files
        * new translations: Catalan and Polish
        * many small improvements
        * fixed lots of bugs (please see ChangeLog for details)


Enrico Tröger's avatar
Enrico Tröger committed
2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 2495 2496
Geany 0.6 (April 30, 2006)

        * added option to place new file tabs to the right or left of
          the tab list
        * improved file open dialog
        * improved scrolling of the compiler output window
        * rewrote most of the code for compiling files, now all
          settings are read from filetype definition files
        * now, you can drag files from a file manager into Geany and
          they will be opened
        * improved handling of filenames which contain non-UTF8 chars
        * added user-definable comment characters to all filetype
          definition files
        * implemented folding
        * added file properties dialog
        * improved search and find dialogs
        * Geany now creates a FIFO, to communicate between different
          instances for opening files in an already running instance
        * added filetypes SQL and (O)Caml
        * many small improvements
        * fixed lots of bugs, including #1419473, #1422135, #1421776
          and #1441359
        * for more details read the ChangeLog


Enrico Tröger's avatar
Enrico Tröger committed
2497 2498 2499 2500 2501 2502 2503 2504 2505 2506 2507 2508 2509 2510 2511 2512 2513
Geany 0.5 (January 27, 2006)

        * set the Open File dialog directory to the same directory as
          the current file (thanks to Nick Treleaven for this patch)
        * fixed some bugs when opening files with non UTF-8 filenames
        * updated included Scintilla to version 1.67
        * improved auto indention, now "for (...) {" works, too
        * added popup menu to sidebar lists, to quickly hide them
        * symbol list support for filetypes LaTeX and DocBook
        * added .cc, .hh and .hxx extension for filetype C++
        * added new keywords for PHP5
        * added new option "Beep on errors" to disable beeping
        * eliminated compiler (gcc4) warnings
        * closed bug #1387828 and #1387839
        * fixed lots of bugs (please see ChangeLog for details)


Enrico Tröger's avatar
Enrico Tröger committed
2514 2515 2516 2517 2518
Geany 0.4 (December 21, 2005)

        * new filetype: Assembler
        * new filetype: Conf for configuration files
        * added a terminal emulation widget, needs only libvte.so at
Enrico Tröger's avatar
Enrico Tröger committed
2519
          runtime, but it also runs without it, see documentation
Enrico Tröger's avatar
Enrico Tröger committed
2520 2521 2522 2523 2524 2525 2526 2527 2528 2529 2530 2531 2532
        * made some general improvements to increase startup speed
        * changed "build with make" keyboard shortcut to Shift+F9 to
          avoid problems with window managers key bindings
        * added auto-closing [ and { brackets in LaTex-Mode
        * improved documentation, but it is not yet complete
        * improved the symbol list to categorise the tags in a tree
        * some new options in the preferences dialog
        * added popup menu to the list of open files
        * there are lots of other small changes made since last release
        * some bugfixes (please see ChangeLog for details)


Geany 0.3 (November 20, 2005)
Enrico Tröger's avatar
Enrico Tröger committed
2533 2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 2551

        * Geany now has a mailing list, for details see
          http://geany.uvena.de
        * added open files list in the left treeview widget
        * added toolbar button to open the color chooser
        * heavily improved recent files menu
        * added shortcut for "walking" between open documents by
          pressing STRG+LEFT resp. STRG+RIGHT
        * created template files for new files with specified filetype
        * added highlighting support for Python (please give feedback)
        * extracted all hardcoded styling definitions for all filetypes
          so they can be easily edited
        * added vertical line to mark long lines
        * fixed a bug that caused a segfault if configuration directory
          could not created
        * fixed a bug which prevented auto-completion from working
        * many minor bugfixes (see ChangeLog for details)


Enrico Tröger's avatar
Enrico Tröger committed
2552
Geany 0.2 (October 26, 2005)
Enrico Tröger's avatar
Enrico Tröger committed
2553 2554 2555 2556 2557 2558 2559 2560

        * improved file open dialog
        * improved Find dialog
        * powerful Replace dialog
        * gcc4 compilation fix
        * minor bugfixes


Enrico Tröger's avatar
Enrico Tröger committed
2561
Geany 0.1 (October 19, 2005)
Enrico Tröger's avatar
Enrico Tröger committed
2562 2563

        * first official release