diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 97c9d4cbeb9..79194a6016e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2007-01-08 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * xterm.h (x_display_info): New: net_supported_atoms, | ||
| 4 | nr_net_supported_atoms and net_supported_window. | ||
| 5 | |||
| 6 | * xterm.c: New variable last_user_time. | ||
| 7 | (handle_one_xevent): Set last_user_time from events that have Time. | ||
| 8 | Set net_supported_window to 0 when reparented. | ||
| 9 | (wm_supports): New function. | ||
| 10 | (do_ewmh_fullscreen): Use wm_supports to check for _NET_WM_STATE. | ||
| 11 | (x_term_init): Initialize net_supported_atoms, nr_net_supported_atoms | ||
| 12 | and net_supported_window. | ||
| 13 | |||
| 1 | 2007-01-05 Kim F. Storm <storm@cua.dk> | 14 | 2007-01-05 Kim F. Storm <storm@cua.dk> |
| 2 | 15 | ||
| 3 | * indent.c (Fvertical_motion): Fix it overshoot check for overlay | 16 | * indent.c (Fvertical_motion): Fix it overshoot check for overlay |