emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Fri, 30 Aug 2002 07:09:21 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.4258 emacs/lisp/ChangeLog:1.4259
*** emacs/lisp/ChangeLog:1.4258 Fri Aug 30 06:32:25 2002
--- emacs/lisp/ChangeLog        Fri Aug 30 07:09:19 2002
***************
*** 1,3 ****
--- 1,23 ----
+ 2002-08-30  Juanma Barranquero  <address@hidden>
+ 
+       * bs.el (bs-message-without-log): Fix typo.
+ 
+       * font-core.el (font-lock-defaults): Likewise.
+ 
+       * font-lock.el (font-lock-add-keywords): Likewise.
+ 
+       * mouse-copy.el (mouse-copy-work-around-drag-bug): Likewise.
+ 
+       * textmodes/bibtex.el (bibtex-mode): Likewise.
+ 
+       * emulation/viper-ex.el (ex-compile-command): Likewise.
+ 
+       * progmodes/idlwave.el (idlwave-max-extra-continuation-indent): 
Likewise.
+ 
+       * progmodes/dcl-mode.el (dcl-calc-cont-indent-relative): Likewise.
+ 
+       * allout.el (my-mark-marker): Likewise.
+ 
  2002-08-30  Simon Josefsson  <address@hidden>
  
        * mail/smtpmail.el (smtpmail-via-smtp): Delete process buffer
***************
*** 26,32 ****
        * kmacro.el: Changed default bindings from F7/F8 to F3/F4.
        Changed default binding of C-x e to kmacro-end-or-call-macro.
        (kmacro-call-repeat-key, kmacro-call-repeat-with-arg): New custom
!       variables. 
        (kmacro-get-prefix-arg): New function.
        (kmacro-repeat-on-last-key): Renamed from kmacro-repeat-loop and 
improved.
        Callers changed.
--- 46,52 ----
        * kmacro.el: Changed default bindings from F7/F8 to F3/F4.
        Changed default binding of C-x e to kmacro-end-or-call-macro.
        (kmacro-call-repeat-key, kmacro-call-repeat-with-arg): New custom
!       variables.
        (kmacro-get-prefix-arg): New function.
        (kmacro-repeat-on-last-key): Renamed from kmacro-repeat-loop and 
improved.
        Callers changed.
***************
*** 44,50 ****
  
  2002-08-28  Richard M. Stallman  <address@hidden>
  
!       * files.el (make-auto-save-file-name, make-backup-file-name-1): 
        Don't use directory-sep-char.
  
  2002-08-28  Juanma Barranquero  <address@hidden>
--- 64,70 ----
  
  2002-08-28  Richard M. Stallman  <address@hidden>
  
!       * files.el (make-auto-save-file-name, make-backup-file-name-1):
        Don't use directory-sep-char.
  
  2002-08-28  Juanma Barranquero  <address@hidden>
***************
*** 165,170 ****
--- 185,202 ----
  
        * mail/rmail.el (rmail-speedbar-match-folder-regexp): Doc fix.
  
+ 2002-08-24  Glenn Morris  <address@hidden>
+ 
+       * 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  Richard M. Stallman  <address@hidden>
  
        * loadhist.el (unload-feature): Distinguish functions from
***************
*** 177,204 ****
        (load-symbol-file-load-history): Deleted.
        (symbol-file): Don't call load-symbol-file-load-history.
  
  2002-08-22  Katsumi Yamaoka <address@hidden>  (tiny change)
  
        * frame.el (select-frame-by-name, select-frame-set-input-focus):
        Always call x-focus-frame, if using x.
        Use set-mouse-position on all systems, if focus-follows-mouse.
  
- 2002-08-24  Glenn Morris  <address@hidden>
- 
-       * 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  <address@hidden>
- 
-       * vc-hooks.el (vc-kill-buffer-hook): Add it to kill-buffer-hook again.
- 
  2002-08-22  Kai Gro,b_(Bjohann  <address@hidden>
  
        * net/tramp.el: Version 2.0.14 released.
--- 209,224 ----
        (load-symbol-file-load-history): Deleted.
        (symbol-file): Don't call load-symbol-file-load-history.
  
+ 2002-08-23  Andre Spiegel  <address@hidden>
+ 
+       * vc-hooks.el (vc-kill-buffer-hook): Add it to kill-buffer-hook again.
+ 
  2002-08-22  Katsumi Yamaoka <address@hidden>  (tiny change)
  
        * frame.el (select-frame-by-name, select-frame-set-input-focus):
        Always call x-focus-frame, if using x.
        Use set-mouse-position on all systems, if focus-follows-mouse.
  
  2002-08-22  Kai Gro,b_(Bjohann  <address@hidden>
  
        * net/tramp.el: Version 2.0.14 released.
***************
*** 382,387 ****
--- 402,412 ----
        * textmodes/reftex.el (reftex-mode): Moved the creation of special
        syntax tables to top-level.
  
+ 2002-08-15  David Kastrup  <address@hidden>
+ 
+       * net/ange-ftp.el (ange-ftp-wipe-file-entries): Fix type mismatch;
+       use `hash-table-size' instead of `length'.
+ 
  2002-08-14  Stefan Monnier  <address@hidden>
  
        * help-fns.el (locate-library): Use locate-file(-completion).
***************
*** 423,433 ****
        (imenu-choose-buffer-index): Use the new var.
  
        * startup.el (command-line): Load custom-file if not done yet.
- 
- 2002-08-15  David Kastrup  <address@hidden>
- 
-       * net/ange-ftp.el (ange-ftp-wipe-file-entries): Fix type mismatch;
-       use `hash-table-size' instead of `length'.
  
  2002-08-14  Kenichi Handa  <address@hidden>
  
--- 448,453 ----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]