Mercurial > emacs
changeset 45967:5568001934d1
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sat, 22 Jun 2002 21:09:55 +0000 |
parents | 09d2b243ebcb |
children | 6bf20f37b7c7 |
files | src/ChangeLog |
diffstat | 1 files changed, 7 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Sat Jun 22 21:09:46 2002 +0000 +++ b/src/ChangeLog Sat Jun 22 21:09:55 2002 +0000 @@ -1,3 +1,8 @@ +2002-06-22 Stefan Monnier <monnier@cs.yale.edu> + + * .gdbinit (xprintsym): Use the new `xname' field. + (xsymbol): Use it. + 2002-06-22 Jason Rumney <jasonr@gnu.org> * w32fns.c (file_dialog_callback): New function. @@ -16,7 +21,7 @@ (do_window_update): Call XClearWindow before calling expose_frame. (make_mac_frame): Don't set FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL of frame. - + * macterm.c (XTread_socket): If Vmac_command_key_is_meta is nil, test Mac command key as <ALT> key. @@ -30,7 +35,7 @@ Remove function_key_possible and key_translation_possible, replaced by checking `keytran_start < t'. - * .gdbinit (xsymbol): Use the name `xname' field. + * .gdbinit (xsymbol): Use the new `xname' field. 2002-06-17 Andrew Choi <akochoi@shaw.ca>