comparison lisp/ChangeLog @ 47499:587c549890cf

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 16 Sep 2002 06:34:04 +0000
parents 036e57c15cdc
children 864e328bbca7
comparison
equal deleted inserted replaced
47498:26afa4825cc1 47499:587c549890cf
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.
4 8
5 * net/eudc.el (eudc-plist-get): Doc fix. 9 * net/eudc.el (eudc-plist-get): Doc fix.
18 (menu-bar-replace-menu): New keymap for "Edit->Replace" submenu. 22 (menu-bar-replace-menu): New keymap for "Edit->Replace" submenu.
19 (menu-bar-i-search-menu): New keymap for "Incremental Search" submenu. 23 (menu-bar-i-search-menu): New keymap for "Incremental Search" submenu.
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.
27 31
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
35 2002-09-14 Richard M. Stallman <rms@gnu.org> 39 2002-09-14 Richard M. Stallman <rms@gnu.org>
36 40
74 * progmodes/idlw-shell.el (idlwave-shell-cleanup): Fix reference 78 * progmodes/idlw-shell.el (idlwave-shell-cleanup): Fix reference
75 to `idlwave-idlwave_routine_info-compiled'. 79 to `idlwave-idlwave_routine_info-compiled'.
76 80
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.
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.
79 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):
83 Read the coding system inside `interactive' spec, for command-history. 92 Read the coding system inside `interactive' spec, for command-history.
99 (gud-common-init): If `massage-args' is nil, don't call it. 108 (gud-common-init): If `massage-args' is nil, don't call it.
100 (gud-format-command): Don't hardcode point-min==1. 109 (gud-format-command): Don't hardcode point-min==1.
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
112 (for cygwin). Suggested by Andrew Senior <aws@watson.ibm.com>. 116 (for cygwin). Suggested by Andrew Senior <aws@watson.ibm.com>.
113 Use expand-file-name. Also don't require time-stamp. 117 Use expand-file-name. Also don't require time-stamp.
159 163
160 * gud.el (gud-gdb-massage-args): Don't secretly add -fullname. 164 * gud.el (gud-gdb-massage-args): Don't secretly add -fullname.
161 (gud-query-cmdline): Add --fullname to the user cmdline. 165 (gud-query-cmdline): Add --fullname to the user cmdline.
162 166
163 * mail/smtpmail.el (smtpmail-default-smtp-server): Doc fix. 167 * mail/smtpmail.el (smtpmail-default-smtp-server): Doc fix.
164
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 168
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.
173 (kmacro-step-edit-map): Bind "A" to `append-end'. 172 (kmacro-step-edit-map): Bind "A" to `append-end'.
201 200
202 * subr.el (define-mail-user-agent): Moved from simple.el. 201 * subr.el (define-mail-user-agent): Moved from simple.el.
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):
209 Define unconditionally. 213 Define unconditionally.
210 (utf-8-fragmentation-table): New. Use it in top-level mapc. 214 (utf-8-fragmentation-table): New. Use it in top-level mapc.
274 2002-09-10 Deepak Goel <deego@glue.umd.edu> 278 2002-09-10 Deepak Goel <deego@glue.umd.edu>
275 279
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
283 2002-09-10 Miles Bader <miles@gnu.org>
284
285 * simple.el (do-auto-fill): `fill-indent-according-to-mode' is a
286 variable, not a function.
287
288 * kmacro.el (kmacro-call-macro): Deal with a non-numeric prefix arg.
289
290 2002-09-10 Kim F. Storm <storm@cua.dk>
291
292 * macros.el (apply-macro-to-region-lines): Let-bind mark-active to
293 nil while executing macro to avoid triggering delete-selection-mode.
294
295 * simple.el (keyboard-quit): Set defining-kbd-macro to nil to
296 cancel defining keyboard macro when applicable.
297
279 2002-09-09 Markus Rost <rost@math.ohio-state.edu> 298 2002-09-09 Markus Rost <rost@math.ohio-state.edu>
280 299
281 * simple.el (transient-mark-mode, line-number-mode) 300 * simple.el (transient-mark-mode, line-number-mode)
282 (column-number-mode): Undo previous change because of bootstrapping. 301 (column-number-mode): Undo previous change because of bootstrapping.
283
284 2002-09-10 Miles Bader <miles@gnu.org>
285
286 * simple.el (do-auto-fill): `fill-indent-according-to-mode' is a
287 variable, not a function.
288
289 * kmacro.el (kmacro-call-macro): Deal with a non-numeric prefix arg.
290
291 2002-09-10 Kim F. Storm <storm@cua.dk>
292
293 * macros.el (apply-macro-to-region-lines): Let-bind mark-active to
294 nil while executing macro to avoid triggering delete-selection-mode.
295
296 * simple.el (keyboard-quit): Set defining-kbd-macro to nil to
297 cancel defining keyboard macro when applicable.
298 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.
302 (derived-mode-make-docstring): Take abbrev and syntax table names. 306 (derived-mode-make-docstring): Take abbrev and syntax table names.