diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2001-05-11 19:45:28 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2001-05-11 19:45:28 +0000 |
commit | 7b2654b53a011af9b08a2ee00725877b7a1ec95a (patch) | |
tree | c39982349084555f271cf2ab634576cec2ba2ed3 | |
parent | 47e72862152bf84f4c3117c9aa2e443de1e19e09 (diff) | |
download | emacs-7b2654b53a011af9b08a2ee00725877b7a1ec95a.tar.gz |
*** empty log message ***
-rw-r--r-- | src/ChangeLog | 23 | ||||
-rw-r--r-- | src/ChangeLog.8 | 15 |
2 files changed, 18 insertions, 20 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f2203a91ed8..072f2cda811 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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 diff --git a/src/ChangeLog.8 b/src/ChangeLog.8 index 161710a03fb..a2d4a5dacd6 100644 --- a/src/ChangeLog.8 +++ b/src/ChangeLog.8 @@ -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 @@ 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> |