-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
35 lines (18 loc) · 1.59 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
2009-04-03 Alexandre Owen Muniz <[email protected]>
* Makefile.am: added po/POTFILES.in to EXTRA_DIST
* configure.in: bumped version to 0.9.1. Previous version was bugfree; this one also builds.
2008-07-14 Alexandre Owen Muniz <[email protected]>
* wsname_applet.py: Added a fixed width mode, and a preferences dialog to configure the width. Made pressing the escape key cancel out of editing the name. Fixed menu to use accelerators and stock icons.
* configure.in: bumped version to 0.9.0, since it is perfectly bug free and should therefore be ready for beta now.
2008-07-06 Alexandre Owen Muniz <[email protected]>
* wsname_applet.py(WSNameApplet._onToggled): Select text in entry when displaying it.
* configure.in: added AM_PO_SUBDIRS, bumped version to 0.2.0
2007-07-28 Alexandre Owen Muniz <[email protected]>
* wsname_applet.py(WSNameEntryWindow): Move workspace name changing from entry changed signal to activate signal, which fixes nastiness where the entry would briefly be blank, causing the previous workspace name to be lost.
* configure.in: bumped version to 0.1.0, on account of the fix makeing the applet usable.
2006-07-28 Alexandre Owen Muniz <[email protected]>
* GNOME_WorkspaceNameApplet.server.in.in, Makefile.am, wsnamelet.png: added icon.
* wsname_applet.py (WSNameEntryWindow._onActivate): Toggle button (and hide entry window) when enter is pressed.
(WSNameApplet._onToggled): disable tooltips while entry is shown (because the tooltip ends up obscuring the entry, which is annoying.)
2006-07-08 Alexandre Owen Muniz <[email protected]>
* Added ChangeLog.