From dfb1e36c313a8e612729a0c1dcc414fefcc77004 Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Wed, 21 Feb 2007 13:55:10 +0000 Subject: [PATCH] *** empty log message *** --- lispref/ChangeLog | 5 +++++ src/ChangeLog | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/lispref/ChangeLog b/lispref/ChangeLog index fce1a0641f1..4d1aaeb58d2 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,8 @@ +2007-02-21 Kim F. Storm + + * strings.texi (Text Comparison): Mention that assoc-string + converts symbols to strings before testing. + 2007-02-17 Kim F. Storm * processes.texi (Bindat Spec): Vector types can have optional diff --git a/src/ChangeLog b/src/ChangeLog index 79cf4b256a7..591d18583c2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2007-02-21 Kim F. Storm + + * minibuf.c (Fassoc_string): Doc fix. Allow symbol for KEY too. + 2007-02-21 YAMAMOTO Mitsuharu * macterm.c (WINDOW_RESOURCE, TERM_WINDOW_RESOURCE): Remove macros.