Updated Changes file for new release.
[memo.git] / Help / Changes
blob6313c8cc20ef885f9c9b0a37edf04499a8c0fd5e
1                         Memo
2                         Reminds you about things
3                         by Thomas Leonard
5 Changes in release 2.1:
7 - Added support for 0release.
9 - Added a system tray icon in 'standalone' (ie, non-applet) mode. This will
10   only appear if you have gtk-2.10 or better installed. Users with earlier
11   versions of gtk will see the options to enable/disable/etc, but these options
12   will have no effect (Jim Ramsay).
14 - Added stock icons to main window menu (Jim Ramsay).
16 - Added 'early alert' and sound capabilities. See Help/README for
17   details (Jim Ramsay).
20 Changes in release 2.0:
22 - Reposition the memo list next to the applet when the list changes (Thomas Leonard).
24 - Added Memo's .DirIcon to the popup for DBUS notification, and a "Delete"
25   button to the dbus notification popup beside the existing hide/edit/ok
26   buttons (Jim Ramsay).
28 - Improvements to options (Lucas Hazel):
29   - The fonts and text sizes can be set for the applet.
30   - Some options simplified.
31   - Improved layout, and split time setting into its own section.
33 Changes in release 1.9.7:
35 - Work around for a change in Python 2.5 (Stepen Watson).
37 - Fixed some deprecation warnings (Thomas Leonard).
39 - Quit correctly if the applet is destroyed, e.g. by ROX-Filer moving the panel
40   to a different edge of the screen (Thomas Leonard; reported by Ken Hayber).
42 - Added support for running as an applet from MiniClock (Thomas Leonard and Ken
43   Hayber).
45 - Memo now checks that an existing copy isn't running, and refuses to start if
46   so (Thomas Leonard).
48 - Allow repositioning the main window by dragging the time button (Thomas
49   Leonard). Note: doesn't work with OroboROX.
51 - When clicking on the notification text, not a button, some versions of the
52   notification deamon signal the "default" action. Don't display a warning in
53   this case (Thomas Leonard; reported by grim).
55 - In 'rough' mode, show the exact time in a tooltip (Thomas Leonard; suggested
56   by José Silva).
58 - Added Spanish Venezuelan translation (José Silva).
60 - Added an "egg-timer" (Thomas Leonard; suggested by Lasse Pommerenke).
62 - Improve display of notifications (Thomas Leonard):
63   - Show time in italics.
64   - Don't include summary in body.
65   - Escape mark-up characters.
67 Changes in release 1.9.6:
69 - Added Chinese translations (Babyfai Cheung).
71 - Upgraded timeout calls to avoid deprecation warnings (Thomas Leonard).
73 - Updated to latest findrox.py (Thomas Leonard).
75 - If a D-BUS notification service is available, use that to display alarms
76   (Thomas Leonard).
78   See http://www.galago-project.org/specs/notification/
81 20-Feb-2005 (Release 1.9.5)
82 ~~~~~~~~~~~
83 Use freedesktop.org basedir spec for storing config files, and use newer
84 findrox (Thomas Leonard).
86 07-Dec-2003
87 ~~~~~~~~~~~
88 Internationalization! Added italian translation (Yuri Bongiorno).
90 18-Sep-2003 (Release 1.9.4)
91 ~~~~~~~~~~~
92 Bugfix: 'at' got turned off when loading with Python 2.3.
94 26-Jul-2003 (Release 1.9.3)
95 ~~~~~~~~~~~
96 Try to access ROX-Lib through Zero Install, if possible.
98 04-Jul-2003
99 ~~~~~~~~~~~
100 Added italian translation in AppInfo.xml (Yuri Bongiorno)
102 01-Jul-2003
103 ~~~~~~~~~~~
104 Bugfix: Dates didn't change format at midnight (eg 1 Jul -> Today)
105         (reported by Graham Borland).
107 27-Jun-2003
108 ~~~~~~~~~~~
109 Bugfix: '12 hour' clock option was showing 24 hour times.
110         (reported by Graham Borland).
112 16-May-2003
113 ~~~~~~~~~~~
114 New icon (Geoff Youngs).
116 31-Mar-2003 (Release 1.9.2)
117 ~~~~~~~~~~~
118 New release.
120 11-Feb-2003
121 ~~~~~~~~~~~
122 Upgraded to cope with pygtk-1.99.15.
124 20-Nov-2002 (Release 1.9.1)
125 ~~~~~~~~~~~
126 Hack around another pygtk reference counting bug.
128 28-Oct-2002
129 ~~~~~~~~~~~
130 Support pygtk 1.99.12 (RedHat 8.0) as well as current versions.
131 Hack around pygtk reference counting bug.
133 10-Sep-2002
134 ~~~~~~~~~~~
135 Toggle hidden had stopped working with new pygtk.
137 07-Aug-2002
138 ~~~~~~~~~~~
139 Text box for memo message now scrolls correctly (instead of just getting
140 larger and larger!).
142 13-Jul-2002 (Release 1.9.0)
143 ~~~~~~~~~~~
144 Turned on word-wrapping in the editor dialog.
146 03-Jul-2002
147 ~~~~~~~~~~~
148 Upgraded to Gtk+-2.0 and ROX-Lib2. New features:
150 - Dialog style for window.
151 - Options window (Sticky, Time style and Limits on which messages to display).
152 - When an alarm goes off, offer to hide the memo rather than delete it.
153 - Double-beep before showing alarm.
154 - Show All feature so you can see memos that are hidden or too far in the
155   future.
156 - Delete multiple memos at once (from Show All box).
158 09-Nov-2001
159 ~~~~~~~~~~~
160 Make 'Edit' the default button when an alarm appears, not 'Remove'.
162 25-Sep-2001 (Release 1.0.0)
163 ~~~~~~~~~~~
164 Bugfix: Messages with <, > or & characters didn't save correctly.
166 17-Jul-2001
167 ~~~~~~~~~~~
168 Beep and wait a second before showing an alarm. Otherwise, if an alarm
169 appears while you're typing you can lose it.
171 30-May-2001
172 ~~~~~~~~~~~
173 Switched to using ROX-Lib.
175 29-May-2001 (Release 0.1.1)
176 ~~~~~~~~~~~
177 Added AppInfo file.
179 19-Jan-2001
180 ~~~~~~~~~~~
181 Main window widgets don't grab the focus (looks better).
183 13-Jan-2001
184 ~~~~~~~~~~~
185 Started.