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: Sat, 26 Feb 2005 00:28:26 -0500

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.7025 emacs/lisp/ChangeLog:1.7026
*** emacs/lisp/ChangeLog:1.7025 Fri Feb 25 23:30:32 2005
--- emacs/lisp/ChangeLog        Sat Feb 26 05:28:24 2005
***************
*** 13,20 ****
  
  2005-02-24  Ulf Jasper  <address@hidden>
  
!       * calendar/icalendar.el (icalendar--decode-isodatetime): New
!       optional argument DAY-SHIFT.
        (icalendar-export-region): Fix coding-system-for-write.
        (icalendar--convert-ical-to-diary): Shift end-day of all-day
        events by one.
--- 13,20 ----
  
  2005-02-24  Ulf Jasper  <address@hidden>
  
!       * calendar/icalendar.el (icalendar--decode-isodatetime):
!       New optional argument DAY-SHIFT.
        (icalendar-export-region): Fix coding-system-for-write.
        (icalendar--convert-ical-to-diary): Shift end-day of all-day
        events by one.
***************
*** 29,34 ****
--- 29,41 ----
        during redisplay.  Call force-window-update after read-event
        and delete-region to signal that window is not accurate.
  
+ 2005-02-23  Stefan Monnier  <address@hidden>
+ 
+       * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
+       Remove unused and inexistent var `inhibit-trace'.
+       (debugger-mode): Use run-mode-hooks.
+       (debugger-list-functions): Add buttons; setup xref stack.
+ 
  2005-02-23  Richard M. Stallman  <address@hidden>
  
        * calendar/appt.el (appt-time-msg-list): 3rd elt of each
***************
*** 161,168 ****
        * viper-util.el (viper-glob-unix-files): Fix shell status check.
        (viper-file-remote-p): Make equivalent to file-remote-p.
  
!       * viper.el (viper-major-mode-modifier-list): Use
!       viper-gnus-modifier-map.
  
  2005-02-19  David Kastrup  <address@hidden>
  
--- 168,175 ----
        * viper-util.el (viper-glob-unix-files): Fix shell status check.
        (viper-file-remote-p): Make equivalent to file-remote-p.
  
!       * viper.el (viper-major-mode-modifier-list):
!       Use viper-gnus-modifier-map.
  
  2005-02-19  David Kastrup  <address@hidden>
  
***************
*** 172,178 ****
  2005-02-19  Jay Belanger  <address@hidden>
  
        * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
!       Removed extra definitions.
        (calc-coth): New function.
        (calcFunc-cot): Fix `let'.
  
--- 179,185 ----
  2005-02-19  Jay Belanger  <address@hidden>
  
        * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
!       Remove extra definitions.
        (calc-coth): New function.
        (calcFunc-cot): Fix `let'.
  
***************
*** 189,196 ****
        query-replace-from-history-variable to handle the case of an empty
        string entered to accept the suggested default.
  
!       * net/tramp.el (tramp-file-name-for-operation): Use
!       dired-call-process instead of dired-call-process-command.
  
  2005-02-19  Jay Belanger  <address@hidden>
  
--- 196,203 ----
        query-replace-from-history-variable to handle the case of an empty
        string entered to accept the suggested default.
  
!       * net/tramp.el (tramp-file-name-for-operation):
!       Use dired-call-process instead of dired-call-process-command.
  
  2005-02-19  Jay Belanger  <address@hidden>
  
***************
*** 211,232 ****
  
  2005-02-19  Michael Kifer  <address@hidden>
  
!       * ediff.el (ediff-set-diff-overlays-in-one-buffer,
!       ediff-set-fine-overlays-in-one-buffer,ediff-goto-word) make sure
        we use the syntax table of the correct buffer.
!       (ediff-same-file-contents,ediff-same-contents): enhancements thanks to
        Felix Gatzemeier.
  
!       * ediff-init.el (ediff-hide-face): checks for definedness of functions.
!       (ediff-file-remote-p): make synonymous with file-remote-p.
        In all deffaces ediff-*-face-*, use min-colors.
  
!       * ediff-mult.el (ediff-meta-mark-equal-files): make use of
!         ediff-recurse-to-subdirectories.
!       (ediff-mark-if-equal): check that the arguments are strings, use
        ediff-same-contents (after to Felix Gatzemeier).
  
!       * ediff.el (ediff-merge-on-startup): don't set buffer-modified-p to
        nil.
  
  2005-02-18  Stefan Monnier  <address@hidden>
--- 218,239 ----
  
  2005-02-19  Michael Kifer  <address@hidden>
  
!       * ediff.el (ediff-set-diff-overlays-in-one-buffer)
!       (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
        we use the syntax table of the correct buffer.
!       (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
        Felix Gatzemeier.
  
!       * ediff-init.el (ediff-hide-face): Check for definedness of functions.
!       (ediff-file-remote-p): Make synonymous with file-remote-p.
        In all deffaces ediff-*-face-*, use min-colors.
  
!       * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
!       ediff-recurse-to-subdirectories.
!       (ediff-mark-if-equal): Check that the arguments are strings, use
        ediff-same-contents (after to Felix Gatzemeier).
  
!       * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
        nil.
  
  2005-02-18  Stefan Monnier  <address@hidden>
***************
*** 296,302 ****
  2005-02-15  Jay Belanger  <address@hidden>
  
        * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
!       calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch and
        calcFunc-coth.
        (math-simplify-sqrt): Add simplifications.
  
--- 303,309 ----
  2005-02-15  Jay Belanger  <address@hidden>
  
        * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
!       calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
        calcFunc-coth.
        (math-simplify-sqrt): Add simplifications.
  




reply via email to

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