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: Tue, 01 Mar 2005 08:17:53 -0500

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.4240 emacs/src/ChangeLog:1.4241
*** emacs/src/ChangeLog:1.4240  Sun Feb 27 19:58:11 2005
--- emacs/src/ChangeLog Tue Mar  1 13:17:47 2005
***************
*** 1,6 ****
  2005-02-27  Jan Dj,Ad(Brv  <address@hidden>
  
!       * gtkutil.c (xg_resize_outer_widget): Removed unneeded call to
        gtk_window_resize and x_wm_set_size_hint.
  
  2005-02-25  Kim F. Storm  <address@hidden>
--- 1,10 ----
+ 2005-03-01  Stefan Monnier  <address@hidden>
+ 
+       * keyboard.c (Fposn_at_x_y): Check integerness of X and Y.
+ 
  2005-02-27  Jan Dj,Ad(Brv  <address@hidden>
  
!       * gtkutil.c (xg_resize_outer_widget): Remove unneeded call to
        gtk_window_resize and x_wm_set_size_hint.
  
  2005-02-25  Kim F. Storm  <address@hidden>
***************
*** 30,36 ****
        * window.c (window_scroll_pixel_based): When scrolling backwards,
        handle partial visible line at end of window even when we hit PT.
  
! 2005-02-21  Stefan  <address@hidden>
  
        * keymap.h: Declare Fcurrent_active_maps, used in doc.c.
  
--- 34,40 ----
        * window.c (window_scroll_pixel_based): When scrolling backwards,
        handle partial visible line at end of window even when we hit PT.
  
! 2005-02-21  Stefan Monnier  <address@hidden>
  
        * keymap.h: Declare Fcurrent_active_maps, used in doc.c.
  
***************
*** 88,95 ****
        (Fx_window_property): Likewise.
  
        * xselect.c (Fx_disown_selection_internal): Use union of struct
!       input_event and struct selection_input_event to avoid aliasing
!       issues.
  
        * xterm.c (handle_one_xevent): Use union of struct input_event and
        struct selection_input_event to avoid aliasing issues.
--- 92,98 ----
        (Fx_window_property): Likewise.
  
        * xselect.c (Fx_disown_selection_internal): Use union of struct
!       input_event and struct selection_input_event to avoid aliasing issues.
  
        * xterm.c (handle_one_xevent): Use union of struct input_event and
        struct selection_input_event to avoid aliasing issues.
***************
*** 118,138 ****
        clipboard operations and delayed rendering.
  
        Drop last_clipboard_text and related code, keep track of
!       ownership via clipboard_owner instead.  Drop old #if0
!       sections.
  
        (DEFAULT_LCID, ANSICP, OEMCP, QUNICODE, QANSICP, QOEMCP)
        (clipboard_owner, modifying_clipboard, cfg_coding_system)
        (cfg_codepage, cfg_lcid, cfg_clipboard_type, current_text)
        (current_coding_system, current_requires_encoding)
!       (current_num_nls, current_clipboard_type, current_lcid): New
!       static variables.
  
        (convert_to_handle_as_ascii, convert_to_handle_as_coded)
        (render, render_all, run_protected, lisp_error_handler)
        (owner_callback, create_owner, setup_config)
!       (enum_locale_callback, cp_from_locale, coding_from_cp): New
!       local functions.
  
        (term_w32select, globals_of_w32select): New global functions.
  
--- 121,140 ----
        clipboard operations and delayed rendering.
  
        Drop last_clipboard_text and related code, keep track of
!       ownership via clipboard_owner instead.  Drop old #if0 sections.
  
        (DEFAULT_LCID, ANSICP, OEMCP, QUNICODE, QANSICP, QOEMCP)
        (clipboard_owner, modifying_clipboard, cfg_coding_system)
        (cfg_codepage, cfg_lcid, cfg_clipboard_type, current_text)
        (current_coding_system, current_requires_encoding)
!       (current_num_nls, current_clipboard_type, current_lcid):
!       New static variables.
  
        (convert_to_handle_as_ascii, convert_to_handle_as_coded)
        (render, render_all, run_protected, lisp_error_handler)
        (owner_callback, create_owner, setup_config)
!       (enum_locale_callback, cp_from_locale, coding_from_cp):
!       New local functions.
  
        (term_w32select, globals_of_w32select): New global functions.
  
***************
*** 332,339 ****
        (casify_region): Fix loop condition, args to replace_range_2, and
        update opoint_byte.
  
!       * insdel.c (replace_range_2): Fix bugs in adjusting markers and
!       point.
  
  2005-02-01  Kim F. Storm  <address@hidden>
  
--- 334,340 ----
        (casify_region): Fix loop condition, args to replace_range_2, and
        update opoint_byte.
  
!       * insdel.c (replace_range_2): Fix bugs in adjusting markers and point.
  
  2005-02-01  Kim F. Storm  <address@hidden>
  
***************
*** 11015,11023 ****
        These changes were in part based upon suggestions made by Peter
        'Luna' Runestig address@hidden
  
!       * w32.c (g_b_init_is_windows_9x, g_b_init_open_process_token,
!       g_b_init_get_token_information, g_b_init_lookup_account_sid,
!       g_b_init_get_sid_identifier_authority ): Add several static
        global variables.
  
        * w32.c (globals_of_w32): New function.  Used to initialize those
--- 11016,11024 ----
        These changes were in part based upon suggestions made by Peter
        'Luna' Runestig address@hidden
  
!       * w32.c (g_b_init_is_windows_9x, g_b_init_open_process_token)
!       (g_b_init_get_token_information, g_b_init_lookup_account_sid)
!       (g_b_init_get_sid_identifier_authority ): Add several static
        global variables.
  
        * w32.c (globals_of_w32): New function.  Used to initialize those




reply via email to

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