summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authoruebayasi <uebayasi>2003-04-12 10:18:06 +0000
committeruebayasi <uebayasi>2003-04-12 10:18:06 +0000
commitbe8f9d013242098b53c1409f01fc638af7dd3ec4 (patch)
treed46f3cce109c7c018e947a91b60095d1ef83a417 /doc
parent8f9457d58067fd089b492513fb9e52b5b5d82adb (diff)
downloadpkgsrc-be8f9d013242098b53c1409f01fc638af7dd3ec4.tar.gz
Note the update of 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 'doc')
-rw-r--r--doc/CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index a59929af16f..b3561646e61 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.1914 2003/04/12 10:15:27 jmmv Exp $
+$NetBSD: CHANGES,v 1.1915 2003/04/12 10:18:06 uebayasi Exp $
Changes to the packages collection and infrastructure in 2003:
@@ -1564,3 +1564,4 @@ Changes to the packages collection and infrastructure in 2003:
Updated evolution to 1.2.4 [rh 2003-04-12]
Updated xosd to 2.2.0 [jmmv 2003-04-12]
Updated buildtool to 0.11 [jmmv 2003-04-12]
+ Updated emacs to 21.3 [uebayasi 2003-04-12]