diff options
| author | Dave Love | 2003-02-24 23:09:57 +0000 |
|---|---|---|
| committer | Dave Love | 2003-02-24 23:09:57 +0000 |
| commit | 360564561e4f6b8cab6eb00d25f19eb3279a5058 (patch) | |
| tree | cac902a9bb8f5b32214622e9d9096dba5400057c | |
| parent | 1a90eae68dbf762b921f921f4d73c1cae69e840f (diff) | |
| download | emacs-360564561e4f6b8cab6eb00d25f19eb3279a5058.tar.gz emacs-360564561e4f6b8cab6eb00d25f19eb3279a5058.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 10 |
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 @@ | |||
| 1 | 2003-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 | |||
| 1 | 2003-02-24 Ken Manheimer <klm@zope.com> | 11 | 2003-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. |