diff options
| author | Romain Francoise | 2005-10-23 09:19:37 +0000 |
|---|---|---|
| committer | Romain Francoise | 2005-10-23 09:19:37 +0000 |
| commit | 4bdce438637b7b9f7024f7ce34bae81b3a033e55 (patch) | |
| tree | 6c22bee20e04dd07c5510d129354cbbf387e0454 /lisp/ChangeLog | |
| parent | 0db1539e49d51c5d83213a4d2694bbb2db9fc94f (diff) | |
| download | emacs-4bdce438637b7b9f7024f7ce34bae81b3a033e55.tar.gz emacs-4bdce438637b7b9f7024f7ce34bae81b3a033e55.zip | |
2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
* mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
exist, create it.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0054789f55c..bf0a708d2f1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,10 +1,15 @@ | |||
| 1 | 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change) | ||
| 2 | |||
| 3 | * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't | ||
| 4 | exist, create it. | ||
| 5 | |||
| 1 | 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com> | 6 | 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com> |
| 2 | 7 | ||
| 3 | * allout.el: Increment version number to 2.1, and use a literal | 8 | * allout.el: Increment version number to 2.1, and use a literal |
| 4 | rather than RCS $Id$. Remove autoloads for mailcrypt and crypt++. | 9 | rather than RCS $Id $. Remove autoloads for mailcrypt and crypt++. |
| 5 | Require pgg, pgg-gpg during compilation. | 10 | Require pgg, pgg-gpg during compilation. |
| 6 | (allout-version): Increment version number to 2.1, and use a literal | 11 | (allout-version): Increment version number to 2.1, and use a literal |
| 7 | rather than RCS $Id$. | 12 | rather than RCS $Id $. |
| 8 | (allout-default-encryption-scheme): Removed. | 13 | (allout-default-encryption-scheme): Removed. |
| 9 | (allout-passphrase-verifier-handling): Renamed from | 14 | (allout-passphrase-verifier-handling): Renamed from |
| 10 | allout-key-verifier-handling. | 15 | allout-key-verifier-handling. |