changeset 70005:6b2e69b964c8

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Thu, 13 Apr 2006 10:55:47 +0000
parents e70b5899f72c
children ccc2eb385394
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 17 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Apr 13 10:54:38 2006 +0000
+++ b/lisp/ChangeLog	Thu Apr 13 10:55:47 2006 +0000
@@ -1,3 +1,15 @@
+2006-04-12  Davis Herring  <herring@lanl.gov>  (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  <dominik@science.uva.nl>
 
 	* textmodes/org.el: (org-ctrl-c-ctrl-c): Improved documentation
--- a/src/ChangeLog	Thu Apr 13 10:54:38 2006 +0000
+++ b/src/ChangeLog	Thu Apr 13 10:55:47 2006 +0000
@@ -1,3 +1,8 @@
+2006-04-13  Micha,Ak(Bl Cadilhac  <michael.cadilhac@lrde.org>  (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  <handa@m17n.org>
 
 	* coding.c (setup_coding_system): If eol-type is not yet decided