+2002-09-16 Juanma Barranquero <lektu@terra.es>
+
+ * dired-aux.el (dired-add-entry): Add missing argument to `dired-mark'.
+
2002-09-16 John Paul Wallington <jpw@shootybangbang.com>
* xscheme.el (scheme-interaction-mode): Doc fix.
(menu-bar-adv-search-menu): Removed.
(menu-bar-search-menu): Reorganized.
(menu-bar-edit-menu): Added "Replace" submenu.
-
+
2002-09-15 Markus Rost <rost@math.ohio-state.edu>
* dired.el (dired-move-to-filename): Fix previous change.
2002-09-14 Kim F. Storm <storm@cua.dk>
* emulation/keypad.el (keypad-setup, keypad-shifted-setup)
- (keypad-numlock-setup, keypad-numlock-shifted-setup):
+ (keypad-numlock-setup, keypad-numlock-shifted-setup):
Change `Remove Binding' option to `Unspecified/User-defined'.
(keypad-setup): Enhance explanation of setup type `none'.
* whitespace.el (whitespace-unload-hook): Call `remove-hook' with
three arguments, not four.
+2002-09-13 Kim F. Storm <storm@cua.dk>
+
+ * kmacro.el (kmacro-keymap): Changed bindings:
+ C-x C-k s to kmacro-start-macro, C-x C-k b to kmacro-bind-to-key.
+
2002-09-12 Richard M. Stallman <rms@gnu.org>
* international/mule-cmds.el (universal-coding-system-argument):
* derived.el: Require CL when compiling.
-2002-09-13 Kim F. Storm <storm@cua.dk>
-
- * kmacro.el (kmacro-keymap): Changed bindings:
- C-x C-k s to kmacro-start-macro, C-x C-k b to kmacro-bind-to-key.
-
2002-09-12 Simon Josefsson <jas@extundo.com>
* mail/smtpmail.el (smtpmail-send-it): Don't use : in filenames
* mail/smtpmail.el (smtpmail-default-smtp-server): Doc fix.
-2002-09-10 Richard M. Stallman <rms@gnu.org>
-
- * pcvs-info.el (cvs-check-fileinfo): Don't use boolp.
- (boolp): Function deleted.
-
2002-09-11 Kim F. Storm <storm@cua.dk>
* kmacro.el (kmacro-call-macro): Rephrase repeat prompt.
* newcomment.el (comment-with-narrowing): Use the `declare' thingy.
+2002-09-10 Richard M. Stallman <rms@gnu.org>
+
+ * pcvs-info.el (cvs-check-fileinfo): Don't use boolp.
+ (boolp): Function deleted.
+
2002-09-10 Dave Love <fx@gnu.org>
* international/utf-8.el (ucs-mule-to-mule-unicode):
* play/doctor.el (doc//): Rename from `//'. Update callers.
(doc$): Rename from `$'. Update callers.
-2002-09-09 Markus Rost <rost@math.ohio-state.edu>
-
- * simple.el (transient-mark-mode, line-number-mode)
- (column-number-mode): Undo previous change because of bootstrapping.
-
2002-09-10 Miles Bader <miles@gnu.org>
* simple.el (do-auto-fill): `fill-indent-according-to-mode' is a
* simple.el (keyboard-quit): Set defining-kbd-macro to nil to
cancel defining keyboard macro when applicable.
+2002-09-09 Markus Rost <rost@math.ohio-state.edu>
+
+ * simple.el (transient-mark-mode, line-number-mode)
+ (column-number-mode): Undo previous change because of bootstrapping.
+
2002-09-09 Stefan Monnier <monnier@cs.yale.edu>
* derived.el (define-derived-mode): Add keyword arguments.
* saveplace.el (save-place-alist-to-file): Removed no-effect code
that inserted file content only to delete it immediately.
Probably a cut-and-paste bug. Thanks to Juanma Barranquero
- <lektu@uol.com.br> for the patch.
+ <lektu@terra.es> for the patch.
2001-04-19 Stefan Monnier <monnier@cs.yale.edu>
* bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
bs-cycle-configuration-name. From Juanma Barranquero
- <lektu@uol.com.br>.
+ <lektu@terra.es>.
* Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
and cc-vars.el.
* imenu.el (imenu-generic-expression): Doc fix.
* emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
- From Juanma Barranquero.
+ From Juanma Barranquero <lektu@terra.es>.
* emacs-lisp/authors.el (authors): Expand `root' before running find.
2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
* which-func.el (which-func-mode): Invert which-func-mode-global.
- From Juanma Barranquero <lektu@uol.com.br>.
+ From Juanma Barranquero <lektu@terra.es>.
2001-02-08 Dave Love <fx@gnu.org>
* toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
* emacs-lisp/re-builder.el (reb-update-modestring): Don't use
- concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
+ concat for integers. From Juanma Barranquero <lektu@terra.es>.
* term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
display problems.