From: Eli Zaretskii Date: Thu, 13 Apr 2006 10:55:47 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~3154 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cda4c00bef6556b851f007b22818060a55b4bb43;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 620950ea77e..9048ac64fe3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,15 @@ +2006-04-12 Davis Herring (tiny change) + + * files.el (hack-one-local-variable-eval-safep): Recognize + `edebug-form-spec' for `put', but only if it passes + `edebug-basic-spec'. Generalize `put' handling. + + * emacs-lisp/edebug.el (edebug-basic-spec): New function for + vetting file-local form specs. + + * allout.el (allout-layout): Autoload its `safe-local-variable' + property. + 2006-04-13 Carsten Dominik * textmodes/org.el: (org-ctrl-c-ctrl-c): Improved documentation diff --git a/src/ChangeLog b/src/ChangeLog index 02d55e0776f..5b62e1ae268 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2006-04-13 Micha,Ak(Bl Cadilhac (tiny change) + + * print.c (Fprin1_to_string): Mention in the `doc' that the + behavior is modified by `print-level' and `print-length'. + 2006-04-13 Kenichi Handa * coding.c (setup_coding_system): If eol-type is not yet decided