# HG changeset patch # User Juanma Barranquero # Date 1032158044 0 # Node ID 587c549890cf793ee504184ed9c16b219bbc54e6 # Parent 26afa4825cc1b794449bfa6ab5e635ce15f67e86 *** empty log message *** diff -r 26afa4825cc1 -r 587c549890cf lisp/ChangeLog --- a/lisp/ChangeLog Mon Sep 16 06:31:43 2002 +0000 +++ b/lisp/ChangeLog Mon Sep 16 06:34:04 2002 +0000 @@ -1,3 +1,7 @@ +2002-09-16 Juanma Barranquero + + * dired-aux.el (dired-add-entry): Add missing argument to `dired-mark'. + 2002-09-16 John Paul Wallington * 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 * dired.el (dired-move-to-filename): Fix previous change. @@ -28,7 +32,7 @@ 2002-09-14 Kim F. Storm * 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 + + * 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 * international/mule-cmds.el (universal-coding-system-argument): @@ -101,11 +110,6 @@ * derived.el: Require CL when compiling. -2002-09-13 Kim F. Storm - - * 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 * 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 - - * pcvs-info.el (cvs-check-fileinfo): Don't use boolp. - (boolp): Function deleted. - 2002-09-11 Kim F. Storm * 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 + + * pcvs-info.el (cvs-check-fileinfo): Don't use boolp. + (boolp): Function deleted. + 2002-09-10 Dave Love * 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 - - * simple.el (transient-mark-mode, line-number-mode) - (column-number-mode): Undo previous change because of bootstrapping. - 2002-09-10 Miles Bader * 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 + + * simple.el (transient-mark-mode, line-number-mode) + (column-number-mode): Undo previous change because of bootstrapping. + 2002-09-09 Stefan Monnier * derived.el (define-derived-mode): Add keyword arguments. diff -r 26afa4825cc1 -r 587c549890cf lisp/ChangeLog.9 --- a/lisp/ChangeLog.9 Mon Sep 16 06:31:43 2002 +0000 +++ b/lisp/ChangeLog.9 Mon Sep 16 06:34:04 2002 +0000 @@ -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 - for the patch. + for the patch. 2001-04-19 Stefan Monnier @@ -4451,7 +4451,7 @@ * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of bs-cycle-configuration-name. From Juanma Barranquero - . + . * 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 . * emacs-lisp/authors.el (authors): Expand `root' before running find. @@ -5627,7 +5627,7 @@ 2001-02-08 Stefan Monnier * which-func.el (which-func-mode): Invert which-func-mode-global. - From Juanma Barranquero . + From Juanma Barranquero . 2001-02-08 Dave Love @@ -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 . + concat for integers. From Juanma Barranquero . * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate display problems.