2006-06-04 13:10:16 +00:00
|
|
|
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)
|
|
|
|
|
|
|
|
|
2006-04-29 18:54:45 +00:00
|
|
|
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
|
|
|
|
|
|
|
|
|
2006-01-27 19:11:30 +00:00
|
|
|
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)
|
|
|
|
|
|
|
|
|
2005-12-21 19:54:50 +00:00
|
|
|
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
|
2006-01-27 19:11:30 +00:00
|
|
|
runtime, but it also runs without it, see documentation
|
2005-12-21 19:54:50 +00:00
|
|
|
* 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)
|
2005-11-22 11:51:30 +00:00
|
|
|
|
|
|
|
* 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)
|
|
|
|
|
|
|
|
|
2005-12-21 19:54:50 +00:00
|
|
|
Geany 0.2 (October 26, 2005)
|
2005-11-22 11:51:30 +00:00
|
|
|
|
|
|
|
* improved file open dialog
|
|
|
|
* improved Find dialog
|
|
|
|
* powerful Replace dialog
|
|
|
|
* gcc4 compilation fix
|
|
|
|
* minor bugfixes
|
|
|
|
|
|
|
|
|
2005-12-21 19:54:50 +00:00
|
|
|
Geany 0.1 (October 19, 2005)
|
2005-11-22 11:51:30 +00:00
|
|
|
|
|
|
|
* first official release
|
|
|
|
|