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 [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog [emacs-unicode-2]
Date: Wed, 29 Sep 2004 21:31:37 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.5326.2.20 emacs/lisp/ChangeLog:1.5326.2.21
*** emacs/lisp/ChangeLog:1.5326.2.20    Wed Sep 29 07:22:17 2004
--- emacs/lisp/ChangeLog        Thu Sep 30 01:20:37 2004
***************
*** 1,3 ****
--- 1,16 ----
+ 2004-09-29  Luc Teirlinck  <address@hidden>
+ 
+       * textmodes/paragraphs.el (forward-paragraph): Avoid
+       args-out-of-range error when point winds up at the beginning of
+       the buffer and hard newlines are enabled.
+ 
+       * newcomment.el (comment-multi-line): Doc fix.
+ 
+ 2004-09-29  Stefan Monnier  <address@hidden>
+ 
+       * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
+       (diff-fixup-modifs): Catch unified-diff file-headers.
+ 
  2004-09-28  Stefan  <address@hidden>
  
        * dired.el (dired-view-command-alist): Use more efficient regexps.
***************
*** 35,42 ****
        (pr-version): New version number (6.8.1).
        (pr-ps-file-using-ghostscript): Use make-temp-file instead of
        make-temp-name.
!       (pr-delete-file): Check if file exists before deleting it.  Reported by
!       Lennart Borgman <address@hidden>.
  
  2004-09-26  Stefan  <address@hidden>
  
--- 48,55 ----
        (pr-version): New version number (6.8.1).
        (pr-ps-file-using-ghostscript): Use make-temp-file instead of
        make-temp-name.
!       (pr-delete-file): Check if file exists before deleting it.
!       Reported by Lennart Borgman <address@hidden>.
  
  2004-09-26  Stefan  <address@hidden>
  
***************
*** 48,68 ****
  2004-09-26  Dan Nicolaescu  <address@hidden>
  
        * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
!       (term-ansi-default-bg, term-ansi-current-temp): Delete unused
!       vars.
        (map): Bind S-prior, S-next and S-insert.
        (term-mode): Set `indent-tabs-mode' to nil.
        (term-paste): New function to be bound to S-insert.
        (term-send-del, term-send-backspace): Change the strings sent.
        (term-termcap-format): Synchronyze with etc/e/eterm.ti.
        (term-handle-colors-array): Fix handling of underline and reverse.
!       (term-handle-ansi-escape): Do not handle smcup/rmcup. Add
!       comments.
        (term-erase-in-line): Fix comparison.
!         (term-emulate-terminal): Fix line wrap handling.
!       (term-start-output-log): Renamed from `term-set-output-log'.
!       (term-stop-output-log): Renamed from `term-stop-photo'.
!         (term-switch-to-alternate-sub-buffer): Comment out, unused.
  
  2004-09-25  Stefan  <address@hidden>
  
--- 61,79 ----
  2004-09-26  Dan Nicolaescu  <address@hidden>
  
        * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
!       (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
        (map): Bind S-prior, S-next and S-insert.
        (term-mode): Set `indent-tabs-mode' to nil.
        (term-paste): New function to be bound to S-insert.
        (term-send-del, term-send-backspace): Change the strings sent.
        (term-termcap-format): Synchronyze with etc/e/eterm.ti.
        (term-handle-colors-array): Fix handling of underline and reverse.
!       (term-handle-ansi-escape): Do not handle smcup/rmcup.  Add comments.
        (term-erase-in-line): Fix comparison.
!       (term-emulate-terminal): Fix line wrap handling.
!       (term-start-output-log): Rename from `term-set-output-log'.
!       (term-stop-output-log): Rename from `term-stop-photo'.
!       (term-switch-to-alternate-sub-buffer): Comment out, unused.
  
  2004-09-25  Stefan  <address@hidden>
  




reply via email to

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