diff options
author | Kim F. Storm <storm@cua.dk> | 2006-07-08 22:32:32 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2006-07-08 22:32:32 +0000 |
commit | 08b17d373d896c51e35a2e16aa273b73088acdfc (patch) | |
tree | fff1a1f2c48263b7715751932ef7f8920e7c5e12 | |
parent | 2735e1095016ff9eca7470a458a767cff81b2632 (diff) | |
download | emacs-08b17d373d896c51e35a2e16aa273b73088acdfc.tar.gz |
*** empty log message ***
-rw-r--r-- | lispref/ChangeLog | 14 | ||||
-rw-r--r-- | src/ChangeLog | 4 |
2 files changed, 11 insertions, 7 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index bb9ce1b0012..2d488c41eae 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -39,8 +39,8 @@ (Display Table Format, Glyphs): * control.texi (Iteration): * commands.texi (Command Loop Info, Adjusting Point): - * backups.texi (Making Backups, Auto-Saving): Remove @tindex - entries. + * backups.texi (Making Backups, Auto-Saving): + Remove @tindex entries. 2006-07-07 Kim F. Storm <storm@cua.dk> @@ -65,13 +65,13 @@ 2006-07-05 Karl Berry <karl@gnu.org> - * elisp.texi: use @fonttextsize 10pt, a la emacs.texi. - and remove @setchapternewpage odd. + * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi. + Remove @setchapternewpage odd. Result is 1013 pages, down from 1100. - * anti.texi, customize.texi, display.texi, - internals.texi, minibuf.texi, modes.texi tips.texi: - fix overfull/underfull boxes. + * anti.texi, customize.texi, display.texi, internals.texi: + * minibuf.texi, modes.texi, tips.texi: + Fix overfull/underfull boxes. 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org> diff --git a/src/ChangeLog b/src/ChangeLog index 79a1dab60de..2192ee1faf7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2006-07-09 Kim F. Storm <storm@cua.dk> + + * window.c (Fforce_window_update): Doc fix. + 2006-07-08 Stephen Gildea <gildea@stop.mail-abuse.org> * fileio.c (do_auto_save_make_dir): Make the auto-save-list-file |