diff lispref/ChangeLog @ 90389:146cd8369025

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-60 Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 259-273) - Update from CVS - lisp/replace.el (occur-engine): Bind `inhibit-field-text-motion' to t - Merge from gnus--rel--5.10 - Rename "field-at-point" to "field-at-pos" - (comint-insert-input): Remove redundant calls to setq and goto-char * gnus--rel--5.10 (patch 99-100) - Merge from emacs--devo--0 - Update from CVS
author Miles Bader <miles@gnu.org>
date Wed, 10 May 2006 20:42:41 +0000
parents 2ecafc6d5db7 9ff07a4bfeee
children a5812696f7bf
line wrap: on
line diff
--- a/lispref/ChangeLog	Tue May 02 08:50:29 2006 +0000
+++ b/lispref/ChangeLog	Wed May 10 20:42:41 2006 +0000
@@ -1,3 +1,48 @@
+2006-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
+
+	* variables.texi (File Local Variables): Recommend to quote lambda
+	expressions in safe-local-variable property.
+
+2006-05-09  Richard Stallman  <rms@gnu.org>
+
+	* variables.texi (File Local Variables): Document
+	safe-local-eval-forms and safe-local-eval-function.
+
+2006-05-07  Kim F. Storm  <storm@cua.dk>
+
+	* minibuf.texi (Minibuffer History): Remove keep-dups arg
+	from add-to-history.
+
+2006-05-07  Romain Francoise  <romain@orebokech.com>
+
+	* commands.texi (Event Input Misc):
+	* compile.texi (Eval During Compile):
+	* internals.texi (Buffer Internals):
+	* minibuf.texi (Initial Input):
+	* nonascii.texi (Scanning Charsets):
+	* numbers.texi (Comparison of Numbers):
+	* windows.texi (Textual Scrolling, Vertical Scrolling):
+	Fix various typos.
+
+2006-05-06  Eli Zaretskii  <eliz@gnu.org>
+
+	* hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
+	conditional xref's to either emacs or emacs-xtra, depending on
+	@iftex/@ifnottex.
+
+	* minibuf.texi (Minibuffer History): Document add-to-history.
+
+2006-05-05  Eli Zaretskii  <eliz@gnu.org>
+
+	* internals.texi (Pure Storage): Mention the pure overflow message
+	at startup.
+
+2006-05-05  Johan Bockg,Ae(Brd  <bojohan@dd.chalmers.se>
+
+	* keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
+	(Searching Keymaps): Fix pseudo-Lisp description of keymap
+	search.
+
 2006-05-01  Richard Stallman  <rms@gnu.org>
 
 	* intro.texi (nil and t): Clarify.