changeset 39700:9d50c1710b8f

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 08 Oct 2001 11:43:13 +0000
parents d63a1f537cb7
children 28f0aac9eea9
files mac/ChangeLog src/ChangeLog
diffstat 2 files changed, 14 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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  <monnier@cs.yale.edu>
+
+	* src/macterm.c: Include keymap.h.
+	(note_mode_line_highlight): Use KEYMAPP.
+
 2001-09-04  Andrew Choi  <akochoi@cse.cuhk.edu.hk>
 
 	* 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  <akochoi@cse.cuhk.edu.hk>
 
 	* src/macterm.c (init_font_name_table): Add an additional entry to
--- 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  <monnier@cs.yale.edu>
 
+	* 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.