diff options
| author | Juanma Barranquero | 2002-09-16 06:34:04 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2002-09-16 06:34:04 +0000 |
| commit | 0e8ed1fbd9b4fbc67355a62bbdc439c1c59ec395 (patch) | |
| tree | fd38962fd1d13876c1f7e344037806b18e13e6a7 /lisp/ChangeLog | |
| parent | ac28c6ca79709facde7ace5d414c03535289a883 (diff) | |
| download | emacs-0e8ed1fbd9b4fbc67355a62bbdc439c1c59ec395.tar.gz emacs-0e8ed1fbd9b4fbc67355a62bbdc439c1c59ec395.zip | |
*** empty log message ***
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 38 |
1 files changed, 21 insertions, 17 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3873f450f37..0af037bef15 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2002-09-16 Juanma Barranquero <lektu@terra.es> | ||
| 2 | |||
| 3 | * dired-aux.el (dired-add-entry): Add missing argument to `dired-mark'. | ||
| 4 | |||
| 1 | 2002-09-16 John Paul Wallington <jpw@shootybangbang.com> | 5 | 2002-09-16 John Paul Wallington <jpw@shootybangbang.com> |
| 2 | 6 | ||
| 3 | * xscheme.el (scheme-interaction-mode): Doc fix. | 7 | * xscheme.el (scheme-interaction-mode): Doc fix. |
| @@ -20,7 +24,7 @@ | |||
| 20 | (menu-bar-adv-search-menu): Removed. | 24 | (menu-bar-adv-search-menu): Removed. |
| 21 | (menu-bar-search-menu): Reorganized. | 25 | (menu-bar-search-menu): Reorganized. |
| 22 | (menu-bar-edit-menu): Added "Replace" submenu. | 26 | (menu-bar-edit-menu): Added "Replace" submenu. |
| 23 | 27 | ||
| 24 | 2002-09-15 Markus Rost <rost@math.ohio-state.edu> | 28 | 2002-09-15 Markus Rost <rost@math.ohio-state.edu> |
| 25 | 29 | ||
| 26 | * dired.el (dired-move-to-filename): Fix previous change. | 30 | * dired.el (dired-move-to-filename): Fix previous change. |
| @@ -28,7 +32,7 @@ | |||
| 28 | 2002-09-14 Kim F. Storm <storm@cua.dk> | 32 | 2002-09-14 Kim F. Storm <storm@cua.dk> |
| 29 | 33 | ||
| 30 | * emulation/keypad.el (keypad-setup, keypad-shifted-setup) | 34 | * emulation/keypad.el (keypad-setup, keypad-shifted-setup) |
| 31 | (keypad-numlock-setup, keypad-numlock-shifted-setup): | 35 | (keypad-numlock-setup, keypad-numlock-shifted-setup): |
| 32 | Change `Remove Binding' option to `Unspecified/User-defined'. | 36 | Change `Remove Binding' option to `Unspecified/User-defined'. |
| 33 | (keypad-setup): Enhance explanation of setup type `none'. | 37 | (keypad-setup): Enhance explanation of setup type `none'. |
| 34 | 38 | ||
| @@ -77,6 +81,11 @@ | |||
| 77 | * whitespace.el (whitespace-unload-hook): Call `remove-hook' with | 81 | * whitespace.el (whitespace-unload-hook): Call `remove-hook' with |
| 78 | three arguments, not four. | 82 | three arguments, not four. |
| 79 | 83 | ||
| 84 | 2002-09-13 Kim F. Storm <storm@cua.dk> | ||
| 85 | |||
| 86 | * kmacro.el (kmacro-keymap): Changed bindings: | ||
| 87 | C-x C-k s to kmacro-start-macro, C-x C-k b to kmacro-bind-to-key. | ||
| 88 | |||
| 80 | 2002-09-12 Richard M. Stallman <rms@gnu.org> | 89 | 2002-09-12 Richard M. Stallman <rms@gnu.org> |
| 81 | 90 | ||
| 82 | * international/mule-cmds.el (universal-coding-system-argument): | 91 | * international/mule-cmds.el (universal-coding-system-argument): |
| @@ -101,11 +110,6 @@ | |||
| 101 | 110 | ||
| 102 | * derived.el: Require CL when compiling. | 111 | * derived.el: Require CL when compiling. |
| 103 | 112 | ||
| 104 | 2002-09-13 Kim F. Storm <storm@cua.dk> | ||
| 105 | |||
| 106 | * kmacro.el (kmacro-keymap): Changed bindings: | ||
| 107 | C-x C-k s to kmacro-start-macro, C-x C-k b to kmacro-bind-to-key. | ||
| 108 | |||
| 109 | 2002-09-12 Simon Josefsson <jas@extundo.com> | 113 | 2002-09-12 Simon Josefsson <jas@extundo.com> |
| 110 | 114 | ||
| 111 | * mail/smtpmail.el (smtpmail-send-it): Don't use : in filenames | 115 | * mail/smtpmail.el (smtpmail-send-it): Don't use : in filenames |
| @@ -162,11 +166,6 @@ | |||
| 162 | 166 | ||
| 163 | * mail/smtpmail.el (smtpmail-default-smtp-server): Doc fix. | 167 | * mail/smtpmail.el (smtpmail-default-smtp-server): Doc fix. |
| 164 | 168 | ||
| 165 | 2002-09-10 Richard M. Stallman <rms@gnu.org> | ||
| 166 | |||
| 167 | * pcvs-info.el (cvs-check-fileinfo): Don't use boolp. | ||
| 168 | (boolp): Function deleted. | ||
| 169 | |||
| 170 | 2002-09-11 Kim F. Storm <storm@cua.dk> | 169 | 2002-09-11 Kim F. Storm <storm@cua.dk> |
| 171 | 170 | ||
| 172 | * kmacro.el (kmacro-call-macro): Rephrase repeat prompt. | 171 | * kmacro.el (kmacro-call-macro): Rephrase repeat prompt. |
| @@ -203,6 +202,11 @@ | |||
| 203 | 202 | ||
| 204 | * newcomment.el (comment-with-narrowing): Use the `declare' thingy. | 203 | * newcomment.el (comment-with-narrowing): Use the `declare' thingy. |
| 205 | 204 | ||
| 205 | 2002-09-10 Richard M. Stallman <rms@gnu.org> | ||
| 206 | |||
| 207 | * pcvs-info.el (cvs-check-fileinfo): Don't use boolp. | ||
| 208 | (boolp): Function deleted. | ||
| 209 | |||
| 206 | 2002-09-10 Dave Love <fx@gnu.org> | 210 | 2002-09-10 Dave Love <fx@gnu.org> |
| 207 | 211 | ||
| 208 | * international/utf-8.el (ucs-mule-to-mule-unicode): | 212 | * international/utf-8.el (ucs-mule-to-mule-unicode): |
| @@ -276,11 +280,6 @@ | |||
| 276 | * play/doctor.el (doc//): Rename from `//'. Update callers. | 280 | * play/doctor.el (doc//): Rename from `//'. Update callers. |
| 277 | (doc$): Rename from `$'. Update callers. | 281 | (doc$): Rename from `$'. Update callers. |
| 278 | 282 | ||
| 279 | 2002-09-09 Markus Rost <rost@math.ohio-state.edu> | ||
| 280 | |||
| 281 | * simple.el (transient-mark-mode, line-number-mode) | ||
| 282 | (column-number-mode): Undo previous change because of bootstrapping. | ||
| 283 | |||
| 284 | 2002-09-10 Miles Bader <miles@gnu.org> | 283 | 2002-09-10 Miles Bader <miles@gnu.org> |
| 285 | 284 | ||
| 286 | * simple.el (do-auto-fill): `fill-indent-according-to-mode' is a | 285 | * simple.el (do-auto-fill): `fill-indent-according-to-mode' is a |
| @@ -296,6 +295,11 @@ | |||
| 296 | * simple.el (keyboard-quit): Set defining-kbd-macro to nil to | 295 | * simple.el (keyboard-quit): Set defining-kbd-macro to nil to |
| 297 | cancel defining keyboard macro when applicable. | 296 | cancel defining keyboard macro when applicable. |
| 298 | 297 | ||
| 298 | 2002-09-09 Markus Rost <rost@math.ohio-state.edu> | ||
| 299 | |||
| 300 | * simple.el (transient-mark-mode, line-number-mode) | ||
| 301 | (column-number-mode): Undo previous change because of bootstrapping. | ||
| 302 | |||
| 299 | 2002-09-09 Stefan Monnier <monnier@cs.yale.edu> | 303 | 2002-09-09 Stefan Monnier <monnier@cs.yale.edu> |
| 300 | 304 | ||
| 301 | * derived.el (define-derived-mode): Add keyword arguments. | 305 | * derived.el (define-derived-mode): Add keyword arguments. |