# HG changeset patch # User Richard M. Stallman # Date 1104177467 0 # Node ID c8c4178618c3a30dd0e5b0898dc59329f7bddd90 # Parent d6abda0a027b56561a2932d9fcfca2a3a5946877 *** empty log message *** diff -r d6abda0a027b -r c8c4178618c3 etc/NEWS --- a/etc/NEWS Mon Dec 27 19:57:21 2004 +0000 +++ b/etc/NEWS Mon Dec 27 19:57:47 2004 +0000 @@ -2401,6 +2401,11 @@ * 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 -r d6abda0a027b -r c8c4178618c3 lispref/ChangeLog --- a/lispref/ChangeLog Mon Dec 27 19:57:21 2004 +0000 +++ b/lispref/ChangeLog Mon Dec 27 19:57:47 2004 +0000 @@ -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 -r d6abda0a027b -r c8c4178618c3 man/ChangeLog --- a/man/ChangeLog Mon Dec 27 19:57:21 2004 +0000 +++ b/man/ChangeLog Mon Dec 27 19:57:47 2004 +0000 @@ -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.