diff --git a/admin/ChangeLog b/admin/ChangeLog index f99869513887b7d916f0604cc9cd767930f8966c..18bb44491a11206bf50ec0b9cc5e44a721ebb129 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog @@ -1,4 +1,4 @@ -2012-08-10 Glenn Morris +2012-08-11 Glenn Morris * bzrmerge.el (bzrmerge-resolve): Disable local eval:. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index dc921213b42d0da13bb4e2ccc4922d0513d3dc9a..5dbd592448cfd29662fff1dc97298402eae7159b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,4 +1,4 @@ -2012-08-10 Glenn Morris +2012-08-11 Glenn Morris * emacs-lisp/copyright.el (copyright-update-directory): Logic fix. @@ -7,8 +7,6 @@ * emacs-lisp/autoload.el (autoload-find-generated-file) (autoload-find-file): Disable local eval: (for insurance). -2012-08-07 Glenn Morris - * files.el (hack-local-variables-filter): If an eval: form is not known to be safe, and enable-local-variables is :safe, then ignore the form totally, as is done for non-eval forms. (Bug#12155) diff --git a/src/ChangeLog b/src/ChangeLog index 2bdf4bce0fbdba0acc6516e4e4c26f1daae96497..0fc90a14825ab41a0e77673ad202ffd777d33690 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,10 +1,8 @@ -2012-08-08 YAMAMOTO Mitsuharu +2012-08-11 YAMAMOTO Mitsuharu * unexmacosx.c (copy_data_segment): Copy initialized data in statically linked libraries from input file rather than memory. -2012-08-07 YAMAMOTO Mitsuharu - * unexmacosx.c (print_load_command_name): Add cases LC_MAIN, LC_SOURCE_VERSION, and LC_DYLIB_CODE_SIGN_DRS. (dump_it) [LC_DYLIB_CODE_SIGN_DRS]: Call copy_linkedit_data. diff --git a/test/ChangeLog b/test/ChangeLog index a9f6a7c0e9ee90c326572702f8f95c7d84906507..0e016260abe21a505f8a7e4e77a94242c8ae7347 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,13 +1,7 @@ -2012-08-10 Glenn Morris - - * automated/files.el (files-test-disable-local-variables): New test. - -2012-08-08 Glenn Morris +2012-08-11 Glenn Morris * automated/files.el: New file. -2012-08-07 Glenn Morris - * automated/Makefile.in (all): Fix typo. 2012-08-10 Dmitry Gutov