comparison src/ChangeLog @ 50391:722e80f17fb3

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Tue, 01 Apr 2003 09:57:22 +0000
parents 2bdbce68ec9a
children cb328d7eb2fd
comparison
equal deleted inserted replaced
50390:2bdbce68ec9a 50391:722e80f17fb3
6 * macfns.c (syms_of_macfns): Remove call to init_x_parm_symbols. 6 * macfns.c (syms_of_macfns): Remove call to init_x_parm_symbols.
7 7
8 * macterm.h (struct mac_output): Define x_pixels_diff and 8 * macterm.h (struct mac_output): Define x_pixels_diff and
9 y_pixels_diff. 9 y_pixels_diff.
10 10
11 2003-04-01 Kim F. Storm <storm@cua.dk>
12
13 * Makefile.in (frame.o): Add dependency on blockinput.h and files
14 included from it (atimer.h and systime.h).
15
16 2003-03-31 Juanma Barranquero <lektu@terra.es> 11 2003-03-31 Juanma Barranquero <lektu@terra.es>
17 12
18 * makefile.w32-in ($(BLD)/frame.$(O)): Add dependency on 13 * makefile.w32-in ($(BLD)/frame.$(O)): Add dependency on
19 blockinput.h and files included from it. 14 blockinput.h and files included from it.
20 15
168 (mac_frame_parm_handlers): New table for redisplay_interface. 163 (mac_frame_parm_handlers): New table for redisplay_interface.
169 (syms_of_macfns): Don't intern/staticpro removed vars. 164 (syms_of_macfns): Don't intern/staticpro removed vars.
170 165
171 * macterm.c: Remove unnecessary extern declarations. 166 * macterm.c: Remove unnecessary extern declarations.
172 (x_redisplay_interface): Add mac_frame_parm_handlers member. 167 (x_redisplay_interface): Add mac_frame_parm_handlers member.
168
169 * Makefile.in (frame.o): Add dependency on blockinput.h and files
170 included from it (atimer.h and systime.h).
173 171
174 2003-03-30 Andreas Schwab <schwab@suse.de> 172 2003-03-30 Andreas Schwab <schwab@suse.de>
175 173
176 * xdisp.c (x_insert_glyphs): Fix swapped width and height 174 * xdisp.c (x_insert_glyphs): Fix swapped width and height
177 parameters for shift_glyphs_for_insert. 175 parameters for shift_glyphs_for_insert.