From: Dave Love Date: Fri, 22 Sep 2000 17:17:41 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~1419 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4c7c1f3ff8608a9279500a70ed4371f80b328d1c;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0227b0fc6eb..c6b02211682 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,13 @@ +2000-09-22 Dave Love + + * hl-line.el (hl-line-overlay): Don't make it buffer-local. + (hl-line-highlight): Specify buffer when moving overlay. + + * progmodes/fortran.el (fortran-mode): Locally set + normal-auto-fill-function. + (fortran-auto-fill-mode): Just alias to auto-fill-mode. + (fortran-mode-map): Adjust auto-fill menu entry. + 2000-09-22 Gerd Moellmann * 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 @@ 2000-09-22 Dave Love + * xdisp.c (syms_of_xdisp): Defvar Vmenu_bar_update_hook to provide + a doc string. + + * xterm.c [SOLARIS2]: Remove redundant include of string.h. + * fns.c (Fstring_as_unibyte, Fstring_as_multibyte): Doc fix. 2000-09-21 Gerd Moellmann - * config.in (NO_RETURN): Define.as `__attribute__((__noreturn__))' + * config.in (NO_RETURN): Define as `__attribute__((__noreturn__))' for GCC >= 2.5. * lisp.h (wrong_type_argument, Fthrow, Fsignal, error): Declare