]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Sat, 12 Feb 2000 19:50:59 +0000 (19:50 +0000)
committerGerd Moellmann <gerd@gnu.org>
Sat, 12 Feb 2000 19:50:59 +0000 (19:50 +0000)
lisp/ChangeLog
src/ChangeLog

index 7178a996bbac59fea0d4847dea5d6cf84e13f4cf..92579ba47ac851090404f1d2f0b56c58cfffbfca 100644 (file)
@@ -1,3 +1,20 @@
+2000-02-12  Gerd Moellmann  <gerd@gnu.org>
+
+       * uniquify.el (toplevel): Require CL at compile time.
+       (uniquify-push): Removed.
+
+       * shadowfile.el (shadow-when): Removed.
+
+       * tempo.el (tempo-dolist, tempo-mapc): Removed.
+       (tempo-process-and-insert-string): Use dolist instead of
+       tempo-dolist.
+
+       * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
+       regexp for paragraph-start.
+
+       * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
+       commas as well.
+
 2000-02-10  Dave Love  <fx@gnu.org>
 
        * wid-edit.el: (widgets) [defgroup]: Remove url link.
index 10dcd3d81edf044be1f2569e602d29f2d872bf28..795eb815f062e4f4752138b9abae7864d8ef7a65 100644 (file)
@@ -1,11 +1,14 @@
+2000-02-12  Gerd Moellmann  <gerd@gnu.org>
+
+       * xdisp.c (syms_of_xdisp): Doc fix for scroll-conservatively.
+
 2000-02-12  Dave Love  <fx@gnu.org>
 
        * s/aix3-2.h, s/osf-1.h: Define C_DEBUG_SWITCH for non-gcc.
 
        * s/ux4800.h, s/umips.h, s/umax.h, s/sol2.h, s/sco5.h, s/rtu.h:
-       * s/ptx4.h, s/umax.h, s/dgux.h, s/bsd4-2.h s/bsd4-3.h:
-       * s/hpux.h
-       Don't define HAVE_VFORK.
+       * s/ptx4.h, s/umax.h, s/dgux.h, s/bsd4-2.h, s/bsd4-3.h:
+       * s/hpux.h: Don't define HAVE_VFORK.
 
        * s/gnu-linux.h: Don't define HAVE_VFORK or HAVE_SYS_SIGLIST.