location for both emacs and xemacs.
* List the info files directly in the PLIST.
* Use EMACS_MODULES to deal with a possible xemacs-packages dependency.
makeinfo if no native makeinfo executable exists. Honor TEXINFO_REQD
when determining whether the native makeinfo can be used.
* Remove USE_MAKEINFO and replace it with USE_TOOLS+=makeinfo.
* Get rid of all the "split" argument deduction for makeinfo since
the PLIST module already handles varying numbers of split info files
correctly.
NOTE: Platforms that have "makeinfo" in the base system should check
that the makeinfo entries of pkgsrc/mk/tools.${OPSYS}.mk are
correct.
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.
* 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'.
* 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'.