# HG changeset patch # User Juanma Barranquero # Date 1171537276 0 # Node ID 412a73a8599363bba4679cd60210177a4d11e2b3 # Parent 1cea4c7de5cfdbeaa586047a6a53030bdf4c2758 *** empty log message *** diff -r 1cea4c7de5cf -r 412a73a85993 lisp/ChangeLog --- a/lisp/ChangeLog Thu Feb 15 10:58:11 2007 +0000 +++ b/lisp/ChangeLog Thu Feb 15 11:01:16 2007 +0000 @@ -1,3 +1,9 @@ +2007-02-15 Juanma Barranquero + + * play/5x5.el (5x5-crack-xor-mutate): Doc fix. + (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack) + (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings. + 2007-02-14 Juanma Barranquero * faces.el (color-values): Revert changes to docstring from diff -r 1cea4c7de5cf -r 412a73a85993 lispref/ChangeLog --- a/lispref/ChangeLog Thu Feb 15 10:58:11 2007 +0000 +++ b/lispref/ChangeLog Thu Feb 15 11:01:16 2007 +0000 @@ -1,3 +1,8 @@ +2007-02-15 Juanma Barranquero + + * strings.texi (Modifying Strings): Clarify that `clear-string' + always converts the string to unibyte. + 2007-02-14 Kim F. Storm * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.