aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJoakim Verona2011-07-17 23:57:23 +0200
committerJoakim Verona2011-07-17 23:57:23 +0200
commitb0ec5b0839c3f2687b4dddc385ae22b72f96db99 (patch)
treed35d3789847cbdd287e9ffec4ea53a0ac63fc988 /etc
parent32b1b66b26662eb2dd46657cbd292063691bfc79 (diff)
parent6265325e6bc5ed7da0e049f1b6e148932ea69e34 (diff)
downloademacs-b0ec5b0839c3f2687b4dddc385ae22b72f96db99.tar.gz
emacs-b0ec5b0839c3f2687b4dddc385ae22b72f96db99.zip
merge upstream
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog12
-rw-r--r--etc/MH-E-NEWS21
-rw-r--r--etc/NEWS2
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 @@
12011-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
72011-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
12011-07-12 Bill Wohler <wohler@newt.com> 132011-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 @@
3Copyright (C) 2001-2011 Free Software Foundation, Inc. 3Copyright (C) 2001-2011 Free Software Foundation, Inc.
4See the end of the file for license conditions. 4See the end of the file for license conditions.
5 5
6* Changes in MH-E 8.2.93
7
8Version 8.2.93 reverts back to using `switch-to-buffer' which the
9Emacs developers decided was fine to call from programs after all.
10
11* Changes in MH-E 8.2.92
12
13Version 8.2.92 actually corrects the error in the modeline glyph when
14running 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
8Version 8.2.91 fixes the folder window problem that was introduced 18Version 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
15addition of "trunk." 25addition of "trunk."
16 26
17This 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
21In 2010, the version control system (VCS) of Emacs was upgraded from 29In 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'.
32Also, RFC 2047-encoded Subject header fields in replies are now 40Also, RFC 2047-encoded Subject header fields in replies are now
33decoded. 41decoded.
34 42
43This 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
49The `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
diff --git a/etc/NEWS b/etc/NEWS
index 11acbd8c42d..278fbea81c1 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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