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: Francesco Potortì
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Wed, 17 Apr 2002 04:04:18 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.3717 emacs/lisp/ChangeLog:1.3718
*** emacs/lisp/ChangeLog:1.3717 Tue Apr 16 19:00:27 2002
--- emacs/lisp/ChangeLog        Wed Apr 17 04:04:17 2002
***************
*** 1,3 ****
--- 1,7 ----
+ 2002-04-17  Francesco Potorti`  <address@hidden>
+ 
+       * comint.el (comint-password-prompt-regexp): Match "Repeat passphrase".
+ 
  2002-04-16  Jason Rumney  <address@hidden>
  
        * international/mule-cmds.el (locale-preferred-coding-systems):
***************
*** 18,24 ****
        compilation error.
  
  2002-04-16  Michael Kifer  <address@hidden>
!       
        * viper-ex.el: Patch by Samuel Padgett. Copyright papers received.
        (viper-ex-print-buf-name): New variable.
        (viper-ex-print-buf): New variable.
--- 22,28 ----
        compilation error.
  
  2002-04-16  Michael Kifer  <address@hidden>
! 
        * viper-ex.el: Patch by Samuel Padgett. Copyright papers received.
        (viper-ex-print-buf-name): New variable.
        (viper-ex-print-buf): New variable.
***************
*** 26,35 ****
        (ex-g-marks): New variable.
        (ex-print): New function.
        (ex-print-display-lines): New function.
!       
        * viper.el (viper-set-hooks): add window-setup-hook, which sets
        the cursor color.
!       
        * ediff-util.el (ediff-cleanup-mess): delete ctl window on exit
        when the window is not in its own frame.
        (ediff-clone-buffer-for-region-comparison): more robust window
--- 30,39 ----
        (ex-g-marks): New variable.
        (ex-print): New function.
        (ex-print-display-lines): New function.
! 
        * viper.el (viper-set-hooks): add window-setup-hook, which sets
        the cursor color.
! 
        * ediff-util.el (ediff-cleanup-mess): delete ctl window on exit
        when the window is not in its own frame.
        (ediff-clone-buffer-for-region-comparison): more robust window
***************
*** 37,43 ****
        (ediff-make-cloned-buffer): use generate-new-buffer-name.
        (ediff-inferior-compare-regions): deleted unused vars
        ctl-buf and quit-now.
!       
  2002-04-15  Richard M. Stallman  <address@hidden>
  
        * facemenu.el (facemenu-add-new-face): Use this only for faces.
--- 41,47 ----
        (ediff-make-cloned-buffer): use generate-new-buffer-name.
        (ediff-inferior-compare-regions): deleted unused vars
        ctl-buf and quit-now.
! 
  2002-04-15  Richard M. Stallman  <address@hidden>
  
        * facemenu.el (facemenu-add-new-face): Use this only for faces.
***************
*** 48,61 ****
  
  2002-04-15  Eli Zaretskii  <address@hidden>
  
!       * ediff-init.el (ediff-current-diff-face-A) 
!       (ediff-current-diff-face-B, ediff-current-diff-face-C) 
!       (ediff-current-diff-face-Ancestor, ediff-fine-diff-face-A) 
!       (ediff-fine-diff-face-B, ediff-fine-diff-face-C) 
!       (ediff-fine-diff-face-Ancestor, ediff-even-diff-face-A) 
!       (ediff-even-diff-face-B, ediff-even-diff-face-C) 
!       (ediff-even-diff-face-Ancestor, ediff-odd-diff-face-A) 
!       (ediff-odd-diff-face-B, ediff-odd-diff-face-C) 
        (ediff-odd-diff-face-Ancestor): Add special color definitions for
        tty and MS-DOS displays.
  
--- 52,65 ----
  
  2002-04-15  Eli Zaretskii  <address@hidden>
  
!       * ediff-init.el (ediff-current-diff-face-A)
!       (ediff-current-diff-face-B, ediff-current-diff-face-C)
!       (ediff-current-diff-face-Ancestor, ediff-fine-diff-face-A)
!       (ediff-fine-diff-face-B, ediff-fine-diff-face-C)
!       (ediff-fine-diff-face-Ancestor, ediff-even-diff-face-A)
!       (ediff-even-diff-face-B, ediff-even-diff-face-C)
!       (ediff-even-diff-face-Ancestor, ediff-odd-diff-face-A)
!       (ediff-odd-diff-face-B, ediff-odd-diff-face-C)
        (ediff-odd-diff-face-Ancestor): Add special color definitions for
        tty and MS-DOS displays.
  
***************
*** 67,73 ****
  
        * faces.el (highlight): Force foreground to be black on a tty, so
        this face is readable on a dark-background tty.
!       * wid-edit.el (widget-field-face, widget-single-line-field-face): 
        Likewise.
  
  2002-04-14  Kim F. Storm  <address@hidden>
--- 71,77 ----
  
        * faces.el (highlight): Force foreground to be black on a tty, so
        this face is readable on a dark-background tty.
!       * wid-edit.el (widget-field-face, widget-single-line-field-face):
        Likewise.
  
  2002-04-14  Kim F. Storm  <address@hidden>
***************
*** 77,83 ****
        Enhanced functionality when command is repeated:
        - If first command set the mark (no prefix arg), repeat temporarily
        enables transient-mark-mode.
!       - If first command jumped to mark off ring (with argument), 
        repeat (with or without arg) jump to next mark off ring.
        - Use C-u C-u prefix to set mark after jump.
        (exchange-point-and-mark): Temporarily enable transient-mark-mode
--- 81,87 ----
        Enhanced functionality when command is repeated:
        - If first command set the mark (no prefix arg), repeat temporarily
        enables transient-mark-mode.
!       - If first command jumped to mark off ring (with argument),
        repeat (with or without arg) jump to next mark off ring.
        - Use C-u C-u prefix to set mark after jump.
        (exchange-point-and-mark): Temporarily enable transient-mark-mode
***************
*** 112,118 ****
        `ibuffer-map-lines'.
  
        * calc/calc-bin.el (math-format-radix-float): Use `when'.
!       
        * calc/calc.el (math-format-number): Load `calc-ext' before we
        call `math-group-float'.
  
--- 116,122 ----
        `ibuffer-map-lines'.
  
        * calc/calc-bin.el (math-format-radix-float): Use `when'.
! 
        * calc/calc.el (math-format-number): Load `calc-ext' before we
        call `math-group-float'.
  



reply via email to

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