]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorDave Love <fx@gnu.org>
Fri, 22 Sep 2000 17:17:41 +0000 (17:17 +0000)
committerDave Love <fx@gnu.org>
Fri, 22 Sep 2000 17:17:41 +0000 (17:17 +0000)
lisp/ChangeLog
src/ChangeLog

index 0227b0fc6eb079aececf33e08b0d9650c80c08aa..c6b0221168232552b96d24cca8ffa52a118746fe 100644 (file)
@@ -1,3 +1,13 @@
+2000-09-22  Dave Love  <fx@gnu.org>
+
+       * 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  <gerd@gnu.org>
 
        * vc-rcs.el (toplevel): Require `vc' when compiling.
index 472272272918ed23a85ef835d63982bffff888c4..ce89c37fa3e92c6a00e4c2d05b26976fe3fbaeca 100644 (file)
@@ -1,10 +1,15 @@
 2000-09-22  Dave Love  <fx@gnu.org>
 
+       * 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  <gerd@gnu.org>
 
-       * 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