aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2007-02-14 15:49:29 +0000
committerJuanma Barranquero2007-02-14 15:49:29 +0000
commit424f6998844f72783aa38578b3f4e31b1bd4f43c (patch)
treeaef5bd65ab64728212ec95682ebd76024012bb21
parent6c8e1d625c4b4adba5ea03f615d79b38b6a5fdd0 (diff)
downloademacs-424f6998844f72783aa38578b3f4e31b1bd4f43c.tar.gz
emacs-424f6998844f72783aa38578b3f4e31b1bd4f43c.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog3
-rw-r--r--src/ChangeLog5
2 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a565549a221..aad7c78b4e8 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12007-02-14 Juanma Barranquero <lekktu@gmail.com> 12007-02-14 Juanma Barranquero <lekktu@gmail.com>
2 2
3 * faces.el (color-values): Revert changes to docstring from
4 2007-01-31 and 2000-09-07.
5
3 * textmodes/ispell.el (ispell-keep-choices-win, ispell-word) 6 * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
4 (ispell-begin-skip-region-regexp): Fix typos in docstrings. 7 (ispell-begin-skip-region-regexp): Fix typos in docstrings.
5 (ispell-dictionary-alist, ispell-process-line): Doc fixes. 8 (ispell-dictionary-alist, ispell-process-line): Doc fixes.
diff --git a/src/ChangeLog b/src/ChangeLog
index b0432d602e0..09c75ba56e9 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12007-02-14 Juanma Barranquero <lekktu@gmail.com>
2
3 * xfaces.c (Fcolor_distance): Don't continue checking a color for
4 errors after it has been correctly parsed as an RGB list.
5
12007-02-14 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 62007-02-14 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2 7
3 * xterm.c (do_ewmh_fullscreen): Also check for _NET_WM_STATE_FULLSCREEN. 8 * xterm.c (do_ewmh_fullscreen): Also check for _NET_WM_STATE_FULLSCREEN.