diff options
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. |