Update semi to 1.14.6. Patch from Miles Nordin.

Non-bug fix changes:

	* pgg-gpg.el (pgg-gpg-process-region): Set environment variable
	LANGUAGE as well.  GNU gettext gives precedence to LANGUAGE over
	LC_ALL, when different language code is specified.  Thanks to
	Tatsuya Kinoshita <tats@vega.ocn.ne.jp>.
	[cf. <emacs-mime-ja:1599>]
	* pgg-gpg.el (pgg-gpg-messages-locale): New user option.
	(pgg-gpg-process-region): Set environment variable LC_ALL when
	pgg-gpg-messages-locale is specified.
	* pgg-def.el (pgg-messages-locale): New user option.
	(mime-add-application/pgp-keys): Ditto.
	* mime-play.el (mime-play-delete-file-immediately): New user option.
	(mime-mailcap-method-sentinel): Use it.
	(mime-mailcap-delete-played-files): New function; set up for
	`kill-emacs-hook'.
	* mime-edit.el (mime-charset-type-list): Add entry for iso-8859-1[45].
	* mime-edit.el (mime-edit-user-agent-value): Add a setting for
	XEmacs CHISE.
	* semi-def.el (mime-should-use-popup-menu): New function.
	(mime-select-menu-alist): Renamed from select-menu-alist, change
	its behavior according to mime-should-use-popup-menu.
	* mime-view.el (mime-save-situation-examples): Bind print-length
	and print-level.
	* README.ja: new file, Japanese translation of README.en.
	Spaces between ascii and Japanese characters are added.
This commit is contained in:
uebayasi 2004-09-10 17:10:24 +00:00
parent f36a4c9655
commit b6dd4f35c9
3 changed files with 10 additions and 10 deletions

View file

@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.11 2003/09/04 13:49:41 minoura Exp $
# $NetBSD: Makefile,v 1.12 2004/09/10 17:10:24 uebayasi Exp $
DISTNAME= semi-1.14.5
PKGREVISION= 2
DISTNAME= semi-1.14.6
CATEGORIES= devel
MASTER_SITES= ftp://ftp.m17n.org/pub/mule/semi/semi-1.14-for-flim-1.14/
@ -9,9 +8,9 @@ MAINTAINER= tech-pkg-ja@jp.NetBSD.org
HOMEPAGE= http://www.m17n.org/SEMI/
COMMENT= Emacs lisp library to provide MIME feature
DEPENDS+= apel>=10.3:../../devel/apel
DEPENDS+= flim>=1.6:../../devel/flim
BUILD_DEPENDS+= ${PKGNAME_PREFIX}w3-*:../../www/w3
DEPENDS+= ${PKGNAME_PREFIX}apel>=10.3:../../devel/apel
DEPENDS+= ${PKGNAME_PREFIX}flim>=1.6:../../devel/flim
#BUILD_DEPENDS+= ${PKGNAME_PREFIX}w3-*:../../www/w3
BUILD_DEPENDS+= ${PKGNAME_PREFIX}bbdb-*:../../misc/bbdb
BUILD_DEPENDS+= qkc-*:../../converters/qkc

View file

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.6 2003/04/13 03:55:52 uebayasi Exp $
$NetBSD: distinfo,v 1.7 2004/09/10 17:10:24 uebayasi Exp $
SHA1 (semi-1.14.5.tar.gz) = 2bc18d006f87ad2279a77d99ef50149f13076a96
Size (semi-1.14.5.tar.gz) = 137993 bytes
SHA1 (semi-1.14.6.tar.gz) = a7ed1b391abf837d3483243456936f51910f9894
Size (semi-1.14.6.tar.gz) = 142549 bytes
SHA1 (patch-ab) = 3d22b94d7609ff9bdbae20f583185a4b330b34b9
SHA1 (patch-ac) = c5e7595bafbdc8c85b34d953626d9c4917aad1d6

View file

@ -1,4 +1,4 @@
$NetBSD: CHANGES,v 1.7132 2004/09/10 16:33:57 uebayasi Exp $
$NetBSD: CHANGES,v 1.7133 2004/09/10 17:10:24 uebayasi Exp $
Changes to the packages collection and infrastructure in 2004:
@ -4228,3 +4228,4 @@ Changes to the packages collection and infrastructure in 2004:
Updated udfclient to 0.3nb1 [reinoud 2004-09-10]
Removed libg++ [wiz 2004-09-10]
Updated flim to 1.14.6 [uebayasi 2004-09-10]
Updated semi to 1.14.6 [uebayasi 2004-09-10]