changeset 57746:394f5aa03475

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Wed, 27 Oct 2004 15:07:06 +0000
parents d1fa1cbd6c4d
children 97a3201f82ef
files lisp/ChangeLog lispref/ChangeLog src/ChangeLog
diffstat 3 files changed, 39 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Oct 27 15:05:12 2004 +0000
+++ b/lisp/ChangeLog	Wed Oct 27 15:07:06 2004 +0000
@@ -1,3 +1,19 @@
+2004-10-27  Richard M. Stallman  <rms@gnu.org>
+
+	* eshell/em-unix.el (eshell-du-sum-directory): Don't use
+	directory-sep-char.
+
+2004-10-27  Richard M. Stallman  <rms@gnu.org>
+
+	* strokes.el (strokes-unload-hook): Fix previous change.
+
+	* type-break.el (type-break-run-at-time): Always use run-at-time;
+	forget the alternatives.
+	(type-break-cancel-function-timers): Always use cancel-function-timers;
+	forget the alternatives.
+
+	* pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
+
 2004-10-27  Kenichi Handa  <handa@m17n.org>
 
 	* international/subst-jis.el: Use
--- a/lispref/ChangeLog	Wed Oct 27 15:05:12 2004 +0000
+++ b/lispref/ChangeLog	Wed Oct 27 15:07:06 2004 +0000
@@ -1,3 +1,16 @@
+2004-10-27  Richard M. Stallman  <rms@gnu.org>
+
+	* commands.texi (Interactive Codes): `N' uses numeric prefix,
+	not raw.  Clarify `n'.
+	(Interactive Call): Rewrite interactive-p, focusing on when
+	and how to use it.
+	(Misc Events): Clarify previous change.
+
+	* advice.texi (Simple Advice): Clarify what job the example does.
+	(Around-Advice): Clarify ad-do-it.
+	(Activation of Advice): An option of ad-default-compilation-action
+	is `never', not `nil'.
+
 2004-10-26  Kim F. Storm  <storm@cua.dk>
 
 	* commands.texi (Interactive Codes): Add U code letter.
--- a/src/ChangeLog	Wed Oct 27 15:05:12 2004 +0000
+++ b/src/ChangeLog	Wed Oct 27 15:07:06 2004 +0000
@@ -1,3 +1,13 @@
+2004-10-27  Richard M. Stallman  <rms@gnu.org>
+
+	* xdisp.c (get_next_display_element): In mode lines,
+	treat newline and tab like other control characters.
+
+	* editfns.c (Fmessage): Doc fix.
+
+	* indent.c (vmotion): When moving up, check the newline before.
+	Make prevline an int, not a Lisp_Object.
+
 2004-10-27  Kim F. Storm  <storm@cua.dk>
 
 	* editfns.c (Fformat): Allocate discarded table with SAFE_ALLOCA.