# HG changeset patch # User Richard M. Stallman # Date 1090356686 0 # Node ID 0336358d715b9f29b30f8e1ef42111e5c872c5f9 # Parent fb549e5bb99c4bc7df800399d9c4f2dabfe7fc63 *** empty log message *** diff -r fb549e5bb99c -r 0336358d715b lisp/ChangeLog --- a/lisp/ChangeLog Tue Jul 20 20:51:13 2004 +0000 +++ b/lisp/ChangeLog Tue Jul 20 20:51:26 2004 +0000 @@ -1,3 +1,11 @@ +2004-07-20 Richard M. Stallman + + * textmodes/fill.el (fill-comment-paragraph): Handle indent-tabs-mode. + (fill-delete-newlines): Call sentence-end as function. + (fill-nobreak-p, canonically-space-region): Likewise. + (fill-nobreak-p): If this break point is at the end of the line, + don't consider the newline which follows as a reason to return t. + 2004-07-19 John Paul Wallington * dired-aux.el (dired-file-set-difference): Don't use `caddr'.