diff options
| -rw-r--r-- | doc/lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/ChangeLog | 18 |
2 files changed, 12 insertions, 10 deletions
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 @@ | |||
| 1 | 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com> | 1 | 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com> |
| 2 | 2 | ||
| 3 | * files.texi Rename files-equal-p to file-equal-p. | 3 | * files.texi: Rename files-equal-p to file-equal-p. |
| 4 | Update chnaged behavior of file-subdir-of-p. | 4 | Update changed behavior of file-subdir-of-p. |
| 5 | 5 | ||
| 6 | 2012-02-28 Glenn Morris <rgm@gnu.org> | 6 | 2012-02-28 Glenn Morris <rgm@gnu.org> |
| 7 | 7 | ||
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b92ef3d6b12..10a0c3f9255 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,11 +1,13 @@ | |||
| 1 | 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com> | 1 | 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com> |
| 2 | 2 | ||
| 3 | * lisp/files.el (file-equal-p): renamed from `files-equal-p'. | 3 | * files.el (file-equal-p): Rename from `files-equal-p'. |
| 4 | Now return nil when one or both files doesn't exists. | 4 | Return nil when one or both files don't exist. |
| 5 | (file-subdir-of-p): Now only top directory must exists, | 5 | (file-subdir-of-p): Now only top directory must exists, |
| 6 | return nil if it doesn't. | 6 | return nil if it doesn't. |
| 7 | (copy-directory): No need to test with `file-subdir-of-p' after creating dir. | 7 | (copy-directory): No need to test with `file-subdir-of-p' after |
| 8 | * tramp.el (tramp-file-name-for-operation): Rename `files-equal-p' to `file-equal-p'. | 8 | creating dir. |
| 9 | * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p' | ||
| 10 | to `file-equal-p'. | ||
| 9 | 11 | ||
| 10 | 2012-02-28 Glenn Morris <rgm@gnu.org> | 12 | 2012-02-28 Glenn Morris <rgm@gnu.org> |
| 11 | 13 | ||
| @@ -30,16 +32,16 @@ | |||
| 30 | 32 | ||
| 31 | 2012-02-27 Chong Yidong <cyd@gnu.org> | 33 | 2012-02-27 Chong Yidong <cyd@gnu.org> |
| 32 | 34 | ||
| 33 | * emulation/viper-cmd.el (viper-intercept-ESC-key): Fix | 35 | * emulation/viper-cmd.el (viper-intercept-ESC-key): |
| 34 | key-binding lookup for ESC key (Bug#9146). | 36 | Fix key-binding lookup for ESC key (Bug#9146). |
| 35 | 37 | ||
| 36 | * font-lock.el (font-lock-specified-p): Rename from | 38 | * font-lock.el (font-lock-specified-p): Rename from |
| 37 | font-lock-spec-present. Callers changed. | 39 | font-lock-spec-present. Callers changed. |
| 38 | 40 | ||
| 39 | 2012-02-27 Daniel Hackney <dan@haxney.org> | 41 | 2012-02-27 Daniel Hackney <dan@haxney.org> |
| 40 | 42 | ||
| 41 | * emacs-lisp/package.el (package-compute-transaction): Handle | 43 | * emacs-lisp/package.el (package-compute-transaction): |
| 42 | holding a package version to t in package-load-list. | 44 | Handle holding a package version to t in package-load-list. |
| 43 | 45 | ||
| 44 | 2012-02-26 Michael Albinus <michael.albinus@gmx.de> | 46 | 2012-02-26 Michael Albinus <michael.albinus@gmx.de> |
| 45 | 47 | ||