# HG changeset patch # User Juanma Barranquero # Date 1086137593 0 # Node ID 4825e30273d171b6c89c2e5e1cff613da20ca514 # Parent ae9227eb83928826b082570afc3e5ca3a6ef756a *** empty log message *** diff -r ae9227eb8392 -r 4825e30273d1 lib-src/ChangeLog --- a/lib-src/ChangeLog Wed Jun 02 00:50:09 2004 +0000 +++ b/lib-src/ChangeLog Wed Jun 02 00:53:13 2004 +0000 @@ -1,6 +1,11 @@ +2004-06-01 Juanma Barranquero + + * makefile.w32-in (obj): Add image.c. + 2004-05-10 Thien-Thi Nguyen - * test-distrib.c (main): For failing cases, exit with `EXIT_FAILURE'. + * test-distrib.c (main): For failing cases, exit with + `EXIT_FAILURE'. 2004-05-08 Jason Rumney @@ -14,8 +19,8 @@ (main): Use `EXIT_SUCCESS' or `EXIT_FAILURE' for return value. * ebrowse.c, emacsclient.c, fakemail.c, hexl.c, - make-docfile.c, movemail.c, profile.c, sorted-doc.c, - test-distrib.c, update-game-score.c, yow.c: Likewise. + * make-docfile.c, movemail.c, profile.c, sorted-doc.c, + * test-distrib.c, update-game-score.c, yow.c: Likewise. 2004-05-08 Thien-Thi Nguyen diff -r ae9227eb8392 -r 4825e30273d1 lisp/ChangeLog --- a/lisp/ChangeLog Wed Jun 02 00:50:09 2004 +0000 +++ b/lisp/ChangeLog Wed Jun 02 00:53:13 2004 +0000 @@ -1,3 +1,17 @@ +2004-06-02 Juanma Barranquero + + * faces.el (frame-update-faces): Add empty docstring so the one + for `ignore' doesn't show through. + + * subr.el (process-kill-without-query): Remove spurious "\n" on + obsolescence string. + (focus-frame, unfocus-frame): Add obsolescence declaration and + empty docstring. + + * international/mule.el (register-char-codings): Make alias for + `ignore'. Move docstring to obsolescence info and remove + redundancy. + 2004-06-02 Kim F. Storm * frame.el (blink-cursor-start): Turn cursor off initially so blink @@ -229,8 +243,10 @@ 2004-05-28 Juanma Barranquero * cus-edit.el (customize-face, customize-face-other-window) - (custom-face-edit-delete): Make arguments match their use in docstring. - (custom-unloaded-symbol-p, custom-unloaded-widget-p): Docstring typo. + (custom-face-edit-delete): Make arguments match their use in + docstring. + (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in + docstring. * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast', not `cvs-butlast'. @@ -705,7 +721,8 @@ 2004-05-11 Juanma Barranquero - * custom.el (custom-initialize-default, defcustom): Typo in docstring. + * custom.el (custom-initialize-default, defcustom): + Fix typo in docstring. * files.el (set-visited-file-name, file-expand-wildcards): Fix docstring. diff -r ae9227eb8392 -r 4825e30273d1 src/ChangeLog --- a/src/ChangeLog Wed Jun 02 00:50:09 2004 +0000 +++ b/src/ChangeLog Wed Jun 02 00:53:13 2004 +0000 @@ -1,3 +1,11 @@ +2004-06-02 Juanma Barranquero + + 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 * mem-limits.h (EXCEEDS_LISP_PTR) [USE_LSB_TAG]: Never true. @@ -6,9 +14,10 @@ * macfns.c: Don't include ccl.h. [MAC_OSX]: Don't include QuickTime/QuickTime.h. - [!MAC_OSX]: Don't include alloca.h, Windows.h, Gestalt.h, - or TextUtils.h. - (Fx_create_frame): Sync with xfns.c. Initialize cursor descriptors. + [!MAC_OSX]: Don't include alloca.h, Windows.h, Gestalt.h, or + TextUtils.h. + (Fx_create_frame): Sync with xfns.c. Initialize cursor + descriptors. (Fx_display_mm_height, Fx_display_mm_width): Calculate length from display height/width. (compute_tip_xy, Vx_max_tooltip_size): Declare. @@ -19,7 +28,8 @@ * macgui.h [!MAC_OSX]: Include Gestalt.h. (Cursor, No_Cursor): New defines. - [!TARGET_API_MAC_CARBON] (SetPortWindowPort): New compatibility macro. + [!TARGET_API_MAC_CARBON] (SetPortWindowPort): New compatibility + macro. [!TARGET_API_MAC_CARBON] (arrow_cursor): Declare. * macmenu.c (mac_menu_show, mac_dialog): Use SetPortWindowPort. @@ -47,9 +57,11 @@ (x_scroll_bar_handle_click): Set `(PORTION . WHOLE)' part in a scroll-bar click event. (mac_define_frame_cursor): Change the pointer shape. - (x_free_frame_resources): Reset tip_window to NULL when it is disposed. + (x_free_frame_resources): Reset tip_window to NULL when it is + disposed. [!TARGET_API_MAC_CARBON] (arrow_cursor): New variable. - [!TARGET_API_MAC_CARBON] (do_init_managers): Initialize arrow_cursor. + [!TARGET_API_MAC_CARBON] (do_init_managers): Initialize + arrow_cursor. (do_window_update): Don't do anything if the updated window is the tooltip window. (do_mouse_moved): Handle mouse movement events here (previously in @@ -57,8 +69,8 @@ dpyinfo->mouse_face_hidden is set. (do_os_event, do_events): Remove (now in XTread_socket). (XTread_socket): Immediately return if interrupt_input_blocked. - Loop until all the events in the queue are processed. - Rearrange codes for mouse grabbing. Add tooltip support. Include the + Loop until all the events in the queue are processed. Rearrange + codes for mouse grabbing. Add tooltip support. Include the contents of do_os_event and do_events. Remove mouse movement handling (now in do_mouse_moved). Add the case where Vmouse_highlight has an integer value. @@ -67,8 +79,8 @@ excess initializations. (make_mac_terminal_frame): Previous initializations in make_mac_frame are moved here. - (mac_initialize_display_info): - Initialize dpyinfo->mouse_face_overlay and dpyinfo->mouse_face_hidden. + (mac_initialize_display_info): Initialize + dpyinfo->mouse_face_overlay and dpyinfo->mouse_face_hidden. * xdisp.c [MAC_OS] (No_Cursor): Remove variable. (define_frame_cursor1): Don't treat HAVE_CARBON as a special case.