From cda4c00bef6556b851f007b22818060a55b4bb43 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 13 Apr 2006 10:55:47 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 12 ++++++++++++ src/ChangeLog | 5 +++++ 2 files changed, 17 insertions(+) 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 -- 2.39.2