aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2003-02-24 23:09:57 +0000
committerDave Love2003-02-24 23:09:57 +0000
commit360564561e4f6b8cab6eb00d25f19eb3279a5058 (patch)
treecac902a9bb8f5b32214622e9d9096dba5400057c
parent1a90eae68dbf762b921f921f4d73c1cae69e840f (diff)
downloademacs-360564561e4f6b8cab6eb00d25f19eb3279a5058.tar.gz
emacs-360564561e4f6b8cab6eb00d25f19eb3279a5058.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index cea297eb57a..2ef77ed2647 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,13 @@
12003-02-24 Dave Love <fx@gnu.org>
2
3 * obsolete/cplus-md.el: Deleted. (Requires removed c-mode.el.)
4
5 * env.el (read-envvar-name): Decode names.
6 (substitute-env-vars): Use eval-when-compile and char class.
7 (setenv): Doc fix. Encode the data (after checking that's
8 possible).
9 (getenv): Encode the name and decode the result.
10
12003-02-24 Ken Manheimer <klm@zope.com> 112003-02-24 Ken Manheimer <klm@zope.com>
2 12
3 * allout.el (allout-pre-command-business): Fix docstring. 13 * allout.el (allout-pre-command-business): Fix docstring.