]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorDave Love <fx@gnu.org>
Mon, 24 Feb 2003 23:09:57 +0000 (23:09 +0000)
committerDave Love <fx@gnu.org>
Mon, 24 Feb 2003 23:09:57 +0000 (23:09 +0000)
lisp/ChangeLog

index cea297eb57a7d63e3e2b3e37fad0f8a18650fd07..2ef77ed2647e0942495c091d17318b4811a3e388 100644 (file)
@@ -1,3 +1,13 @@
+2003-02-24  Dave Love  <fx@gnu.org>
+
+       * obsolete/cplus-md.el: Deleted.  (Requires removed c-mode.el.)
+
+       * env.el (read-envvar-name): Decode names.
+       (substitute-env-vars): Use eval-when-compile and char class.
+       (setenv): Doc fix.  Encode the data (after checking that's
+       possible).
+       (getenv): Encode the name and decode the result.
+
 2003-02-24  Ken Manheimer  <klm@zope.com>
 
        * allout.el (allout-pre-command-business): Fix docstring.