comparison lisp/ChangeLog @ 49992:bc05ebcc75dc

*** empty log message ***
author Matthew Swift <swift@alum.mit.edu>
date Fri, 28 Feb 2003 02:09:19 +0000
parents 532146653f8d
children a0e8a85259ed
comparison
equal deleted inserted replaced
49991:61e5acd099fc 49992:bc05ebcc75dc
1 2003-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
1 2003-02-26 Oliver Scholz <alkibiades@gmx.de> 13 2003-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.
4 (gamegrid-add-score-with-update-game-score-1): New function, 16 (gamegrid-add-score-with-update-game-score-1): New function,
5 factored out of `gamegriod-add-score-with-update-game-score'. 17 factored out of `gamegriod-add-score-with-update-game-score'.