diff options
| author | Richard M. Stallman | 2006-06-19 22:00:00 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-06-19 22:00:00 +0000 |
| commit | a5bd14d3ec65acac1e548830d76de810742d4fd6 (patch) | |
| tree | 50a660f10244b352b3a4249d08d3debae33500a4 /src | |
| parent | 5fe0b054a2d7769ddae70553253e6746b3bbdaaa (diff) | |
| download | emacs-a5bd14d3ec65acac1e548830d76de810742d4fd6.tar.gz emacs-a5bd14d3ec65acac1e548830d76de810742d4fd6.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9401a93505f..444ec6bd736 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 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. |