diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 38 |
1 files changed, 30 insertions, 8 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 11ae7a9ed55..64bb393c33e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | 2002-11-14 Edward M. Reingold <reingold@emr.cs.iit.edu> | 1 | 2002-11-14 Edward M. Reingold <reingold@emr.cs.iit.edu> |
| 2 | 2 | ||
| 3 | * calendar/diary-lib.el (make-diary-entry): Allow for local variables at | 3 | * calendar/diary-lib.el (make-diary-entry): Allow for local variables |
| 4 | end of diary file. | 4 | at end of diary file. |
| 5 | 5 | ||
| 6 | 2002-11-14 Kim F. Storm <storm@cua.dk> | 6 | 2002-11-14 Kim F. Storm <storm@cua.dk> |
| 7 | 7 | ||
| @@ -38,6 +38,10 @@ | |||
| 38 | paragraph with `fill-nobreak-invisible' let-bound to t. | 38 | paragraph with `fill-nobreak-invisible' let-bound to t. |
| 39 | Don't use `display' property; insert "see" directly in buffer. | 39 | Don't use `display' property; insert "see" directly in buffer. |
| 40 | 40 | ||
| 41 | 2002-11-13 Stefan Monnier <monnier@cs.yale.edu> | ||
| 42 | |||
| 43 | * pcvs.el (cvs-mode-run): Don't pass "." if not needed. | ||
| 44 | |||
| 41 | 2002-11-13 Andre Spiegel <spiegel@gnu.org> | 45 | 2002-11-13 Andre Spiegel <spiegel@gnu.org> |
| 42 | 46 | ||
| 43 | * vc-rcs.el (vc-rcs-registered): Improve comment. | 47 | * vc-rcs.el (vc-rcs-registered): Improve comment. |
| @@ -46,8 +50,8 @@ | |||
| 46 | 50 | ||
| 47 | 2002-11-13 Tim Van Holder <tim.vanholder@anubex.com> (tiny change) | 51 | 2002-11-13 Tim Van Holder <tim.vanholder@anubex.com> (tiny change) |
| 48 | 52 | ||
| 49 | * progmodes/compile.el (compilation-error-regexp-alist): Don't | 53 | * progmodes/compile.el (compilation-error-regexp-alist): |
| 50 | include colon and space after a file name as part of the name. | 54 | Don't include colon and space after a file name as part of the name. |
| 51 | 55 | ||
| 52 | 2002-11-13 Richard M. Stallman <rms@gnu.org> | 56 | 2002-11-13 Richard M. Stallman <rms@gnu.org> |
| 53 | 57 | ||
| @@ -56,14 +60,33 @@ | |||
| 56 | 2002-11-13 Kenichi Handa <handa@m17n.org> | 60 | 2002-11-13 Kenichi Handa <handa@m17n.org> |
| 57 | 61 | ||
| 58 | * replace.el (occur-engine): Set buffer-file-coding-system of | 62 | * replace.el (occur-engine): Set buffer-file-coding-system of |
| 59 | OUT-BUF to that of one of BUFFERS if they locally bind that | 63 | OUT-BUF to that of one of BUFFERS if they locally bind that variable. |
| 60 | variable. | ||
| 61 | 64 | ||
| 62 | 2002-11-13 Markus Rost <rost@math.ohio-state.edu> | 65 | 2002-11-13 Markus Rost <rost@math.ohio-state.edu> |
| 63 | 66 | ||
| 64 | * custom.el (custom-handle-all-keywords): Fix arg passed to | 67 | * custom.el (custom-handle-all-keywords): Fix arg passed to |
| 65 | custom-add-to-group. | 68 | custom-add-to-group. |
| 66 | 69 | ||
| 70 | 2002-11-12 Stefan Monnier <monnier@cs.yale.edu> | ||
| 71 | |||
| 72 | * pcvs-defs.el (cvs-mode-map): Remove M-f binding. | ||
| 73 | (cvs-minor-mode-map): Add e binding in log-view-mode. | ||
| 74 | |||
| 75 | * progmodes/perl-mode.el (perl-hanging-paren-p): New fun. | ||
| 76 | (perl-indent-line): Look at the open-paren to indent a close-paren. | ||
| 77 | (perl-calculate-indent): Try to better indent args after hanging paren. | ||
| 78 | Remove special code for open-paren-in-column-0. | ||
| 79 | |||
| 80 | * textmodes/sgml-mode.el (sgml-namify-char): New cmd. | ||
| 81 | (sgml-name-char): Use it. | ||
| 82 | (sgml-tag-last, sgml-tag-history): New vars. | ||
| 83 | (sgml-tag): Use them. | ||
| 84 | (sgml-skip-tag-forward): Use sgml-tag-syntax-table. | ||
| 85 | (sgml-delete-tag): Remove resulting empty lines. | ||
| 86 | (sgml-tag) <symbol-plist>: Don't make intangible. | ||
| 87 | (sgml-parse-tag-backward): Add limit argument. | ||
| 88 | (html-autoview-mode): Use define-minor-mode. | ||
| 89 | |||
| 67 | 2002-11-12 Markus Rost <rost@math.ohio-state.edu> | 90 | 2002-11-12 Markus Rost <rost@math.ohio-state.edu> |
| 68 | 91 | ||
| 69 | * vc-rcs.el (vc-rcs-registered): Handle the autoload cookie so | 92 | * vc-rcs.el (vc-rcs-registered): Handle the autoload cookie so |
| @@ -111,8 +134,7 @@ | |||
| 111 | 134 | ||
| 112 | 2002-11-09 Dave Love <fx@gnu.org> | 135 | 2002-11-09 Dave Love <fx@gnu.org> |
| 113 | 136 | ||
| 114 | * international/mule-cmds.el (current-language-environment): Fix | 137 | * international/mule-cmds.el (current-language-environment): Fix :type. |
| 115 | :type. | ||
| 116 | 138 | ||
| 117 | * international/ucs-tables.el: Revert to using | 139 | * international/ucs-tables.el: Revert to using |
| 118 | translation-table-for-input instead of keyboard-translate-table. | 140 | translation-table-for-input instead of keyboard-translate-table. |