]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 1 Jun 2007 11:16:03 +0000 (11:16 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 1 Jun 2007 11:16:03 +0000 (11:16 +0000)
src/ChangeLog

index aee80035f9d8bdfe3fa29a8ae8a036bcaafb2787..1798c1f499985eda39592f8ae1ad1560b2e51f12 100644 (file)
 
        * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
        Include gpm.h.
-       (handle_one_term_event, term_gpm) New externs.
+       (handle_one_term_event, term_gpm): New externs.
 
        * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
        and allow it to be interrupted by SIGIO.
 
        * macterm.c (Qmac_ready_for_drag_n_drop, Qapplication, Qabout)
        (Qpreferences): Remove variables.
-       (syms_of_macterm) : Don't initialize them.
+       (syms_of_macterm): Don't initialize them.
        (Qhicommand) [USE_CARBON_EVENTS]: New variable.
        (syms_of_macterm) [USE_CARBON_EVENTS]: Initialize it.
        (init_required_apple_events, do_ae_open_application)
 
        * mac.c [TARGET_API_MAC_CARBON] (get_cfstring_encoding_from_lisp):
        Allow nil as argument.
-        [TARGET_API_MAC_CARBON] (Fmac_code_convert_string): Regard nil
+       [TARGET_API_MAC_CARBON] (Fmac_code_convert_string): Regard nil
        for encoding arguments as UTF-16 in native byte order, no BOM.
 
        * macfns.c (Fx_create_frame): Add debugging code.
 2005-02-03  Kim F. Storm  <storm@cua.dk>
 
        * dispnew.c (build_frame_matrix_from_leaf_window)
-        [!GLYPH_DEBUG]: Fix xassert.
+       [!GLYPH_DEBUG]: Fix xassert.
 
        * xfaces.c (x_free_gc) [!GLYPH_DEBUG]: Fix xassert.
 
        (SAFE_ALLOCA, SAFE_ALLOCA_LISP): Increment it when malloc is used.
        (SAFE_FREE): Test it to determine if we need to unwind to free.
        Remove size arg.  All users changed.
-       (SAFE_FREE_LISP) Remove.  All users changed to use SAFE_FREE.
+       (SAFE_FREE_LISP): Remove.  All users changed to use SAFE_FREE.
 
 2004-10-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 
        * fns.c (Fstring_make_unibyte): Doc fix.
 
        * xselect.c (lisp_data_to_selection_data): If the requested type
-        is STRING, call string_make_unibyte to encode the selected text
-        as a string.
+       is STRING, call string_make_unibyte to encode the selected text
+       as a string.
 
        * window.c (Fset_window_hscroll): Doc fix.