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