changeset 41285:822980b416cf

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 19 Nov 2001 20:55:10 +0000
parents a40f1dce4ea1
children 6b56e476153d
files src/ChangeLog
diffstat 1 files changed, 15 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Mon Nov 19 20:00:21 2001 +0000
+++ b/src/ChangeLog	Mon Nov 19 20:55:10 2001 +0000
@@ -1,9 +1,17 @@
+2001-11-19  Stefan Monnier  <monnier@cs.yale.edu>
+
+	* frame.c: Don't include keymap.h any more.
+	(keys_of_frame): Remove.
+
+	* lisp.h (keys_of_frame): Remove declaration.
+
+	* emacs.c (main): Don't call `keys_of_frame' any more.
+
 2001-11-14  Andreas Schwab  <schwab@suse.de>
 
 	* unexelf.c [!defined MAP_ANON]: Define MAP_ANON to MAP_ANONYMOUS
 	if defined, 0 otherwise.
-	(MAP_FAILED): Define if not defined and use it for testing mmap
-	failure.
+	(MAP_FAILED): Define if not defined and use it to test mmap failure.
 	(unexec) [!MAP_ANON]: Use /dev/zero as file to map.
 
 2001-11-19  Richard M. Stallman  <rms@gnu.org>
@@ -20,13 +28,12 @@
 	circumstances.
 	(w32_set_vertical_scroll_bar): Check for width and height > 0.
 	(w32_draw_relief_rect): Correct relief by 1 pixel.
-	(x_set_glyph_string_background_width): Set
-	extends_to_end_of_line_p if the row's fill_line_p is set and
+	(x_set_glyph_string_background_width):
+	Set extends_to_end_of_line_p if the row's fill_line_p is set and
 	drawing the last glyph with DRAW_IMAGE_{RAISED,SUNKEN}.
 	(x_display_and_set_cursor): If cursor_in_echo_area, use NO_CURSOR
 	if cursor_in_non_selected_windows is false.
-	(show_mouse_face): Clean up.  Recognize overwritten cursor
-	differently.
+	(show_mouse_face): Clean up.  Recognize overwritten cursor differently.
 	(x_draw_glyphs): Remove parameters REAL_START and REAL_END.
 	Notice if cursor gets overwritten.
 	(notice_overwritten_cursor): Renamed from
@@ -64,8 +71,8 @@
 	(enum gs_keyword_index): Add GS_BACKGROUND.
 	(pbm_load, png_load, jpeg_load, tiff_load, gif_load):
 	Pre-calculate image background color where necessary.
-	(x_create_x_image_and_pixmap, xbm_load, gs_load): Use
-	display info's n_cbits entry for screen depth.
+	(x_create_x_image_and_pixmap, xbm_load, gs_load):
+	Use display info's n_cbits entry for screen depth.
 	(Fx_show_tip): Remove unused variables `buffer', `top',
 	`left', `max_width' and `max_height'.