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 03:45:45 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.5326.2.19 emacs/lisp/ChangeLog:1.5326.2.20
*** emacs/lisp/ChangeLog:1.5326.2.19    Sat Sep 25 12:05:25 2004
--- emacs/lisp/ChangeLog        Wed Sep 29 07:22:17 2004
***************
*** 1,6 ****
  2004-09-25  Lars Hansen  <address@hidden>
  
!       * ls-lisp.el (ls-lisp-format): Mark file names with poperty
        dired-filename.
  
  2004-09-25  Kim F. Storm  <address@hidden>
--- 1,79 ----
+ 2004-09-28  Stefan  <address@hidden>
+ 
+       * dired.el (dired-view-command-alist): Use more efficient regexps.
+       Remove dubious arguments.
+       (dired-align-file): New function.
+       (dired-insert-directory): Use it.
+       (dired-move-to-end-of-filename): Make the " -> " search more specific.
+       (dired-buffers-for-dir): Remove unused var `pattern'.
+ 
+ 2004-09-29  Kim F. Storm  <address@hidden>
+ 
+       * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
+       (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
+       (gdb-put-breakpoint-icon): Use breakpoint bitmap.
+ 
+       * fringe.el (fringe-bitmap-p): New macro.
+       (fringe-bitmaps): Add standard fringe bitmaps on load.
+ 
+ 2004-09-28  Matthew Mundell  <address@hidden>  (tiny change)
+ 
+       * calendar/diary-lib.el (list-diary-entries): Save diary buffer
+       from diary display excursion.  Store diary buffer's point for
+       `simple-diary-display'.
+       (simple-diary-display): Set window point and start when
+       displaying buffer, to preserve point.
+ 
+ 2004-09-27  Luc Teirlinck  <address@hidden>
+ 
+       * textmodes/enriched.el (enriched-translations): Replace defconst
+       with defvar.
+ 
+ 2004-09-26  Vinicius Jose Latorre  <address@hidden>
+ 
+       * printing.el: Doc fix.
+       (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>
+ 
+       * term.el (term-display-table): New variable.
+       (term-mode): Use it.
+       (term-exec-1): Set the coding system to binary.
+       (term-emulate-terminal): Decode the string before inserting it.
+ 
+ 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>
+ 
+       * dired.el (dired-move-to-filename): Don't output a message if
+       raise-error is non-nil.  Fix return position and value.
+ 
+       * files.el (insert-directory): Obey --dired even with symlinks.
+ 
  2004-09-25  Lars Hansen  <address@hidden>
  
!       * ls-lisp.el (ls-lisp-format): Mark file names with property
        dired-filename.
  
  2004-09-25  Kim F. Storm  <address@hidden>
***************
*** 21,28 ****
        it, and show completions.
        (ido-all-completions): Let bind ido-directory-too-big to nil.
        (ido-exhibit): Handle ido-directory-too-big.
!       (ido-read-buffer): Handle fallback to read-buffer.  Init
!       ido-directory-too-big.
        (ido-read-file-name, ido-read-directory-name, ido-completing-read):
        Init ido-directory-too-big.
  
--- 94,101 ----
        it, and show completions.
        (ido-all-completions): Let bind ido-directory-too-big to nil.
        (ido-exhibit): Handle ido-directory-too-big.
!       (ido-read-buffer): Handle fallback to read-buffer.
!       Init ido-directory-too-big.
        (ido-read-file-name, ido-read-directory-name, ido-completing-read):
        Init ido-directory-too-big.
  




reply via email to

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