aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2007-06-01 11:16:03 +0000
committerJuanma Barranquero2007-06-01 11:16:03 +0000
commit59d8a9dcfbdc53753ce04747bb96155a607b64cd (patch)
tree76eadfba5ec4d1790c7163ae8362aba6615215c7
parent4797b6d98ab74536b6651aad7cbbbe8ef78be600 (diff)
downloademacs-59d8a9dcfbdc53753ce04747bb96155a607b64cd.tar.gz
emacs-59d8a9dcfbdc53753ce04747bb96155a607b64cd.zip
*** empty log message ***
-rw-r--r--src/ChangeLog14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index aee80035f9d..1798c1f4999 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -106,7 +106,7 @@
106 106
107 * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT. 107 * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
108 Include gpm.h. 108 Include gpm.h.
109 (handle_one_term_event, term_gpm) New externs. 109 (handle_one_term_event, term_gpm): New externs.
110 110
111 * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking 111 * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
112 and allow it to be interrupted by SIGIO. 112 and allow it to be interrupted by SIGIO.
@@ -6408,7 +6408,7 @@
6408 6408
6409 * macterm.c (Qmac_ready_for_drag_n_drop, Qapplication, Qabout) 6409 * macterm.c (Qmac_ready_for_drag_n_drop, Qapplication, Qabout)
6410 (Qpreferences): Remove variables. 6410 (Qpreferences): Remove variables.
6411 (syms_of_macterm) : Don't initialize them. 6411 (syms_of_macterm): Don't initialize them.
6412 (Qhicommand) [USE_CARBON_EVENTS]: New variable. 6412 (Qhicommand) [USE_CARBON_EVENTS]: New variable.
6413 (syms_of_macterm) [USE_CARBON_EVENTS]: Initialize it. 6413 (syms_of_macterm) [USE_CARBON_EVENTS]: Initialize it.
6414 (init_required_apple_events, do_ae_open_application) 6414 (init_required_apple_events, do_ae_open_application)
@@ -7090,7 +7090,7 @@
7090 7090
7091 * mac.c [TARGET_API_MAC_CARBON] (get_cfstring_encoding_from_lisp): 7091 * mac.c [TARGET_API_MAC_CARBON] (get_cfstring_encoding_from_lisp):
7092 Allow nil as argument. 7092 Allow nil as argument.
7093 [TARGET_API_MAC_CARBON] (Fmac_code_convert_string): Regard nil 7093 [TARGET_API_MAC_CARBON] (Fmac_code_convert_string): Regard nil
7094 for encoding arguments as UTF-16 in native byte order, no BOM. 7094 for encoding arguments as UTF-16 in native byte order, no BOM.
7095 7095
7096 * macfns.c (Fx_create_frame): Add debugging code. 7096 * macfns.c (Fx_create_frame): Add debugging code.
@@ -10563,7 +10563,7 @@
105632005-02-03 Kim F. Storm <storm@cua.dk> 105632005-02-03 Kim F. Storm <storm@cua.dk>
10564 10564
10565 * dispnew.c (build_frame_matrix_from_leaf_window) 10565 * dispnew.c (build_frame_matrix_from_leaf_window)
10566 [!GLYPH_DEBUG]: Fix xassert. 10566 [!GLYPH_DEBUG]: Fix xassert.
10567 10567
10568 * xfaces.c (x_free_gc) [!GLYPH_DEBUG]: Fix xassert. 10568 * xfaces.c (x_free_gc) [!GLYPH_DEBUG]: Fix xassert.
10569 10569
@@ -12571,7 +12571,7 @@
12571 (SAFE_ALLOCA, SAFE_ALLOCA_LISP): Increment it when malloc is used. 12571 (SAFE_ALLOCA, SAFE_ALLOCA_LISP): Increment it when malloc is used.
12572 (SAFE_FREE): Test it to determine if we need to unwind to free. 12572 (SAFE_FREE): Test it to determine if we need to unwind to free.
12573 Remove size arg. All users changed. 12573 Remove size arg. All users changed.
12574 (SAFE_FREE_LISP) Remove. All users changed to use SAFE_FREE. 12574 (SAFE_FREE_LISP): Remove. All users changed to use SAFE_FREE.
12575 12575
125762004-10-26 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 125762004-10-26 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
12577 12577
@@ -23759,8 +23759,8 @@
23759 * fns.c (Fstring_make_unibyte): Doc fix. 23759 * fns.c (Fstring_make_unibyte): Doc fix.
23760 23760
23761 * xselect.c (lisp_data_to_selection_data): If the requested type 23761 * xselect.c (lisp_data_to_selection_data): If the requested type
23762 is STRING, call string_make_unibyte to encode the selected text 23762 is STRING, call string_make_unibyte to encode the selected text
23763 as a string. 23763 as a string.
23764 23764
23765 * window.c (Fset_window_hscroll): Doc fix. 23765 * window.c (Fset_window_hscroll): Doc fix.
23766 23766