From: Richard M. Stallman Date: Wed, 27 Oct 2004 15:07:06 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~4358 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4660a9e3d607f8c4212f6d2598aa8e83cc7f89ff;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3da657862a6..0c4515e40b1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,19 @@ +2004-10-27 Richard M. Stallman + + * eshell/em-unix.el (eshell-du-sum-directory): Don't use + directory-sep-char. + +2004-10-27 Richard M. Stallman + + * 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 * international/subst-jis.el: Use diff --git a/lispref/ChangeLog b/lispref/ChangeLog index dc8f1771263..1be9a3d8318 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,16 @@ +2004-10-27 Richard M. Stallman + + * 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 * commands.texi (Interactive Codes): Add U code letter. diff --git a/src/ChangeLog b/src/ChangeLog index fbef104296f..3dbe191d9c2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,13 @@ +2004-10-27 Richard M. Stallman + + * 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 * editfns.c (Fformat): Allocate discarded table with SAFE_ALLOCA.