diff options
| author | Stefan Monnier | 2001-11-19 20:55:10 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2001-11-19 20:55:10 +0000 |
| commit | 9b46de409f16b44152b225993c4d1ce88c05d31a (patch) | |
| tree | 274f495feffe56b20ef64c119f3fe96e1a2a4194 /src | |
| parent | 7054901c2be9733cf688b4b260ccf53152a5a90c (diff) | |
| download | emacs-9b46de409f16b44152b225993c4d1ce88c05d31a.tar.gz emacs-9b46de409f16b44152b225993c4d1ce88c05d31a.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 23 |
1 files changed, 15 insertions, 8 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f7c5a5895df..899ab49923a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,9 +1,17 @@ | |||
| 1 | 2001-11-19 Stefan Monnier <monnier@cs.yale.edu> | ||
| 2 | |||
| 3 | * frame.c: Don't include keymap.h any more. | ||
| 4 | (keys_of_frame): Remove. | ||
| 5 | |||
| 6 | * lisp.h (keys_of_frame): Remove declaration. | ||
| 7 | |||
| 8 | * emacs.c (main): Don't call `keys_of_frame' any more. | ||
| 9 | |||
| 1 | 2001-11-14 Andreas Schwab <schwab@suse.de> | 10 | 2001-11-14 Andreas Schwab <schwab@suse.de> |
| 2 | 11 | ||
| 3 | * unexelf.c [!defined MAP_ANON]: Define MAP_ANON to MAP_ANONYMOUS | 12 | * unexelf.c [!defined MAP_ANON]: Define MAP_ANON to MAP_ANONYMOUS |
| 4 | if defined, 0 otherwise. | 13 | if defined, 0 otherwise. |
| 5 | (MAP_FAILED): Define if not defined and use it for testing mmap | 14 | (MAP_FAILED): Define if not defined and use it to test mmap failure. |
| 6 | failure. | ||
| 7 | (unexec) [!MAP_ANON]: Use /dev/zero as file to map. | 15 | (unexec) [!MAP_ANON]: Use /dev/zero as file to map. |
| 8 | 16 | ||
| 9 | 2001-11-19 Richard M. Stallman <rms@gnu.org> | 17 | 2001-11-19 Richard M. Stallman <rms@gnu.org> |
| @@ -20,13 +28,12 @@ | |||
| 20 | circumstances. | 28 | circumstances. |
| 21 | (w32_set_vertical_scroll_bar): Check for width and height > 0. | 29 | (w32_set_vertical_scroll_bar): Check for width and height > 0. |
| 22 | (w32_draw_relief_rect): Correct relief by 1 pixel. | 30 | (w32_draw_relief_rect): Correct relief by 1 pixel. |
| 23 | (x_set_glyph_string_background_width): Set | 31 | (x_set_glyph_string_background_width): |
| 24 | extends_to_end_of_line_p if the row's fill_line_p is set and | 32 | Set extends_to_end_of_line_p if the row's fill_line_p is set and |
| 25 | drawing the last glyph with DRAW_IMAGE_{RAISED,SUNKEN}. | 33 | drawing the last glyph with DRAW_IMAGE_{RAISED,SUNKEN}. |
| 26 | (x_display_and_set_cursor): If cursor_in_echo_area, use NO_CURSOR | 34 | (x_display_and_set_cursor): If cursor_in_echo_area, use NO_CURSOR |
| 27 | if cursor_in_non_selected_windows is false. | 35 | if cursor_in_non_selected_windows is false. |
| 28 | (show_mouse_face): Clean up. Recognize overwritten cursor | 36 | (show_mouse_face): Clean up. Recognize overwritten cursor differently. |
| 29 | differently. | ||
| 30 | (x_draw_glyphs): Remove parameters REAL_START and REAL_END. | 37 | (x_draw_glyphs): Remove parameters REAL_START and REAL_END. |
| 31 | Notice if cursor gets overwritten. | 38 | Notice if cursor gets overwritten. |
| 32 | (notice_overwritten_cursor): Renamed from | 39 | (notice_overwritten_cursor): Renamed from |
| @@ -64,8 +71,8 @@ | |||
| 64 | (enum gs_keyword_index): Add GS_BACKGROUND. | 71 | (enum gs_keyword_index): Add GS_BACKGROUND. |
| 65 | (pbm_load, png_load, jpeg_load, tiff_load, gif_load): | 72 | (pbm_load, png_load, jpeg_load, tiff_load, gif_load): |
| 66 | Pre-calculate image background color where necessary. | 73 | Pre-calculate image background color where necessary. |
| 67 | (x_create_x_image_and_pixmap, xbm_load, gs_load): Use | 74 | (x_create_x_image_and_pixmap, xbm_load, gs_load): |
| 68 | display info's n_cbits entry for screen depth. | 75 | Use display info's n_cbits entry for screen depth. |
| 69 | (Fx_show_tip): Remove unused variables `buffer', `top', | 76 | (Fx_show_tip): Remove unused variables `buffer', `top', |
| 70 | `left', `max_width' and `max_height'. | 77 | `left', `max_width' and `max_height'. |
| 71 | 78 | ||