2003-04-12 12:16:40 by Masao Uebayashi | Files touched by this commit (9) |
Log message:
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.
|
2003-04-11 02:56:32 by Masao Uebayashi | Files touched by this commit (5) |
Log message:
Make sure the new ones are there...
|
2003-04-11 02:51:01 by Masao Uebayashi | Files touched by this commit (31) | |
Log message:
Remove old patches
|
2003-04-11 02:39:36 by Masao Uebayashi | Files touched by this commit (7) |
Log message:
Re-import of Emacs 21, which has settled down in editors/emacs21.
|
2003-04-11 02:34:27 by Masao Uebayashi | Files touched by this commit (2) | |
Log message:
Re-import of Emacs 21, which has settled down in editors/emacs21.
|
2003-03-01 07:18:22 by Masao Uebayashi | Files touched by this commit (3) |
Log message:
* Update Satoshi Yatagawa <yatagawa at cc dot teu dot ac dot jp>'s Mule 4.1
patch. The previous one had decode-coding string<f> bug. Pointed out and
tested by tron. Thanks!
* XIM patch by Seiichiro Inouse <ginouse at ts dot catv dot ne dot jp>.
* Belately Buildlinkify.
Let's bump revision to 2.
|
2003-01-12 12:33:20 by Matthias Scheler | Files touched by this commit (2) |
Log message:
Fix name of name of the patch file and add mising patch site.
|
2003-01-11 17:44:30 by Masao Uebayashi | Files touched by this commit (2) |
Log message:
Apply an unofficial MULE 4.1 patch included in Mule-UCS 0.80. This also fixes
a CCL interpretor bug.
Bump revision.
|
2002-11-24 20:19:34 by Matthias Scheler | Files touched by this commit (1) |
Log message:
Use "${TRUE}" instead of "true".
|
2002-10-26 21:47:07 by Manuel BOUYER | Files touched by this commit (4) |
Log message:
Xaw may need xpm, add support for this in configure.
|