comparison src/ChangeLog @ 30708:7da70192ab68

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Wed, 09 Aug 2000 12:15:06 +0000
parents bbc21541dbed
children 78264deff48e
comparison
equal deleted inserted replaced
30707:093d1cfc207f 30708:7da70192ab68
1 2000-08-09 Gerd Moellmann <gerd@gnu.org>
2
3 * xfaces.c (Ftty_suppress_bold_inverse_default_colors): Doc fix.
4
1 2000-08-09 Miles Bader <miles@lsi.nec.co.jp> 5 2000-08-09 Miles Bader <miles@lsi.nec.co.jp>
2 6
3 * callproc.c (Fcall_process): Terminate the unwind-protect around 7 * callproc.c (Fcall_process): Terminate the unwind-protect around
4 the post-read-conversion of coding system. 8 the post-read-conversion of coding system.
5 9
57 61
58 * charset.c (Fstring_width): Doc fix. 62 * charset.c (Fstring_width): Doc fix.
59 63
60 2000-08-07 Gerd Moellmann <gerd@gnu.org> 64 2000-08-07 Gerd Moellmann <gerd@gnu.org>
61 65
62 * xdisp.c (start_display): WHen starting display on a continuation 66 * xdisp.c (start_display): When starting display on a continuation
63 line, clear ascent and descent members of the iterator structure; 67 line, clear ascent and descent members of the iterator structure;
64 the height of the continued line does not affect the height of the 68 the height of the continued line does not affect the height of the
65 continuation line. 69 continuation line.
66 (make_cursor_line_fully_visible): Do nothing if cursor is on a 70 (make_cursor_line_fully_visible): Do nothing if cursor is on a
67 line taller than the window. 71 line taller than the window.