]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Fri, 19 Jan 2001 05:22:01 +0000 (05:22 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 19 Jan 2001 05:22:01 +0000 (05:22 +0000)
src/ChangeLog

index 10b500966b807ae7bdb1e2bb34ba0aa908c31124..7bfd720957f3f91a5c9058348ae50de08f28cf58 100644 (file)
@@ -1,7 +1,23 @@
 2001-01-19  Kenichi Handa  <handa@etl.go.jp>
 
+       * charset.c (strwidth): Use c_string_width.
+       (c_string_width): New function.
+       (lisp_string_width): New arguments PRECISION, NCHARS, NBYTES.
+       Caller changed.
+
+       * charset.h (c_string_width, lisp_string_width): Extern them.
+
+       * doprnt.c (doprnt1): Get byte length of Lisp string correctly. 
+
        * indent.c (check_composition): Check validity of composition.
 
+       * xdisp.c (store_frame_title): Pay attention to width of non-ASCII
+       characters by calling c_string_width.
+       (x_consider_frame_title): Get byte length of frame tile string
+       correctly.
+       (display_mode_element): Pay attention to width of non-ASCII
+       characters by calling strwidth.
+
 2001-01-18  Gerd Moellmann  <gerd@gnu.org>
 
        * xfns.c (Qcancel_timer): New variable.