From: Juanma Barranquero Date: Tue, 28 Feb 2012 12:36:39 +0000 (+0100) Subject: Fix ChangeLog typos. X-Git-Tag: emacs-pretest-24.0.05~214 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bf7f9bc5e285dda130066ea2a52d7b493edf8647;p=emacs.git Fix ChangeLog typos. --- diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 1b5418b47aa..c3ec5651839 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,7 +1,7 @@ 2012-02-28 Thierry Volpiatto - * 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 diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b92ef3d6b12..10a0c3f9255 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,11 +1,13 @@ 2012-02-28 Thierry Volpiatto - * 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 @@ -30,16 +32,16 @@ 2012-02-27 Chong Yidong - * 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 - * 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