Mercurial > emacs
comparison src/ChangeLog @ 35406:06c94b0d85d2
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 19 Jan 2001 05:22:01 +0000 |
parents | 82012b72ca72 |
children | 690cf39f7ad6 |
comparison
equal
deleted
inserted
replaced
35405:d11cb64840ee | 35406:06c94b0d85d2 |
---|---|
1 2001-01-19 Kenichi Handa <handa@etl.go.jp> | 1 2001-01-19 Kenichi Handa <handa@etl.go.jp> |
2 | 2 |
3 * charset.c (strwidth): Use c_string_width. | |
4 (c_string_width): New function. | |
5 (lisp_string_width): New arguments PRECISION, NCHARS, NBYTES. | |
6 Caller changed. | |
7 | |
8 * charset.h (c_string_width, lisp_string_width): Extern them. | |
9 | |
10 * doprnt.c (doprnt1): Get byte length of Lisp string correctly. | |
11 | |
3 * indent.c (check_composition): Check validity of composition. | 12 * indent.c (check_composition): Check validity of composition. |
13 | |
14 * xdisp.c (store_frame_title): Pay attention to width of non-ASCII | |
15 characters by calling c_string_width. | |
16 (x_consider_frame_title): Get byte length of frame tile string | |
17 correctly. | |
18 (display_mode_element): Pay attention to width of non-ASCII | |
19 characters by calling strwidth. | |
4 | 20 |
5 2001-01-18 Gerd Moellmann <gerd@gnu.org> | 21 2001-01-18 Gerd Moellmann <gerd@gnu.org> |
6 | 22 |
7 * xfns.c (Qcancel_timer): New variable. | 23 * xfns.c (Qcancel_timer): New variable. |
8 (syms_of_xfns): Initialize and staticpro it. | 24 (syms_of_xfns): Initialize and staticpro it. |