/[emacs]/emacs/lisp/ChangeLog
ViewVC logotype

Diff of /emacs/lisp/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4327 by jpw, Mon Sep 16 02:49:22 2002 UTC revision 1.4328 by lektu, Mon Sep 16 06:32:31 2002 UTC
# Line 1  Line 1 
1    2002-09-16  Juanma Barranquero  <lektu@terra.es>
2    
3            * dired-aux.el (dired-add-entry): Add missing argument to `dired-mark'.
4    
5  2002-09-16  John Paul Wallington  <jpw@shootybangbang.com>  2002-09-16  John Paul Wallington  <jpw@shootybangbang.com>
6    
7          * xscheme.el (scheme-interaction-mode): Doc fix.          * xscheme.el (scheme-interaction-mode): Doc fix.
# Line 20  Line 24 
24          (menu-bar-adv-search-menu): Removed.          (menu-bar-adv-search-menu): Removed.
25          (menu-bar-search-menu): Reorganized.          (menu-bar-search-menu): Reorganized.
26          (menu-bar-edit-menu): Added "Replace" submenu.          (menu-bar-edit-menu): Added "Replace" submenu.
27            
28  2002-09-15  Markus Rost  <rost@math.ohio-state.edu>  2002-09-15  Markus Rost  <rost@math.ohio-state.edu>
29    
30          * dired.el (dired-move-to-filename): Fix previous change.          * dired.el (dired-move-to-filename): Fix previous change.
# Line 28  Line 32 
32  2002-09-14  Kim F. Storm  <storm@cua.dk>  2002-09-14  Kim F. Storm  <storm@cua.dk>
33    
34          * emulation/keypad.el (keypad-setup, keypad-shifted-setup)          * emulation/keypad.el (keypad-setup, keypad-shifted-setup)
35          (keypad-numlock-setup, keypad-numlock-shifted-setup):          (keypad-numlock-setup, keypad-numlock-shifted-setup):
36          Change `Remove Binding' option to `Unspecified/User-defined'.          Change `Remove Binding' option to `Unspecified/User-defined'.
37          (keypad-setup): Enhance explanation of setup type `none'.          (keypad-setup): Enhance explanation of setup type `none'.
38    
# Line 77  Line 81 
81          * whitespace.el (whitespace-unload-hook): Call `remove-hook' with          * whitespace.el (whitespace-unload-hook): Call `remove-hook' with
82          three arguments, not four.          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.
88    
89  2002-09-12  Richard M. Stallman  <rms@gnu.org>  2002-09-12  Richard M. Stallman  <rms@gnu.org>
90    
91          * international/mule-cmds.el (universal-coding-system-argument):          * international/mule-cmds.el (universal-coding-system-argument):
# Line 101  Line 110 
110    
111          * derived.el: Require CL when compiling.          * derived.el: Require CL when compiling.
112    
 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.  
   
113  2002-09-12  Simon Josefsson  <jas@extundo.com>  2002-09-12  Simon Josefsson  <jas@extundo.com>
114    
115          * mail/smtpmail.el (smtpmail-send-it): Don't use : in filenames          * mail/smtpmail.el (smtpmail-send-it): Don't use : in filenames
# Line 162  Line 166 
166    
167          * mail/smtpmail.el (smtpmail-default-smtp-server): Doc fix.          * mail/smtpmail.el (smtpmail-default-smtp-server): Doc fix.
168    
 2002-09-10  Richard M. Stallman  <rms@gnu.org>  
   
         * pcvs-info.el (cvs-check-fileinfo): Don't use boolp.  
         (boolp): Function deleted.  
   
169  2002-09-11  Kim F. Storm  <storm@cua.dk>  2002-09-11  Kim F. Storm  <storm@cua.dk>
170    
171          * kmacro.el (kmacro-call-macro): Rephrase repeat prompt.          * kmacro.el (kmacro-call-macro): Rephrase repeat prompt.
# Line 203  Line 202 
202    
203          * newcomment.el (comment-with-narrowing): Use the `declare' thingy.          * newcomment.el (comment-with-narrowing): Use the `declare' thingy.
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    
210  2002-09-10  Dave Love  <fx@gnu.org>  2002-09-10  Dave Love  <fx@gnu.org>
211    
212          * international/utf-8.el (ucs-mule-to-mule-unicode):          * international/utf-8.el (ucs-mule-to-mule-unicode):
# Line 276  Line 280 
280          * play/doctor.el (doc//): Rename from `//'.  Update callers.          * play/doctor.el (doc//): Rename from `//'.  Update callers.
281          (doc$): Rename from `$'.  Update callers.          (doc$): Rename from `$'.  Update callers.
282    
 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.  
   
283  2002-09-10  Miles Bader  <miles@gnu.org>  2002-09-10  Miles Bader  <miles@gnu.org>
284    
285          * simple.el (do-auto-fill): `fill-indent-according-to-mode' is a          * simple.el (do-auto-fill): `fill-indent-according-to-mode' is a
# Line 296  Line 295 
295          * simple.el (keyboard-quit): Set defining-kbd-macro to nil to          * simple.el (keyboard-quit): Set defining-kbd-macro to nil to
296          cancel defining keyboard macro when applicable.          cancel defining keyboard macro when applicable.
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    
303  2002-09-09  Stefan Monnier  <monnier@cs.yale.edu>  2002-09-09  Stefan Monnier  <monnier@cs.yale.edu>
304    
305          * derived.el (define-derived-mode): Add keyword arguments.          * derived.el (define-derived-mode): Add keyword arguments.

Legend:
Removed from v.1.4327  
changed lines
  Added in v.1.4328

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26