emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ChangeLog


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Fri, 31 Dec 2004 20:49:43 -0500

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.4129 emacs/src/ChangeLog:1.4130
*** emacs/src/ChangeLog:1.4129  Fri Dec 31 18:16:09 2004
--- emacs/src/ChangeLog Sat Jan  1 01:36:48 2005
***************
*** 4,9 ****
--- 4,22 ----
  
  2004-12-31  Richard M. Stallman  <address@hidden>
  
+       * xdisp.c (setup_for_ellipsis, get_next_display_element):
+       Set it->ellipsis_p to 1 or 0.
+       (display_line): Record whether row ends in mid-ellipsis.
+       (set_cursor_from_row): If ends in ellipsis. find start of it.
+       (cursor_row_p): If PT's at the end of the ellipsis the row
+       ends within, don't display cursor on this row.
+ 
+       * dispextern.h (struct it): New element ellipsis_p.
+       (struct glyph_row): New element ends_in_ellipsis_p.
+ 
+       * xdisp.c (BUFFER_POS_REACHED_P): We haven't reached the specified
+       position if we're reading from something other than the buffer.
+ 
        * window.c (window_scroll_pixel_based): Only look at
        Vscroll_preserve_screen_position if the old PT can't be kept.
        (syms_of_window) <scroll-preserve-screen-position>: Doc fix.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]