emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r107458: Fix ChangeLog typos.


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r107458: Fix ChangeLog typos.
Date: Tue, 28 Feb 2012 13:36:39 +0100
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107458
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Tue 2012-02-28 13:36:39 +0100
message:
  Fix ChangeLog typos.
modified:
  doc/lispref/ChangeLog
  lisp/ChangeLog
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2012-02-28 09:28:52 +0000
+++ b/doc/lispref/ChangeLog     2012-02-28 12:36:39 +0000
@@ -1,7 +1,7 @@
 2012-02-28  Thierry Volpiatto  <address@hidden>
 
-       * files.texi Rename files-equal-p to file-equal-p.
-       Update chnaged behavior of file-subdir-of-p.
+       * files.texi: Rename files-equal-p to file-equal-p.
+       Update changed behavior of file-subdir-of-p.
 
 2012-02-28  Glenn Morris  <address@hidden>
 

=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-02-28 09:28:52 +0000
+++ b/lisp/ChangeLog    2012-02-28 12:36:39 +0000
@@ -1,11 +1,13 @@
 2012-02-28  Thierry Volpiatto  <address@hidden>
 
-       * lisp/files.el (file-equal-p): renamed from `files-equal-p'.
-       Now return nil when one or both files doesn't exists.
+       * files.el (file-equal-p): Rename from `files-equal-p'.
+       Return nil when one or both files don't exist.
        (file-subdir-of-p): Now only top directory must exists,
        return nil if it doesn't.
-       (copy-directory): No need to test with `file-subdir-of-p' after 
creating dir.
-       * tramp.el (tramp-file-name-for-operation): Rename `files-equal-p' to 
`file-equal-p'.
+       (copy-directory): No need to test with `file-subdir-of-p' after
+       creating dir.
+       * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
+       to `file-equal-p'.
 
 2012-02-28  Glenn Morris  <address@hidden>
 
@@ -30,16 +32,16 @@
 
 2012-02-27  Chong Yidong  <address@hidden>
 
-       * emulation/viper-cmd.el (viper-intercept-ESC-key): Fix
-       key-binding lookup for ESC key (Bug#9146).
+       * emulation/viper-cmd.el (viper-intercept-ESC-key):
+       Fix key-binding lookup for ESC key (Bug#9146).
 
        * font-lock.el (font-lock-specified-p): Rename from
        font-lock-spec-present.  Callers changed.
 
 2012-02-27  Daniel Hackney  <address@hidden>
 
-       * emacs-lisp/package.el (package-compute-transaction): Handle
-       holding a package version to t in package-load-list.
+       * emacs-lisp/package.el (package-compute-transaction):
+       Handle holding a package version to t in package-load-list.
 
 2012-02-26  Michael Albinus  <address@hidden>
 


reply via email to

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