Version 0.7.9:

 - Search text wraps at the end of the document.
   [Thanks to Giuseppe Corbelli <cowo@yoda2000.net>]

 - Automatic autocompletion
   [Thanks to Adrin Ferrer <aferrer@peoplecall.com> for the idea and the first
   implementation]

 - API files support
   [Idea stolen from SciTE]

Version 0.7.8:

 - Various bugfixes

Version 0.7.7:

 - Updated to PyGtkScintilla 0.8.1 (Scintilla 1.43). New lexers: Lisp, Ruby,
   Eiffel, Eiffel KW, Tcl, NN Crontab, Bullant, VB Script, ASP, PHP, Baan.

 - The long awaited word wrapping is here! It wraps the words at the window
   border.

 - Fixed dropping multiple files.

Version 0.7.6:

 - Fixed handling of binary files: now you can open binary files and they will
   be displayed in the editor (needed upgrade to PyGtkScintilla 0.7.4).

 - Search in files: Moleskine can search a string in the currently open files
   or in a given directory.
   [Thanks to Tivo Leedjrv <leedjarv@interest.ee>]

 - Basic CVS support: commit, update, diff, status, log, add, remove file or
   directory from inside Moleskine.
   [Thanks to Tivo Leedjrv <leedjarv@interest.ee>]

 - I18N support (for complete functionality, you must upgrade to PyGtkScintilla
   0.7.4, but this is not required).
   [Thanks to Joe Man <trmetal@yahoo.com.hk>]

 - Translations: Traditional chinese (Joe Man), Italian (me), Estonian (Ilmar
   Kerm).

 - Drag & drop support. Tested with Nautilus, GMC and Konqueror.
   [Thanks to Abe Fettig <abe@fettig.net>]

 - Improved support for Emacs keybindings. You can find the shortcut listing in
   the MANUAL file.
   [Thanks to Adewale Oshineye <aoshineye@digitas.com>]

Version 0.7.5:

 - Sessions handling. Open files, active file, caret positions and languages
   are saved between Moleskine sessions and can be exported to an external
   file.

 - Improved keyboard navigation in search and replace dialogs.

 - Added caret style configuration (colour, size and blinking period).

 - Direct access to the first 10 open files with Alt-1, ..., Alt-0.

 - Permissions check on files being opened.

 - Check if a file is already open.

 - `Goto line...' in edit menu.

 - Fixed a bug when closing Moleskine from the window close button.
   [All these items: thanks to Tivo Leedjrv <leedjarv@interest.ee>]

 - Rewrote Emacs keybindings handling.
   [Thanks to Adewale Oshineye <aoshineye@digitas.com>]


Version 0.7.4:

 - Fixed a serious bug in search and replace caused by an interface change in
   Scintilla (my fault, though).


Version 0.7.3:

 - Fixed a show-stopper bug when using Gnome keybindings.

 - Fixed Moleskine.spec to be indipendent from the Python version.

 - Changed `Close all' keybinding to C-A-W.

 - Added keybindings: `Show white space'-> C-S-W, `Show end of line'-> C-S-E.


Version 0.7.2:

 - Rewritten search & replace functions. Changes:
    * Regular expressions
    * Replace in selection
    * Match word start
    * Arrow keys in the entries navigate through history
    * Current selection automatically inserted in the `Seach' entry
    * New design (Guys, I love Glade!)
    * Speed!

 - Open multiple files from the file selection dialog (not just from the
   command line).

 - Started writing a little user manual (Almost copy&paste from Scintilla
   documentation :P).
   [with help from
    Ren E. Beszon <Rene.Beszon@t-online.de> and
    Brady Hegberg <bradyh@bitstream.net>]

 - Fixed an incompatibility with Python 2.

 - Removed the workaround for the transparent pixmaps issues (the problem
   seems to have been fixed in the proper place).

 - RPM requires Python < 2.0. If you have Python >= 2.0, you will have to
   install from source (you can also modify the spec file, if you  want).


Version 0.7.1:

 - Fixed a bug that crashed Moleskine on startup if no personal config files
   are fund.


Version 0.7.0:

 - Ability to add new languages modes (and remove existing ones).

 - File path is displayed on titlebar, you can avoid long paths by replacing
   parts of them with a shorter name.
   Example:
     the current file is: /home/micampe/foo/bar/somefile.txt
     the titlebar will show: [Home]/foo/bar/somefile.txt
   and that this is fully customizable.
   
   P.S. I think this is a never-seen-before feature :P if you know of another
   program wich can do the same thing, please tell me.

 - Words autocompletion: type some chars, hit Ctrl-Space and a list of words
   matching that prefix will be shown, choose the right one and then hit Enter.

 - Braces matching.

 - Fixed handling of embedded languages in HTML lexer. JavaScript, PHP and
   embedded Python are working, more to come soon.

 - New languages: Pascal, XML and Makefiles (but now you can add new ones by
   yourself ;).

 - `Close all' and `Save all' menu items.

 - Menu items to show whitespace and end of line characters (these settings
   are not saved between sessions - by design).

 - Ability to convert end of line characters between the three different
   standards.

 - All Scintilla's lexers and styles are supported.

 - Slightly changed the automatic indentation behaviour. Now it always alignes
   with the previous line, even if it contains only whitespace (nobody asked
   for this, it just annoyed me *a lot* ;).

 - The Makefile automatically guesses Python version and installs Moleskine in
   the correct place.
   [thanks to Andy Balcombe <kinematics@ntlworld.com>, check out his useful
    find utility: <http://homepage.ntlworld.com/kinematics/pyfind>]

 - New logo!
   [Graphics by Alberto Doriguzzi Bozzo <lastalba@yahoo.com>
    Catch-phrase by Sourav K. Mandal <Sourav.Mandal@ikaran.com>]
 

Version 0.6.6:

 - Workaround to make it work with Ximian GNOME (they've done something bad
   with MonkeyTalk, it confused the Python interpreter).


Version 0.6.3 through 0.6.5:

 - Bugfixes.


Version 0.6.2:

 - Added Moleskine to GNOME panel menu (in Development section).
 
 - File types are checked when saving a file.

 - Bugfixes.


Version 0.6.1:

 - Improved fonts handling.

 - Bugfixes.


Version 0.6:

 - Code reorganized (mostly rewritten), now it is *a lot* better organized,
   smarter and easier to understand (IMO).

 - Global style configuration that can be overriden by syntax styles.

 - Changed (and improved) fonts handling.

 - New `Change language' menu.

 - Improved find/replace dialogs.

 - Bookmarks.

 - Configurable (or automatic) number of digits in line numbers.

 - Open files from command line.

 - Recently opened files menu.

 - Next/Previous document wraps around when it reach end/beginning of
   documents.

 - Two alternative keybindings schemes: standard GNOME and Moleskine.

 - Optional simple Emacs keybindings emulation.
   [Matthew Pratt <mattpratt@yahoo.com>]

 - Name of the active file on the titlebar.

 - Worked around a problem where some GTK+ themes were not displaying
   properly message boxes. (Now tooltips are broken, though...).

 - RPM Packages.
   [Sourav K. Mandal <Sourav.Mandal@ikaran.com>]

 - Maybe something else...



Changes before 0.6 are lost in my brain...
