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: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Fri, 14 Mar 2003 15:49:05 -0500

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.3147 emacs/src/ChangeLog:1.3148
*** emacs/src/ChangeLog:1.3147  Fri Mar 14 14:14:53 2003
--- emacs/src/ChangeLog Fri Mar 14 15:49:04 2003
***************
*** 42,48 ****
  
        The following changes consolidates the fringe handling from
        xterm.c, w32term.c, and macterm.c into xdisp.c.
!       
        * xdisp.c: Consolidate fringe handling code here.
        (left_bits, right_bits, continued_bits, continuation_bits)
        (ov_bits, zv_bits): Define fringe bitmaps.
--- 42,48 ----
  
        The following changes consolidates the fringe handling from
        xterm.c, w32term.c, and macterm.c into xdisp.c.
! 
        * xdisp.c: Consolidate fringe handling code here.
        (left_bits, right_bits, continued_bits, continuation_bits)
        (ov_bits, zv_bits): Define fringe bitmaps.
***************
*** 67,77 ****
        * w32term.c: Remove generic fringe code.
        (w32_draw_fringe_bitmap): Only perform actual fringe drawing.
        (w32_redisplay_interface): Add w32_draw_fringe_bitmap member.
!       
        * macterm.c: Remove generic fringe code.
        (x_draw_fringe_bitmap): Only perform actual fringe drawing.
        (x_redisplay_interface): Add x_draw_fringe_bitmap member.
  
  2003-03-09  David Kastrup  <address@hidden>
  
        * process.c (read_process_output): We have allocated enough space
--- 67,81 ----
        * w32term.c: Remove generic fringe code.
        (w32_draw_fringe_bitmap): Only perform actual fringe drawing.
        (w32_redisplay_interface): Add w32_draw_fringe_bitmap member.
! 
        * macterm.c: Remove generic fringe code.
        (x_draw_fringe_bitmap): Only perform actual fringe drawing.
        (x_redisplay_interface): Add x_draw_fringe_bitmap member.
  
+ 2003-03-11  Stefan Monnier  <address@hidden>
+ 
+       * print.c (Fprin1_to_string): Return unibyte string if possible.
+ 
  2003-03-09  David Kastrup  <address@hidden>
  
        * process.c (read_process_output): We have allocated enough space
***************
*** 88,94 ****
        also.
        (handle_one_xevent): ButtonPress/Release:  If event is for a toolkit
        scrollbar and control is pressed, call x_scroll_bar_handle_click.
!       
        * gtkutil.h: Declare xg_get_scroll_id_for_window.
  
        * gtkutil.c (xg_get_scroll_id_for_window): New function.
--- 92,98 ----
        also.
        (handle_one_xevent): ButtonPress/Release:  If event is for a toolkit
        scrollbar and control is pressed, call x_scroll_bar_handle_click.
! 
        * gtkutil.h: Declare xg_get_scroll_id_for_window.
  
        * gtkutil.c (xg_get_scroll_id_for_window): New function.
***************
*** 102,108 ****
  2003-03-08  Jan Dj,Ad(Brv  <address@hidden>
  
        * gtkutil.c (update_frame_tool_bar): Compare pixmap ID instead of
!       struct image* when desciding to update (struct image* may have been
        deleted from the image cache).
  
        * xterm.c (handle_one_xevent): Pass ReparentNotify to Xt even if
--- 106,112 ----
  2003-03-08  Jan Dj,Ad(Brv  <address@hidden>
  
        * gtkutil.c (update_frame_tool_bar): Compare pixmap ID instead of
!       struct image* when deciding to update (struct image* may have been
        deleted from the image cache).
  
        * xterm.c (handle_one_xevent): Pass ReparentNotify to Xt even if
***************
*** 113,119 ****
        * coding.c (CODING_ADD_COMPOSITION_COMPONENT): If the number of
        composition components reaches the limit, terminate composing.
        (COMPOSITION_OK): New macro.
!       (detect_coding_iso2022): Use it if an escapse sequence for
        composition is found.
        (coding_restore_composition): Adjust the number of composition
        components if it is not sane.
--- 117,123 ----
        * coding.c (CODING_ADD_COMPOSITION_COMPONENT): If the number of
        composition components reaches the limit, terminate composing.
        (COMPOSITION_OK): New macro.
!       (detect_coding_iso2022): Use it if an escape sequence for
        composition is found.
        (coding_restore_composition): Adjust the number of composition
        components if it is not sane.




reply via email to

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