Commit graph

28 commits

Author SHA1 Message Date
uebayasi
28eff7a57c Register mime-bbdb.elc / mime-w3.elc only when thier options are enabled.
Should fix bulk build errors.
2005-09-17 16:41:23 +00:00
uebayasi
776f02d73b * EMACS_PKGNAME_PREFIX.
* Make bbdb, w3/w3m options.

Default dependency change, bump revision to nb4.
2005-08-28 04:28:53 +00:00
uebayasi
36c2ede54b Whitespace. 2005-08-11 14:00:38 +00:00
minskim
1f15f1befc Depend on xemacs-packages instead of apel when built with xemacs.
Bump PKGREVISION.
2005-03-05 16:37:10 +00:00
minskim
cadba9140b Fix PLIST to build with xemacs. 2005-03-05 16:05:49 +00:00
minskim
3650f8e7aa w3 and bbdb are included in xemacs-packages; depend on it instead when
EMACS_FLAVOR is xemacs.
2005-03-05 16:01:17 +00:00
agc
4a3d2f7ce2 Add RMD160 digests. 2005-02-23 22:24:08 +00:00
wiz
6e02d7ee41 Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.
2004-12-03 15:14:50 +00:00
uebayasi
ba26f85ea1 Update semi to 1.14.6nb2.
Fix PR27034, reported by Miles Nordin <carton at Ivy dot NET>.
Help with Katsumi Yamaoka <yamaoka at jpl dot org>.  Bump revision.
2004-09-27 08:48:34 +00:00
uebayasi
ff2a6b3825 Update semi to 1.14.6nb1.
Correct dependency versions following as ${WRKSRC}/README.en says.

Bump revision to 1.
2004-09-12 02:37:24 +00:00
uebayasi
b6dd4f35c9 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.
2004-09-10 17:10:24 +00:00
seb
e162397868 Remove info files entries from PLIST. 2004-02-16 17:55:39 +00:00
minoura
83707b29e4 Depends on misc/bbdb and www/w3, for consistent PLIST independent on
the build environment.
Bump package revision.
2003-09-04 13:49:41 +00:00
seb
8d15907ec2 USE_NEW_TEXINFO is unnecessary now. 2003-08-09 10:38:23 +00:00
grant
4083b24390 s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
seb
c2b6758b3b Convert to USE_NEW_TEXINFO. 2003-06-25 12:44:21 +00:00
uebayasi
d4ca78288e Take care of a qkc(1)'s odd redirect behavior. 2003-04-17 02:15:07 +00:00
uebayasi
9b1356ce00 * Install Info docs. PR19078 from Ishit <ishit at pluto dot dti dot ne
dot jp>.
* Do some Makefile/PLIST clean-ups.

Bump revision.
2003-04-13 03:55:51 +00:00
grant
0cca5ed9e3 patch-aa was removed in the most recent update. 2003-01-16 11:11:52 +00:00
uebayasi
d38441930a Update to 1.14.5 (Awara-Onsen).
* mime-view.el (mime-preview-find-boundary-info): Change the name of
          the argument from get-mother to with-children along its effect.
        * mime-edit.el (mime-edit-decode-single-part-in-buffer): Decode text
          part only.
        * mime-edit.el (mime-file-types): Add setting of *.jpeg for image/jpeg.
        * mime-view.el (mime-preview-find-boundary-info): Fix logic. Do not
          refer next to next part before examining the next part.
        * mime-edit.el (mime-edit-user-agent-value): Add
          `xemacs-extra-name'.
2003-01-11 15:21:19 +00:00
minoura
dd2a653814 Emacs/w3 support file. 2002-10-19 06:58:24 +00:00
minoura
440eff4eff 1. Use PKGNAME_PREFIX.
2. Force install the support file for Emacs/w3.
2002-10-19 06:57:45 +00:00
uebayasi
16b888a758 Use mk/emacs.mk. 2002-09-14 02:44:36 +00:00
jun
921998ebbf Update semi to 1.14.4
* SEMI: Version 1.14.4 (Hosorogi) released.
        * semi-def.el (mime-browse-url-regexp): Allow nntps and ftps.
        * mime-view.el (mime-display-multipart/related): When "start"
        parameter specifies part, treat the part as root.
        * mime-view.el (mime-display-multipart/related): New function; set up
        for `mime-preview-condition'.
        * mime-bbdb.el: Load "bbdb-hooks" when the symbol function
        `bbdb-extract-field-value' is not bound or it is set up as an
        autoloaded function. [cf. <emacs-mime-ja:799,842,843,844,845,846>]
        * semi-def.el (mime-browse-url-regexp): Allow https.
        * mime-edit.el (mime-edit-set-parameter): Get rid of the duplicated
        optional fields.
        * mime-view.el: Revert to use `static'.
2002-07-09 05:37:43 +00:00
zuntum
c72c1cf5f9 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
wiz
dfb2d5edc6 Move to sha1 digests, and/or add distfile sizes. 2001-04-21 00:44:09 +00:00
agc
d7d36b3561 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 10:57:56 +00:00
jun
3dc25faeb5 Re-import of "semi":
Emacs lisp library to provide MIME feature
2001-02-20 09:47:37 +00:00