comparison lispref/ChangeLog @ 58282:7c3f5740a5cc

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Tue, 16 Nov 2004 17:31:19 +0000
parents dbb445557bb6
children 9371bf53b95e b637c617432f
comparison
equal deleted inserted replaced
58281:b6f9481dcccd 58282:7c3f5740a5cc
1 2004-11-16 Richard M. Stallman <rms@gnu.org>
2
3 * tips.texi (Coding Conventions): Separate defvar and require
4 methods to avoid warnings. Use require only when there are many
5 functions and variables from that package.
6
7 * minibuf.texi (Minibuffer Completion): When ignoring case,
8 predicate must not be case-sensitive.
9
10 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
11 (Test Coverage): Don't talk about "splotches". Clarified.
12
1 2004-11-16 Thien-Thi Nguyen <ttn@gnu.org> 13 2004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
2 14
3 * frames.texi (Window Frame Parameters): Fix typo. 15 * frames.texi (Window Frame Parameters): Fix typo.
4 16
5 2004-11-15 Kim F. Storm <storm@cua.dk> 17 2004-11-15 Kim F. Storm <storm@cua.dk>