aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/lispref/ChangeLog4
-rw-r--r--lisp/ChangeLog18
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 @@
12012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com> 12012-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
62012-02-28 Glenn Morris <rgm@gnu.org> 62012-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 @@
12012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com> 12012-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
102012-02-28 Glenn Morris <rgm@gnu.org> 122012-02-28 Glenn Morris <rgm@gnu.org>
11 13
@@ -30,16 +32,16 @@
30 32
312012-02-27 Chong Yidong <cyd@gnu.org> 332012-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
392012-02-27 Daniel Hackney <dan@haxney.org> 412012-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
442012-02-26 Michael Albinus <michael.albinus@gmx.de> 462012-02-26 Michael Albinus <michael.albinus@gmx.de>
45 47