comparison src/ChangeLog @ 71934:b904c76fa243

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Mon, 17 Jul 2006 14:24:50 +0000
parents 17d892f7f048
children 562fb27e7dfd
comparison
equal deleted inserted replaced
71933:17d892f7f048 71934:b904c76fa243
1 2006-07-17 Kim F. Storm <storm@cua.dk>
2
3 * xdisp.c (handle_single_display_spec): Ensure the right value of
4 it->position is saved by push_it.
5 (pop_it): Restore it->object for GET_FROM_BUFFER and GET_FROM_STRING.
6 (reseat_1): Don't setup it->object twice.
7 (set_iterator_to_next): No need to set it->object after pop_it.
8 (move_it_to): Explicitly check to see if last move reached to_charpos.
9
1 2006-07-17 Thien-Thi Nguyen <ttn@gnu.org> 10 2006-07-17 Thien-Thi Nguyen <ttn@gnu.org>
2 11
3 * xdisp.c (display_mode_line): Preserve match data. 12 * xdisp.c (display_mode_line): Preserve match data.
4 13
5 2006-07-14 Kim F. Storm <storm@cua.dk> 14 2006-07-14 Kim F. Storm <storm@cua.dk>