aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2000-09-22 17:17:41 +0000
committerDave Love2000-09-22 17:17:41 +0000
commit4c7c1f3ff8608a9279500a70ed4371f80b328d1c (patch)
treed410e453bb6bce43506b3d59f374be043495c41c
parent7aabd23e302d0c279e0fa826b682b8fb8f503198 (diff)
downloademacs-4c7c1f3ff8608a9279500a70ed4371f80b328d1c.tar.gz
emacs-4c7c1f3ff8608a9279500a70ed4371f80b328d1c.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog10
-rw-r--r--src/ChangeLog7
2 files changed, 16 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 0227b0fc6eb..c6b02211682 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,13 @@
12000-09-22 Dave Love <fx@gnu.org>
2
3 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
4 (hl-line-highlight): Specify buffer when moving overlay.
5
6 * progmodes/fortran.el (fortran-mode): Locally set
7 normal-auto-fill-function.
8 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
9 (fortran-mode-map): Adjust auto-fill menu entry.
10
12000-09-22 Gerd Moellmann <gerd@gnu.org> 112000-09-22 Gerd Moellmann <gerd@gnu.org>
2 12
3 * vc-rcs.el (toplevel): Require `vc' when compiling. 13 * vc-rcs.el (toplevel): Require `vc' when compiling.
diff --git a/src/ChangeLog b/src/ChangeLog
index 47227227291..ce89c37fa3e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,10 +1,15 @@
12000-09-22 Dave Love <fx@gnu.org> 12000-09-22 Dave Love <fx@gnu.org>
2 2
3 * xdisp.c (syms_of_xdisp): Defvar Vmenu_bar_update_hook to provide
4 a doc string.
5
6 * xterm.c [SOLARIS2]: Remove redundant include of string.h.
7
3 * fns.c (Fstring_as_unibyte, Fstring_as_multibyte): Doc fix. 8 * fns.c (Fstring_as_unibyte, Fstring_as_multibyte): Doc fix.
4 9
52000-09-21 Gerd Moellmann <gerd@gnu.org> 102000-09-21 Gerd Moellmann <gerd@gnu.org>
6 11
7 * config.in (NO_RETURN): Define.as `__attribute__((__noreturn__))' 12 * config.in (NO_RETURN): Define as `__attribute__((__noreturn__))'
8 for GCC >= 2.5. 13 for GCC >= 2.5.
9 14
10 * lisp.h (wrong_type_argument, Fthrow, Fsignal, error): Declare 15 * lisp.h (wrong_type_argument, Fthrow, Fsignal, error): Declare