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,v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v
Date: Wed, 03 Oct 2007 23:42:08 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        07/10/03 23:42:07

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.11857
retrieving revision 1.11858
diff -u -b -r1.11857 -r1.11858
--- ChangeLog   3 Oct 2007 23:40:07 -0000       1.11857
+++ ChangeLog   3 Oct 2007 23:42:06 -0000       1.11858
@@ -1,3 +1,8 @@
+2007-10-03  Stefan Monnier  <address@hidden>
+
+       * emacs-lisp/copyright.el (copyright-update): Don't update if the file
+       already uses a more recent copyright version than the "current" one.
+
 2007-10-03  Micha,Ak(Bl Cadilhac  <address@hidden>
 
        * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
@@ -12,8 +17,8 @@
 2007-10-03  Michael Albinus  <address@hidden>
 
        * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
-       (tramp-file-name-handler-alist): Add
-       `tramp-handle-insert-file-contents-literally'.  Neded for XEmacs.
+       (tramp-file-name-handler-alist):
+       Add `tramp-handle-insert-file-contents-literally'.  Needed for XEmacs.
        (tramp-make-temp-file): Use `make-temp-name'. `make-temp-file',
        used before, creates the file already, which is not desired.
        (tramp-do-copy-or-rename-file-directly): Simplify handling of
@@ -32,8 +37,7 @@
        order to avoid autoloading problems.
 
        * net/tramp-fish.el:
-       * net/tramp-smb.el: Move further compatibility code to
-       tramp-compat.el.
+       * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
 
        * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
        where the second parameter of `copy-file' or `rename-file' is a
@@ -71,14 +75,14 @@
        shrunk, tail the whole file again (the file presumably has been
        rewritten).
 
-       * woman.el (woman-topic-all-completions, woman-mini-help): Fix
-       fallout from 2007-09-07 introduction of `dolist' when the list
+       * woman.el (woman-topic-all-completions, woman-mini-help):
+       Fix fallout from 2007-09-07 introduction of `dolist' when the list
        actually was being manipulated in the loop.
        (woman-Cyg-to-Win, woman-pre-process-region)
        (woman-horizontal-escapes, woman-if-body, woman-unescape)
        (woman-strings, woman-special-characters, woman1-hc)
-       (woman-change-fonts, woman-find-next-control-line): Use
-       `match-beginning' rather than `match-string' when the result is
+       (woman-change-fonts, woman-find-next-control-line):
+       Use `match-beginning' rather than `match-string' when the result is
        just used as a flag.
 
 2007-09-30  Michael Albinus  <address@hidden>




reply via email to

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