# HG changeset patch # User Juanma Barranquero # Date 1123596324 0 # Node ID 04c559b57456f18ccb084731c7336fcaf15b3329 # Parent a045a3e5b4678f49d76d77fcdd5909f15267a53b *** empty log message *** diff -r a045a3e5b467 -r 04c559b57456 lisp/ChangeLog --- a/lisp/ChangeLog Tue Aug 09 14:01:29 2005 +0000 +++ b/lisp/ChangeLog Tue Aug 09 14:05:24 2005 +0000 @@ -1,3 +1,15 @@ +2005-08-09 Juanma Barranquero + + * textmodes/fill.el (canonically-space-region) + (fill-context-prefix, fill-french-nobreak-p) + (fill-delete-newlines, fill-comment-paragraph) + (justify-current-line): "?\ " -> "?\s". + +2005-08-09 Ben North (tiny change) + + * textmodes/fill.el (fill-nonuniform-paragraphs): + Improve argument/docstring consistency. + 2005-08-09 Richard M. Stallman * files.el (find-file-noselect): Don't call set-buffer-major-mode. @@ -8,7 +20,7 @@ 2005-08-09 Magnus Henoch - * textmodes/ispell.el (aspell-have-dictionaries): New variable. + * textmodes/ispell.el (aspell-have-dictionaries): New variable. (aspell-find-dictionaries): New command. (aspell-data-dir): New variable. (aspell-find-data-dir): New function.