Mercurial > emacs
changeset 49969:1f508e24a50f
*** empty log message ***
author | Dave Love <fx@gnu.org> |
---|---|
date | Mon, 24 Feb 2003 23:09:57 +0000 |
parents | 80ed3e75ba10 |
children | b24aa35dff94 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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.