*** empty log message ***
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 11 May 2001 19:45:28 +0000 (19:45 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 11 May 2001 19:45:28 +0000 (19:45 +0000)
src/ChangeLog
src/ChangeLog.8

index f2203a9..072f2cd 100644 (file)
@@ -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.
 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.
 
        * 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.
        (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
index 161710a..a2d4a5d 100644 (file)
        (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 @@ Wed Jun 25 15:22:58 1997  Gerd Moellmann  <gerd@acm.org>
 
 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 @@ Wed Jun 25 15:22:58 1997  Gerd Moellmann  <gerd@acm.org>
 
        * 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>