changeset 37691:89381572c3f1

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 11 May 2001 19:45:28 +0000
parents f62f3fe5bc89
children 3900bbc84b5c
files src/ChangeLog src/ChangeLog.8
diffstat 2 files changed, 18 insertions(+), 20 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Fri May 11 16:10:58 2001 +0000
+++ b/src/ChangeLog	Fri May 11 19:45:28 2001 +0000
@@ -29,7 +29,7 @@
 
 	* xdisp.c (try_window_id): Fix case of all changes before
 	the window start.
-	
+
 	* xdisp.c (try_window_id): Add some xasserts.
 
 2001-05-09  Gerd Moellmann  <gerd@gnu.org>
@@ -58,8 +58,8 @@
 
 2001-05-03  Eli Zaretskii  <eliz@is.elta.co.il>
 
-	* xterm.c (XTread_socket) <Expose> [!USE_TOOLKIT_SCROLL_BARS]: Fix
-	the change from 2001-04-30.
+	* xterm.c (XTread_socket) <Expose> [!USE_TOOLKIT_SCROLL_BARS]:
+	Fix the change from 2001-04-30.
 
 2001-05-03  Gerd Moellmann  <gerd@gnu.org>
 
@@ -67,7 +67,7 @@
 	(Fx_file_dialog): Use it as XmNunmapCallback to capture the case
 	where a dialog is closed via the window manager.
 
-	* xdisp.c (try_window_id): Cases of changes all in front of 
+	* xdisp.c (try_window_id): Cases of changes all in front of
 	the window start or all below the window end mostly rewritten.
 	(redisplay_window): Move the tests if try_window_id is
 	applicable to try_window_id.
@@ -76,10 +76,10 @@
 2001-05-02  Gerd Moellmann  <gerd@gnu.org>
 
 	* xterm.c (expose_window): Return int.  If W is the window
-	currently being updated, mark the frame garbaged.  Fix
-	computation of rows intersecting the exposed rectangle.
+	currently being updated, mark the frame garbaged.
+	Fix computation of rows intersecting the exposed rectangle.
 	(expose_window_tree): Stop when expose_window returns 0.
-	
+
 	* xterm.c (x_draw_stretch_glyph_string): Don't draw background
 	again if it has already been drawn.
 
@@ -112,9 +112,8 @@
 	* term.c (toggle_highlight): New function.
 	(turn_on_face): Change handling of reverse video.
 
-	* process.c (wait_reading_process_input): Call
-	record_asynch_buffer_change only if a timer really changed
-	buffers.
+	* process.c (wait_reading_process_input):
+	Call record_asynch_buffer_change only if a timer really changed buffers.
 
 	* buffer.c (mouse_face_overlay_overlaps): Fix the computation
 	of the number of overlays to check.
@@ -151,8 +150,8 @@
 	(x_face_list_fonts): Special handling for realizing_basic_faces_p
 	removed.
 	(realize_basic_faces): Specbind Qscalable_fonts_allowed to t.
-	(syms_of_xfaces): Initialize Qscalable_fonts_allowed.  Change
-	default for scalable-fonts-allowed to t.
+	(syms_of_xfaces): Initialize Qscalable_fonts_allowed.  Change default
+	for scalable-fonts-allowed to t.
 
 	* fileio.c (Finsert_file_contents): If the file size returned from
 	stat is zero, set END to READ_BUF_SIZE.  This makes sure we can
--- a/src/ChangeLog.8	Fri May 11 16:10:58 2001 +0000
+++ b/src/ChangeLog.8	Fri May 11 19:45:28 2001 +0000
@@ -11,14 +11,13 @@
 	(jpeg_memory_src): Defined new JPEG image source to read from a
 	memory buffer.
 	(jpeg_load): Pay attention to the :data keyword if specified.
-	Instantiates a jpeg_memory_src instead of jpeg_stdio_src if
-	found.
+	Instantiates a jpeg_memory_src instead of jpeg_stdio_src if found.
 	(png_format): Added the :data keyword
 	(png_image_p): PNG is valid with :file _or_ :data
 	(png_read_from_memory): New PNG read function to read from a
 	memory buffer.
-	(png_load): Pay attention to the :data keyword if specified.  Uses
-	png_set_read_fn() instead of png_init_io() if specified.
+	(png_load): Pay attention to the :data keyword if specified.
+	Use png_set_read_fn() instead of png_init_io() if specified.
 	(tiff_format): Added the :data keyword for TIFF images.
 	(tiff_image_p): TIFF is valid with :file _or_ :data
 	(tiff_read_from_memory): Defined new TIFF I/O functions to read
@@ -11191,8 +11190,8 @@
 
 1999-07-20  Dave Love  <fx@gnu.org>
 
-	* buffer.c (syms_of_buffer): Make
-	default-enable-multibyte-characters a user variable.
+	* buffer.c (syms_of_buffer): Make default-enable-multibyte-characters
+	a user variable.
 
 1999-07-14  Richard Stallman  <rms@gnu.org>
 
@@ -13980,8 +13979,8 @@
 
 	* keyboard.c (input-method-previous-message): Doc fix.
 
-	* coding.c (file-coding-system-alist,
-	select-safe-coding-system-function): Doc fix.
+	* coding.c (file-coding-system-alist)
+	(select-safe-coding-system-function): Doc fix.
 
 1998-08-23  Kenichi HANDA  <handa@etl.go.jp>