Mercurial > emacs
comparison src/ChangeLog @ 45469:440fa9418f60
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Wed, 22 May 2002 21:16:51 +0000 |
parents | 42c7dadf18d8 |
children | 7d93671b3743 |
comparison
equal
deleted
inserted
replaced
45468:42c7dadf18d8 | 45469:440fa9418f60 |
---|---|
1 2002-05-23 Kim F. Storm <no-spam@cua.dk> | |
2 | |
3 * xterm.c (x_write_glyphs): Clear phys_cursor_on_p if current | |
4 phys_cursor's hpos is overwritten. This is still not completely | |
5 correct, as it doesn't really make sense to use hpos at all to | |
6 get the cursor glyph (as that is relative to the width of the | |
7 characters on the line, which may have changed during the update). | |
8 | |
1 2002-05-22 Jason Rumney <jasonr@gnu.org> | 9 2002-05-22 Jason Rumney <jasonr@gnu.org> |
2 | 10 |
3 * w32fns.c (enumfont_t): Remove tail, make pattern a normal | 11 * w32fns.c (enumfont_t): Remove tail, make pattern a normal |
4 Lisp_Object. | 12 Lisp_Object. |
5 (enum_font_cb2, enum_font_maybe_add_to_list, w32_list_fonts): | 13 (enum_font_cb2, enum_font_maybe_add_to_list, w32_list_fonts): |