diff options
Diffstat (limited to 'lispref/ChangeLog')
-rw-r--r-- | lispref/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index efc086c6c2f..78406b20c48 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,15 @@ +2004-11-16 Richard M. Stallman <rms@gnu.org> + + * tips.texi (Coding Conventions): Separate defvar and require + methods to avoid warnings. Use require only when there are many + functions and variables from that package. + + * minibuf.texi (Minibuffer Completion): When ignoring case, + predicate must not be case-sensitive. + + * debugging.texi (Function Debugging, Explicit Debug): Clarified. + (Test Coverage): Don't talk about "splotches". Clarified. + 2004-11-16 Thien-Thi Nguyen <ttn@gnu.org> * frames.texi (Window Frame Parameters): Fix typo. |