emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog


From: Matthew Swift
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Thu, 27 Feb 2003 21:09:20 -0500

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.4888 emacs/lisp/ChangeLog:1.4889
*** emacs/lisp/ChangeLog:1.4888 Wed Feb 26 11:34:27 2003
--- emacs/lisp/ChangeLog        Thu Feb 27 21:09:19 2003
***************
*** 1,3 ****
--- 1,15 ----
+ 2003-02-26  Matt Swift  <address@hidden>
+       
+       * startup.el: Streamline code in several functions for efficiency
+       and readability.  Rephrase booleans to avoid `(not noninteractive)'.
+       Clarify several booleans expressions using De Morgan's laws.
+ 
+       (command-line): Fix barf when first command-line option handled by
+       `command-line-1' is in the form --OPT=VAL.
+       (command-line-1): Restore intended behavior of the --directory/-L
+       command-line option: "-L a -L b -L c" on the command-line now puts
+       '(a b c) at the front of `load-path'.
+       
  2003-02-26  Oliver Scholz  <address@hidden>
  
        * play/gamegrid.el (gamegrid-add-score): Add info to docstring.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]