diff options
| -rw-r--r-- | lisp/ChangeLog | 107 |
1 files changed, 75 insertions, 32 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3eec6087068..fa49a075001 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,7 +1,78 @@ | |||
| 1 | 2000-01-07 Dave Love <fx@gnu.org> | ||
| 2 | |||
| 3 | * add-log.el (add-log-debugging): Deleted. | ||
| 4 | (add-change-log-entry): Treat a backup FILE-NAME as its parent | ||
| 5 | file. Remove debugging code. | ||
| 6 | (change-log-get-method-definition, change-log-name): Add doc. | ||
| 7 | (change-log-sortable-date-at): New function. | ||
| 8 | (change-log-merge): New command. | ||
| 9 | |||
| 10 | * time.el (display-time-string-forms): Make the Mail string active. | ||
| 11 | (display-time-update): Provide help-echo for load average. | ||
| 12 | |||
| 13 | * bindings.el (make-mode-line-mouse2-map): New function. | ||
| 14 | (mode-line-modified): Use it and simplify. | ||
| 15 | (mode-line-mule-info): Provide help-echo info. | ||
| 16 | (minor-mode-alist): Activate the strings. | ||
| 17 | (make-mode-line-mouse-sensitive): Simplify for | ||
| 18 | mode-line-buffer-identification. | ||
| 19 | |||
| 20 | 2000-01-07 Dave Love <fx@gnu.org> | ||
| 21 | |||
| 22 | * add-log.el (add-log-debugging): Deleted. | ||
| 23 | (add-change-log-entry): Treat a backup FILE-NAME as its parent | ||
| 24 | file. Remove debugging code. | ||
| 25 | (change-log-get-method-definition, change-log-name): Add doc. | ||
| 26 | (change-log-sortable-date-at): New function. | ||
| 27 | (change-log-merge): New command. | ||
| 28 | |||
| 29 | * time.el (display-time-string-forms): Make the Mail string active. | ||
| 30 | (display-time-update): Provide help-echo for load average. | ||
| 31 | |||
| 32 | * bindings.el (make-mode-line-mouse2-map): New function. | ||
| 33 | (mode-line-modified): Use it and simplify. | ||
| 34 | (mode-line-mule-info): Provide help-echo info. | ||
| 35 | (minor-mode-alist): Activate the strings. | ||
| 36 | (make-mode-line-mouse-sensitive): Simplify for | ||
| 37 | mode-line-buffer-identification. | ||
| 38 | |||
| 1 | 2000-01-07 Gerd Moellmann <gerd@gnu.org> | 39 | 2000-01-07 Gerd Moellmann <gerd@gnu.org> |
| 2 | 40 | ||
| 3 | * play/pong.el: New file. | 41 | * play/pong.el: New file. |
| 4 | 42 | ||
| 43 | 2000-01-06 Dave Love <fx@gnu.org> | ||
| 44 | |||
| 45 | * array.el: Assorted cleanups for compiler warnings, doc strings, | ||
| 46 | `array-' prefix for symbols. | ||
| 47 | |||
| 48 | 2000-01-05 Dave Love <fx@gnu.org> | ||
| 49 | |||
| 50 | * textmodes/outline.el (outline-mode-menu-bar-map): Add | ||
| 51 | outline-headers-as-kill. | ||
| 52 | (outline-mode): Define imenu-generic-expression. | ||
| 53 | (outline-headers-as-kill): New command. | ||
| 54 | |||
| 55 | * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^' | ||
| 56 | from paragraph-start. | ||
| 57 | (paragraph-indent-minor-mode): New command. | ||
| 58 | |||
| 59 | * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a, | ||
| 60 | M-C-e, M-C-h, C-j, C-xnd, TAB. | ||
| 61 | (fortran-mode): Set beginning-of-defun, end-of-defun. | ||
| 62 | (fortran-column-ruler): Simplify. | ||
| 63 | (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted. | ||
| 64 | (fortran-with-subprogram-narrowing): Likewise. | ||
| 65 | (fortran-indent-subprogram): Call mark-defun. | ||
| 66 | (fortran-check-for-matching-do): Change narrowing. | ||
| 67 | |||
| 68 | * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table. | ||
| 69 | (cl-lucid-hash-tag): Delete. | ||
| 70 | (cl-hash-table-p): Correct test for native table. | ||
| 71 | (cl-hash-table-count): Use hash-table-count. | ||
| 72 | |||
| 73 | * browse-url.el (browse-url): Fix case of | ||
| 74 | browse-url-browser-function being an alist. | ||
| 75 | |||
| 5 | 2000-01-05 Carsten Dominik <cd@gnu.org> | 76 | 2000-01-05 Carsten Dominik <cd@gnu.org> |
| 6 | 77 | ||
| 7 | * textmodes/reftex-vars.el (reftex-parse-file-extension) | 78 | * textmodes/reftex-vars.el (reftex-parse-file-extension) |
| @@ -15,7 +86,7 @@ | |||
| 15 | 86 | ||
| 16 | 2000-01-05 Dave Love <fx@gnu.org> | 87 | 2000-01-05 Dave Love <fx@gnu.org> |
| 17 | 88 | ||
| 18 | * lisp.el (beginning-of-defun): New variable. | 89 | * emacs-lisp/lisp.el (beginning-of-defun): New variable. |
| 19 | (beginning-of-defun-raw): Use it. | 90 | (beginning-of-defun-raw): Use it. |
| 20 | (end-of-defun): New variable. | 91 | (end-of-defun): New variable. |
| 21 | (end-of-defun): Use it. | 92 | (end-of-defun): Use it. |
| @@ -93,7 +164,7 @@ | |||
| 93 | 164 | ||
| 94 | * elide-head.el (elide-head) [defgroup]: Add :version. | 165 | * elide-head.el (elide-head) [defgroup]: Add :version. |
| 95 | 166 | ||
| 96 | * cl-extra.el (cl-emacs-type): Remove defvar. | 167 | * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar. |
| 97 | (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use | 168 | (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use |
| 98 | `cl-hash-table-p', not `hash-table-p'. | 169 | `cl-hash-table-p', not `hash-table-p'. |
| 99 | (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code. | 170 | (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code. |
| @@ -127,34 +198,6 @@ | |||
| 127 | * simple.el (completion-setup-function): Count completion-size | 198 | * simple.el (completion-setup-function): Count completion-size |
| 128 | from minibuffer-prompt-end, not from point-min. | 199 | from minibuffer-prompt-end, not from point-min. |
| 129 | 200 | ||
| 130 | 2000-01-02 Dave Love <fx@gnu.org> | ||
| 131 | |||
| 132 | * outline.el (outline-mode-menu-bar-map): Add | ||
| 133 | outline-headers-as-kill. | ||
| 134 | (outline-mode): Define imenu-generic-expression. | ||
| 135 | (outline-headers-as-kill): New command. | ||
| 136 | |||
| 137 | * text-mode.el (text-mode): Remove page-delimiter's `^' from | ||
| 138 | paragraph-start. | ||
| 139 | (paragraph-indent-minor-mode): New command. | ||
| 140 | |||
| 141 | * fortran.el (fortran-mode-map): Don't bind M-C-a, M-C-e, M-C-h, | ||
| 142 | C-j, C-xnd, TAB. | ||
| 143 | (fortran-mode): Set beginning-of-defun, end-of-defun. | ||
| 144 | (fortran-column-ruler): Simplify. | ||
| 145 | (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted. | ||
| 146 | (fortran-with-subprogram-narrowing): Likewise. | ||
| 147 | (fortran-indent-subprogram): Call mark-defun. | ||
| 148 | (fortran-check-for-matching-do): Change narrowing. | ||
| 149 | |||
| 150 | * cl-extra.el (cl-make-hash-table): Use make-hash-table. | ||
| 151 | (cl-lucid-hash-tag): Delete. | ||
| 152 | (cl-hash-table-p): Correct test for native table. | ||
| 153 | (cl-hash-table-count): Use hash-table-count. | ||
| 154 | |||
| 155 | * browse-url.el (browse-url): Fix case of | ||
| 156 | browse-url-browser-function being an alist. | ||
| 157 | |||
| 158 | 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il> | 201 | 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il> |
| 159 | 202 | ||
| 160 | * faces.el (read-face-attribute, defined-colors, color-defined-p): | 203 | * faces.el (read-face-attribute, defined-colors, color-defined-p): |
| @@ -449,9 +492,9 @@ | |||
| 449 | (cl-emacs-type): Remove. | 492 | (cl-emacs-type): Remove. |
| 450 | (cl-map-extents): Remove compatibility code. | 493 | (cl-map-extents): Remove compatibility code. |
| 451 | 494 | ||
| 452 | * float.el: Bind free variables. | 495 | * emacs-lisp/float.el: Bind free variables. |
| 453 | 496 | ||
| 454 | * bytecomp.el (byte-compile-constp): Include keywords. | 497 | * emacs-lisp/bytecomp.el (byte-compile-constp): Include keywords. |
| 455 | 498 | ||
| 456 | 1999-12-16 Gerd Moellmann <gerd@gnu.org> | 499 | 1999-12-16 Gerd Moellmann <gerd@gnu.org> |
| 457 | 500 | ||