diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 442fc9f561e..d6e3151b1f5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2010-09-12 Jan Djärv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * xterm.c (get_current_vm_state): New function. | ||
| 4 | (do_ewmh_fullscreen): Call get_current_vm_state and compare with | ||
| 5 | want_fullscreen so set_wm_state calls are few (Bug#7013). | ||
| 6 | (x_handle_net_wm_state): Move code to get_current_vm_state and | ||
| 7 | call that function. | ||
| 8 | |||
| 1 | 2010-09-11 Courtney Bane <emacs-bugs-7626@cbane.org> (tiny change) | 9 | 2010-09-11 Courtney Bane <emacs-bugs-7626@cbane.org> (tiny change) |
| 2 | 10 | ||
| 3 | * term.c (tty_set_terminal_modes): Don't initialize twice (bug#7002). | 11 | * term.c (tty_set_terminal_modes): Don't initialize twice (bug#7002). |