diff options
| author | Glenn Morris | 2012-08-10 21:46:38 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-08-10 21:46:38 -0700 |
| commit | 9ff9402d3aa4278f34ffff71cc4b89ba7878e3ab (patch) | |
| tree | 5fb13e813649115f75cc50019fa4f7c55ccd7465 | |
| parent | 5725bd2cc0e691dadc31bd958f210b1bbcf17c49 (diff) | |
| download | emacs-9ff9402d3aa4278f34ffff71cc4b89ba7878e3ab.tar.gz emacs-9ff9402d3aa4278f34ffff71cc4b89ba7878e3ab.zip | |
ChangeLog date fixes
| -rw-r--r-- | admin/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | test/ChangeLog | 8 |
4 files changed, 4 insertions, 14 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog index f9986951388..18bb44491a1 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | 2012-08-10 Glenn Morris <rgm@gnu.org> | 1 | 2012-08-11 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * bzrmerge.el (bzrmerge-resolve): Disable local eval:. | 3 | * bzrmerge.el (bzrmerge-resolve): Disable local eval:. |
| 4 | 4 | ||
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index dc921213b42..5dbd592448c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | 2012-08-10 Glenn Morris <rgm@gnu.org> | 1 | 2012-08-11 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * emacs-lisp/copyright.el (copyright-update-directory): Logic fix. | 3 | * emacs-lisp/copyright.el (copyright-update-directory): Logic fix. |
| 4 | 4 | ||
| @@ -7,8 +7,6 @@ | |||
| 7 | * emacs-lisp/autoload.el (autoload-find-generated-file) | 7 | * emacs-lisp/autoload.el (autoload-find-generated-file) |
| 8 | (autoload-find-file): Disable local eval: (for insurance). | 8 | (autoload-find-file): Disable local eval: (for insurance). |
| 9 | 9 | ||
| 10 | 2012-08-07 Glenn Morris <rgm@gnu.org> | ||
| 11 | |||
| 12 | * files.el (hack-local-variables-filter): If an eval: form is not | 10 | * files.el (hack-local-variables-filter): If an eval: form is not |
| 13 | known to be safe, and enable-local-variables is :safe, then ignore | 11 | known to be safe, and enable-local-variables is :safe, then ignore |
| 14 | the form totally, as is done for non-eval forms. (Bug#12155) | 12 | the form totally, as is done for non-eval forms. (Bug#12155) |
diff --git a/src/ChangeLog b/src/ChangeLog index 2bdf4bce0fb..0fc90a14825 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,10 +1,8 @@ | |||
| 1 | 2012-08-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 1 | 2012-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 2 | 2 | ||
| 3 | * unexmacosx.c (copy_data_segment): Copy initialized data in | 3 | * unexmacosx.c (copy_data_segment): Copy initialized data in |
| 4 | statically linked libraries from input file rather than memory. | 4 | statically linked libraries from input file rather than memory. |
| 5 | 5 | ||
| 6 | 2012-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 7 | |||
| 8 | * unexmacosx.c (print_load_command_name): Add cases LC_MAIN, | 6 | * unexmacosx.c (print_load_command_name): Add cases LC_MAIN, |
| 9 | LC_SOURCE_VERSION, and LC_DYLIB_CODE_SIGN_DRS. | 7 | LC_SOURCE_VERSION, and LC_DYLIB_CODE_SIGN_DRS. |
| 10 | (dump_it) [LC_DYLIB_CODE_SIGN_DRS]: Call copy_linkedit_data. | 8 | (dump_it) [LC_DYLIB_CODE_SIGN_DRS]: Call copy_linkedit_data. |
diff --git a/test/ChangeLog b/test/ChangeLog index a9f6a7c0e9e..0e016260abe 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,13 +1,7 @@ | |||
| 1 | 2012-08-10 Glenn Morris <rgm@gnu.org> | 1 | 2012-08-11 Glenn Morris <rgm@gnu.org> |
| 2 | |||
| 3 | * automated/files.el (files-test-disable-local-variables): New test. | ||
| 4 | |||
| 5 | 2012-08-08 Glenn Morris <rgm@gnu.org> | ||
| 6 | 2 | ||
| 7 | * automated/files.el: New file. | 3 | * automated/files.el: New file. |
| 8 | 4 | ||
| 9 | 2012-08-07 Glenn Morris <rgm@gnu.org> | ||
| 10 | |||
| 11 | * automated/Makefile.in (all): Fix typo. | 5 | * automated/Makefile.in (all): Fix typo. |
| 12 | 6 | ||
| 13 | 2012-08-10 Dmitry Gutov <dgutov@yandex.ru> | 7 | 2012-08-10 Dmitry Gutov <dgutov@yandex.ru> |