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: Fri, 23 Jul 2004 00:34:03 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.5326.2.8 emacs/lisp/ChangeLog:1.5326.2.9
*** emacs/lisp/ChangeLog:1.5326.2.8     Sat Jul 17 02:46:45 2004
--- emacs/lisp/ChangeLog        Fri Jul 23 04:30:37 2004
***************
*** 1,3 ****
--- 1,119 ----
+ 2004-07-22  Vinicius Jose Latorre  <address@hidden>
+ 
+       * ps-print.el: Doc fix.  Improve the DSC compliance of the generated
+       PostScript.  Suggested by Michael Piotrowski <address@hidden>.
+       (ps-print-version): New version 6.6.5.
+       (ps-printing-region): Doc fix.
+       (ps-generate-string-list): Comment fix.
+       (ps-message-log-max, ps-begin-file): Code fix.
+ 
+ 2004-07-22  Kim F. Storm  <address@hidden>
+ 
+       * progmodes/make-mode.el: Fix comments.
+ 
+ 2004-07-21  Vinicius Jose Latorre  <address@hidden>
+ 
+       * printing.el: Doc fix.
+ 
+ 2004-07-20  Luc Teirlinck  <address@hidden>
+ 
+       * frame.el (modify-all-frames-parameters): Minor doc fix.
+ 
+ 2004-07-20  Richard M. Stallman  <address@hidden>
+ 
+       * textmodes/fill.el (fill-comment-paragraph): Handle indent-tabs-mode.
+       (fill-delete-newlines): Call sentence-end as function.
+       (fill-nobreak-p, canonically-space-region): Likewise.
+       (fill-nobreak-p): If this break point is at the end of the line,
+       don't consider the newline which follows as a reason to return t.
+ 
+ 2004-07-19  John Paul Wallington  <address@hidden>
+ 
+       * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
+ 
+ 2004-07-18  Luc Teirlinck  <address@hidden>
+ 
+       * dired-aux.el (dired-do-kill-lines): Expand docstring.
+       Delete irrelevant code.
+ 
+ 2004-07-17  Kai Grossjohann  <address@hidden>
+ 
+       * net/tramp.el (tramp-handle-verify-visited-file-modtime): New
+       docstring.  From Luc Teirlinck.
+ 
+ 2004-07-17  Luc Teirlinck  <address@hidden>
+ 
+       * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
+       section.
+       (auto-revert-handler): Do not check `auto-revert-tail-mode' for
+       non-file buffers.  We know it is nil.
+ 
+ 2004-07-17  Kai Grossjohann  <address@hidden>
+ 
+       Sync with Tramp 2.0.43.
+ 
+       * net/tramp.el (tramp-handle-verify-visited-file-modtime): Remove
+       outdated comment.
+       (tramp-locked, tramp-locker): New variables for implementing a
+       global lock.
+       (tramp-sh-file-name-handler): Use them to implement the global
+       lock.
+ 
+ 2004-07-13  Michael Albinus  <address@hidden>
+ 
+       * net/tramp.el (all): Code cleanup.  Change all `tramp-handle-xxx'
+       calls to respective `xxx` calls.
+       (tramp-process-alive-regexp): Precise doc string.
+       (tramp-multi-action-process-alive): New defun.
+       (tramp-multi-actions): Use it.
+       (tramp-handle-find-backup-file-name): `copy-tree' is available
+       since Emacs 21.4 only (XEmacs has it).  Implementation rewritten
+       in order to avoid this function.
+       (tramp-handle-write-region): Set current buffer.  If connection
+       wasn't open, `file-modes' has changed it accidently.  Reported by
+       David Kastrup <address@hidden>.
+       (tramp-enter-password, tramp-read-passwd): New arguments USER and
+       HOST.
+       (tramp-action-password, tramp-multi-action-password): Apply it.
+       (tramp-open-connection-rsh): If a port is given, the Tramp buffer
+       name must still contain the port number.  Otherwise, we have two
+       Tramp buffers, with all the confusion.  Reported by Myron Selby
+       <address@hidden> and Rolf Dubitzky
+       <address@hidden>.
+ 
+       * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
+       HOST to `tramp-enter-passwd'.
+ 
+       * net/tramp-vc.el (all): Code cleanup.  Change all
+       `tramp-handle-xxx' calls to respective `xxx` calls.
+ 
+ 2004-07-17  Jonathan Yavner  <address@hidden>
+ 
+       * emacs-lisp/testcover.el: New category "potentially-1valued" for
+       functions that are not erroneous if either 1-valued or
+       multi-valued.  Detect functions in this class.
+       (testcover-1value-functions, testcover-compose-functions,
+       testcover-progn-functions) Added some additional functions to lists.
+       (testcover-mark): Bugfix when marking up the definition for an
+       empty function.
+ 
+ 2004-07-17  Richard M. Stallman  <address@hidden>
+ 
+       * replace.el (occur-read-primary-args): Pass default to 
read-from-minibuffer.
+ 
+       * mail/footnote.el (footnote-section-tag): Use defcustom.
+ 
+       * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
+       Compile font-lock-keywords, not KEYWORDS.
+       (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
+       Add warn, check-type.  Handle cerror like error.
+ 
+ 2004-07-14  Daniel Pfeiffer  <address@hidden>
+ 
+       * progmodes/which-func.el (which-func-keymap): New var.
+       (which-func-face): New face.
+       (which-func-format): Use them.
+ 
  2004-07-16  Stephan Stahl  <address@hidden>  (tiny change)
  
        * buff-menu.el (list-buffers-noselect): Append the buffer's




reply via email to

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