diff options
| author | Kenichi Handa | 2001-01-19 05:22:01 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2001-01-19 05:22:01 +0000 |
| commit | 200ecca2d2157fd7b0f2a5a97e66ec2f4941663a (patch) | |
| tree | 17d2aa2d1e32acd5453f74b2f781a14750cd3895 /src | |
| parent | 9ee6df62dd9f70219cd3e75f5bdddcccbb342dce (diff) | |
| download | emacs-200ecca2d2157fd7b0f2a5a97e66ec2f4941663a.tar.gz emacs-200ecca2d2157fd7b0f2a5a97e66ec2f4941663a.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 10b500966b8..7bfd720957f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,7 +1,23 @@ | |||
| 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. |
| 4 | 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. | ||
| 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. |