diff options
| author | Chong Yidong | 2007-03-10 04:56:41 +0000 |
|---|---|---|
| committer | Chong Yidong | 2007-03-10 04:56:41 +0000 |
| commit | 7469c0f90344fa4ae19da982b8d1a32afad0c062 (patch) | |
| tree | a693dd2df00bc6eec4604d19e3283de04e28526f /src | |
| parent | f23764dc0e5a68b7db593485d881335e23f77cdc (diff) | |
| download | emacs-7469c0f90344fa4ae19da982b8d1a32afad0c062.tar.gz emacs-7469c0f90344fa4ae19da982b8d1a32afad0c062.zip | |
* keyboard.c (help_form_saved_window_configs): New var.
(read_char_help_form_unwind): New function.
(read_char): Don't restore window configuration if a mouse click
arrives while the help form is being displayed.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c332efa23ac..efb52506bdd 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2007-03-10 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * keyboard.c (help_form_saved_window_configs): New var. | ||
| 4 | (read_char_help_form_unwind): New function. | ||
| 5 | (read_char): Don't restore window configuration if a mouse click | ||
| 6 | arrives while the help form is being displayed. | ||
| 7 | |||
| 1 | 2007-03-10 Kim F. Storm <storm@cua.dk> | 8 | 2007-03-10 Kim F. Storm <storm@cua.dk> |
| 2 | 9 | ||
| 3 | * xdisp.c (redisplay_window): Don't automatically select a new window | 10 | * xdisp.c (redisplay_window): Don't automatically select a new window |