New release.
[memo.git] / Help / Changes
blobadf8863aefa5638ab72d846bd7d4153717f5bb5c
1                         Memo
2                         Reminds you about things
3                         by Thomas Leonard
5 Changes in release 1.9.7:
7 - Work around for a change in Python 2.5 (Stepen Watson).
9 - Fixed some deprecation warnings (Thomas Leonard).
11 - Quit correctly if the applet is destroyed, e.g. by ROX-Filer moving the panel
12   to a different edge of the screen (Thomas Leonard; reported by Ken Hayber).
14 - Added support for running as an applet from MiniClock (Thomas Leonard and Ken
15   Hayber).
17 - Memo now checks that an existing copy isn't running, and refuses to start if
18   so (Thomas Leonard).
20 - Allow repositioning the main window by dragging the time button (Thomas
21   Leonard). Note: doesn't work with OroboROX.
23 - When clicking on the notification text, not a button, some versions of the
24   notification deamon signal the "default" action. Don't display a warning in
25   this case (Thomas Leonard; reported by grim).
27 - In 'rough' mode, show the exact time in a tooltip (Thomas Leonard; suggested
28   by José Silva).
30 - Added Spanish Venezuelan translation (José Silva).
32 - Added an "egg-timer" (Thomas Leonard; suggested by Lasse Pommerenke).
34 - Improve display of notifications (Thomas Leonard):
35   - Show time in italics.
36   - Don't include summary in body.
37   - Escape mark-up characters.
39 Changes in release 1.9.6:
41 - Added Chinese translations (Babyfai Cheung).
43 - Upgraded timeout calls to avoid deprecation warnings (Thomas Leonard).
45 - Updated to latest findrox.py (Thomas Leonard).
47 - If a D-BUS notification service is available, use that to display alarms
48   (Thomas Leonard).
50   See http://www.galago-project.org/specs/notification/
53 20-Feb-2005 (Release 1.9.5)
54 ~~~~~~~~~~~
55 Use freedesktop.org basedir spec for storing config files, and use newer
56 findrox (Thomas Leonard).
58 07-Dec-2003
59 ~~~~~~~~~~~
60 Internationalization! Added italian translation (Yuri Bongiorno).
62 18-Sep-2003 (Release 1.9.4)
63 ~~~~~~~~~~~
64 Bugfix: 'at' got turned off when loading with Python 2.3.
66 26-Jul-2003 (Release 1.9.3)
67 ~~~~~~~~~~~
68 Try to access ROX-Lib through Zero Install, if possible.
70 04-Jul-2003
71 ~~~~~~~~~~~
72 Added italian translation in AppInfo.xml (Yuri Bongiorno)
74 01-Jul-2003
75 ~~~~~~~~~~~
76 Bugfix: Dates didn't change format at midnight (eg 1 Jul -> Today)
77         (reported by Graham Borland).
79 27-Jun-2003
80 ~~~~~~~~~~~
81 Bugfix: '12 hour' clock option was showing 24 hour times.
82         (reported by Graham Borland).
84 16-May-2003
85 ~~~~~~~~~~~
86 New icon (Geoff Youngs).
88 31-Mar-2003 (Release 1.9.2)
89 ~~~~~~~~~~~
90 New release.
92 11-Feb-2003
93 ~~~~~~~~~~~
94 Upgraded to cope with pygtk-1.99.15.
96 20-Nov-2002 (Release 1.9.1)
97 ~~~~~~~~~~~
98 Hack around another pygtk reference counting bug.
100 28-Oct-2002
101 ~~~~~~~~~~~
102 Support pygtk 1.99.12 (RedHat 8.0) as well as current versions.
103 Hack around pygtk reference counting bug.
105 10-Sep-2002
106 ~~~~~~~~~~~
107 Toggle hidden had stopped working with new pygtk.
109 07-Aug-2002
110 ~~~~~~~~~~~
111 Text box for memo message now scrolls correctly (instead of just getting
112 larger and larger!).
114 13-Jul-2002 (Release 1.9.0)
115 ~~~~~~~~~~~
116 Turned on word-wrapping in the editor dialog.
118 03-Jul-2002
119 ~~~~~~~~~~~
120 Upgraded to Gtk+-2.0 and ROX-Lib2. New features:
122 - Dialog style for window.
123 - Options window (Sticky, Time style and Limits on which messages to display).
124 - When an alarm goes off, offer to hide the memo rather than delete it.
125 - Double-beep before showing alarm.
126 - Show All feature so you can see memos that are hidden or too far in the
127   future.
128 - Delete multiple memos at once (from Show All box).
130 09-Nov-2001
131 ~~~~~~~~~~~
132 Make 'Edit' the default button when an alarm appears, not 'Remove'.
134 25-Sep-2001 (Release 1.0.0)
135 ~~~~~~~~~~~
136 Bugfix: Messages with <, > or & characters didn't save correctly.
138 17-Jul-2001
139 ~~~~~~~~~~~
140 Beep and wait a second before showing an alarm. Otherwise, if an alarm
141 appears while you're typing you can lose it.
143 30-May-2001
144 ~~~~~~~~~~~
145 Switched to using ROX-Lib.
147 29-May-2001 (Release 0.1.1)
148 ~~~~~~~~~~~
149 Added AppInfo file.
151 19-Jan-2001
152 ~~~~~~~~~~~
153 Main window widgets don't grab the focus (looks better).
155 13-Jan-2001
156 ~~~~~~~~~~~
157 Started.