# HG changeset patch # User Dave Love # Date 969643061 0 # Node ID ca2642f7b76ac0d4a2e2ab8053992b6f5f9558d6 # Parent c2d49e897f900db4a8c7d411624c5288a4e3a15a *** empty log message *** diff -r c2d49e897f90 -r ca2642f7b76a lisp/ChangeLog --- a/lisp/ChangeLog Fri Sep 22 17:16:57 2000 +0000 +++ b/lisp/ChangeLog Fri Sep 22 17:17:41 2000 +0000 @@ -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 -r c2d49e897f90 -r ca2642f7b76a src/ChangeLog --- a/src/ChangeLog Fri Sep 22 17:16:57 2000 +0000 +++ b/src/ChangeLog Fri Sep 22 17:17:41 2000 +0000 @@ -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