From: Dave Love Date: Thu, 18 Jul 2002 18:27:39 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.2.91~156 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=96d9433f6d327be24b68cdcb2390d082d46236aa;p=emacs.git *** empty log message *** --- diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 487324ac4cf..a0098fafb5b 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS @@ -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 diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3409d43f3d4..2113d401038 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2002-07-18 Dave Love + * 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