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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog [lexbind]
Date: Tue, 06 Jul 2004 05:58:19 -0400

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.2701.2.31 emacs/src/ChangeLog:1.2701.2.32
*** emacs/src/ChangeLog:1.2701.2.31     Tue Jul  6 09:38:18 2004
--- emacs/src/ChangeLog Tue Jul  6 09:39:55 2004
***************
*** 67,72 ****
--- 67,92 ----
        (Fdocumentation, store_function_docstring): Handle interpreted
        closures.
  
+ 2004-06-03  Juanma Barranquero  <address@hidden>
+ 
+       * w32fns.c (Fx_display_grayscale_p, Fw32_send_sys_command)
+       (Vw32_color_map): Fix typo in docstring.
+       (Fx_create_frame, Fw32_find_bdf_fonts, Fx_show_tip)
+       (Fw32_unregister_hot_key, Fw32_reconstruct_hot_key):
+       Make argument names match their use in docstring.
+ 
+ 2004-06-02  Juanma Barranquero  <address@hidden>
+ 
+       Work around bugs/problems with MinGW builds of graphics libraries
+       called from MSVC builds of Emacs.
+ 
+       * image.c (lookup_image): Make pointer to img static.
+       (png_read_from_memory): Disable "global" optimization.
+ 
+ 2004-06-01  Stefan Monnier  <address@hidden>
+ 
+       * mem-limits.h (EXCEEDS_LISP_PTR) [USE_LSB_TAG]: Never true.
+ 
  2004-05-29  YAMAMOTO Mitsuharu  <address@hidden>
  
        * macfns.c: Don't include ccl.h.
***************
*** 82,88 ****
        (x_create_tip_frame, Fx_show_tip, Fx_hide_tip): Sync with xfns.c.
        (syms_of_macfns): Initialize Qcancel_timer, Vx_max_tooltip_size,
        and last_show_tip_args.
!       
        * macgui.h [!MAC_OSX]: Include Gestalt.h.
        (Cursor, No_Cursor): New defines.
        [!TARGET_API_MAC_CARBON] (SetPortWindowPort): New compatibility
--- 102,108 ----
        (x_create_tip_frame, Fx_show_tip, Fx_hide_tip): Sync with xfns.c.
        (syms_of_macfns): Initialize Qcancel_timer, Vx_max_tooltip_size,
        and last_show_tip_args.
! 
        * macgui.h [!MAC_OSX]: Include Gestalt.h.
        (Cursor, No_Cursor): New defines.
        [!TARGET_API_MAC_CARBON] (SetPortWindowPort): New compatibility
***************
*** 8689,8695 ****
  
  2002-08-19  Kim F. Storm  <address@hidden>
  
!       * keyboard.c (Fclear_this_command_keys): Added optional arg
        KEEP-RECORD to avoid clearing lossage when we just want to clear
        the current key sequence (kmacro needs this).
  
--- 8709,8715 ----
  
  2002-08-19  Kim F. Storm  <address@hidden>
  
!       * keyboard.c (Fclear_this_command_keys): Add optional arg
        KEEP-RECORD to avoid clearing lossage when we just want to clear
        the current key sequence (kmacro needs this).
  




reply via email to

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