]> code.delx.au - gnu-emacs/blobdiff - src/ChangeLog
[USE_MAC_TSM] (mac_handle_text_input_event):
[gnu-emacs] / src / ChangeLog
index dc8d4a38845f1957029dba45b3eb60c80d1c34c6..190d6fb0e3622f504412fbd88f8e4c1952cbf3f6 100644 (file)
@@ -1,3 +1,118 @@
+2007-06-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
+       Check WINDOWP before using XWINDOW.
+
+2007-06-27  Juanma Barranquero  <lekktu@gmail.com>
+
+       * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
+
+2007-06-26  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
+       (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
+       (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
+       (_free_internal, memalign): Use them.
+       (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
+       Initialize to PTHREAD_MUTEX_INITIALIZER.
+       (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
+       (morecore_nolock): Rename from morecore.  All uses changed.
+       Use only nolock versions of internal allocation functions.
+       (_malloc_internal_nolock, _realloc_internal_nolock)
+       (_free_internal_nolock): New functions created from
+       _malloc_internal, _realloc_internal, and _free_internal.
+       (_malloc_internal, _realloc_internal, _free_internal): Use them.
+       Copy hook value to automatic variable before its use.
+       (memalign): Copy hook value to automatic variable before its use.
+
+2007-06-21  Jason Rumney  <jasonr@gnu.org>
+
+       * image.c (convert_mono_to_color_image): Swap fore and background.
+
+2007-06-20  Jason Rumney  <jasonr@gnu.org>
+
+       * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
+       (w32_free_bdf_font): Unmap memory not handle.
+
+2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
+
+       * w32.c (_wsa_errlist): Fix typo in error message.
+       (init_environment): Ignore any environment variable from the
+       registry having a null value.
+
+2007-06-17  Jason Rumney  <jasonr@gnu.org>
+
+       * w32menu.c (add_menu_item): Don't use multibyte string functions on
+       unicode strings.
+
+2007-06-17  Juanma Barranquero  <lekktu@gmail.com>
+
+       * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
+       Fix typo in docstring.
+
+2007-06-16  Eli Zaretskii  <eliz@gnu.org>
+
+       * w32menu.c (add_menu_item): Escape `&' characters in menu items
+       and their keybindings.
+
+2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
+
+       * composite.c (update_compositions): Check validity of compositions.
+
+2007-06-10  Jason Rumney  <jasonr@gnu.org>
+
+       * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
+
+2007-06-06  Jason Rumney  <jasonr@gnu.org>
+
+       * s/ms-w32.h: Don't define HAVE_TZNAME.
+
+2007-06-06  Chong Yidong  <cyd@stupidchicken.com>
+
+       * image.c (xpm_load): Remove spurious call to
+       xpm_init_color_cache.
+
+2007-06-06  Martin Rudalics  <rudalics@gmx.at>
+
+       * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
+
+2007-06-05  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * xfaces.c (syms_of_xfaces): Delete stray semicolon.
+       * xdisp.c (next_element_from_buffer):
+       * window.c (delete_window):
+       * term.c (term_mouse_highlight):
+       * msdos.c (getdefdir):
+       * macterm.c (mac_create_bitmap_from_bitmap_data)
+       (init_font_name_table):
+       * fns.c (Fsxhash):
+       * data.c (Fmake_local_variable):
+       * ccl.c (ccl_driver): Likewise.
+
+2007-06-04  Juanma Barranquero  <lekktu@gmail.com>
+
+       * window.c (Fshrink_window): Reflow docstring.
+
+2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
+
+       * Version 22.1 released.
+
+       * xfns.c (x_set_name_internal): Undo last change.
+
+2007-06-01  Richard Stallman  <rms@gnu.org>
+
+       * xfns.c (x_encode_text): Add GCPRO.
+       (x_set_name_internal): Separate USE_GTK and non-USE_GTK cases.
+
+2007-06-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * xfns.c (x_set_name_internal): Save encoded name before
+       x_encode_text in case string data is relocated.
+
+2007-05-31  Richard Stallman  <rms@gnu.org>
+
+       * buffer.c (syms_of_buffer): Doc fix.
+
 2007-05-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
 
        * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
        (XTread_socket) [!MAC_OSX]: Don't pass keyboard events to TSM.
        [MAC_OS8] (make_mac_terminal_frame) [TARGET_API_MAC_CARBON]:
        Set default cursors.
-       (mac_initialize) [USE_CARBON_EVENTS && !MAC_OSX] : Don't call
+       (mac_initialize) [USE_CARBON_EVENTS && !MAC_OSX]: Don't call
        init_service_handler or init_quit_char_handler.
        (mac_initialize) [!MAC_OSX]: Don't call MakeMeTheFrontProcess.
 
        (install_window_handler) [TARGET_API_MAC_CARBON]:
        Register handlers for tracking/receiving drag-and-drop items.
        (do_ae_open_documents): Generate unibyte strings for filenames.
-       (mac_do_receive_drag) [TARGET_API_MAC_CARBON] : Likewise.
+       (mac_do_receive_drag) [TARGET_API_MAC_CARBON]: Likewise.
        Reject only non-filename items.  Set event modifiers, and return value.
 
 2004-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
 
        * macgui.h [MAC_OSX]: Include Carbon/Carbon.h.
        (mktime, DEBUG, Z, free, malloc, realloc, max, min)
-       (init_process) [MAC_OSX] : Avoid conflicts with Carbon/Carbon.h.
+       (init_process) [MAC_OSX]: Avoid conflicts with Carbon/Carbon.h.
        [!MAC_OSX]: Include QDOffscreen.h and Controls.h.
        (INFINITY) [MAC_OSX]: Avoid conflict with definition in math.h.
        (Bitmap): Remove typedef.