~ubuntu-branches/ubuntu/oneiric/xfce4-panel/oneiric

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2011-01-04 19:42:23 UTC
  • mfrom: (1.1.27 upstream)
  • Revision ID: james.westby@ubuntu.com-20110104194223-fuf883uda9kxvwn5
Tags: 4.7.7-0ubuntu1
* New upstream development release.
* debian/patches/abicheck.diff: dropped, included upstream.
* debian/xfce4-panel.shlibs: bumped to >= 4.7.7, because of some changes
  for external plugins.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
4.7.7
 
2
=====
 
3
- Bind panel translation domain for external plugins (bug #6932).
 
4
- Allow reordering plugins in preferences with dnd.
 
5
- Open plugin preferences on double-click (bug #6975).
 
6
- Change launcher dnd code for plugin moving.
 
7
- Send drag motion event to parent widgets.
 
8
- Do not make the itembar insensitive (bug #6818).
 
9
- Fix some prototype variable names.
 
10
- Fix warning when removing a panel with a 4.6 plugin.
 
11
- Fix order of menu items based on screen position (bug #6978).
 
12
- Drop too-new Gtk API.
 
13
- Various improvements in the launcher dialog.
 
14
- Don't use the session manager in action plugin.
 
15
- Add option to filter tasklist window by monitor (bug #5199).
 
16
- Remove plugin when dropping in items dialog (bug #6976).
 
17
- Bump copyright to 2010 and fix licenses.
 
18
- Also load desktop files from xfce4/panel/plugins (bug #7013).
 
19
- Install desktop files in xfce4/plugins/actions (bug #7013).
 
20
- Make vertical clock rotation optional (bug #7002).
 
21
- Fix various size allocation issues in clock (bug #5219, #3960).
 
22
- Fix plugin dnd with locked panel and outside itembar.
 
23
- Add missing function to libxfce4panel.symbols.
 
24
- Fix ABI check on ppc (bug #7009).
 
25
- Fix typo in function name.
 
26
- Add application menu in default layout.
 
27
- Fix invalid unref.
 
28
- Make sure launchers are properly removed and saved.
 
29
- Fix vertical tasklist buttons in non-vertical mode.
 
30
- Fix thinko in screen handling (bug #6830).
 
31
- Workaround un nusable plugin when moving to other window.
 
32
- Add xfce_panel_pixbuf_from_source().
 
33
- Use xfce_panel_pixbuf_from_source() in XfcePanelImage.
 
34
- Use XfcePanelImage in the launcher menu.
 
35
- Use xfce_panel_pixbuf_from_source in launcher dialogs.
 
36
- Optimize loading icons from absolute paths.
 
37
- Fix some compiler warnings.
 
38
- Move hidden name handling to plugin.
 
39
- Use foreach to add application to store.
 
40
- Move arrow button to plugin widget (bug #6694).
 
41
- Only use orientation in systray box.
 
42
- Remove unused variables in box structures.
 
43
- Drop child structure from box and only use widgets.
 
44
- Improve sort function a bit + other tiny changes.
 
45
- Move composited child function to plugin.
 
46
- Use xfce_panel_pixbuf_from_source() to load known apps.
 
47
- Add some known tray application names.
 
48
- Try WM_NAME(STRING) too for tray application name.
 
49
- Redo icon positioning (bug #5565, #9650 and more).
 
50
- Drop some unused systray code.
 
51
- Block grabs from outside the panel.
 
52
- 1x1 invisible icons doesn't seem to be true (bug #7044).
 
53
- Bump copyrights to 2011.
 
54
- Translation updates (ca, cs, da, de, en_GB, fi, gl, he, hr, hu, id,
 
55
  it, ja, kk, nb, pl, pt, pt_BR ru, sk, sv, uk, zh_TW).
 
56
 
1
57
4.7.6
2
58
=====
3
59
- Always use applications menu for default menu.