]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 2 Jun 2004 00:53:13 +0000 (00:53 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 2 Jun 2004 00:53:13 +0000 (00:53 +0000)
lib-src/ChangeLog
lisp/ChangeLog
src/ChangeLog

index ac789eb3181b1ae7104047def06475e51ee1a55e..9f3fcc13371e22236740121adb931c9e33d00a44 100644 (file)
@@ -1,6 +1,11 @@
+2004-06-01  Juanma Barranquero  <lektu@terra.es>
+
+       * makefile.w32-in (obj): Add image.c.
+
 2004-05-10  Thien-Thi Nguyen  <ttn@gnu.org>
 
-       * 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  <jasonr@gnu.org>
 
@@ -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  <ttn@gnu.org>
 
index c4ec3e6323c2c143f47e8bd7d446329cc83d749b..2ecf59b55aab3b0854d061b1164a8b28082a657e 100644 (file)
@@ -1,3 +1,17 @@
+2004-06-02  Juanma Barranquero  <lektu@terra.es>
+
+       * 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  <storm@cua.dk>
 
        * frame.el (blink-cursor-start): Turn cursor off initially so blink
 2004-05-28  Juanma Barranquero  <lektu@terra.es>
 
        * 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'.
 
 2004-05-11  Juanma Barranquero  <lektu@terra.es>
 
-       * 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.
index ecae93d1309e7f4e3689c91901ba0e1e289a8be6..260d0cf3b53ee4d4d4a3bcf7d1927825c138657b 100644 (file)
@@ -1,3 +1,11 @@
+2004-06-02  Juanma Barranquero  <lektu@terra.es>
+
+       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  <monnier@iro.umontreal.ca>
 
        * 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.
        (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.