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: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Sat, 22 Mar 2003 19:59:23 -0500

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.3169 emacs/src/ChangeLog:1.3170
*** emacs/src/ChangeLog:1.3169  Sat Mar 22 16:41:03 2003
--- emacs/src/ChangeLog Sat Mar 22 19:59:23 2003
***************
*** 1,3 ****
--- 1,24 ----
+ 2003-03-23  Jan Dj,Ad(Brv  <address@hidden>
+ 
+       * gtkutil.h: Take two more arguments to xg_update_scrollbar_pos.
+       (XG_SB_RANGE): New define.
+ 
+       * gtkutil.c (xg_fixed_handle_expose): New function.
+       (xg_create_frame_widgets): Call xg_fixed_handle_expose for
+       expose events.
+       (xg_update_scrollbar_pos): Take two more arguments, left and width
+       of scroll bar including borders.
+       Clear left and right part outside scroll bar separately as some
+       themes have bars that are not an even number of pixels.
+       Don't set reallocate_redraws, don't call 
+       gdk_window_process_all_updates.
+       (xg_set_toolkit_scroll_bar_thumb): Upper value is fixed,
+       so no need to change it.  Calculate size and value with XG_SB_RANGE.
+ 
+       * xterm.c (x_scroll_bar_create, XTset_vertical_scroll_bar): Pass
+       left and width of scroll bar including borders to
+       xg_update_scrollbar_pos.
+ 
  2003-03-22  Thien-Thi Nguyen  <address@hidden>
  
        * Makefile.in: Make sure space precedes end-of-line backslashes.




reply via email to

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