summaryrefslogtreecommitdiff
path: root/NEWS
blob: 5e3b0e0334cc25748268fbad03f05579ce8e10d8 (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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
4.9.0
=====
- A lot of improvements in the shortcuts code.
- Add Alt + F1 as a shortcut for applications menu.
- Remove unused code from the internal header widget.
- Add xfce4-about from xfce-utils package.
- Use xdt-csource instead of exo-csource, depend on xdt 4.9.0.
- Update to new xfce4-appfinder commands.
- Fix build against 3.9 Glade (bug #7334).
- Add shortcuts for XF86WWW and XF86Mail.
- Simplify the xfce_gdk_screen_get_active fucntion.
- Add xfce_dialog_show_help function.

4.8.1
=====
- Fix memory leak (bug #8079).
- Translation updates: ar, is, ko, ms, nl, ru, sk, te, tl, zh_CN.

4.8.0
=====
- Fix memory corruption in the register function (bug #5892).
- Translation updates: Romanian.

4.7.6
=====
- Fix ABI check in ppc (bug #7005).
- Update default shortcuts for xfce4-display-settings (bug #7036).
- Translation updates (pt, he, cs, en_BG, nb, ar).

4.7.5
=====
- Also request an interact for save-state-extended.
- Return a NULL state file is the sm-client is disabled.
- Fix the save-state signal.
- Translation updates (pt).

4.7.4
=====
- Add startup notification support for shortcuts.
- Translation updates (gl, sv, ja, it, ug).

4.7.3
=====
- Fix typo preventing shortcuts from working with new users.
- Make g_critical warning about exit(0) a DBG message.
- Translation updates (is, zh_TW, tr, hu, fr, sk, el, id, de).


4.7.2
=====
- Add key binding to popup Xfdesktop menu (bug #4994).
- Print warning before calling exit(0) in the session client.
- Test if working directory exists before spawning command.
- Allow icon names in xfce_gtk_button_new_mixed().
- Unset startup notification when launching in terminal.
- Make variable a volatile for thread safety.
- Fix bold labels in xfce_gtk_frame_box_new().
- Cleanup code comments.
- Translation updates (gl, de, nl, fi, ru, hu, uk, si, kk, pt, da,
  es, hr, eu, pr_BR, bn, pa, zh_CN).


4.7.1
=====
- New function xfce_spawn_on_screen_with_child_watch().
- Don't generate enums for XfceSMClientPriority.
- Build ChangeLog during make dist.
- Add visibility/alias handing code.
- Rename configure.in.in to configure.ac.in.
- Some other small fixes.
- Translation updates (es, pt_BR, sv, pt, kk, ca, gl, sk, cs, lv, eu,
  zh_CN, ja).


4.7.0
=====
Initial version of the library. The intention of this new library is a
cleanup of the old libxfcegui4 library to remove the deprecated code
and get rid of netk (since 4.6 we use libwnck for that).

Biggest changes compared to libxfcegui4:
- New session manager client.
- Improved code for spawing applications.
- New dialog functions.
- Support for glade-3's GtkBuilder implementation.