aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog6
-rw-r--r--lispref/ChangeLog5
2 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index aad7c78b4e8..84f07b52b83 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12007-02-15 Juanma Barranquero <lekktu@gmail.com>
2
3 * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
4 (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
5 (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
6
12007-02-14 Juanma Barranquero <lekktu@gmail.com> 72007-02-14 Juanma Barranquero <lekktu@gmail.com>
2 8
3 * faces.el (color-values): Revert changes to docstring from 9 * faces.el (color-values): Revert changes to docstring from
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 9616199b7cb..2121eea0321 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,8 @@
12007-02-15 Juanma Barranquero <lekktu@gmail.com>
2
3 * strings.texi (Modifying Strings): Clarify that `clear-string'
4 always converts the string to unibyte.
5
12007-02-14 Kim F. Storm <storm@cua.dk> 62007-02-14 Kim F. Storm <storm@cua.dk>
2 7
3 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face. 8 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.