From 9c1ab303214713336680d8ce651af0d830311b6f Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Sat, 25 Apr 2009 16:32:15 +0100 Subject: [PATCH] Added changelog for 2.1 --- Help/Changes | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/Help/Changes b/Help/Changes index 3cf9d29..6fde3bb 100644 --- a/Help/Changes +++ b/Help/Changes @@ -2,6 +2,37 @@ A simple text editor by Thomas Leonard +Version 2.1 + +Babyfai Cheung (1): + Update Chinese Translations + +Stephen Watson (1): + Work around change in Python 2.5 + +Thomas Leonard (19): + Added feed-for + Name required Python modules in help text + Now that the search minibuffer doesn't show the current search direction, changing direction + When loading a file by drag and drop, load to the place the user dropped the file, not to the cursor (Thomas Leonard and Ken Hayber) + Dragging to the toolbar opens the file in a new window instead of inserting it (Ken Hayber and Thomas Leonard) + Added 'Search Again' function (Thomas Leonard and Ken Hayber) + Minor code cleanup + Aim for a default width of around 100 characters (suggested by Tristan) + Updated Spanish translation (Juan Carlos Jiménez) + If turning on spell checking doesn't work, report the error + Make Edit work without gtksourceview again (Guido Schimmels) + Updated local Zero Install interface to newer format + Updated tests to use Python2.4 and to specify the encoding + Set the transient_for hint on saveboxes (Thomas Leonard) + Fix for Python 2.6: "with" is now a keyword + Allow releasing using 0release + Allow running unit-tests with 0test + + +Version 2.0 and before + + 08-Dec-2005 Added 'Search Again' function (Thomas Leonard and Ken Hayber). -- 2.11.4.GIT