From: Richard M. Stallman Date: Mon, 27 Dec 2004 19:57:47 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~3100 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4ae98fc573d06c6ab3e338f0f3a9e358b2d9b982;p=emacs.git *** empty log message *** --- diff --git a/etc/NEWS b/etc/NEWS index db3406f38ff..e1d118057b4 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -2400,6 +2400,11 @@ configuration files. * Lisp Changes in Emacs 21.4 ++++ +** If a buffer sets buffer-save-without-query to non-nil, +save-some-buffers will always save that buffer without asking +(if it's modified). + +++ ** The function symbol-file tells you which file defined a certain function or variable. diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 3c69975de4b..8ebb1b239b9 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,5 +1,7 @@ 2004-12-27 Richard M. Stallman + * Makefile.in (MAKEINFO): Specify --force. + * buffers.texi (Killing Buffers): Add buffer-save-without-query. * modes.texi (Emulating Mode Line): Document format's BUFFER arg. diff --git a/man/ChangeLog b/man/ChangeLog index 3b6507e6b78..1a10e14923a 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,14 @@ +2004-12-27 Richard M. Stallman + + * Makefile.in (MAKEINFO): Specify --force. + + * basic.texi (Moving Point): C-e now runs move-end-of-line. + (Undo): Doc undo-outer-limit. + +2004-12-11 Richard M. Stallman + + * Makefile.in (MAKEINFO): Add --force. + 2004-12-20 Jay Belanger * calc.texi (Types Tutorial): Emphasized that you can't divide by @@ -23,6 +34,7 @@ the standard "The GNU Emacs Manual" in fifth argument of @xref's. (Dealing with HTTP documents): @inforef->@xref. +>>>>>>> 1.412 2004-12-15 Juri Linkov * mark.texi (Transient Mark, Mark Ring): M-< and other @@ -39,6 +51,7 @@ * calc.texi: Fix some TeX definitions. +>>>>>>> 1.407 2004-12-12 Juri Linkov * misc.texi (FFAP): Add C-x C-r, C-x C-v, C-x C-d, @@ -52,6 +65,7 @@ * mark.texi (Marking Objects): Marking commands also extend the region when mark is active in Transient Mark mode. +>>>>>>> 1.403 2004-12-09 Luc Teirlinck * reftex.texi (Imprint): Remove erroneous @value's.