comparison src/ChangeLog @ 65543:27612d890a6c

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Thu, 15 Sep 2005 13:17:55 +0000
parents 8027aefc2d75
children da6fcded2062
comparison
equal deleted inserted replaced
65542:b695b0dc3532 65543:27612d890a6c
1 2005-09-15 Richard M. Stallman <rms@gnu.org>
2
3 * xdisp.c (overlay_arrow_at_row): Add HAVE_WINDOW_SYSTEM conditional.
4 (display_mode_element): Instead of `lisp_string' and `this',
5 record `offset' and increment that.
6 `last_offset' replaces `last'.
7
8 * Makefile.in (XMENU_OBJ): Variable deleted.
9 (obj): Use xmenu.o unconditionally.
10 (SOME_MACHINE_OBJECTS): Delete xmenu.o.
11
12 * emacs.c (main): Don't conditionalize syms_of_xmenu on HAVE_XMENU.
13
1 2005-09-15 Kim F. Storm <storm@cua.dk> 14 2005-09-15 Kim F. Storm <storm@cua.dk>
2 15
3 * xdisp.c (move_it_vertically): Don't try to fetch byte BEGV-1. 16 * xdisp.c (move_it_vertically): Don't try to fetch byte BEGV-1.
4 (reseat_at_next_visible_line_start): Likewise (in xassert). 17 (reseat_at_next_visible_line_start): Likewise (in xassert).
5 18