diff options
author | uebayasi <uebayasi> | 2003-04-12 10:16:39 +0000 |
---|---|---|
committer | uebayasi <uebayasi> | 2003-04-12 10:16:39 +0000 |
commit | 3fa2a72474de71485135a917b22ca5900079bb7e (patch) | |
tree | b42043f06f01aa018bc5c901dd23d5c34e415905 /editors/emacs/Makefile | |
parent | 9a728f1f41383e701259709a156aee204ab2a73d (diff) | |
download | pkgsrc-3fa2a72474de71485135a917b22ca5900079bb7e.tar.gz |
Update to Emacs 21.3.
Changes from etc/NEWS:
** The obsolete C mode (c-mode.el) has been removed to avoid problems
with Custom.
** UTF-16 coding systems are available, encoding the same characters
as mule-utf-8. Coding system `utf-16-le-dos' is useful as the value
of `selection-coding-system' in MS Windows, allowing you to paste
multilingual text from the clipboard. Set it interactively with
C-x RET x or in .emacs with `(set-selection-coding-system
'utf-16-le-dos)'.
** There is a new language environment for UTF-8 (set up automatically
in UTF-8 locales).
** Translation tables are available between equivalent characters in
different Emacs charsets -- for instance `e with acute' coming from
the
Latin-1 and Latin-2 charsets. User options
`unify-8859-on-encoding-mode'
and `unify-8859-on-decoding-mode' respectively turn on translation
between ISO 8859 character sets (`unification') on encoding
(e.g. writing a file) and decoding (e.g. reading a file). Note that
`unify-8859-on-encoding-mode' is useful and safe, but
`unify-8859-on-decoding-mode' can cause text to change when you read
it and write it out again without edits, so it is not generally
advisable.
By default `unify-8859-on-encoding-mode' is turned on.
** In Emacs running on the X window system, the default value of
`selection-coding-system' is now `compound-text-with-extensions'.
If you want the old behavior, set selection-coding-system to
compound-text, which may be significantly more efficient. Using
compound-text-with-extensions seems to be necessary only for decoding
text from applications under XFree86 4.2, whose behaviour is actually
contrary to the compound text specification.
Diffstat (limited to 'editors/emacs/Makefile')
-rw-r--r-- | editors/emacs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index 5356e063119..5c20ecc4a66 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.52 2003/04/11 00:39:35 uebayasi Exp $ +# $NetBSD: Makefile,v 1.53 2003/04/12 10:16:39 uebayasi Exp $ # FreeBSD Id: Makefile,v 1.30 1997/12/14 02:03:53 asami Exp -DISTNAME= emacs-21.2 +DISTNAME= emacs-21.3 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_GNU:=emacs/} |