comparison src/ChangeLog @ 45967:5568001934d1

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sat, 22 Jun 2002 21:09:55 +0000
parents 1cfc5b600782
children b9d32c09048c
comparison
equal deleted inserted replaced
45966:09d2b243ebcb 45967:5568001934d1
1 2002-06-22 Stefan Monnier <monnier@cs.yale.edu>
2
3 * .gdbinit (xprintsym): Use the new `xname' field.
4 (xsymbol): Use it.
5
1 2002-06-22 Jason Rumney <jasonr@gnu.org> 6 2002-06-22 Jason Rumney <jasonr@gnu.org>
2 7
3 * w32fns.c (file_dialog_callback): New function. 8 * w32fns.c (file_dialog_callback): New function.
4 (Fx_file_dialog): Allow selecting directories as well as files. 9 (Fx_file_dialog): Allow selecting directories as well as files.
5 10
14 black and white before scrolling. Restore frame background and 19 black and white before scrolling. Restore frame background and
15 foreground color after scrolling. 20 foreground color after scrolling.
16 (do_window_update): Call XClearWindow before calling expose_frame. 21 (do_window_update): Call XClearWindow before calling expose_frame.
17 (make_mac_frame): Don't set FRAME_BACKGROUND_PIXEL and 22 (make_mac_frame): Don't set FRAME_BACKGROUND_PIXEL and
18 FRAME_FOREGROUND_PIXEL of frame. 23 FRAME_FOREGROUND_PIXEL of frame.
19 24
20 * macterm.c (XTread_socket): If Vmac_command_key_is_meta is nil, 25 * macterm.c (XTread_socket): If Vmac_command_key_is_meta is nil,
21 test Mac command key as <ALT> key. 26 test Mac command key as <ALT> key.
22 27
23 2002-06-17 Stefan Monnier <monnier@cs.yale.edu> 28 2002-06-17 Stefan Monnier <monnier@cs.yale.edu>
24 29
28 Lookup keys in function-key-map immediately so that key-translation-map 33 Lookup keys in function-key-map immediately so that key-translation-map
29 can be applied earlier. 34 can be applied earlier.
30 Remove function_key_possible and key_translation_possible, replaced 35 Remove function_key_possible and key_translation_possible, replaced
31 by checking `keytran_start < t'. 36 by checking `keytran_start < t'.
32 37
33 * .gdbinit (xsymbol): Use the name `xname' field. 38 * .gdbinit (xsymbol): Use the new `xname' field.
34 39
35 2002-06-17 Andrew Choi <akochoi@shaw.ca> 40 2002-06-17 Andrew Choi <akochoi@shaw.ca>
36 41
37 * macterm.c (XTread_socket): If Vmac_command_key_is_meta is nil, 42 * macterm.c (XTread_socket): If Vmac_command_key_is_meta is nil,
38 test Mac command key as <ALT> key. 43 test Mac command key as <ALT> key.