*** empty log message ***
This commit is contained in:
parent
ac28c6ca79
commit
0e8ed1fbd9
2 changed files with 26 additions and 22 deletions
|
|
@ -1,3 +1,7 @@
|
|||
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.
|
||||
|
|
@ -20,7 +24,7 @@
|
|||
(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.
|
||||
|
|
@ -28,7 +32,7 @@
|
|||
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'.
|
||||
|
||||
|
|
@ -77,6 +81,11 @@
|
|||
* 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):
|
||||
|
|
@ -101,11 +110,6 @@
|
|||
|
||||
* 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
|
||||
|
|
@ -162,11 +166,6 @@
|
|||
|
||||
* 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.
|
||||
|
|
@ -203,6 +202,11 @@
|
|||
|
||||
* 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):
|
||||
|
|
@ -276,11 +280,6 @@
|
|||
* 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
|
||||
|
|
@ -296,6 +295,11 @@
|
|||
* 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.
|
||||
|
|
|
|||
|
|
@ -3904,7 +3904,7 @@
|
|||
* 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>
|
||||
|
||||
|
|
@ -4451,7 +4451,7 @@
|
|||
|
||||
* 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.
|
||||
|
|
@ -5615,7 +5615,7 @@
|
|||
* 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.
|
||||
|
||||
|
|
@ -5627,7 +5627,7 @@
|
|||
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>
|
||||
|
||||
|
|
@ -5862,7 +5862,7 @@
|
|||
* 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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue