Changes committed gnus/contrib (sendmail.el smtpmail.el ucs-tables.el)
"Miles Bader" <[email protected]>
| Newsgroups | gmane.emacs.gnus.commits |
|---|---|
| Message-ID | <[email protected]> |
Modified: sendmail.el smtpmail.el ucs-tables.el Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 983-985, 987-988, 992, 997, 1001) - Update from CVS - Merge from gnus--devo--0 - Merge from emacs--rel--22 * emacs--rel--22 (patch 179-180) - Update from CVS Revision: [email protected]/gnus--devo--0--patch-445 Index: sendmail.el diff -u gnus/contrib/sendmail.el:7.8 gnus/contrib/sendmail.el:7.9 --- sendmail.el:7.8 Sun Dec 9 01:04:22 2007 +++ sendmail.el Sun Jan 20 06:23:59 2008 @@ -1,7 +1,7 @@ ;;; sendmail.el --- mail sending commands for Emacs. -*- byte-compile-dynamic: t -*- ;; Copyright (C) 1985, 1986, 1992, 1993, 1994, 1995, 1996, 1998, 2000, -;; 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +;; 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: mail Index: smtpmail.el diff -u gnus/contrib/smtpmail.el:7.11 gnus/contrib/smtpmail.el:7.12 --- smtpmail.el:7.11 Thu Oct 4 20:51:27 2007 +++ smtpmail.el Sun Jan 20 06:23:59 2008 @@ -1,7 +1,7 @@ ;;; smtpmail.el --- simple SMTP protocol (RFC 821) for sending mail ;; Copyright (C) 1995, 1996, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007 Free Software Foundation, Inc. +;; 2006, 2007, 2008 Free Software Foundation, Inc. ;; Author: Tomoji Kagatani <[email protected]> ;; Maintainer: Simon Josefsson <[email protected]> Index: ucs-tables.el diff -u gnus/contrib/ucs-tables.el:7.5 gnus/contrib/ucs-tables.el:7.6 --- ucs-tables.el:7.5 Sun Dec 9 01:04:22 2007 +++ ucs-tables.el Sun Jan 20 06:23:59 2008 @@ -588,13 +588,13 @@ (?\,F!(B . ?\x2018) ;; LEFT SINGLE QUOTATION MARK (?\,F"(B . ?\x2019) ;; RIGHT SINGLE QUOTATION MARK (?\,F#(B . ?\x00A3) ;; POUND SIGN - (?\,F$(B . ?\x20AC) ;; EURO SIGN - (?\,F%(B . ?\x20AF) ;; DRACHMA SIGN + (?\$ . ?\x20AC) ;; EURO SIGN + (?\% . ?\x20AF) ;; DRACHMA SIGN (?\,F&(B . ?\x00A6) ;; BROKEN BAR (?\,F'(B . ?\x00A7) ;; SECTION SIGN (?\,F((B . ?\x00A8) ;; DIAERESIS (?\,F)(B . ?\x00A9) ;; COPYRIGHT SIGN - (?\,F*(B . ?\x037A) ;; GREEK YPOGEGRAMMENI + (?\* . ?\x037A) ;; GREEK YPOGEGRAMMENI (?\,F+(B . ?\x00AB) ;; LEFT-POINTING DOUBLE ANGLE QUOTATION MARK (?\,F,(B . ?\x00AC) ;; NOT SIGN (?\,F-(B . ?\x00AD) ;; SOFT HYPHEN