Mercurial > emacs
comparison src/ChangeLog @ 71397:488106b64437
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 19 Jun 2006 22:00:00 +0000 |
parents | 37aa828fafd2 |
children | a4c407958bbc 4094c5298ae1 |
comparison
equal
deleted
inserted
replaced
71396:58383949ec48 | 71397:488106b64437 |
---|---|
1 2006-06-19 Richard Stallman <rms@gnu.org> | |
2 | |
3 * window.c (size_window): New arg FIRST_ONLY. All callers changed. | |
4 (adjust_window_trailing_edge): Specially compute FIRST_PARALLEL | |
5 for the case of a top-level window and the following minibuffer. | |
6 Don't exit because of no `next' when there is a parent. | |
7 Use the FIRST_ONLY feature when resizing following windows. | |
8 | |
9 * syntax.c (init_syntax_once): Give most control chars' syntax Spunct. | |
10 | |
1 2006-06-17 Kim F. Storm <storm@cua.dk> | 11 2006-06-17 Kim F. Storm <storm@cua.dk> |
2 | 12 |
3 * dispnew.c (update_frame): Check for input pending on entry. | 13 * dispnew.c (update_frame): Check for input pending on entry. |
4 (update_window, update_frame_1): Break loop if input is detected. | 14 (update_window, update_frame_1): Break loop if input is detected. |
5 | 15 |