files need sorting out, but rms says Babyl will go before this is
released.
- * ps-print won't work with non-ASCII text. ps-mule needs rework.
-
* Gnus still needs some attention, and we need to get changes
accepted by Gnus maintainers...
+2003-09-28 Kenichi Handa <handa@m17n.org>
+
+ * international/mule.el (define-coding-system): Fix attribute
+ name :for-unibyte.
+
2003-09-11 Dave Love <fx@gnu.org>
* international/mule-util.el
/* Return 1 if there is a word boundary between two word-constituent
characters C1 and C2 if they appear in this order, else return 0.
- There is no word boundary between two word-constituent ASCII
- characters. */
+ There is no word boundary between two word-constituent ASCII and
+ Latin-1 characters. */
#define WORD_BOUNDARY_P(c1, c2) \
(!(SINGLE_BYTE_CHAR_P (c1) && SINGLE_BYTE_CHAR_P (c2)) \
&& word_boundary_p (c1, c2))