10.9.3
2-------------------------------------------------------------------------
3* Finally fixed battery calculations, it missed Power so left time was
4    always at zero.
5* Fixed task window raising on drop file on it (was broken since 0.9.0).
6
70.9.2
8-------------------------------------------------------------------------
9* Fixed battery selection if battery detached but another is available.
10* Fixed battery percentage calculations if charge isn't available but
11    energy is, it appears broken in 0.9.0.
12* Fixed wrong state change on task button when hovered, it shouldn't
13    receive selected state until window has urgency.
14* Fixed wrong flat button appearance when hovered, it wasn't flat.
15
160.9.1
17-------------------------------------------------------------------------
18* Fixed build failure without ALSA.
19* Added alternative mixers if build using OSS.
20* Fixed panel flicker with some window managers.
21
220.9.0
23-------------------------------------------------------------------------
24* Added support for laptops with multiple batteries.
25* Added a way to scroll through workspaces by using the scroll wheel over
26    the deskno plugin.
27* Bunch of fixes for GTK+ 3.0 compatibility.
28* Fixed outdated lxpanel man page.
29* Fixed weather locations query (since YQL was changed recently).
30* Converted space plugin into internal PanelSpace widget in liblxpanel.
31* Converted task button into widget class to avoid ambiguous code.
32* Added support for third-party plugins localized descriptions.
33* Implemented "lxpanelctl command ..." to send message to panel plugin.
34* Added APIs for PanelIconGrid to draw focus on drop.
35* Converted launch button into widget class for more easy management.
36* Adjusted PanelIconGrid: min spacing is now 1, no_window flag is now
37    left unset by default, spacing is taken into account on overall size
38    to be consistent on chosen orientation.
39* Implemented dropping file or folder onto launch bar to create launcher.
40* Implemented dragging launchers around launchbars (between panels too).
41* Implemented dropping file or folder onto free panel space to create
42    launcher.
43* Implemented dragging launchers from launchbar to some free panel space.
44    When launcher dropped onto another place and former place's launchbar
45    becomes empty, it will not be replaced with a bootstrapping icon (as
46    it happens when last launcher is removed via configuration dialog)
47    but launchbar will be removed from the panel instead, that behavior
48    is more obvious and sensible.
49* Added stripping scheme from URI menu://applications/... when a launcher
50    is created, only menu-id itself should be used.
51* Implemented moving plugins across panel by means of middle button drag
52    and drop, i.e. middle-click it then drag, and plugin will follow the
53    mouse until middle button is released.
54* Merged 'volume' and 'volumealsa' plugins into single plugin which uses
55    the same interface but different driver, in dependency on how it was
56    built - either OSS or ALSA interface is used. Name 'volume' is used
57    for simplicity while 'volumealsa' is supported for compatibility.
58* Made default channel in 'volume' plugin definable in config. If there
59    is no config statement then plugin finds first usable one, the same
60    as before.
61* Made clicks for Toggle Mute, Show Slider and Open Mixer actions of the
62    'volume' plugin configurable. Defaults are the same: left-click shows
63    slider, middle-click toggles mute state.
64* Added support for 'PCM' and 'Headphone' channels for OSS mixer.
65* Added support for other (not default one) ALSA cards in 'volume' plugin
66    via 'CardNumber' setting.
67* Added hotkey support into 'volume' plugin to be able to use multimedia
68    keys for volume changing directly by plugin.
69* Fixed missing libkeybinder initialization (keybinding did not work).
70* Fixed check for attempt to add a binding for the same hotkey which is
71    already bound elsewhere.
72* Added a configuration dialog to the 'volume' plugin with all the new
73    settings available to choose and set, including preset of discovered
74    mixers, with ability to type own command as well.
75* Fixed crash on action on task window which was deleted while task menu
76    is still opened.
77* Fixed "dynamic" panel width allocation.
78* Fixed PanelIconGrid allocation in rigth-to-left languages, it was wrong
79    so some icons might be invisible or placed under other plugins.
80* Removed call to gtk_widget_set_style() from volume slider to fix colors
81    of current theme.
82* Changed icon size handling on task bar - it may now maintain the same
83    size as rest of icons. It may affect users who are used to have them
84    smaller, it's why this feature was made configurable, corresponding
85    config variable is UseSmallerIcons and default is 1 (old behavior).
86* Changed volume slider popup behavior - it now hides when loses focus.
87* Fixed invalid memory access in weather plugin.
88* Fixed incorrect reporting units on "Feel" value in weather plugin. YQL
89    always reports Fahrenheit degrees there.
90* Added a safeguard on menu cache returning items with empty Exec line.
91* Fixed maximizing windows using task bar, GDK functions not always work.
92* Fixed wrong bind of preferences dialog to the panel, which resulted in
93    other dialogs appear on the same workspace where preferences was.
94* Expanded launch buttons active area to launchbar borders so if clicked
95    even into desktop corner, it should activate button at that corner.
96* Fixed few memory leaks in 'batt' plugin.
97* Removed unwanted conversions with energy for charge in 'batt' plugin
98    which will mess up tooltip indications, and may make rate/percentage
99    calculations invalid.
100* Replaced Xclimsg() with Xclimsgx() to be screen aware with X11 message.
101* Added a workaround for WM like MWM which does not properly resize down
102    widgets of panel kind. It still leaves artefacts but is better now.
103* Added a workaround on GtkBox behavior which does not send allocation
104    requests to children in some cases, so resizing of launchtaskbar on
105    panel height change was broken.
106* Fixed PanelIconGrid layout on vertical panels with more than 1 column.
107
1080.8.2
109-------------------------------------------------------------------------
110* Fixed crash in taskbar plugin after number of desktops was updated.
111* Fixed incorrect panel geometry initialization.
112* Fixed crash with invalid size of icon in _NET_WM_ICON property.
113* Fixed memory leak on 'indicator' plugin destruction.
114* Replaced old commands:
115    - Use notify send instead of xmessage
116    - Use nm-connection-editor instead of network-admin
117
1180.8.1
119-------------------------------------------------------------------------
120* Improved OSS headers detection a bit.
121* Fixed expand setting on plugins with default_expand when more than one
122    is available on the same panel.
123* Fixed icon for task button that retrieved using WM_HINTS.
124* Fixed wrong PanelIconGrid arrangement in vertical panel orientation.
125* Fixed missing handlers disconnect when destroying Task structure.
126* Removed writing debug messages to file when 'indicator' plugin is in
127    use - it will write all the debug there and that changes the behavior
128    which was not intended really.
129* Corrected background for 'indicator' plugin.
130* Fixed update 'indicator' plugin on configuration changes.
131* Fixed battery status: if discharge rate is 0 then it's charged.
132* Fixed incorrect cycle in netproc_devicelist_clear() leading to crash on
133    resume (after suspend).
134* Fixed scanning for temperature sensors which failed with some kernels.
135* Changed reconfiguring panel behavior: callbacks to plugins will be sent
136    on idle, not immediately to avoid "stuck" spin button (and eventually
137    even crash was possible).
138* Fixed initial icon on 'volumealsa' to show real state instead of muted.
139* Fixed 'dclock' updating that it will show time on start, not just on
140    next second change. It would create impression it's slow otherwise.
141* Fixed wrong task button activation on not processed drag of button.
142
1430.8.0
144-------------------------------------------------------------------------
145* Added workaround for crash in gtk-run with old libmenu-cache.
146* Core functions are separated into a private library to allow reliable
147    linking of modules using -Wl,-z,defs.
148* Added macro LXPANEL_CHECK_VERSION() for third party pluguns API check.
149* Added CONF_TYPE_EXTERNAL support for lxpanel_generic_config_dlg().
150* Implemented property "aspect-width" for PanelIconGrid to allow using
151    non-square tray sockets.
152* Added support for monitors "All" to span panel over all monitors (i.e.
153    to allow pre-0.6.0 behavior).
154* Implemented monitors hotplug support.
155* Fixed popups positioning in multi-monitor environment.
156* Fixed updating panel size if appropriate monitor changed its size or
157    position.
158* Implemented disabling for "Reserve space" button if another monitor
159    lies beyond the edge so reservation will cover it. Also reservation
160    will not be applied in such cases even if set in config manually.
161* Some edge and monitors selections in panel configuration dialog may be
162    insensitive now if appropriate edge and monitor combination is not
163    available, to avoid panels stacking one over another.
164* Fixed bug with hidden panel disappearing after resolution change.
165* Add lxpanel_image_new_for_icon() API to replace another (obsolete) API
166    _gtk_image_new_from_file_scaled().
167* Added API panel_config_hotkey_button_new() to use as CONF_TYPE_EXTERNAL
168    widget to allow configure global hotkeys for plugins functions.
169* Added API lxpanel_apply_hotkey() as a convenient libkeybinder interface
170    to use in modules that also use panel_config_hotkey_button_new(). Now
171    LXPanel requires libkeybinder too.
172* Added API panel_config_click_button_new() to configure mouse gestures
173    and panel_config_click_parse() to parse its output.
174* Added "icon-size-changed" signal to LXPanel which is emitted when icons
175    size in configuration dialog was changed.
176* Improved lxpanel_image_new_for_icon() API to follow panel icons size
177    changes, not only theme changes. This way calls on lxpanel_image_*
178    APIs on theme or panel changes may be eliminated, i.e. code becomes
179    simpler.
180* Added new lxpanel_image_change_icon() API for simplification reasons so
181    other lxpanel_image_* APIs can be replaced completely.
182* APIs lxpanel_button_set_icon() lxpanel_button_update_icon() now don't
183    require setting icon size since created button already follows size
184    from panel settings. Also it doesn't require refresh after the panel
185    configuration change.
186* Disabled scaling up small icons in the taskbar: scaled up icons look
187    bad due to pixelization (patch from Anton Lobashev).
188* When adding new panel, now correctly edges of monitor where popup was
189    are tried before any other monitors.
190* Correctly open 'netstat' plugin own menu on leftclick since rightclick
191    should open panel context menu instead.
192* System critical temperature level in 'thermal' plugin now is properly
193    ignored if manual levels are active.
194* Fixed click on 'menu' plugin, only image was clickable, not whole area.
195* Added API panel_config_int_button_new() for generic plugin config spin
196    button with custom range, not just generic 0...1000.
197* Fixed wrong behavior with PanelIconGrid constrained width after child
198    was removed: size wasn't always renegotiated correctly.
199* Fixed range of space reservation in multi-monitor setup (reservation
200    might cover another monitor).
201* Numeric-only string will be saved now double-quoted to distinguish it
202    from number in config.
203* Implemented flashing on task with urgency in grouped task list menu.
204* Disabled flashing on urgency hint if window has focus, most of window
205    managers do the same on window decorations.
206* Fixed border of 'batt' plugin, it should correctly use panel settings.
207    Also 'Size' setting of it doesn't include border width.
208* Allowed default alarmCommand on 'batt' plugin be translated.
209* Implemented sorting plugins in Add plugin window in alphabetic order.
210* Fixed font in the weather plugin to use panel settings.
211* Added new API lxpanel_button_compose() for future usage by plugins.
212* Added optional volumealsa plugin volume mapping from alsamixer (patch
213    from Peter).
214* Added new API lxpanel_button_set_label() to change label of button that
215    was created using some lxpanel_button_*() API.
216* Added "panel-font-changed" signal to LXPanel to be able follow settings
217    change in font configuration of panel using lxpanel_button_*() API.
218* Fixed nasty bug with autohidden panel after unhide appeared for short
219    time somewhere at the screen.
220* Fixed calendar and configuration windows blinking on their appearance.
221* Fixed panel update when background image changed in configuration.
222* Changed to use persistent background image for panel and Cairo. This
223    way updating background should be faster, and also fixed background
224    of plugins when image is used, both placement and alpha color.
225* Urgent window is now always visible on the taskbar irrelevant of the
226    desktop number on which it appears, because urgent window requires
227    user attention (patch from Andy Balaam).
228* Moved bit of code that is used out from src/bg.c and discarded src/bg.c
229    from code used.
230* Dropped setting members of Panel structure: workarea, wa_len, bg.
231* Replaced GtkComboBoxEntry in netstatus plugin window with GtkComboBox.
232* Simplified plugins background setting - they should never use any own
233    background but either use one from panel or from theme (depending on
234    panel configuration). This should improve performance.
235* Don't update a whole panel background anymore after some plugin was
236    resized, only update the plugin itself to improve performance.
237
2380.7.2
239-------------------------------------------------------------------------
240* Fixed unhiding panel if it becomes empty and height_when_hidden is 0.
241* Fixed invalid X protocol word size: despite of stating it 32 bit, the X
242    server uses unsigned long which is 64 bit on 64-bit architectures.
243* Adapted to use libmenu-cache >= 1.0.0 - it could show empty folders in
244    the desktop menu.
245* Fixed crash in taskbar after visible task changed name then gone.
246* Ensured panel background update after some plugin was resized.
247* FileManager statement from old config should never be scanned again.
248* Fixed positioning of new created panel, the edge was not saved.
249* Eliminated hardcoded "xterm" in 'volumealsa' plugin - LibFM has enough
250    means to call terminal when needed.
251* Fixed crash if 'volumealsa' plugin initialization failed.
252
2530.7.1
254-------------------------------------------------------------------------
255* Fixed search for the gtkrc file.
256* Fixed search path for configuration - it should be not compilation time
257    path but paths using $XDG_CONFIG_DIRS.
258* Fixed incorrect flag for 'launchbar' plugin which marks him expandable.
259* Fixed dragging of task buttons.
260* Corrected using $XDG_MENU_PREFIX to work the same way as libfm does.
261* Fixed using font description, font in gtkrc file was ignored.
262* Improved search for hw sensors in /sys/class/hwmon/ hierarchy.
263* Improved check for critical temperatures in 'termal' plugin, now each
264    individual hardware setting (if available) is also taken into
265    consideration.
266* Fixed parsing alias name in 'weather' plugin settings.
267* Got rid of all individual plugins/*/Makefile - those rules more easily
268    can be contained in the plugins/Makefile.am. Adding a simple plugin
269    basically would mean to add three lines into that file instead of
270    writing whole Makefile.am.
271* Fixed invalid system config path search ("lxpanel" part was missing).
272* Fixed incorrect requirements in the lxpanel.pc file.
273* Fixed memory leak in the 'volumealsa' plugin.
274* Now 'volumealsa' checks for 'MixerCommand' setting in the configuration
275    before guessing it.
276* Fixed color saving in the configuration.
277* Fixed incomplete resources deallocation in 'volumealsa' plugin.
278* Fixed make uninstall (it left plugins installed).
279* Fixed monitor number set from GUI.
280* Fixed hang on netstatus icon in auto-hidden panel.
281* Fixed icon grid compilation with GTK+ < 2.20.
282* Fixed compilation without menu-cache.
283* Now man pages are included in the GIT and tarball, not just xml files.
284* Fixed incorrect printf arguments in 'netstatus' plugin.
285
2860.7.0
287-------------------------------------------------------------------------
288* New plugin 'launchtaskbar' with combined functionality from 'launchbar'
289    and 'taskbar'. For easy support codebase is merged instead of doing
290    duplicates but appearance is still the same in dependency from mode
291    chosen.
292* Integrated with LibFM, all launching and application selection in the
293    launchbar settings is done by LibFM now.
294* New simpler plugins API implementation, using LibFM plugins loader. In
295    new API some callbacks were simplified and some removed, see all the
296    detailed descriptions in the file plugin.h.
297* New plugins are GtkWidgets now, therefore there is no explicit destroy
298    for them or their data, all will be handled implicitly.
299* Changed config access with simple API similar to libconfig one.
300* Using icon caching from LibFM.
301* Applications properties in the menu are managed by LibFM API, no more
302    calls to lxshortcut application.
303* Setting for file manager is not handled on its own but XDG setting is
304    used now, i.e. default choice for "inode/directory" MIME type.
305* Setting for terminal is handled by LibFM, therefore it is the same as
306    in PCManFM now, no own setting anymore.
307* Replaced configure option --enable-cast-checks with --enable-debug.
308* Replaced 'pager' plugin with former 'wnckpager' one. The 'wnckpager'
309    name is still supported for compatibility but it is the same plugin.
310* Added new plugin 'weather', written by Piotr Sipika.
311* Using drag & drop handling from LibFM in launchbar. It is possible now
312    to use any kind of files as launchbuttons, and folders can receive
313    drops as well.
314* Allowed drag applications from system menu plugin so they now can be
315    dropped somewhere. The obvious example is drop on the desktop.
316* Using human readable sensor names if available (like 'Core 0', etc.).
317* Panel is allowed to hide completely (setting width when hidden to 0).
318* The IconGrid converted into GtkContainer derived class PanelIconGrid.
319* Allowed to use <USER_CONFIG_DIR>/lxpanel/<profile>/gtkrc for the panel
320    custom style setup.
321* The panel itself in not a struct now but a GtkWindow derived class so
322    no special API to destroy it is required.
323* Improved the layout of icons in panel, they will not align to the edge
324    of screen but appropriately to panel height. Some of them did that
325    already but some were aligned to the screen edge without any gap.
326* The button to configure plugin in panel plugins configuration tab is
327    renamed from 'Edit' to 'Properties'.
328* All logging is unified. The option --log is deprecated and isn't used
329    anymore. User can change logs appearance using G_MESSAGES_DEBUG and
330    G_MESSAGES_PREFIXED environment variables (see GLib docs).
331* Old APIs are in place still for backward compatibility with third party
332    plugins but will be dropped later, supposedly on next feature release
333    point. Old APIs are not present in public headers, compatibility is
334    on binary level only.
335* A whole lot of bugfixes.
336
3370.6.x
338-------------------------------------------------------------------------
339***
340
3410.5.x
342-------------------------------------------------------------------------
343***
344
3450.4.x
346-------------------------------------------------------------------------
347***
348
3490.3.x
350-------------------------------------------------------------------------
351***
352
3530.2.9.x
354-------------------------------------------------------------------------
355
3560.2.8.x
357-------------------------------------------------------------------------
358
3590.2.7.2
360-------------------------------------------------------------------------
3611. Add manapages of lxpanelctl.
3622. Supported HWAddr status in netstat plugin.
363
3640.2.7.1
365-------------------------------------------------------------------------
3661. Add manpages.
3672. reduce memory usage and delete unused functions in netstat plugin.
368
3690.2.7
370-------------------------------------------------------------------------
3711. Fixed compile errors in configure and Makefile.am.
3722. Deleted unused files.
3733. Add a new network status plugin - netstat (testing).
3744. Fixed incorrect path of icons.
3755. Changed icon size to reduce memory usage.
3766. Add LXDE-specific configuration profile for LXPanel.
3777. Use "*.directory" file for the translation of categories if available.
378   #1875624 - LXPanel does not correctly show xdg menus.
3798. Fixed tintcolor bug (Request ID 1900678).
380