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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog [lexbind]
Date: Fri, 23 Jul 2004 00:57:33 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.3986.2.65 emacs/lisp/ChangeLog:1.3986.2.66
*** emacs/lisp/ChangeLog:1.3986.2.65    Sat Jul 17 02:51:53 2004
--- emacs/lisp/ChangeLog        Fri Jul 23 04:42:19 2004
***************
*** 1,3 ****
--- 1,125 ----
+ 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
+       process status to its mode name.
+ 
+ 2004-07-16  Kim F. Storm  <address@hidden>
+ 
+       * simple.el (inhibit-mark-movement): New defvar.
+       (beginning-of-buffer, end-of-buffer): Do not push mark if
+       inhibit-mark-movement is non-nil or C-u prefix is given.
+ 
+       * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
+       Init to beginning-of-buffer and end-of-buffer.
+       (cua--undo-push-mark): New defvar.
+       (cua--pre-command-handler): Set inhibit-mark-movement if mark is
+       already active and command is in cua--preserve-mark-commands.
+       Also fix check for shift modifier on non-window systems.
+       (cua--post-command-handler): Clear inhibit-mark-movement if set.
+ 
  2004-07-14  Luc Teirlinck  <address@hidden>
  
        * calendar/cal-dst.el (calendar-time-from-absolute): Return a list




reply via email to

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