diff options
| author | Jan D | 2010-07-05 12:28:27 +0200 |
|---|---|---|
| committer | Jan D | 2010-07-05 12:28:27 +0200 |
| commit | 00be444c737e95c7455aa1808d9da75d4affd51f (patch) | |
| tree | 1022102a524a2315ac29dd66104ff2352dfe441f /src/ChangeLog | |
| parent | ff919460978866c8a3be6b16a4bc2e7cee089354 (diff) | |
| download | emacs-00be444c737e95c7455aa1808d9da75d4affd51f.tar.gz emacs-00be444c737e95c7455aa1808d9da75d4affd51f.zip | |
Set _NET_WM(_ICON)_NAME as per Extended Window Manager Hints (Bug#6563).
* xterm.h (Xatom_net_wm_name, Xatom_net_wm_icon_name): New.
* xterm.c (x_term_init): Intern the _NET_WM_NAME and
_NET_WM_ICON_NAME atoms.
* xfns.c (x_set_name_internal): Set the EWMH _NET_WM_NAME
and _NET_WM_ICON_NAME properties, too, matching what is
done in the Gtk+ case.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8c95c3c3206..643708d85c0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2010-07-05 James Cloos <cloos@jhcloos.com> | ||
| 2 | |||
| 3 | * xterm.h (Xatom_net_wm_name, Xatom_net_wm_icon_name): New. | ||
| 4 | |||
| 5 | * xterm.c (x_term_init): Intern the _NET_WM_NAME and | ||
| 6 | _NET_WM_ICON_NAME atoms. | ||
| 7 | |||
| 8 | * xfns.c (x_set_name_internal): Set the EWMH _NET_WM_NAME | ||
| 9 | and _NET_WM_ICON_NAME properties, too, matching what is | ||
| 10 | done in the Gtk+ case. | ||
| 11 | |||
| 1 | 2010-07-05 Jan Djärv <jan.h.d@swipnet.se> | 12 | 2010-07-05 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 13 | ||
| 3 | * xterm.c (XTring_bell, XTset_terminal_window): Fix wrong prototype. | 14 | * xterm.c (XTring_bell, XTset_terminal_window): Fix wrong prototype. |