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 | |
| parent | ac28c6ca79709facde7ace5d414c03535289a883 (diff) | |
| download | emacs-0e8ed1fbd9b4fbc67355a62bbdc439c1c59ec395.tar.gz emacs-0e8ed1fbd9b4fbc67355a62bbdc439c1c59ec395.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 38 | ||||
| -rw-r--r-- | lisp/ChangeLog.9 | 10 |
2 files changed, 26 insertions, 22 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. |
diff --git a/lisp/ChangeLog.9 b/lisp/ChangeLog.9 index aa17c72587d..b6739b476a5 100644 --- a/lisp/ChangeLog.9 +++ b/lisp/ChangeLog.9 | |||
| @@ -3904,7 +3904,7 @@ | |||
| 3904 | * saveplace.el (save-place-alist-to-file): Removed no-effect code | 3904 | * saveplace.el (save-place-alist-to-file): Removed no-effect code |
| 3905 | that inserted file content only to delete it immediately. | 3905 | that inserted file content only to delete it immediately. |
| 3906 | Probably a cut-and-paste bug. Thanks to Juanma Barranquero | 3906 | Probably a cut-and-paste bug. Thanks to Juanma Barranquero |
| 3907 | <lektu@uol.com.br> for the patch. | 3907 | <lektu@terra.es> for the patch. |
| 3908 | 3908 | ||
| 3909 | 2001-04-19 Stefan Monnier <monnier@cs.yale.edu> | 3909 | 2001-04-19 Stefan Monnier <monnier@cs.yale.edu> |
| 3910 | 3910 | ||
| @@ -4451,7 +4451,7 @@ | |||
| 4451 | 4451 | ||
| 4452 | * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of | 4452 | * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of |
| 4453 | bs-cycle-configuration-name. From Juanma Barranquero | 4453 | bs-cycle-configuration-name. From Juanma Barranquero |
| 4454 | <lektu@uol.com.br>. | 4454 | <lektu@terra.es>. |
| 4455 | 4455 | ||
| 4456 | * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el | 4456 | * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el |
| 4457 | and cc-vars.el. | 4457 | and cc-vars.el. |
| @@ -5615,7 +5615,7 @@ | |||
| 5615 | * imenu.el (imenu-generic-expression): Doc fix. | 5615 | * imenu.el (imenu-generic-expression): Doc fix. |
| 5616 | 5616 | ||
| 5617 | * emacs-lisp/re-builder.el (reb-mode): Quote the hook name. | 5617 | * emacs-lisp/re-builder.el (reb-mode): Quote the hook name. |
| 5618 | From Juanma Barranquero. | 5618 | From Juanma Barranquero <lektu@terra.es>. |
| 5619 | 5619 | ||
| 5620 | * emacs-lisp/authors.el (authors): Expand `root' before running find. | 5620 | * emacs-lisp/authors.el (authors): Expand `root' before running find. |
| 5621 | 5621 | ||
| @@ -5627,7 +5627,7 @@ | |||
| 5627 | 2001-02-08 Stefan Monnier <monnier@cs.yale.edu> | 5627 | 2001-02-08 Stefan Monnier <monnier@cs.yale.edu> |
| 5628 | 5628 | ||
| 5629 | * which-func.el (which-func-mode): Invert which-func-mode-global. | 5629 | * which-func.el (which-func-mode): Invert which-func-mode-global. |
| 5630 | From Juanma Barranquero <lektu@uol.com.br>. | 5630 | From Juanma Barranquero <lektu@terra.es>. |
| 5631 | 5631 | ||
| 5632 | 2001-02-08 Dave Love <fx@gnu.org> | 5632 | 2001-02-08 Dave Love <fx@gnu.org> |
| 5633 | 5633 | ||
| @@ -5862,7 +5862,7 @@ | |||
| 5862 | * toolbar/tool-bar.el (tool-bar-add-item): Doc fix. | 5862 | * toolbar/tool-bar.el (tool-bar-add-item): Doc fix. |
| 5863 | 5863 | ||
| 5864 | * emacs-lisp/re-builder.el (reb-update-modestring): Don't use | 5864 | * emacs-lisp/re-builder.el (reb-update-modestring): Don't use |
| 5865 | concat for integers. From Juanma Barranquero <lektu@uol.com.br>. | 5865 | concat for integers. From Juanma Barranquero <lektu@terra.es>. |
| 5866 | 5866 | ||
| 5867 | * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate | 5867 | * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate |
| 5868 | display problems. | 5868 | display problems. |