# HG changeset patch # User Stefan Monnier # Date 1002541393 0 # Node ID 9d50c1710b8f4e96cf91784d19ada467d0b33a62 # Parent d63a1f537cb7dd73ea7e075fa33b48e2cadf7f24 *** empty log message *** diff -r d63a1f537cb7 -r 9d50c1710b8f mac/ChangeLog --- a/mac/ChangeLog Mon Oct 08 11:42:10 2001 +0000 +++ b/mac/ChangeLog Mon Oct 08 11:43:13 2001 +0000 @@ -1,3 +1,8 @@ +2001-10-08 Stefan Monnier + + * src/macterm.c: Include keymap.h. + (note_mode_line_highlight): Use KEYMAPP. + 2001-09-04 Andrew Choi * src/macmenu.c (mac_menu_show): Use refcon of selected menu item. @@ -12,7 +17,7 @@ of smRoman for the second entry of a Japanese font. (XLoadQueryFont): Recognize a font as having the smRoman script code if its encoding is jisx0201.1976-0. - + * makefile.MPW: Generate etc/DOC file from .elc files instead of .el files. @@ -21,7 +26,7 @@ files. (sleep) [__MRC__]: Place loop around WaitNextEvent to check time elapsed instead of use WaitNextEvent call as a delay. - + 2001-08-24 Andrew Choi * src/macterm.c (init_font_name_table): Add an additional entry to diff -r d63a1f537cb7 -r 9d50c1710b8f src/ChangeLog --- a/src/ChangeLog Mon Oct 08 11:42:10 2001 +0000 +++ b/src/ChangeLog Mon Oct 08 11:43:13 2001 +0000 @@ -6,6 +6,13 @@ 2001-10-08 Stefan Monnier + * lisp.h: Remove the entries for keymap.c (moved to keymap.h). + + * keyboard.h (map_prompt): Remove. + + * xterm.c, w32term.c, term.c, minibuf.c, keymap.c, + intervals.c, fns.c, doc.c, callint.c: Include keymap.h. + * xmenu.c (keymap_panes, Fx_popup_menu): Use Fkeymap_prompt. * w32menu.c (keymap_panes, Fx_popup_menu): Use Fkeymap_prompt.