aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXue Fuqiao <[email protected]>2013-08-02 14:59:25 +0800
committerXue Fuqiao <[email protected]>2013-08-02 14:59:25 +0800
commite5bbaf419fd4109c1b9585ef693c9a07961eea59 (patch)
treee8dd26787b063c9f2bfe01cb67a944d9f0352106
parent9421876de569cf507b23053e6779622499fbb981 (diff)
* etc/tutorials/TUTORIAL.translators (Maintainer): Update the maintainer.
* lisp/mh-e/mh-e.el: Add a FIXME.
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/tutorials/TUTORIAL.translators2
-rw-r--r--lisp/mh-e/mh-e.el1
3 files changed, 6 insertions, 1 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 7329b0b1ee..8cceac59f5 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
+2013-08-02 Xue Fuqiao <[email protected]>
+
+ * tutorials/TUTORIAL.translators (Maintainer): Update the maintainer.
+
2013-08-02 Juanma Barranquero <[email protected]>
* tutorials/TUTORIAL.es: Fix typos (bug#15000).
diff --git a/etc/tutorials/TUTORIAL.translators b/etc/tutorials/TUTORIAL.translators
index 3ec948eb79..25897d753a 100644
--- a/etc/tutorials/TUTORIAL.translators
+++ b/etc/tutorials/TUTORIAL.translators
@@ -7,7 +7,7 @@ Maintainer: Ognyan Kulev <[email protected]>
* TUTORIAL.cn:
Author: Sun Yijiang <[email protected]>
-Maintainer: Sun Yijiang <[email protected]>
+Maintainer: Xue Fuqiao <[email protected]>
* TUTORIAL.cs:
Author: Milan Zamazal <[email protected]>
diff --git a/lisp/mh-e/mh-e.el b/lisp/mh-e/mh-e.el
index 303d817ded..752e2c5e9c 100644
--- a/lisp/mh-e/mh-e.el
+++ b/lisp/mh-e/mh-e.el
@@ -1019,6 +1019,7 @@ windows in the frame are removed."
(when delete-other-windows-flag
(delete-other-windows)))
+;; FIXME: Maybe out of date? --xfq
(if (boundp 'customize-package-emacs-version-alist)
(add-to-list 'customize-package-emacs-version-alist
'(MH-E ("6.0" . "22.1") ("6.1" . "22.1") ("7.0" . "22.1")