diff options
| author | Miles Bader | 2006-06-20 07:35:06 +0000 |
|---|---|---|
| committer | Miles Bader | 2006-06-20 07:35:06 +0000 |
| commit | 7ffefb0856637762050ca248013d2b2f1cf7554e (patch) | |
| tree | aadd0178b0d1f637ea0a8fffce9c7a3fa1cf4dc0 /src/ChangeLog | |
| parent | 47067d3ec0ec1eea6ba561306349576a890cc274 (diff) | |
| parent | 1e0fd4cd530948277283d0fe7b07e00a73fee934 (diff) | |
| download | emacs-7ffefb0856637762050ca248013d2b2f1cf7554e.tar.gz emacs-7ffefb0856637762050ca248013d2b2f1cf7554e.zip | |
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 314-319)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 107)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-78
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c4c798e6f77..3e523d28f8d 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. |