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: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Wed, 01 Dec 2004 17:41:26 -0500

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.6702 emacs/lisp/ChangeLog:1.6703
*** emacs/lisp/ChangeLog:1.6702 Wed Dec  1 20:57:30 2004
--- emacs/lisp/ChangeLog        Wed Dec  1 22:35:15 2004
***************
*** 1,3 ****
--- 1,11 ----
+ 2004-12-01  Stefan Monnier  <address@hidden>
+ 
+       * pcvs.el (cvs-header-msg): New function.
+       (cvs-update-header): Use it.  Change calling convention.
+       Correctly handle the case of having simultaneous active processes.
+       (cvs-sentinel): Don't call cvs-update-header any more.
+       (cvs-mode-run): Update call and add cvs-update-header to postproc.
+ 
  2004-12-01  Jay Belanger  <address@hidden>
  
        * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
***************
*** 32,37 ****
--- 40,49 ----
        (x-cut-buffer-or-selection-value): Compare the X cut buffer text
        with x-last-selected-text-cut-encoded.
  
+ 2004-11-30  Stefan Monnier  <address@hidden>
+ 
+       * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
+ 
  2004-11-30  Markus Rost  <address@hidden>
  
        * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
***************
*** 87,93 ****
  
  2004-11-30  Andre Spiegel  <address@hidden>
  
!       * vc-hooks.el (vc-recompute-state): Moved here from vc.el.
  
        * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
        still nil.
--- 99,105 ----
  
  2004-11-30  Andre Spiegel  <address@hidden>
  
!       * vc-hooks.el (vc-recompute-state): Move here from vc.el.
  
        * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
        still nil.
***************
*** 187,194 ****
  
        * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
        warning.  Delay real definition, which uses
!       `set-fringe-indicators-1' till after the definition of that
!       function.
  
  2004-11-28  Kim F. Storm  <address@hidden>
  
--- 199,205 ----
  
        * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
        warning.  Delay real definition, which uses
!       `set-fringe-indicators-1' till after the definition of that function.
  
  2004-11-28  Kim F. Storm  <address@hidden>
  
***************
*** 209,216 ****
  
  2004-11-27  Richard M. Stallman  <address@hidden>
  
!       * comint.el (comint-read-noecho): Add trivial compatibility
!       definition.
  
        * generic.el (define-generic-mode): Doc fix.
  
--- 220,226 ----
  
  2004-11-27  Richard M. Stallman  <address@hidden>
  
!       * comint.el (comint-read-noecho): Add trivial compatibility definition.
  
        * generic.el (define-generic-mode): Doc fix.
  




reply via email to

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