diff options
| -rw-r--r-- | lisp/ChangeLog | 37 |
1 files changed, 19 insertions, 18 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2f2d93553ee..1999adb40a0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,18 +1,18 @@ | |||
| 1 | 1999-12-18 Dave Love <fx@gnu.org> | 1 | 1999-12-18 Dave Love <fx@gnu.org> |
| 2 | 2 | ||
| 3 | * cl-macs.el: Remove conditional definition of eval-when-compile. | 3 | * emacs-lisp/cl-macs.el: Remove conditional definition of |
| 4 | Don't specify abs, expt, gethash, hash-table-count, hash-table-p | 4 | eval-when-compile. Don't specify abs, expt, gethash, |
| 5 | as side-effect-free here. | 5 | hash-table-count, hash-table-p as side-effect-free here. |
| 6 | (cl-emacs-type): Don't declare. | 6 | (cl-emacs-type): Don't declare. |
| 7 | (cl-compile-time-init): Remove Emacs 18 compiler patch. | 7 | (cl-compile-time-init): Remove Emacs 18 compiler patch. |
| 8 | (cl-parse-loop-clause): Remove compatibility code. | 8 | (cl-parse-loop-clause): Remove compatibility code. |
| 9 | 9 | ||
| 10 | * byte-opt.el: Don't put optimization info on `eql'. | 10 | * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'. |
| 11 | (side-effect-free-fns): Add gethash, hash-table-count. | 11 | (side-effect-free-fns): Add gethash, hash-table-count. |
| 12 | (side-effect-and-error-free-fns): Add hash-table-p. | 12 | (side-effect-and-error-free-fns): Add hash-table-p. |
| 13 | 13 | ||
| 14 | * cl.el: Remove Emacs 18 compatibility code. Prepend `cl-' to | 14 | * emacs-lisp/cl.el: Remove Emacs 18 compatibility code. Prepend |
| 15 | autoload names for some hash functions. Don't autoload | 15 | `cl-' to autoload names for some hash functions. Don't autoload |
| 16 | eval-when-compile. Don't provide mini-cl. | 16 | eval-when-compile. Don't provide mini-cl. |
| 17 | (cl-emacs-type): Remove. | 17 | (cl-emacs-type): Remove. |
| 18 | (cl-map-extents): Remove compatibility code. | 18 | (cl-map-extents): Remove compatibility code. |
| @@ -31,7 +31,7 @@ | |||
| 31 | 31 | ||
| 32 | * custom.el (custom-declare-variable): Purecopy value. | 32 | * custom.el (custom-declare-variable): Purecopy value. |
| 33 | 33 | ||
| 34 | * bytecomp.el (byte-compile-bound-variables): Doc fix. | 34 | * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix. |
| 35 | (byte-extrude-byte-code-vectors): Use remprop. | 35 | (byte-extrude-byte-code-vectors): Use remprop. |
| 36 | (byte-compile-lambda): Check that arg is a lambda. | 36 | (byte-compile-lambda): Check that arg is a lambda. |
| 37 | 37 | ||
| @@ -579,8 +579,8 @@ | |||
| 579 | 579 | ||
| 580 | 1999-12-12 Dave Love <fx@gnu.org> | 580 | 1999-12-12 Dave Love <fx@gnu.org> |
| 581 | 581 | ||
| 582 | * footnote.el: Require cl when compiling. Don't autoload keymap | 582 | * mail/footnote.el: Require cl when compiling. Don't autoload |
| 583 | and minor-mode-alist stuff. Don't set zmacs-region-stays. | 583 | keymap and minor-mode-alist stuff. Don't set zmacs-region-stays. |
| 584 | (footnote-insert-text-marker, Footnote-insert-pointer-marker): | 584 | (footnote-insert-text-marker, Footnote-insert-pointer-marker): |
| 585 | Avoid `acons'. | 585 | Avoid `acons'. |
| 586 | (footnote-mode-line-string, Footnote-add-footnote): Remove | 586 | (footnote-mode-line-string, Footnote-add-footnote): Remove |
| @@ -899,7 +899,7 @@ | |||
| 899 | 899 | ||
| 900 | 1999-11-30 Dave Love <fx@gnu.org> | 900 | 1999-11-30 Dave Love <fx@gnu.org> |
| 901 | 901 | ||
| 902 | * fortran.el (fortran-strip-sequence-nos): New command. | 902 | * progmodes/fortran.el (fortran-strip-sequence-nos): New command. |
| 903 | 903 | ||
| 904 | * autoinsert.el: Minor doc fixes. | 904 | * autoinsert.el: Minor doc fixes. |
| 905 | (auto-insert): Return nil. | 905 | (auto-insert): Return nil. |
| @@ -1056,7 +1056,7 @@ | |||
| 1056 | 1056 | ||
| 1057 | 1999-11-23 Dave Love <fx@gnu.org> | 1057 | 1999-11-23 Dave Love <fx@gnu.org> |
| 1058 | 1058 | ||
| 1059 | * fortran.el (fortran-comment-line-start): Renamed from | 1059 | * progmodes/fortran.el (fortran-comment-line-start): Renamed from |
| 1060 | comment-line-start. | 1060 | comment-line-start. |
| 1061 | (fortran-comment-line-start-skip): Renamed from | 1061 | (fortran-comment-line-start-skip): Renamed from |
| 1062 | comment-line-start-skip. | 1062 | comment-line-start-skip. |
| @@ -1082,8 +1082,8 @@ | |||
| 1082 | (fortran-break-line): Simplified. | 1082 | (fortran-break-line): Simplified. |
| 1083 | (fortran-analyze-file-format): Use char-after, not looking-at. | 1083 | (fortran-analyze-file-format): Use char-after, not looking-at. |
| 1084 | 1084 | ||
| 1085 | * find-func.el (find-function-regexp): Use `define-minor-mode' | 1085 | * emacs-lisp/find-func.el (find-function-regexp): Use |
| 1086 | after easy-menu change. | 1086 | `define-minor-mode' after easy-menu change. |
| 1087 | 1087 | ||
| 1088 | 1999-11-23 Gerd Moellmann <gerd@gnu.org> | 1088 | 1999-11-23 Gerd Moellmann <gerd@gnu.org> |
| 1089 | 1089 | ||
| @@ -2605,7 +2605,7 @@ | |||
| 2605 | 2605 | ||
| 2606 | 1999-09-09 Dave Love <fx@gnu.org> | 2606 | 1999-09-09 Dave Love <fx@gnu.org> |
| 2607 | 2607 | ||
| 2608 | * byte-opt.el (byte-optimize-backward-char): | 2608 | * emacs-lisp/byte-opt.el (byte-optimize-backward-char): |
| 2609 | (byte-optimize-backward-word): New optimizations. | 2609 | (byte-optimize-backward-word): New optimizations. |
| 2610 | (side-effect-free-fns, side-effect-and-error-free-fns): Add | 2610 | (side-effect-free-fns, side-effect-and-error-free-fns): Add |
| 2611 | entries. | 2611 | entries. |
| @@ -2743,7 +2743,7 @@ | |||
| 2743 | 2743 | ||
| 2744 | * isearch.el (isearch-mode-map): Add mouse-2. | 2744 | * isearch.el (isearch-mode-map): Add mouse-2. |
| 2745 | 2745 | ||
| 2746 | * rmail.el (rmail-read-password): Deleted. | 2746 | * mail/rmail.el (rmail-read-password): Deleted. |
| 2747 | (rmail-get-pop-password): Use read-password. | 2747 | (rmail-get-pop-password): Use read-password. |
| 2748 | 2748 | ||
| 2749 | * quickurl.el: Don't conditionally define caddr. | 2749 | * quickurl.el: Don't conditionally define caddr. |
| @@ -2783,7 +2783,8 @@ | |||
| 2783 | 2783 | ||
| 2784 | 1999-09-06 Dave Love <fx@gnu.org> | 2784 | 1999-09-06 Dave Love <fx@gnu.org> |
| 2785 | 2785 | ||
| 2786 | * byte-opt.el (byte-boolean-vars): Removed. (Now primitive.) | 2786 | * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed. (Now |
| 2787 | primitive.) | ||
| 2787 | 2788 | ||
| 2788 | 1999-09-05 Richard Stallman <rms@gnu.org> | 2789 | 1999-09-05 Richard Stallman <rms@gnu.org> |
| 2789 | 2790 | ||
| @@ -2884,8 +2885,8 @@ | |||
| 2884 | * help.el (help-make-xrefs): Don't lose on non-empty blank line | 2885 | * help.el (help-make-xrefs): Don't lose on non-empty blank line |
| 2885 | after key table. | 2886 | after key table. |
| 2886 | 2887 | ||
| 2887 | * byte-opt.el (byte-boolean-vars): Add several w32 and redisplay | 2888 | * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and |
| 2888 | variables. | 2889 | redisplay variables. |
| 2889 | 2890 | ||
| 2890 | * subr.el (push): Fix typo. | 2891 | * subr.el (push): Fix typo. |
| 2891 | 2892 | ||