comparison src/ChangeLog @ 50267:d02800c89ee4

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sat, 22 Mar 2003 20:54:45 +0000
parents a7d9ef484195
children 5c57c8538ddd
comparison
equal deleted inserted replaced
50266:8ea8d2ea83be 50267:d02800c89ee4
13 13
14 * xterm.h (STORE_NATIVE_RECT): New macro. 14 * xterm.h (STORE_NATIVE_RECT): New macro.
15 15
16 2003-03-21 Kim F. Storm <storm@cua.dk> 16 2003-03-21 Kim F. Storm <storm@cua.dk>
17 17
18 * xdisp.c (get_glyph_string_clip_rect): Use 18 * xdisp.c (get_glyph_string_clip_rect):
19 FRAME_INTERNAL_BORDER_WIDTH. 19 Use FRAME_INTERNAL_BORDER_WIDTH.
20 20
21 * dispextern.h (struct redisplay_interface): Add active_p 21 * dispextern.h (struct redisplay_interface): Add active_p
22 argument to draw_window_cursor member. All uses changed. 22 argument to draw_window_cursor member. All uses changed.
23 23
24 2003-03-21 Kim F. Storm <storm@cua.dk> 24 2003-03-21 Kim F. Storm <storm@cua.dk>
191 * coding.c (Vchar_coding_system_table): Remove this variable. 191 * coding.c (Vchar_coding_system_table): Remove this variable.
192 (Vcoding_system_safe_chars): New variable. 192 (Vcoding_system_safe_chars): New variable.
193 (intersection): Remove this function. 193 (intersection): Remove this function.
194 (find_safe_codings): Don't use Vchar_coding_system_table, but try 194 (find_safe_codings): Don't use Vchar_coding_system_table, but try
195 all codings in SAFE_CODINGS. 195 all codings in SAFE_CODINGS.
196 (Ffind_coding_systems_region_internal): Adjusted for the change of 196 (Ffind_coding_systems_region_internal): Adjust for the change of
197 find_safe_codings. Get generic coding systems from 197 find_safe_codings. Get generic coding systems from
198 Vcoding_system_safe_chars. 198 Vcoding_system_safe_chars.
199 (Fdefine_coding_system_internal): New function. 199 (Fdefine_coding_system_internal): New function.
200 (syms_of_coding): Defsubr Sdefine_coding_system_internal. 200 (syms_of_coding): Defsubr Sdefine_coding_system_internal.
201 Initialize and staticpro Vcoding_system_safe_chars. 201 Initialize and staticpro Vcoding_system_safe_chars.
229 229
230 2003-03-17 Juanma Barranquero <lektu@terra.es> 230 2003-03-17 Juanma Barranquero <lektu@terra.es>
231 231
232 * makefile.w32-in ($(BLD)/xdisp.$(O)): Add dependency on blockinput.h 232 * makefile.w32-in ($(BLD)/xdisp.$(O)): Add dependency on blockinput.h
233 and files included from it. 233 and files included from it.
234
235 2003-03-18 Stefan Monnier <monnier@cs.yale.edu>
236
237 * keymap.c (accessible_keymaps_1): Break cycles but without preventing
238 multiple occurrences of the same keymap under different prefixes.
239 (Faccessible_keymaps): Remove code redundant since rev 1.82.
234 240
235 2003-03-16 Jason Rumney <jasonr@gnu.org> 241 2003-03-16 Jason Rumney <jasonr@gnu.org>
236 242
237 * w32gui.h: Use HDC for Display. 243 * w32gui.h: Use HDC for Display.
238 244
321 (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): New macros for 327 (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): New macros for
322 consolidation. 328 consolidation.
323 329
324 * macterm.c: Remove consolidated defines and code. 330 * macterm.c: Remove consolidated defines and code.
325 (mac_per_char_metric): New function for RIF. 331 (mac_per_char_metric): New function for RIF.
326 (mac_encode_char): Adapted to new RIF requirements. 332 (mac_encode_char): Adapt to new RIF requirements.
327 (mac_compute_glyph_string_overhangs): Adapt for RIF. 333 (mac_compute_glyph_string_overhangs): Adapt for RIF.
328 (x_redisplay_interface): Add new members. 334 (x_redisplay_interface): Add new members.
335
336 2003-03-15 Stefan Monnier <monnier@cs.yale.edu>
337
338 * keymap.c (Vmenu_events): New var.
339 (syms_of_keymap): Initialize it.
340 (where_is_internal): Check more carefully what is a menu event.
329 341
330 2003-03-14 Richard M. Stallman <rms@gnu.org> 342 2003-03-14 Richard M. Stallman <rms@gnu.org>
331 343
332 * lread.c (read1): After #!, exit loop on eof. 344 * lread.c (read1): After #!, exit loop on eof.
333 345