2007-02-20 13:41:53 by Masao Uebayashi | Files touched by this commit (1) |
Log message:
Teach emacs22{,nox11}.
|
2007-01-19 16:10:50 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update mew to 5.2.
Changes from 5.1 to 5.2: (http://www.mew.org/release/index.html.en#Mew-5.2)
* Full S/MIME support based on GnuPG 2.
http://www.mew.org/feature/smime.html.en
* Automatic resizing for large JPEG/PNG images.
* Hyper Estraier support.
http://www.mew.org/feature/est.html.en
Hyper Estraier is a full text search engine based on the N-gram
algorithm which is independent on language. You can search your target
messages from ALL folders on Windows, Mac, and UNIX.
|
2006-10-19 21:50:08 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Fix MASTER_SITES.
|
2006-10-07 07:13:14 by Masao Uebayashi | Files touched by this commit (3) |
Log message:
Update mew to 5.1. PR pkg/34556 from KIRIHARA Masaharu <mki_open at yahoo
dot co dot jp>.
Changes excerpted from 00diff:
<Differences>
Kazu Yamamoto
Jul 5, 2006
<Differences between Mew 5.1 and Mew 4.2>
* The ".mew" suffix is introduced for OS level search mechanisms.
* OS level search mechanisms including Spotlight, Windows Desktop
Search, Google Desktop are integrated.
* The mechanism of master password was implemented.
Set mew-use-master-passwd to t to use it.
* When sending a message, if your SMTP server requires user
authentication, Mew asks you to input your password. You don't have
to configure mew-smtp-user anymore.
* In Draft mode, addresses which are not considered safe turn red.
See mew-safe-addresses, mew-warn-addresses, mew-safe-domains, and
mew-warn-domains.
* You can securely save your passwords to a file with a master
password.
* "li" copies a message to an IMAP folder.
* "I" now works in Thread mode.
* "C-cC-e" in Summary has been drastically improved.
* "C-cC-t" and "C-cC-y" in Summary were obsoleted.
* 'mew-inbox-action-alist' can be set in 'mew-config-alist'.
* "v" in Summary mode displays line numbers when off.
* "C-uj" in Summary mode jumps to the message whose message number is
specified.
* "C-uB" decomposes any attached files.
* If you want to put the 'D' mark to duplicated messages
whose boyies are identical (ie spams), set
mew-summary-form-mark-spam to t.
* All variables can be defined in ".mew.el". You don't have to
set specific variables in ".emacs".
|
2006-07-02 12:26:14 by Roland Illig | Files touched by this commit (2) |
Log message:
Fixed pkglint warnings.
|
2006-02-06 00:11:50 by Joerg Sonnenberger | Files touched by this commit (4082) |
Log message:
Recursive revision bump / recommended bump for gettext ABI change.
|
2005-12-05 21:51:20 by Roland Illig | Files touched by this commit (1432) |
Log message:
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in
http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
|
2005-08-28 06:25:31 by Masao Uebayashi | Files touched by this commit (56) |
Log message:
Rework emacs.mk:
1) Simplify the way how an emacs version is picked when no emacs
is installed, but a user try to install an Emacs Lisp package.
Just pick up the version set as EMACS_TYPE than searching for
versions already installed etc. If the EMACS_TYPE version is
not supported by the Emacs Lisp Package, just fail. EMACS_TYPE
be default to GNU Emacs 21.
(In other words, users should set EMACS_TYPE as they want.
Otherwise GNU Emacs 21 is used.)
2) All Emacs Lisp Packages *must* prepend EMACS_PKGNAME_PREFIX to
a) the PKGNAME itself, and b) PKGNAME in its dependency lines.
EMACS_PKGNAME_PREFIX is expanded to "xemacs-" when XEmacs is
used. This keeps dependency graph of Emacs-Lisp-packages-
installed-for-XEmacs consistent.
3) Document EMACS_* variables as much as possible.
4) Provide more cookies for PLIST. Maybe utilized later.
Note that the 2) change doesn't affect the default, GNU Emacs 21
behaviour. So no version / revision bumps in this commit.
|
2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539) |
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
|
2005-03-04 16:32:35 by Masao Uebayashi | Files touched by this commit (3) |
Log message:
Update mew to 4.2.
Changes (cited from 00diff) are:
> <Differences between Mew 4.2 and Mew 4.1>
>
> * mew-nmz.el has been integrated. You can search messages with
> keyword DB. For more information, see info.
> * "C-uw" prepares a draft whose To: is the address on From: of the
> current message.
> * "e" in Summary can convert any mark to new one.
> * S/MIME has been supported. (alpha stage)
> * IMAP UTF-7 support. You can use non-ASCII characters for folder
> names.
> * TLS has been supported.
> * Fixing a bug of SSL.
> * Drag and Drop composing has been supported.
> * Many small bug fixes.
|