]> code.delx.au - gnu-emacs/commitdiff
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-77
authorMiles Bader <miles@gnu.org>
Fri, 5 Aug 2005 10:57:36 +0000 (10:57 +0000)
committerMiles Bader <miles@gnu.org>
Fri, 5 Aug 2005 10:57:36 +0000 (10:57 +0000)
Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 504-513)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Update from CVS: .cvsignore: Add `lock'.

 * gnus--rel--5.10  (patch 99-103)

   - Update from CVS

20 files changed:
1  2 
etc/NEWS
lisp/ChangeLog
lisp/cus-start.el
lisp/desktop.el
lisp/emacs-lisp/bytecomp.el
lisp/emulation/keypad.el
lisp/eshell/esh-mode.el
lisp/eshell/esh-opt.el
lisp/faces.el
lisp/gnus/message.el
lisp/gnus/mm-bodies.el
lisp/gnus/mml.el
lisp/progmodes/perl-mode.el
lisp/simple.el
lisp/term/mac-win.el
lisp/term/w32-win.el
lisp/term/x-win.el
src/ChangeLog
src/frame.c
src/xdisp.c

diff --cc etc/NEWS
Simple merge
diff --cc lisp/ChangeLog
Simple merge
Simple merge
diff --cc lisp/desktop.el
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
diff --cc lisp/faces.el
Simple merge
Simple merge
index 3e9766c3d412defdbd6b48e8b5f87056f11dcde3,23900d0cbec02c988aa54a730cb8fc8fde08979f..b4debfe718fa83f1860d34cb192201a845810b51
@@@ -95,10 -95,12 +95,11 @@@ If no encoding was done, nil is returne
      (save-excursion
        (if charset
          (progn
-           (mm-encode-coding-region (point-min) (point-max) charset)
+           (mm-encode-coding-region (point-min) (point-max)
+                                    (mm-charset-to-coding-system charset))
            charset)
        (goto-char (point-min))
 -      (let ((charsets (mm-find-mime-charset-region (point-min) (point-max)
 -                                                   mm-hack-charsets)))
 +      (let ((charsets (mm-find-mime-charset-region (point-min) (point-max))))
          (cond
           ;; No encoding.
           ((null charsets)
Simple merge
Simple merge
diff --cc lisp/simple.el
Simple merge
index 5c3f671e6e0c2f304932a5728f4358a3e9fee48e,1af90eb750ff118728c7ec9c84cc37a87cfa62d3..a95cccaeaad485e0a8c62dbc99f2cf30a98e0c12
@@@ -1,7 -1,7 +1,7 @@@
 -;;; mac-win.el --- parse switches controlling interface with Mac window system -*-coding: iso-2022-7bit;-*-
 +;;; mac-win.el --- parse switches controlling interface with Mac window system -*-coding: utf-8
  
- ;; Copyright (C) 1999, 2000, 2002, 2003, 2005
- ;;   Free Software Foundation, Inc.
+ ;; Copyright (C) 1999, 2000, 2002, 2003, 2004,
+ ;;   2005 Free Software Foundation, Inc.
  
  ;; Author: Andrew Choi <akochoi@mac.com>
  ;; Keywords: terminals
Simple merge
Simple merge
diff --cc src/ChangeLog
Simple merge
diff --cc src/frame.c
Simple merge
diff --cc src/xdisp.c
Simple merge