diff options
| author | Joakim Verona | 2011-07-17 23:57:23 +0200 |
|---|---|---|
| committer | Joakim Verona | 2011-07-17 23:57:23 +0200 |
| commit | b0ec5b0839c3f2687b4dddc385ae22b72f96db99 (patch) | |
| tree | d35d3789847cbdd287e9ffec4ea53a0ac63fc988 /etc | |
| parent | 32b1b66b26662eb2dd46657cbd292063691bfc79 (diff) | |
| parent | 6265325e6bc5ed7da0e049f1b6e148932ea69e34 (diff) | |
| download | emacs-b0ec5b0839c3f2687b4dddc385ae22b72f96db99.tar.gz emacs-b0ec5b0839c3f2687b4dddc385ae22b72f96db99.zip | |
merge upstream
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ChangeLog | 12 | ||||
| -rw-r--r-- | etc/MH-E-NEWS | 21 | ||||
| -rw-r--r-- | etc/NEWS | 2 |
3 files changed, 32 insertions, 3 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index bfe584c69a1..d56523167d9 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2011-07-17 Bill Wohler <wohler@newt.com> | ||
| 2 | |||
| 3 | Release MH-E version 8.2.93. | ||
| 4 | |||
| 5 | * NEWS, MH-E-NEWS: Update for MH-E release 8.2.93. | ||
| 6 | |||
| 7 | 2011-07-16 Bill Wohler <wohler@newt.com> | ||
| 8 | |||
| 9 | Release MH-E version 8.2.92. | ||
| 10 | |||
| 11 | * NEWS, MH-E-NEWS: Update for MH-E release 8.2.92. | ||
| 12 | |||
| 1 | 2011-07-12 Bill Wohler <wohler@newt.com> | 13 | 2011-07-12 Bill Wohler <wohler@newt.com> |
| 2 | 14 | ||
| 3 | Release MH-E version 8.2.91. | 15 | Release MH-E version 8.2.91. |
diff --git a/etc/MH-E-NEWS b/etc/MH-E-NEWS index a46354d7b7b..e61d1d93603 100644 --- a/etc/MH-E-NEWS +++ b/etc/MH-E-NEWS | |||
| @@ -3,6 +3,16 @@ | |||
| 3 | Copyright (C) 2001-2011 Free Software Foundation, Inc. | 3 | Copyright (C) 2001-2011 Free Software Foundation, Inc. |
| 4 | See the end of the file for license conditions. | 4 | See the end of the file for license conditions. |
| 5 | 5 | ||
| 6 | * Changes in MH-E 8.2.93 | ||
| 7 | |||
| 8 | Version 8.2.93 reverts back to using `switch-to-buffer' which the | ||
| 9 | Emacs developers decided was fine to call from programs after all. | ||
| 10 | |||
| 11 | * Changes in MH-E 8.2.92 | ||
| 12 | |||
| 13 | Version 8.2.92 actually corrects the error in the modeline glyph when | ||
| 14 | running XEmacs 21.5.31 in a terminal. | ||
| 15 | |||
| 6 | * Changes in MH-E 8.2.91 | 16 | * Changes in MH-E 8.2.91 |
| 7 | 17 | ||
| 8 | Version 8.2.91 fixes the folder window problem that was introduced | 18 | Version 8.2.91 fixes the folder window problem that was introduced |
| @@ -14,8 +24,6 @@ from SourceForge and explicitly load MH-E will have to be change their | |||
| 14 | `load-path' to "/path/to/mh-e/emacs/trunk/lisp/mh-e" instead. Note the | 24 | `load-path' to "/path/to/mh-e/emacs/trunk/lisp/mh-e" instead. Note the |
| 15 | addition of "trunk." | 25 | addition of "trunk." |
| 16 | 26 | ||
| 17 | This version of MH-E is packaged with GNU Emacs 24.1 | ||
| 18 | |||
| 19 | * Changes in MH-E 8.2.90 | 27 | * Changes in MH-E 8.2.90 |
| 20 | 28 | ||
| 21 | In 2010, the version control system (VCS) of Emacs was upgraded from | 29 | In 2010, the version control system (VCS) of Emacs was upgraded from |
| @@ -32,6 +40,15 @@ meaning that `+f/b/b TAB' can complete to `+foo/bar/baz'. | |||
| 32 | Also, RFC 2047-encoded Subject header fields in replies are now | 40 | Also, RFC 2047-encoded Subject header fields in replies are now |
| 33 | decoded. | 41 | decoded. |
| 34 | 42 | ||
| 43 | This version of MH-E is packaged with GNU Emacs 24.1 | ||
| 44 | |||
| 45 | ** Bug Fixes in MH-E 8.2.90 | ||
| 46 | |||
| 47 | *** Make mh-showing a legitimate minor mode | ||
| 48 | |||
| 49 | The `mh-showing-mode' variable is now defined with `define-minor-mode' | ||
| 50 | (closes SF #482666). | ||
| 51 | |||
| 35 | 52 | ||
| 36 | 53 | ||
| 37 | * Changes in MH-E 8.2 | 54 | * Changes in MH-E 8.2 |
| @@ -488,7 +488,7 @@ $ESHELL nor variable `explicit-shell-file-name' is set. | |||
| 488 | 488 | ||
| 489 | ** MH-E | 489 | ** MH-E |
| 490 | 490 | ||
| 491 | *** Upgraded to MH-E version 8.2.91. See MH-E-NEWS for details. | 491 | *** Upgraded to MH-E version 8.2.93. See MH-E-NEWS for details. |
| 492 | 492 | ||
| 493 | ** comint and modes derived from it use the generic completion code. | 493 | ** comint and modes derived from it use the generic completion code. |
| 494 | 494 | ||