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: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Fri, 30 Aug 2002 13:02:47 -0400

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.2851 emacs/src/ChangeLog:1.2852
*** emacs/src/ChangeLog:1.2851  Fri Aug 30 09:22:12 2002
--- emacs/src/ChangeLog Fri Aug 30 13:02:47 2002
***************
*** 1,3 ****
--- 1,8 ----
+ 2002-08-30  Juanma Barranquero  <address@hidden>
+ 
+       * xfns.c (Fx_open_connection): Fix error message. Patch from Rune
+       Kleveland <address@hidden>.
+ 
  2002-08-30  Kim F. Storm  <address@hidden>
  
        The following changes consolidates the handling of the cursor
***************
*** 39,45 ****
        (x_set_cursor_type): Use set_frame_cursor_types.
        (Qbar, Qbox): Removed.
        (syms_of_macfns): Don't intern or staticpro them.
!       
        * macterm.c (x_specified_cursor_type): Remove prototype.
        (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
        (x_display_and_set_cursor): Use get_window_cursor_type.
--- 44,50 ----
        (x_set_cursor_type): Use set_frame_cursor_types.
        (Qbar, Qbox): Removed.
        (syms_of_macfns): Don't intern or staticpro them.
! 
        * macterm.c (x_specified_cursor_type): Remove prototype.
        (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
        (x_display_and_set_cursor): Use get_window_cursor_type.
***************
*** 51,57 ****
        (struct output_mac) <current_cursor, desired_cursor, cursor_width>
        <blink_off_cursor, blink_off_cursor_width>: Members removed.
        (FRAME_DESIRED_CURSOR): Macro removed.
!       
        * w32fns.c (Vblink_cursor_alist): Removed.
        (Qbar, Qhbar, Qbox, Qhollow): Removed.
        (syms_of_w32fns): Don't intern, staticpro, or define them.
--- 56,62 ----
        (struct output_mac) <current_cursor, desired_cursor, cursor_width>
        <blink_off_cursor, blink_off_cursor_width>: Members removed.
        (FRAME_DESIRED_CURSOR): Macro removed.
! 
        * w32fns.c (Vblink_cursor_alist): Removed.
        (Qbar, Qhbar, Qbox, Qhollow): Removed.
        (syms_of_w32fns): Don't intern, staticpro, or define them.
***************
*** 64,70 ****
        Remove unused local variables cursor_off_state.
        Redraw cursor if hbar cursor width changes.
        Changed all occurrences of w32_highlight_frame to x_highlight_frame.
!       
        * w32term.h (enum text_cursor_kinds): Removed.
        (struct output_w32) <current_cursor, desired_cursor, cursor_width>
        <blink_off_cursor, blink_off_cursor_width>: Members removed.
--- 69,75 ----
        Remove unused local variables cursor_off_state.
        Redraw cursor if hbar cursor width changes.
        Changed all occurrences of w32_highlight_frame to x_highlight_frame.
! 
        * w32term.h (enum text_cursor_kinds): Removed.
        (struct output_w32) <current_cursor, desired_cursor, cursor_width>
        <blink_off_cursor, blink_off_cursor_width>: Members removed.
***************
*** 72,78 ****
        (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros removed.
        (struct w32_display_info) <x_highlight_frame>: Renamed member from
        w32_highlight_frame.
!       
        * xfns.c (Vblink_cursor_alist): Removed.
        (Qbar, Qhbar, Qbox, Qhollow): Removed.
        (syms_of_xfns): Don't intern, staticpro, or define them.
--- 77,83 ----
        (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros removed.
        (struct w32_display_info) <x_highlight_frame>: Renamed member from
        w32_highlight_frame.
! 
        * xfns.c (Vblink_cursor_alist): Removed.
        (Qbar, Qhbar, Qbox, Qhollow): Removed.
        (syms_of_xfns): Don't intern, staticpro, or define them.
***************
*** 91,97 ****
        (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
        (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros removed.
        (x_specified_cursor_type): Remove prototype.
!       
  2002-08-28  Richard M. Stallman  <address@hidden>
  
        * w32fns.c (x_set_cursor_type): Set FRAME_BLINK_OFF_CURSOR and
--- 96,102 ----
        (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
        (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros removed.
        (x_specified_cursor_type): Remove prototype.
! 
  2002-08-28  Richard M. Stallman  <address@hidden>
  
        * w32fns.c (x_set_cursor_type): Set FRAME_BLINK_OFF_CURSOR and




reply via email to

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