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 [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog [emacs-unicode-2]
Date: Wed, 28 Jul 2004 03:09:40 -0400

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.3331.2.11 emacs/src/ChangeLog:1.3331.2.12
*** emacs/src/ChangeLog:1.3331.2.11     Fri Jul 23 04:30:40 2004
--- emacs/src/ChangeLog Wed Jul 28 07:05:51 2004
***************
*** 1,3 ****
--- 1,49 ----
+ 2004-07-27  Kim F. Storm  <address@hidden>
+ 
+       * xdisp.c (move_it_in_display_line_to): Check BUFFER_POS_REACHED_P after
+       we have ensured that the glyph fits on the current line (or returned
+       MOVE_LINE_CONTINUED otherwise).
+ 
+ 2004-07-26  Kim F. Storm  <address@hidden>
+ 
+       * xdisp.c (move_it_in_display_line_to): If overflow-newline-into-fringe
+       is enabled, return MOVE_LINE_CONTINUED rather than MOVE_POS_MATCH_OR_ZV
+       if target position is at end of display line but char is not a newline.
+ 
+ 2004-07-25  Richard M. Stallman  <address@hidden>
+ 
+       * window.c (coordinates_in_window): Return ON_SCROLL_BAR
+       instead of ON_VERTICAL_BORDER, when on scroll bar.
+       (Fcoordinates_in_window_p): Handle ON_SCROLL_BAR--return nil.
+ 
+       * dispextern.h (enum window_part): Add ON_SCROLL_BAR.
+ 
+       * window.c (Fcoordinates_in_window_p):
+       Take account of FRAME_INTERNAL_BORDER_WIDTH.
+ 
+       * alloc.c (check_cons_list): New function (contents commented out).
+ 
+ 2004-07-24  Luc Teirlinck  <address@hidden>
+ 
+       * xfaces.c (Fcolor_supported_p): Doc fix.
+ 
+       * frame.c (Fselect_frame, Fset_frame_selected_window)
+       (Fframe_visible_p, Fraise_frame): Doc fixes.
+ 
+ 2004-07-24  Richard M. Stallman  <address@hidden>
+ 
+       * keyboard.h (not_single_kboard_state): Declared.
+ 
+       * fileio.c (Fwrite_region): Doc fix.
+ 
+       * window.c (Fwindow_at): Take account of FRAME_INTERNAL_BORDER_WIDTH.
+ 
+       * abbrev.c (Fexpand_abbrev): Run Qpre_abbrev_expand_hook
+       only when a real abbrev is present.
+ 
+       * xfns.c (x_icon_verify): New function.
+       (Fx_create_frame): Use it.
+ 
  2004-07-22  Barry Fishman <address@hidden>  (tiny change)
  
        * s/gnu-linux.h: Use GC_MARK_STACK if __amd64__ is defined.




reply via email to

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