comparison src/ChangeLog @ 49837:e0a14dfc94ca

.
author Andreas Schwab <schwab@suse.de>
date Tue, 18 Feb 2003 00:18:55 +0000
parents 924ad8b9c2f6
children 10764ce8e077
comparison
equal deleted inserted replaced
49836:33592610b3e0 49837:e0a14dfc94ca
1 2003-02-18 Andreas Schwab <schwab@suse.de>
2
3 * window.c (window_scroll_pixel_based): Move outside a
4 multi-glyph character before setting new window start.
5
6 * xdisp.c (in_display_vector_p): New function.
7 * dispextern.h (in_display_vector_p): Declare.
8
1 2003-02-18 Kim F. Storm <storm@cua.dk> 9 2003-02-18 Kim F. Storm <storm@cua.dk>
2 10
3 * lread.c (read1): Fix and relax read syntax. 11 * lread.c (read1): Fix and relax read syntax.
4 Recognize "[", ";", "#", and "?" after a dotted-pair dot. 12 Recognize "[", ";", "#", and "?" after a dotted-pair dot.
5 Only recognize "," after dotted-pair dot if inside backquote. 13 Only recognize "," after dotted-pair dot if inside backquote.