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

Diff of /emacs/lisp/ChangeLog

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

revision 1.4258 by jas, Fri Aug 30 10:32:25 2002 UTC revision 1.4259 by lektu, Fri Aug 30 11:09:19 2002 UTC
# Line 1  Line 1 
1    2002-08-30  Juanma Barranquero  <lektu@terra.es>
2    
3            * bs.el (bs-message-without-log): Fix typo.
4    
5            * font-core.el (font-lock-defaults): Likewise.
6    
7            * font-lock.el (font-lock-add-keywords): Likewise.
8    
9            * mouse-copy.el (mouse-copy-work-around-drag-bug): Likewise.
10    
11            * textmodes/bibtex.el (bibtex-mode): Likewise.
12    
13            * emulation/viper-ex.el (ex-compile-command): Likewise.
14    
15            * progmodes/idlwave.el (idlwave-max-extra-continuation-indent): Likewise.
16    
17            * progmodes/dcl-mode.el (dcl-calc-cont-indent-relative): Likewise.
18    
19            * allout.el (my-mark-marker): Likewise.
20    
21  2002-08-30  Simon Josefsson  <jas@extundo.com>  2002-08-30  Simon Josefsson  <jas@extundo.com>
22    
23          * mail/smtpmail.el (smtpmail-via-smtp): Delete process buffer          * mail/smtpmail.el (smtpmail-via-smtp): Delete process buffer
# Line 26  Line 46 
46          * kmacro.el: Changed default bindings from F7/F8 to F3/F4.          * kmacro.el: Changed default bindings from F7/F8 to F3/F4.
47          Changed default binding of C-x e to kmacro-end-or-call-macro.          Changed default binding of C-x e to kmacro-end-or-call-macro.
48          (kmacro-call-repeat-key, kmacro-call-repeat-with-arg): New custom          (kmacro-call-repeat-key, kmacro-call-repeat-with-arg): New custom
49          variables.          variables.
50          (kmacro-get-prefix-arg): New function.          (kmacro-get-prefix-arg): New function.
51          (kmacro-repeat-on-last-key): Renamed from kmacro-repeat-loop and improved.          (kmacro-repeat-on-last-key): Renamed from kmacro-repeat-loop and improved.
52          Callers changed.          Callers changed.
# Line 44  Line 64 
64    
65  2002-08-28  Richard M. Stallman  <rms@gnu.org>  2002-08-28  Richard M. Stallman  <rms@gnu.org>
66    
67          * files.el (make-auto-save-file-name, make-backup-file-name-1):          * files.el (make-auto-save-file-name, make-backup-file-name-1):
68          Don't use directory-sep-char.          Don't use directory-sep-char.
69    
70  2002-08-28  Juanma Barranquero  <lektu@terra.es>  2002-08-28  Juanma Barranquero  <lektu@terra.es>
# Line 165  Line 185 
185    
186          * mail/rmail.el (rmail-speedbar-match-folder-regexp): Doc fix.          * mail/rmail.el (rmail-speedbar-match-folder-regexp): Doc fix.
187    
188    2002-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
189    
190            * progmodes/f90.el (f90-xemacs-flag, f90-xemacs-menu)
191            (f90-menu-bar-menu, f90-change-case-menu, f90-font-lock-on)
192            (f90-font-lock-off, f90-font-lock-menu):  Delete.
193            Use easy-menu-define instead.
194            (f90-mode): Use easy-menu-add.
195            No longer (require 'imenu) when compiling.
196            (f90-mark-subprogram, f90-indent-region, f90-fill-region)
197            (f90-abbrev-start): Use fboundp.
198            (f90-imenu-flag): Delete - use imenu--index-alist instead.
199    
200  2002-08-23  Richard M. Stallman  <rms@gnu.org>  2002-08-23  Richard M. Stallman  <rms@gnu.org>
201    
202          * loadhist.el (unload-feature): Distinguish functions from          * loadhist.el (unload-feature): Distinguish functions from
# Line 177  Line 209 
209          (load-symbol-file-load-history): Deleted.          (load-symbol-file-load-history): Deleted.
210          (symbol-file): Don't call load-symbol-file-load-history.          (symbol-file): Don't call load-symbol-file-load-history.
211    
212    2002-08-23  Andre Spiegel  <spiegel@gnu.org>
213    
214            * vc-hooks.el (vc-kill-buffer-hook): Add it to kill-buffer-hook again.
215    
216  2002-08-22  Katsumi Yamaoka <yamaoka@jpl.org>  (tiny change)  2002-08-22  Katsumi Yamaoka <yamaoka@jpl.org>  (tiny change)
217    
218          * frame.el (select-frame-by-name, select-frame-set-input-focus):          * frame.el (select-frame-by-name, select-frame-set-input-focus):
219          Always call x-focus-frame, if using x.          Always call x-focus-frame, if using x.
220          Use set-mouse-position on all systems, if focus-follows-mouse.          Use set-mouse-position on all systems, if focus-follows-mouse.
221    
 2002-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>  
   
         * progmodes/f90.el (f90-xemacs-flag, f90-xemacs-menu)  
         (f90-menu-bar-menu, f90-change-case-menu, f90-font-lock-on)  
         (f90-font-lock-off, f90-font-lock-menu):  Delete.  
         Use easy-menu-define instead.  
         (f90-mode): Use easy-menu-add.  
         No longer (require 'imenu) when compiling.  
         (f90-mark-subprogram, f90-indent-region, f90-fill-region)  
         (f90-abbrev-start): Use fboundp.  
         (f90-imenu-flag): Delete - use imenu--index-alist instead.  
   
 2002-08-23  Andre Spiegel  <spiegel@gnu.org>  
   
         * vc-hooks.el (vc-kill-buffer-hook): Add it to kill-buffer-hook again.  
   
222  2002-08-22  Kai Gro,b_(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>  2002-08-22  Kai Gro,b_(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
223    
224          * net/tramp.el: Version 2.0.14 released.          * net/tramp.el: Version 2.0.14 released.
# Line 382  Line 402 
402          * textmodes/reftex.el (reftex-mode): Moved the creation of special          * textmodes/reftex.el (reftex-mode): Moved the creation of special
403          syntax tables to top-level.          syntax tables to top-level.
404    
405    2002-08-15  David Kastrup  <David.Kastrup@t-online.de>
406    
407            * net/ange-ftp.el (ange-ftp-wipe-file-entries): Fix type mismatch;
408            use `hash-table-size' instead of `length'.
409    
410  2002-08-14  Stefan Monnier  <monnier@cs.yale.edu>  2002-08-14  Stefan Monnier  <monnier@cs.yale.edu>
411    
412          * help-fns.el (locate-library): Use locate-file(-completion).          * help-fns.el (locate-library): Use locate-file(-completion).
# Line 424  Line 449 
449    
450          * startup.el (command-line): Load custom-file if not done yet.          * startup.el (command-line): Load custom-file if not done yet.
451    
 2002-08-15  David Kastrup  <David.Kastrup@t-online.de>  
   
         * net/ange-ftp.el (ange-ftp-wipe-file-entries): Fix type mismatch;  
         use `hash-table-size' instead of `length'.  
   
452  2002-08-14  Kenichi Handa  <handa@etl.go.jp>  2002-08-14  Kenichi Handa  <handa@etl.go.jp>
453    
454          * select.el (xselect-convert-to-string): If TYPE is non-nil, encode          * select.el (xselect-convert-to-string): If TYPE is non-nil, encode

Legend:
Removed from v.1.4258  
changed lines
  Added in v.1.4259

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