comparison lisp/ChangeLog @ 110997:b8fde5ef9e14

Merge changes from emacs-23 branch.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 14 Oct 2010 16:32:27 +0200
parents 80c672780889 12afc39096c2
children 43818f2cbca0
comparison
equal deleted inserted replaced
110996:e65b79c36e50 110997:b8fde5ef9e14
1 2010-10-14 Kenichi Handa <handa@m17n.org>
2
3 * mail/rmail.el (rmail-show-message-1): Catch an error of
4 base64-decode-region and just show an error message (bug#7165).
5
6 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used
7 anymore.
8 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
9 a font-spec (bug#7197).
10
11 2010-10-14 Glenn Morris <rgm@gnu.org>
12
13 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
14
15 2010-10-14 Juanma Barranquero <lekktu@gmail.com>
16
17 * international/mule.el (define-coding-system):
18 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
19 * composite.el (compose-region): Fix typo in docstring.
20
1 2010-10-14 Chong Yidong <cyd@stupidchicken.com> 21 2010-10-14 Chong Yidong <cyd@stupidchicken.com>
2 22
3 * cus-face.el (custom-theme-set-faces): Call custom-push-theme 23 * cus-face.el (custom-theme-set-faces): Call custom-push-theme
4 only after checking the theme-face property. 24 only after checking the theme-face property.
5 25