diff options
| author | Eli Zaretskii | 2002-02-03 11:34:58 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2002-02-03 11:34:58 +0000 |
| commit | be8139444509c80d60373a4e9cd7e9d4bc91acc6 (patch) | |
| tree | c88cda6d9f235b9e2221303b005d1f4a1351a4e5 | |
| parent | 85eba33954ed911e61c16317f84f5ef138349a33 (diff) | |
| download | emacs-be8139444509c80d60373a4e9cd7e9d4bc91acc6.tar.gz emacs-be8139444509c80d60373a4e9cd7e9d4bc91acc6.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 3 | ||||
| -rw-r--r-- | lispintro/ChangeLog | 5 |
2 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d7bdfbf26aa..b0149804d65 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il> | 1 | 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 2 | ||
| 3 | * mail/rmail.el (rmail): Use find-buffer-visiting instead of | ||
| 4 | get-file-buffer to check for rmail buffer existence. | ||
| 5 | |||
| 3 | * term.el (term-emulate-terminal): Extract proper command string | 6 | * term.el (term-emulate-terminal): Extract proper command string |
| 4 | which is supplied to term-command-hook. | 7 | which is supplied to term-command-hook. |
| 5 | 8 | ||
diff --git a/lispintro/ChangeLog b/lispintro/ChangeLog index bafd48cdb95..5892f5b34db 100644 --- a/lispintro/ChangeLog +++ b/lispintro/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2001-11-29 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 2 | |||
| 3 | * emacs-lisp-intro.texi (Index): @ignore extraneous text. | ||
| 4 | Use @dircategory and @direntry to define the DIR entry. | ||
| 5 | |||
| 1 | 2001-11-25 Robert J. Chassell <bob@rattlesnake.com> | 6 | 2001-11-25 Robert J. Chassell <bob@rattlesnake.com> |
| 2 | 7 | ||
| 3 | * emacs-lisp-intro.texi: Move @contents to the beginning of the | 8 | * emacs-lisp-intro.texi: Move @contents to the beginning of the |