Mercurial > emacs
comparison src/ChangeLog @ 76434:c746fe9f5d0e
* 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.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 10 Mar 2007 04:56:41 +0000 |
parents | ab03aef10513 |
children | c6ac3e0be713 |
comparison
equal
deleted
inserted
replaced
76433:e97336f8dea8 | 76434:c746fe9f5d0e |
---|---|
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 |
4 start for a contination line during mouse-click. | 11 start for a contination line during mouse-click. |
5 | 12 |