mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-09 13:10:57 -08:00
*** empty log message ***
This commit is contained in:
parent
c6589bbdab
commit
71db3621a2
2 changed files with 16 additions and 0 deletions
|
|
@ -1,3 +1,13 @@
|
|||
2006-03-02 Kenichi Handa <handa@m17n.org>
|
||||
|
||||
* international/ccl.el (ccl-embed-string): Check string length.
|
||||
Set special flag for multibyte character sequence.
|
||||
(ccl-compile-write-string): Don't make str unibyte.
|
||||
(ccl-compile-write-repeat): Likewise.
|
||||
(ccl-compile-write): If the character code doesn't fit in 22-bit
|
||||
(ccl-dump-write-const-string): Check special flag for multibyte
|
||||
character sequence.
|
||||
|
||||
2006-02-28 Kenichi Handa <handa@m17n.org>
|
||||
|
||||
* ps-mule.el (ps-mule-eight-bit-char): Delete this function.
|
||||
|
|
|
|||
|
|
@ -1,3 +1,9 @@
|
|||
2006-03-02 Kenichi Handa <handa@m17n.org>
|
||||
|
||||
* ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
|
||||
character sequence.
|
||||
(Fccl_execute_on_string): Use ASET, not XSET.
|
||||
|
||||
2006-03-01 Kenichi Handa <handa@m17n.org>
|
||||
|
||||
* search.c (search_buffer): Fix handling of "\\" in a trivial
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue