diff options
| author | Jan Djärv | 2009-03-27 18:40:04 +0000 |
|---|---|---|
| committer | Jan Djärv | 2009-03-27 18:40:04 +0000 |
| commit | 46dfb8fbad2fa4dd046c877bf37baf3605b69918 (patch) | |
| tree | fb8e13d0cd8d1aeb359522cd7346c078987324a8 /src/ChangeLog | |
| parent | fc82c45286df73db3e3240fd1b8c71152d531004 (diff) | |
| download | emacs-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/ChangeLog | 14 |
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 @@ | |||
| 1 | 2009-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 | |||
| 1 | 2009-03-27 Kevin Ryde <user42@zip.com.au> | 15 | 2009-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 |