aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2004-12-27 19:57:47 +0000
committerRichard M. Stallman2004-12-27 19:57:47 +0000
commit4ae98fc573d06c6ab3e338f0f3a9e358b2d9b982 (patch)
tree9472e086f3d4ca1d5ffb265a7237806accf6c50a
parent4a8b387ff9db5f4740dc80b59d2f29f199ce307b (diff)
downloademacs-4ae98fc573d06c6ab3e338f0f3a9e358b2d9b982.tar.gz
emacs-4ae98fc573d06c6ab3e338f0f3a9e358b2d9b982.zip
*** empty log message ***
-rw-r--r--etc/NEWS5
-rw-r--r--lispref/ChangeLog2
-rw-r--r--man/ChangeLog14
3 files changed, 21 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index db3406f38ff..e1d118057b4 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2401,6 +2401,11 @@ configuration files.
2401* Lisp Changes in Emacs 21.4 2401* Lisp Changes in Emacs 21.4
2402 2402
2403+++ 2403+++
2404** If a buffer sets buffer-save-without-query to non-nil,
2405save-some-buffers will always save that buffer without asking
2406(if it's modified).
2407
2408+++
2404** The function symbol-file tells you which file defined 2409** The function symbol-file tells you which file defined
2405a certain function or variable. 2410a certain function or variable.
2406 2411
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 3c69975de4b..8ebb1b239b9 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,5 +1,7 @@
12004-12-27 Richard M. Stallman <rms@gnu.org> 12004-12-27 Richard M. Stallman <rms@gnu.org>
2 2
3 * Makefile.in (MAKEINFO): Specify --force.
4
3 * buffers.texi (Killing Buffers): Add buffer-save-without-query. 5 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
4 6
5 * modes.texi (Emulating Mode Line): Document format's BUFFER arg. 7 * 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 @@
12004-12-27 Richard M. Stallman <rms@gnu.org>
2
3 * Makefile.in (MAKEINFO): Specify --force.
4
5 * basic.texi (Moving Point): C-e now runs move-end-of-line.
6 (Undo): Doc undo-outer-limit.
7
82004-12-11 Richard M. Stallman <rms@gnu.org>
9
10 * Makefile.in (MAKEINFO): Add --force.
11
12004-12-20 Jay Belanger <belanger@truman.edu> 122004-12-20 Jay Belanger <belanger@truman.edu>
2 13
3 * calc.texi (Types Tutorial): Emphasized that you can't divide by 14 * calc.texi (Types Tutorial): Emphasized that you can't divide by
@@ -23,6 +34,7 @@
23 the standard "The GNU Emacs Manual" in fifth argument of @xref's. 34 the standard "The GNU Emacs Manual" in fifth argument of @xref's.
24 (Dealing with HTTP documents): @inforef->@xref. 35 (Dealing with HTTP documents): @inforef->@xref.
25 36
37>>>>>>> 1.412
262004-12-15 Juri Linkov <juri@jurta.org> 382004-12-15 Juri Linkov <juri@jurta.org>
27 39
28 * mark.texi (Transient Mark, Mark Ring): M-< and other 40 * mark.texi (Transient Mark, Mark Ring): M-< and other
@@ -39,6 +51,7 @@
39 51
40 * calc.texi: Fix some TeX definitions. 52 * calc.texi: Fix some TeX definitions.
41 53
54>>>>>>> 1.407
422004-12-12 Juri Linkov <juri@jurta.org> 552004-12-12 Juri Linkov <juri@jurta.org>
43 56
44 * misc.texi (FFAP): Add C-x C-r, C-x C-v, C-x C-d, 57 * misc.texi (FFAP): Add C-x C-r, C-x C-v, C-x C-d,
@@ -52,6 +65,7 @@
52 * mark.texi (Marking Objects): Marking commands also extend the 65 * mark.texi (Marking Objects): Marking commands also extend the
53 region when mark is active in Transient Mark mode. 66 region when mark is active in Transient Mark mode.
54 67
68>>>>>>> 1.403
552004-12-09 Luc Teirlinck <teirllm@auburn.edu> 692004-12-09 Luc Teirlinck <teirllm@auburn.edu>
56 70
57 * reftex.texi (Imprint): Remove erroneous @value's. 71 * reftex.texi (Imprint): Remove erroneous @value's.