*** empty log message ***

This commit is contained in:
Dave Love 2002-07-18 18:27:39 +00:00
parent a94bb43b0c
commit 96d9433f6d
2 changed files with 5 additions and 16 deletions

View file

@ -435,8 +435,8 @@ encodable in the `system codepage') in the clipboard. To deal with
this, load the library `utf-16' and use `set-selection-coding-system'
to set the clipboard coding system to `utf-16-le-dos'. This won't
cope with Far Eastern (`CJK') text; if necessary, install the Mule-UCS
package, whose `utf-16-le-dos' coding system does encode a lot of CJK
characters.
package (see etc/MORE.STUFF), whose `utf-16-le-dos' coding system does
encode a lot of CJK characters.
The %h format specifier for format-time-string does not work on Windows.
The %b format specifier does not produce abbreviated month names with
@ -914,20 +914,6 @@ from Emacs 19.34 distribution:
Specifying a different independent variable name will affect the
resulting formula: @kbd{a F 1 k RET} produces @kbd{3 + 2 k}.
* Unicode characters are not unified with other Mule charsets.
As of v21.2, Emacs charsets are still not unified. This means that
characters which belong to charsets such as Latin-2, Greek, Hebrew,
etc. and the same characters in the `mule-unicode-*' charsets are
different characters, as far as Emacs is concerned. For example, text
which includes Unicode characters from the Latin-2 locale cannot be
encoded by Emacs with ISO 8859-2 coding system; and if you yank Greek
text from a buffer whose buffer-file-coding-system is greek-iso-8bit
into a mule-unicode-0100-24ff buffer, Emacs won't be able to save that
buffer neither as ISO 8859-7 nor as UTF-8.
To work around this, install some add-on package such as Mule-UCS.
* The `oc-unicode' package doesn't work with Emacs 21.
This package tries to define more private charsets than there are free

View file

@ -1,5 +1,8 @@
2002-07-18 Dave Love <fx@gnu.org>
* help.el (describe-function-1): Cope with alias of manyarg
function.
* info-look.el: Support current auto{conf,make} manuals.
2002-07-16 Dave Love <fx@gnu.org>