aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4ec81666d0c..146d3eecd7d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,15 @@
12003-02-26 Matt Swift <swift@alum.mit.edu>
2
3 * startup.el: Streamline code in several functions for efficiency
4 and readability. Rephrase booleans to avoid `(not noninteractive)'.
5 Clarify several booleans expressions using De Morgan's laws.
6
7 (command-line): Fix barf when first command-line option handled by
8 `command-line-1' is in the form --OPT=VAL.
9 (command-line-1): Restore intended behavior of the --directory/-L
10 command-line option: "-L a -L b -L c" on the command-line now puts
11 '(a b c) at the front of `load-path'.
12
12003-02-26 Oliver Scholz <alkibiades@gmx.de> 132003-02-26 Oliver Scholz <alkibiades@gmx.de>
2 14
3 * play/gamegrid.el (gamegrid-add-score): Add info to docstring. 15 * play/gamegrid.el (gamegrid-add-score): Add info to docstring.