]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorDave Love <fx@gnu.org>
Thu, 18 Jul 2002 18:27:39 +0000 (18:27 +0000)
committerDave Love <fx@gnu.org>
Thu, 18 Jul 2002 18:27:39 +0000 (18:27 +0000)
etc/PROBLEMS
lisp/ChangeLog

index 487324ac4cfb07c5e32c638a1211cbd285ae4290..a0098fafb5b5fc85e271a0a97da6b41a295a79a2 100644 (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
index 3409d43f3d46a8f20cb5a5d0c1598acf7d5816d6..2113d401038e78e314cfeff78db6b42db3530547 100644 (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>