diff options
| author | Stefan Monnier | 2001-05-11 19:45:28 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2001-05-11 19:45:28 +0000 |
| commit | 7b2654b53a011af9b08a2ee00725877b7a1ec95a (patch) | |
| tree | c39982349084555f271cf2ab634576cec2ba2ed3 /src | |
| parent | 47e72862152bf84f4c3117c9aa2e443de1e19e09 (diff) | |
| download | emacs-7b2654b53a011af9b08a2ee00725877b7a1ec95a.tar.gz emacs-7b2654b53a011af9b08a2ee00725877b7a1ec95a.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -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 @@ | |||
| 29 | 29 | ||
| 30 | * xdisp.c (try_window_id): Fix case of all changes before | 30 | * xdisp.c (try_window_id): Fix case of all changes before |
| 31 | the window start. | 31 | the window start. |
| 32 | 32 | ||
| 33 | * xdisp.c (try_window_id): Add some xasserts. | 33 | * xdisp.c (try_window_id): Add some xasserts. |
| 34 | 34 | ||
| 35 | 2001-05-09 Gerd Moellmann <gerd@gnu.org> | 35 | 2001-05-09 Gerd Moellmann <gerd@gnu.org> |
| @@ -58,8 +58,8 @@ | |||
| 58 | 58 | ||
| 59 | 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il> | 59 | 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il> |
| 60 | 60 | ||
| 61 | * xterm.c (XTread_socket) <Expose> [!USE_TOOLKIT_SCROLL_BARS]: Fix | 61 | * xterm.c (XTread_socket) <Expose> [!USE_TOOLKIT_SCROLL_BARS]: |
| 62 | the change from 2001-04-30. | 62 | Fix the change from 2001-04-30. |
| 63 | 63 | ||
| 64 | 2001-05-03 Gerd Moellmann <gerd@gnu.org> | 64 | 2001-05-03 Gerd Moellmann <gerd@gnu.org> |
| 65 | 65 | ||
| @@ -67,7 +67,7 @@ | |||
| 67 | (Fx_file_dialog): Use it as XmNunmapCallback to capture the case | 67 | (Fx_file_dialog): Use it as XmNunmapCallback to capture the case |
| 68 | where a dialog is closed via the window manager. | 68 | where a dialog is closed via the window manager. |
| 69 | 69 | ||
| 70 | * xdisp.c (try_window_id): Cases of changes all in front of | 70 | * xdisp.c (try_window_id): Cases of changes all in front of |
| 71 | the window start or all below the window end mostly rewritten. | 71 | the window start or all below the window end mostly rewritten. |
| 72 | (redisplay_window): Move the tests if try_window_id is | 72 | (redisplay_window): Move the tests if try_window_id is |
| 73 | applicable to try_window_id. | 73 | applicable to try_window_id. |
| @@ -76,10 +76,10 @@ | |||
| 76 | 2001-05-02 Gerd Moellmann <gerd@gnu.org> | 76 | 2001-05-02 Gerd Moellmann <gerd@gnu.org> |
| 77 | 77 | ||
| 78 | * xterm.c (expose_window): Return int. If W is the window | 78 | * xterm.c (expose_window): Return int. If W is the window |
| 79 | currently being updated, mark the frame garbaged. Fix | 79 | currently being updated, mark the frame garbaged. |
| 80 | computation of rows intersecting the exposed rectangle. | 80 | Fix computation of rows intersecting the exposed rectangle. |
| 81 | (expose_window_tree): Stop when expose_window returns 0. | 81 | (expose_window_tree): Stop when expose_window returns 0. |
| 82 | 82 | ||
| 83 | * xterm.c (x_draw_stretch_glyph_string): Don't draw background | 83 | * xterm.c (x_draw_stretch_glyph_string): Don't draw background |
| 84 | again if it has already been drawn. | 84 | again if it has already been drawn. |
| 85 | 85 | ||
| @@ -112,9 +112,8 @@ | |||
| 112 | * term.c (toggle_highlight): New function. | 112 | * term.c (toggle_highlight): New function. |
| 113 | (turn_on_face): Change handling of reverse video. | 113 | (turn_on_face): Change handling of reverse video. |
| 114 | 114 | ||
| 115 | * process.c (wait_reading_process_input): Call | 115 | * process.c (wait_reading_process_input): |
| 116 | record_asynch_buffer_change only if a timer really changed | 116 | Call record_asynch_buffer_change only if a timer really changed buffers. |
| 117 | buffers. | ||
| 118 | 117 | ||
| 119 | * buffer.c (mouse_face_overlay_overlaps): Fix the computation | 118 | * buffer.c (mouse_face_overlay_overlaps): Fix the computation |
| 120 | of the number of overlays to check. | 119 | of the number of overlays to check. |
| @@ -151,8 +150,8 @@ | |||
| 151 | (x_face_list_fonts): Special handling for realizing_basic_faces_p | 150 | (x_face_list_fonts): Special handling for realizing_basic_faces_p |
| 152 | removed. | 151 | removed. |
| 153 | (realize_basic_faces): Specbind Qscalable_fonts_allowed to t. | 152 | (realize_basic_faces): Specbind Qscalable_fonts_allowed to t. |
| 154 | (syms_of_xfaces): Initialize Qscalable_fonts_allowed. Change | 153 | (syms_of_xfaces): Initialize Qscalable_fonts_allowed. Change default |
| 155 | default for scalable-fonts-allowed to t. | 154 | for scalable-fonts-allowed to t. |
| 156 | 155 | ||
| 157 | * fileio.c (Finsert_file_contents): If the file size returned from | 156 | * fileio.c (Finsert_file_contents): If the file size returned from |
| 158 | stat is zero, set END to READ_BUF_SIZE. This makes sure we can | 157 | 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 @@ | |||
| 11 | (jpeg_memory_src): Defined new JPEG image source to read from a | 11 | (jpeg_memory_src): Defined new JPEG image source to read from a |
| 12 | memory buffer. | 12 | memory buffer. |
| 13 | (jpeg_load): Pay attention to the :data keyword if specified. | 13 | (jpeg_load): Pay attention to the :data keyword if specified. |
| 14 | Instantiates a jpeg_memory_src instead of jpeg_stdio_src if | 14 | Instantiates a jpeg_memory_src instead of jpeg_stdio_src if found. |
| 15 | found. | ||
| 16 | (png_format): Added the :data keyword | 15 | (png_format): Added the :data keyword |
| 17 | (png_image_p): PNG is valid with :file _or_ :data | 16 | (png_image_p): PNG is valid with :file _or_ :data |
| 18 | (png_read_from_memory): New PNG read function to read from a | 17 | (png_read_from_memory): New PNG read function to read from a |
| 19 | memory buffer. | 18 | memory buffer. |
| 20 | (png_load): Pay attention to the :data keyword if specified. Uses | 19 | (png_load): Pay attention to the :data keyword if specified. |
| 21 | png_set_read_fn() instead of png_init_io() if specified. | 20 | Use png_set_read_fn() instead of png_init_io() if specified. |
| 22 | (tiff_format): Added the :data keyword for TIFF images. | 21 | (tiff_format): Added the :data keyword for TIFF images. |
| 23 | (tiff_image_p): TIFF is valid with :file _or_ :data | 22 | (tiff_image_p): TIFF is valid with :file _or_ :data |
| 24 | (tiff_read_from_memory): Defined new TIFF I/O functions to read | 23 | (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> | |||
| 11191 | 11190 | ||
| 11192 | 1999-07-20 Dave Love <fx@gnu.org> | 11191 | 1999-07-20 Dave Love <fx@gnu.org> |
| 11193 | 11192 | ||
| 11194 | * buffer.c (syms_of_buffer): Make | 11193 | * buffer.c (syms_of_buffer): Make default-enable-multibyte-characters |
| 11195 | default-enable-multibyte-characters a user variable. | 11194 | a user variable. |
| 11196 | 11195 | ||
| 11197 | 1999-07-14 Richard Stallman <rms@gnu.org> | 11196 | 1999-07-14 Richard Stallman <rms@gnu.org> |
| 11198 | 11197 | ||
| @@ -13980,8 +13979,8 @@ Wed Jun 25 15:22:58 1997 Gerd Moellmann <gerd@acm.org> | |||
| 13980 | 13979 | ||
| 13981 | * keyboard.c (input-method-previous-message): Doc fix. | 13980 | * keyboard.c (input-method-previous-message): Doc fix. |
| 13982 | 13981 | ||
| 13983 | * coding.c (file-coding-system-alist, | 13982 | * coding.c (file-coding-system-alist) |
| 13984 | select-safe-coding-system-function): Doc fix. | 13983 | (select-safe-coding-system-function): Doc fix. |
| 13985 | 13984 | ||
| 13986 | 1998-08-23 Kenichi HANDA <handa@etl.go.jp> | 13985 | 1998-08-23 Kenichi HANDA <handa@etl.go.jp> |
| 13987 | 13986 | ||