aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJan Djärv2009-03-27 18:40:04 +0000
committerJan Djärv2009-03-27 18:40:04 +0000
commit46dfb8fbad2fa4dd046c877bf37baf3605b69918 (patch)
treefb8e13d0cd8d1aeb359522cd7346c078987324a8 /src/ChangeLog
parentfc82c45286df73db3e3240fd1b8c71152d531004 (diff)
downloademacs-46dfb8fbad2fa4dd046c877bf37baf3605b69918.tar.gz
emacs-46dfb8fbad2fa4dd046c877bf37baf3605b69918.zip
(handle_one_xevent): Call x_handle_net_wm_state if
the property _NET_WM_STATE has changed. updated. (x_handle_net_wm_state): New function to update frame parameter fullscreen. (x_term_init): Initialize atoms for _NET_WM_STATE.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 93a3810d3bd..fa0edf01055 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,17 @@
12009-03-27 Jan Djärv <jan.h.d@swipnet.se>
2
3 * frame.c (x_set_font): If the fullscreen property is non-nil, adjust
4 lines and columns so we keep the same pixel height and width.
5
6 * xterm.c (handle_one_xevent): Call x_handle_net_wm_state if
7 the property _NET_WM_STATE has changed.
8 updated.
9 (x_handle_net_wm_state): New function to update frame parameter
10 fullscreen.
11 (x_term_init): Initialize atoms for _NET_WM_STATE.
12
13 * xterm.h (struct x_display_info): Add atoms for _NET_WM_STATE.
14
12009-03-27 Kevin Ryde <user42@zip.com.au> 152009-03-27 Kevin Ryde <user42@zip.com.au>
2 16
3 * keyboard.c (tty_read_avail_input): Don't treat a -1 return from 17 * keyboard.c (tty_read_avail_input): Don't treat a -1 return from