blob: 2afbffc3ac0a3e737e3b5d14fee58aabd3292f7d (
plain)
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
35
36
37
38
39
|
* 2004-02-26 Jasper Huijsmans <jasper@xfce.org>
Backport features from development version:
- repositioning when the panel size changes and keep inside the screen.
- Properly update arrow direction on popup buttons.
* 2003-11-05 Jasper Huijsmans <jasper@xfce.org>
Make SIGUSR2 quit with confirmation.
* 2003-10-23 Jasper Huijsmans <jasper@xfce.org>
Make SIGUSR1 really start a new instance of the panel. Fixes new plugin
installation bug.
* 2003-07-25 Jasper Huijsmans <huysmans@users.sourceforge.net>
Improved autohide handling and reorientation.
* 2003-07-18 Olivier Fourdan <fourdan@xfce.org>
Update default configuration
* 2003-07-18 Jasper Huijsmans <huysmans@users.sourceforge.net>
Update plugin API to prevent old plugins from crashing the panel.
* 2003-07-09 Jasper Huijsmans <huysmans@users.sourceforge.net>
Removed 'revert' functionality from the panel. This changes plugin API. All
plugins must be recompiled and plugins providing options need to update to use
the new API.
* 2003-06-17 Benedikt Meurer <Benedikt.Meurer@unix-ag.uni-siegen.de>
Added async-exec patch to improve the responsiveness of the UI.
|