diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 98f0d46b4c5..6a08405a382 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2011-12-05 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * lisp.h (process_quit_flag): Fix external declaration. | ||
| 4 | |||
| 1 | 2011-12-04 Stefan Monnier <monnier@iro.umontreal.ca> | 5 | 2011-12-04 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 6 | ||
| 3 | Don't macro-inline non-performance-critical code. | 7 | Don't macro-inline non-performance-critical code. |
| @@ -79,7 +83,7 @@ | |||
| 79 | 83 | ||
| 80 | * xterm.c (handle_one_xevent): Only set async_visible and friends | 84 | * xterm.c (handle_one_xevent): Only set async_visible and friends |
| 81 | if net_wm_state_hidden_seen is non-zero (Bug#10002) | 85 | if net_wm_state_hidden_seen is non-zero (Bug#10002) |
| 82 | (get_current_wm_state): Set net_wm_state_hidden_seen to 1 if | 86 | (get_current_wm_state): Set net_wm_state_hidden_seen to 1 if |
| 83 | _NET_WM_STATE_HIDDEN is in NET_WM_STATE. | 87 | _NET_WM_STATE_HIDDEN is in NET_WM_STATE. |
| 84 | 88 | ||
| 85 | 2011-11-28 Paul Eggert <eggert@cs.ucla.edu> | 89 | 2011-11-28 Paul Eggert <eggert@cs.ucla.edu> |