# HG changeset patch # User Dave Love # Date 1046128197 0 # Node ID 1f508e24a50f231f489d3409f3bf63d4ae461ad7 # Parent 80ed3e75ba1035780f7565521793bb7bda164e44 *** empty log message *** diff -r 80ed3e75ba10 -r 1f508e24a50f lisp/ChangeLog --- a/lisp/ChangeLog Mon Feb 24 22:51:41 2003 +0000 +++ b/lisp/ChangeLog Mon Feb 24 23:09:57 2003 +0000 @@ -1,3 +1,13 @@ +2003-02-24 Dave Love + + * 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 * allout.el (allout-pre-command-business): Fix docstring.