aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStefan Monnier1999-12-12 06:57:54 +0000
committerStefan Monnier1999-12-12 06:57:54 +0000
commitf28eba7baf53a2372149784e20a4c3289c436037 (patch)
tree9f4a5fd626840fe24e1c5b710dc241b6ac5bd1db /src
parentd5f65532f39072d38485fc090951253d3b7e7f9b (diff)
downloademacs-f28eba7baf53a2372149784e20a4c3289c436037.tar.gz
emacs-f28eba7baf53a2372149784e20a4c3289c436037.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog42
1 files changed, 21 insertions, 21 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 570b77726a5..dc850716fe5 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1156,7 +1156,7 @@
1156 1156
11571999-10-08 Stefan Monnier <monnier@cs.yale.edu> 11571999-10-08 Stefan Monnier <monnier@cs.yale.edu>
1158 1158
1159 * fileio.c (Fmake_temp_name): add a reference to `make-temp-file' 1159 * fileio.c (Fmake_temp_name): Add a reference to `make-temp-file'
1160 in the docstring. 1160 in the docstring.
1161 1161
11621999-10-08 Gerd Moellmann <gerd@gnu.org> 11621999-10-08 Gerd Moellmann <gerd@gnu.org>
@@ -9061,7 +9061,7 @@ Sun Jan 3 08:41:10 1999 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
9061 9061
9062 * xterm.c (XTclear_end_of_line): Respect right_to_left_p. 9062 * xterm.c (XTclear_end_of_line): Respect right_to_left_p.
9063 9063
9064 * xdisp.c (try_window_id): clear desired matrix if not successul. 9064 * xdisp.c (try_window_id): Clear desired matrix if not successul.
9065 9065
9066 * xdisp.c (try_window_id): Call update_window_begin_hook/end_hook. 9066 * xdisp.c (try_window_id): Call update_window_begin_hook/end_hook.
9067 9067
@@ -9155,7 +9155,7 @@ Sun Jan 3 08:41:10 1999 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
9155 9155
9156 * window.h: Comments for window_end_pos/vpos. 9156 * window.h: Comments for window_end_pos/vpos.
9157 9157
9158 * xdisp.c (skip_to): assert current_buffer is the buffer 9158 * xdisp.c (skip_to): Assert current_buffer is the buffer
9159 of the window in which we are skipping. 9159 of the window in which we are skipping.
9160 9160
9161 * dispnew.c (update_window_line): Optimized clear_end_of_line. 9161 * dispnew.c (update_window_line): Optimized clear_end_of_line.
@@ -9231,7 +9231,7 @@ Sun Jan 3 08:41:10 1999 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
9231 * xterm.c (XTmouse_position): Calculate LAST_MOUSE_GLYPH 9231 * xterm.c (XTmouse_position): Calculate LAST_MOUSE_GLYPH
9232 rectangle based on minimum character bounds. 9232 rectangle based on minimum character bounds.
9233 9233
9234 * keyboard.c (make_lispy_event): mouse clicks; don't do frame 9234 * keyboard.c (make_lispy_event): Mouse clicks; don't do frame
9235 glyph position calculations. 9235 glyph position calculations.
9236 (make_lispy_movement): Use buffer_posn_from_coords and window 9236 (make_lispy_movement): Use buffer_posn_from_coords and window
9237 relative coordinates. 9237 relative coordinates.
@@ -9260,7 +9260,7 @@ Sun Jan 3 08:41:10 1999 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
9260 cursor positioning on partially visible lines. 9260 cursor positioning on partially visible lines.
9261 (set_window_cursor_after_update): Ditto. 9261 (set_window_cursor_after_update): Ditto.
9262 9262
9263 * dispextern.h (MATRIX_ROW_PARTIALLY_VISIBLE_P): bug fix. 9263 * dispextern.h (MATRIX_ROW_PARTIALLY_VISIBLE_P): Bug fix.
9264 9264
9265 * window.h (struct window): start_y removed. 9265 * window.h (struct window): start_y removed.
9266 9266
@@ -9384,7 +9384,7 @@ Fri Aug 22 18:46:43 1997 Gerd Moellmann <gerd@acm.org>
9384 9384
9385 * xterm.c (do_line_dance): Only one parameter. 9385 * xterm.c (do_line_dance): Only one parameter.
9386 9386
9387 * xdisp.c (display_line): set continued_p. 9387 * xdisp.c (display_line): Set continued_p.
9388 9388
9389 * dispextern.h (struct glyph_row): New flag continued_p. 9389 * dispextern.h (struct glyph_row): New flag continued_p.
9390 Fix truncated_on_left_p and truncated_on_right_p to be bits. 9390 Fix truncated_on_left_p and truncated_on_right_p to be bits.
@@ -9427,7 +9427,7 @@ Wed Aug 20 11:23:28 1997 Gerd Moellmann <gerd@acm.org>
9427 * dispnew.c (update_window_line): If rows have different height 9427 * dispnew.c (update_window_line): If rows have different height
9428 or y, write entire line. 9428 or y, write entire line.
9429 9429
9430 * xdisp.c (compute_line_metrics): reset max_ascent and max_descent 9430 * xdisp.c (compute_line_metrics): Reset max_ascent and max_descent
9431 of info struct. 9431 of info struct.
9432 9432
9433 * xfaces.c (Fset_face_attribute_internal): Don't call 9433 * xfaces.c (Fset_face_attribute_internal): Don't call
@@ -9520,7 +9520,7 @@ Sat Aug 16 13:13:32 1997 Gerd Moellmann <gerd@acm.org>
9520 (get_leaf_windows): Build vector of leaf windows. 9520 (get_leaf_windows): Build vector of leaf windows.
9521 Corrupted archive restored from v77. 9521 Corrupted archive restored from v77.
9522 9522
9523 * xdisp.c (display_string): stop at >= last_visible_x if truncating 9523 * xdisp.c (display_string): Stop at >= last_visible_x if truncating
9524 like display_line does. 9524 like display_line does.
9525 9525
9526 * xdisp.c (display_mode_line): Don't hscroll mode line. 9526 * xdisp.c (display_mode_line): Don't hscroll mode line.
@@ -9535,7 +9535,7 @@ Sat Aug 16 13:13:32 1997 Gerd Moellmann <gerd@acm.org>
9535 * dispextern.h (struct display_cursor): New member string_length. 9535 * dispextern.h (struct display_cursor): New member string_length.
9536 9536
9537 * xdisp.c (next_display_element): Return padding spaces. 9537 * xdisp.c (next_display_element): Return padding spaces.
9538 (init_string_cursor): take precision and field_width 9538 (init_string_cursor): Take precision and field_width
9539 (display_string): Use string cursor, skip over invisible text. 9539 (display_string): Use string cursor, skip over invisible text.
9540 9540
9541Thu Aug 14 10:41:41 1997 Gerd Moellmann <gerd@acm.org> 9541Thu Aug 14 10:41:41 1997 Gerd Moellmann <gerd@acm.org>
@@ -9558,13 +9558,13 @@ Thu Aug 14 10:41:41 1997 Gerd Moellmann <gerd@acm.org>
9558 * dispnew.c (direct_output_for_insert): Give up for hscrolled 9558 * dispnew.c (direct_output_for_insert): Give up for hscrolled
9559 mini window. 9559 mini window.
9560 9560
9561 * xdisp.c (display_line): don't scroll mini prompt. 9561 * xdisp.c (display_line): Don't scroll mini prompt.
9562 9562
9563 * xdisp.c (echo_area_display): Call update_single_window if 9563 * xdisp.c (echo_area_display): Call update_single_window if
9564 possible. 9564 possible.
9565 9565
9566 * dispnew.c (update_window_line): Call scrolling_window. 9566 * dispnew.c (update_window_line): Call scrolling_window.
9567 (scrolling_window): work on enabled desired lines only. 9567 (scrolling_window): Work on enabled desired lines only.
9568 (update_single_window): Update a single window like update_frame 9568 (update_single_window): Update a single window like update_frame
9569 does for all windows. 9569 does for all windows.
9570 (update_window, update_window_tree): Additional argument 9570 (update_window, update_window_tree): Additional argument
@@ -9577,23 +9577,23 @@ Thu Aug 14 10:41:41 1997 Gerd Moellmann <gerd@acm.org>
9577 (x_display_and_set_cursor): Do nothing if cursor glyph row 9577 (x_display_and_set_cursor): Do nothing if cursor glyph row
9578 not enabled. Draw bar cursor 1 pixel smaller. 9578 not enabled. Draw bar cursor 1 pixel smaller.
9579 9579
9580 * dispnew.c (adjust_frame_glyphs): don't set frame garbaged 9580 * dispnew.c (adjust_frame_glyphs): Don't set frame garbaged
9581 since update will follow soon. 9581 since update will follow soon.
9582 9582
9583 * xdisp.c (echo_area_display): Unitialized variable. 9583 * xdisp.c (echo_area_display): Unitialized variable.
9584 9584
9585 * xterm.c (draw_bitmap): previously draw_truncation; draw 9585 * xterm.c (draw_bitmap): Previously draw_truncation; draw
9586 overlay arrow bitmap. 9586 overlay arrow bitmap.
9587 9587
9588 * xdisp.c (display_line): for truncated lines, consider everything 9588 * xdisp.c (display_line): For truncated lines, consider everything
9589 up to the final \n as part of the line for cursor positioning. 9589 up to the final \n as part of the line for cursor positioning.
9590 9590
9591 * xterm.c (draw_truncation): take FRAME_X_TRUNC_WIDTH into account. 9591 * xterm.c (draw_truncation): Take FRAME_X_TRUNC_WIDTH into account.
9592 (x_after_update_window_line): clear trunc marks. 9592 (x_after_update_window_line): Clear trunc marks.
9593 9593
9594 * xterm.h (FRAME_X_TRUNC_WIDTH). 9594 * xterm.h (FRAME_X_TRUNC_WIDTH).
9595 9595
9596 * frame.h (FRAME_TRUNC_WIDTH): width of area at the left margin 9596 * frame.h (FRAME_TRUNC_WIDTH): Width of area at the left margin
9597 of a window reserved for truncation mark. 9597 of a window reserved for truncation mark.
9598 9598
9599 * dispextern.h: Take FRAME_TRUNC_WIDTH into account. 9599 * dispextern.h: Take FRAME_TRUNC_WIDTH into account.
@@ -9615,7 +9615,7 @@ Thu Aug 14 10:41:41 1997 Gerd Moellmann <gerd@acm.org>
9615 (x_display_cursor): Use default font width if width not 9615 (x_display_cursor): Use default font width if width not
9616 known. 9616 known.
9617 9617
9618 * xdisp.c (echo_area_display): set row->y. 9618 * xdisp.c (echo_area_display): Set row->y.
9619 9619
9620 * dispnew.c (set_window_cursor_after_update): Don't assume 9620 * dispnew.c (set_window_cursor_after_update): Don't assume
9621 all rows are enabled. 9621 all rows are enabled.
@@ -10514,7 +10514,7 @@ Wed Jun 25 15:22:58 1997 Gerd Moellmann <gerd@acm.org>
10514 * alloc.c: Include dispextern.h 10514 * alloc.c: Include dispextern.h
10515 (mark_object): Mark objects referenced from glyphs. 10515 (mark_object): Mark objects referenced from glyphs.
10516 10516
10517 * frame.c (make_frame): initialize DECODE_MODE_SPEC_BUFFER. 10517 * frame.c (make_frame): Initialize DECODE_MODE_SPEC_BUFFER.
10518 10518
10519 * scroll.c (do_direct_scrolling): Remove TEMP_MATRIX. 10519 * scroll.c (do_direct_scrolling): Remove TEMP_MATRIX.
10520 (do_scrolling): Ditto. 10520 (do_scrolling): Ditto.
@@ -10542,9 +10542,9 @@ Wed Jun 25 15:22:58 1997 Gerd Moellmann <gerd@acm.org>
10542 (Fdelete_frame): Free glyphs. 10542 (Fdelete_frame): Free glyphs.
10543 (make_frame): Initialize matrix fields in frame. 10543 (make_frame): Initialize matrix fields in frame.
10544 10544
10545 * config.in (PROTO): added. 10545 * config.in (PROTO): Added.
10546 10546
10547 * emacs.c (shut_down_emacs): check glyph memory. 10547 * emacs.c (shut_down_emacs): Check glyph memory.
10548 10548
10549 * window.c (Fdelete_window): Free window matrices. 10549 * window.c (Fdelete_window): Free window matrices.
10550 (Fset_window_configuration): Ditto. 10550 (Fset_window_configuration): Ditto.