mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-22 12:57:34 +00:00
*** empty log message ***
This commit is contained in:
parent
9ee6df62dd
commit
200ecca2d2
1 changed files with 16 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue