diff options
| author | Gerd Moellmann | 2000-02-12 19:50:59 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-02-12 19:50:59 +0000 |
| commit | fb07a30287bd22151362b7bf0ba9f813aa334261 (patch) | |
| tree | 731d392d5e15555eaa486e98c6c90a482b235bdf | |
| parent | b878827d99e48c8c35c56cec70bb378c02200e3d (diff) | |
| download | emacs-fb07a30287bd22151362b7bf0ba9f813aa334261.tar.gz emacs-fb07a30287bd22151362b7bf0ba9f813aa334261.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 17 | ||||
| -rw-r--r-- | src/ChangeLog | 9 |
2 files changed, 23 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7178a996bba..92579ba47ac 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,20 @@ | |||
| 1 | 2000-02-12 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * uniquify.el (toplevel): Require CL at compile time. | ||
| 4 | (uniquify-push): Removed. | ||
| 5 | |||
| 6 | * shadowfile.el (shadow-when): Removed. | ||
| 7 | |||
| 8 | * tempo.el (tempo-dolist, tempo-mapc): Removed. | ||
| 9 | (tempo-process-and-insert-string): Use dolist instead of | ||
| 10 | tempo-dolist. | ||
| 11 | |||
| 12 | * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from | ||
| 13 | regexp for paragraph-start. | ||
| 14 | |||
| 15 | * mail/mail-utils.el (rmail-dont-reply-to): Remove leading | ||
| 16 | commas as well. | ||
| 17 | |||
| 1 | 2000-02-10 Dave Love <fx@gnu.org> | 18 | 2000-02-10 Dave Love <fx@gnu.org> |
| 2 | 19 | ||
| 3 | * wid-edit.el: (widgets) [defgroup]: Remove url link. | 20 | * wid-edit.el: (widgets) [defgroup]: Remove url link. |
diff --git a/src/ChangeLog b/src/ChangeLog index 10dcd3d81ed..795eb815f06 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,11 +1,14 @@ | |||
| 1 | 2000-02-12 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (syms_of_xdisp): Doc fix for scroll-conservatively. | ||
| 4 | |||
| 1 | 2000-02-12 Dave Love <fx@gnu.org> | 5 | 2000-02-12 Dave Love <fx@gnu.org> |
| 2 | 6 | ||
| 3 | * s/aix3-2.h, s/osf-1.h: Define C_DEBUG_SWITCH for non-gcc. | 7 | * s/aix3-2.h, s/osf-1.h: Define C_DEBUG_SWITCH for non-gcc. |
| 4 | 8 | ||
| 5 | * s/ux4800.h, s/umips.h, s/umax.h, s/sol2.h, s/sco5.h, s/rtu.h: | 9 | * s/ux4800.h, s/umips.h, s/umax.h, s/sol2.h, s/sco5.h, s/rtu.h: |
| 6 | * s/ptx4.h, s/umax.h, s/dgux.h, s/bsd4-2.h s/bsd4-3.h: | 10 | * s/ptx4.h, s/umax.h, s/dgux.h, s/bsd4-2.h, s/bsd4-3.h: |
| 7 | * s/hpux.h | 11 | * s/hpux.h: Don't define HAVE_VFORK. |
| 8 | Don't define HAVE_VFORK. | ||
| 9 | 12 | ||
| 10 | * s/gnu-linux.h: Don't define HAVE_VFORK or HAVE_SYS_SIGLIST. | 13 | * s/gnu-linux.h: Don't define HAVE_VFORK or HAVE_SYS_SIGLIST. |
| 11 | 14 | ||