xdisp.c (display_line): Fix the change made for bug#7939.
[bpt/emacs.git] / src / ChangeLog
1 2011-02-18 Eli Zaretskii <eliz@gnu.org>
2
3 * xdisp.c (display_line): Fix the change made for bug#7939.
4
5 * terminal.c (create_terminal): Use default-keyboard-coding-system
6 and default-terminal-coding-system to initialize coding systems of
7 the new terminal. (Bug#7840)
8
9 2011-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
10
11 * lisp.h (BYTE_MARK_STACK): New macro.
12 (mark_byte_stack): Only declare if BYTE_MARK_STACK is set.
13
14 * bytecode.c (BYTE_MAINTAIN_TOP): New macros.
15 (struct byte_stack): Only define `top' and `bottom' if used.
16 (mark_byte_stack): Only define if used.
17 (BEFORE_POTENTIAL_GC, AFTER_POTENTIAL_GC): Nullify if BYTE_MAINTAIN_TOP
18 is not set.
19 (Fbyte_code): Don't set `bottom' unless BYTE_MAINTAIN_TOP is set.
20
21 * term.c (OUTPUT_IF): Use OUTPUT.
22
23 * alloc.c (Fgarbage_collect): When using stack scanning, don't
24 redundantly scan byte-code stacks, catchlist, and handlerlist.
25
26 2011-02-17 Jan Djärv <jan.h.d@swipnet.se>
27
28 * nsfns.m (Fx_create_frame, ns_set_name_as_filename)
29 (Fns_read_file_name): Replace B_ with BVAR.
30
31 * nsterm.m (ns_term_init): Use KVAR.
32
33 2011-02-16 Eli Zaretskii <eliz@gnu.org>
34
35 * msdos.c (internal_terminal_init): Use KVAR.
36
37 * w32fns.c (Fx_create_frame): Use KVAR.
38
39 * w32term.c (w32_create_terminal): Use KVAR.
40
41 * s/ms-w32.h (MODE_LINE_BINARY_TEXT): Remove.
42 (getloadavg): Declare prototype which was removed from lisp.h.
43
44 * xdisp.c (decode_mode_spec): Don't use MODE_LINE_BINARY_TEXT.
45
46 * fileio.c (Finsert_file_contents, Fwrite_region):
47 Remove references to buffer_file_type.
48 (syms_of_fileio): Don't intern and staticpro
49 find-buffer-file-type.
50
51 * callproc.c (syms_of_callproc): Remove references to
52 buffer_file_type.
53
54 * buffer.c (reset_buffer_local_variables): Don't set
55 buffer_file_type.
56 (init_buffer_once): Likewise.
57 (syms_of_buffer): Don't define buffer-file-type.
58
59 * buffer.h (struct buffer): Remove buffer_file_type.
60
61 2011-02-16 Tom Tromey <tromey@parfait>
62
63 * callint.c (Fcall_interactively): Update for change to field names.
64 * doc.c (Fsubstitute_command_keys): Update for change to field names.
65 * cmds.c (Fself_insert_command): Update for change to field names.
66 * keymap.c (Fcurrent_active_maps, Fkey_binding)
67 (Fdescribe_buffer_bindings): Update for change to field names.
68 * macros.c (Fstart_kbd_macro, end_kbd_macro, Fend_kbd_macro)
69 (store_kbd_macro_char, Fcall_last_kbd_macro, Fexecute_kbd_macro):
70 Update for change to field names.
71 * keyboard.c (echo_char, echo_dash, echo_now, cancel_echoing)
72 (echo_length, echo_truncate, cmd_error, command_loop_1)
73 (read_char, kbd_buffer_store_event_hold, make_lispy_event)
74 (menu_bar_items, tool_bar_items, read_char_minibuf_menu_prompt)
75 (read_key_sequence, Fcommand_execute, Fexecute_extended_command)
76 (Fdiscard_input, init_kboard, init_keyboard, mark_kboards):
77 Update for change to field names.
78 * xfns.c (Fx_create_frame): Update for change to field names.
79 * xterm.c (x_connection_closed, x_term_init): Update for change to
80 field names.
81 * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN, init_tty):
82 Update for change to field names.
83 * window.c (window_scroll_pixel_based, window_scroll_line_based):
84 Update for change to field names.
85 * frame.c (make_frame_without_minibuffer, Fhandle_switch_frame)
86 (delete_frame): Update for change to field names.
87 * lisp.h (DEFVAR_KBOARD): Update for change to field names.
88 * keyboard.h (struct kboard): Rename all Lisp_Object fields.
89 (KBOARD_INTERNAL_FIELD, KVAR): New macros.
90
91 2011-02-16 Tom Tromey <tromey@redhat.com>
92
93 * lisp.h (DEFVAR_BUFFER_DEFAULTS): Use BVAR.
94
95 2011-02-16 Tom Tromey <tromey@parfait>
96
97 * xfns.c (x_create_tip_frame, Fx_show_tip): Replace B_ with BVAR.
98 * xfaces.c (compute_char_face): Replace B_ with BVAR.
99 * xdisp.c (pos_visible_p, init_iterator, reseat_1)
100 (message_dolog, update_echo_area, ensure_echo_area_buffers)
101 (with_echo_area_buffer, setup_echo_area_for_printing)
102 (set_message_1, update_menu_bar, update_tool_bar)
103 (text_outside_line_unchanged_p, redisplay_internal)
104 (try_scrolling, try_cursor_movement, redisplay_window)
105 (try_window_reusing_current_matrix, row_containing_pos)
106 (try_window_id, get_overlay_arrow_glyph_row, display_line)
107 (Fcurrent_bidi_paragraph_direction, display_mode_lines)
108 (decode_mode_spec_coding, decode_mode_spec, display_count_lines)
109 (get_window_cursor_type, note_mouse_highlight): Replace B_ with
110 BVAR.
111 * window.c (window_display_table, unshow_buffer, window_loop)
112 (window_min_size_2, set_window_buffer, Fset_window_buffer)
113 (select_window, Fforce_window_update, temp_output_buffer_show)
114 (Fset_window_configuration, save_window_save): Replace B_ with
115 BVAR.
116 * w32fns.c (x_create_tip_frame, Fx_show_tip, Fw32_shell_execute):
117 Replace B_ with BVAR.
118 * undo.c (record_point, record_insert, record_delete)
119 (record_marker_adjustment, record_first_change)
120 (record_property_change, Fundo_boundary, truncate_undo_list)
121 (Fprimitive_undo): Replace B_ with BVAR.
122 * syntax.h (Vstandard_syntax_table, CURRENT_SYNTAX_TABLE)
123 (SETUP_BUFFER_SYNTAX_TABLE): Replace B_ with BVAR.
124 * syntax.c (update_syntax_table, dec_bytepos, Fsyntax_table)
125 (Fset_syntax_table, Fmodify_syntax_entry, skip_chars)
126 (skip_syntaxes, scan_lists): Replace B_ with BVAR.
127 * search.c (compile_pattern_1, compile_pattern, looking_at_1)
128 (string_match_1, fast_looking_at, newline_cache_on_off)
129 (search_command, search_buffer, simple_search, boyer_moore)
130 (Freplace_match): Replace B_ with BVAR.
131 * process.c (get_process, list_processes_1, Fstart_process)
132 (Fmake_serial_process, Fmake_network_process)
133 (read_process_output, send_process, exec_sentinel)
134 (status_notify, setup_process_coding_systems): Replace B_ with
135 BVAR.
136 * print.c (PRINTDECLARE, PRINTPREPARE, PRINTFINISH, printchar)
137 (strout, print_string, temp_output_buffer_setup, print_object):
138 Replace B_ with BVAR.
139 * msdos.c (IT_frame_up_to_date): Replace B_ with BVAR.
140 * minibuf.c (read_minibuf, get_minibuffer, Fread_buffer):
141 Replace B_ with BVAR.
142 * marker.c (Fmarker_buffer, Fset_marker, set_marker_restricted)
143 (set_marker_both, set_marker_restricted_both, unchain_marker):
144 Replace B_ with BVAR.
145 * lread.c (readchar, unreadchar, openp, readevalloop)
146 (Feval_buffer, Feval_region): Replace B_ with BVAR.
147 * lisp.h (DOWNCASE_TABLE, UPCASE_TABLE): Replace B_ with BVAR.
148 * keymap.c (Flocal_key_binding, Fuse_local_map)
149 (Fcurrent_local_map, push_key_description)
150 (Fdescribe_buffer_bindings): Replace B_ with BVAR.
151 * keyboard.c (command_loop_1, read_char_minibuf_menu_prompt)
152 (read_key_sequence): Replace B_ with BVAR.
153 * intervals.h (TEXT_PROP_MEANS_INVISIBLE): Replace B_ with BVAR.
154 * intervals.c (set_point_both, get_local_map): Replace B_ with
155 BVAR.
156 * insdel.c (check_markers, insert_char, insert_1_both)
157 (insert_from_string_1, insert_from_gap, insert_from_buffer_1)
158 (adjust_after_replace, replace_range, del_range_2)
159 (modify_region, prepare_to_modify_buffer)
160 (Fcombine_after_change_execute): Replace B_ with BVAR.
161 * indent.c (buffer_display_table, recompute_width_table)
162 (width_run_cache_on_off, current_column, scan_for_column)
163 (Findent_to, position_indentation, compute_motion, vmotion):
164 Replace B_ with BVAR.
165 * fringe.c (get_logical_cursor_bitmap)
166 (get_logical_fringe_bitmap, update_window_fringes): Replace B_
167 with BVAR.
168 * frame.c (make_frame_visible_1): Replace B_ with BVAR.
169 * font.c (font_at): Replace B_ with BVAR.
170 * fns.c (Fbase64_encode_region, Fbase64_decode_region, Fmd5):
171 Replace B_ with BVAR.
172 * filelock.c (unlock_all_files, Flock_buffer, Funlock_buffer)
173 (unlock_buffer): Replace B_ with BVAR.
174 * fileio.c (Fexpand_file_name, Ffile_directory_p)
175 (Ffile_regular_p, Ffile_selinux_context)
176 (Fset_file_selinux_context, Ffile_modes, Fset_file_modes)
177 (Fset_file_times, Ffile_newer_than_file_p, decide_coding_unwind)
178 (Finsert_file_contents, choose_write_coding_system)
179 (Fwrite_region, build_annotations, Fverify_visited_file_modtime)
180 (Fset_visited_file_modtime, auto_save_error, auto_save_1)
181 (Fdo_auto_save, Fset_buffer_auto_saved): Replace B_ with BVAR.
182 * editfns.c (region_limit, Fmark_marker, save_excursion_save)
183 (save_excursion_restore, Fprevious_char, Fchar_before)
184 (general_insert_function, Finsert_char, Finsert_byte)
185 (make_buffer_string_both, Finsert_buffer_substring)
186 (Fcompare_buffer_substrings, subst_char_in_region_unwind)
187 (subst_char_in_region_unwind_1, Fsubst_char_in_region)
188 (Ftranslate_region_internal, save_restriction_restore)
189 (Fchar_equal): Replace B_ with BVAR.
190 * dispnew.c (Fframe_or_buffer_changed_p): Replace B_ with BVAR.
191 * dispextern.h (WINDOW_WANTS_MODELINE_P)
192 (WINDOW_WANTS_HEADER_LINE_P): Replace B_ with BVAR.
193 * dired.c (directory_files_internal): Replace B_ with BVAR.
194 * data.c (swap_in_symval_forwarding, set_internal)
195 (Fmake_local_variable, Fkill_local_variable, Flocal_variable_p):
196 Replace B_ with BVAR.
197 * composite.c (fill_gstring_header)
198 (composition_compute_stop_pos, composition_adjust_point)
199 (Ffind_composition_internal): Replace B_ with BVAR.
200 * coding.c (decode_coding, encode_coding)
201 (make_conversion_work_buffer, decode_coding_gap)
202 (decode_coding_object, encode_coding_object)
203 (Fdetect_coding_region, Ffind_coding_systems_region_internal)
204 (Funencodable_char_position, Fcheck_coding_systems_region):
205 Replace B_ with BVAR.
206 * cmds.c (Fself_insert_command, internal_self_insert): Replace B_
207 with BVAR.
208 * charset.c (Ffind_charset_region): Replace B_ with BVAR.
209 * character.h (FETCH_CHAR_ADVANCE, INC_BOTH, DEC_BOTH)
210 (ASCII_CHAR_WIDTH): Replace B_ with BVAR.
211 * character.c (chars_in_text, Fget_byte): Replace B_ with BVAR.
212 * category.h (Vstandard_category_table): Replace B_ with BVAR.
213 * category.c (check_category_table, Fcategory_table)
214 (Fset_category_table, char_category_set): Replace B_ with BVAR.
215 * casetab.c (Fcurrent_case_table, set_case_table): Replace B_ with
216 BVAR.
217 * casefiddle.c (casify_object, casify_region): Replace B_ with
218 BVAR.
219 * callproc.c (Fcall_process, Fcall_process_region): Replace B_
220 with BVAR.
221 * callint.c (check_mark, Fcall_interactively): Replace B_ with
222 BVAR.
223 * bytecode.c (Fbyte_code): Replace B_ with BVAR.
224 * buffer.h (FETCH_CHAR, FETCH_CHAR_AS_MULTIBYTE, BVAR): Replace B_
225 with BVAR.
226 * buffer.c (Fbuffer_live_p, Fget_file_buffer)
227 (get_truename_buffer, Fget_buffer_create)
228 (clone_per_buffer_values, Fmake_indirect_buffer, reset_buffer)
229 (reset_buffer_local_variables, Fbuffer_name, Fbuffer_file_name)
230 (Fbuffer_local_value, buffer_lisp_local_variables)
231 (Fset_buffer_modified_p, Frestore_buffer_modified_p)
232 (Frename_buffer, Fother_buffer, Fbuffer_enable_undo)
233 (Fkill_buffer, Fset_buffer_major_mode, set_buffer_internal_1)
234 (set_buffer_temp, Fset_buffer, set_buffer_if_live)
235 (Fbarf_if_buffer_read_only, Fbury_buffer, Ferase_buffer)
236 (Fbuffer_swap_text, swapfield_, Fbuffer_swap_text)
237 (Fset_buffer_multibyte, swap_out_buffer_local_variables)
238 (record_overlay_string, overlay_strings, init_buffer_once)
239 (init_buffer, syms_of_buffer): Replace B_ with BVAR.
240
241 2011-02-16 Eli Zaretskii <eliz@gnu.org>
242
243 * xdisp.c (redisplay_internal): Resynchronize `w' if the selected
244 window is changed inside calls to do_pending_window_change.
245 (Bug#8020)
246
247 2011-02-16 Paul Eggert <eggert@cs.ucla.edu>
248
249 Remove no-longer needed getloadavg symbols.
250 * m/alpha.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Remove.
251 * m/amdx86-64.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Remove.
252 * m/ia64.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Remove.
253 * m/ibms390.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Remove.
254 * m/macppc.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Remove.
255 * m/sparc.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Remove.
256 * m/template.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Remove.
257 * m/vax.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Remove.
258 * s/aix4-2.h (KERNEL_FILE, LDAV_SYMBOL): Remove.
259 * s/bsd-common.h (KERNEL_FILE, LDAV_SYMBOL): Remove #undef.
260 * s/hpux10-20.h (KERNEL_FILE, LOAD_AVE_TYPE, LOAD_AVE_CVT):
261 (LDAV_SYMBOL): Remove.
262 * s/unixware.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE): Remove.
263 * s/usg5-4-common.h (KERNEL_FILE, LDAV_SYMBOL): Remove.
264
265 Import getloadavg module from gnulib.
266 * deps.mk (getloadavg.o): Remove; gnulib now does this.
267 * lisp.h (getloadavg) [!defined HAVE_GETLOADAVG]: Remove; gnulib
268 now does this.
269 * src/s/freebsd.h (HAVE_GETLOADAVG): Remove; gnulib now does this.
270 * src/s/netbsd.h (HAVE_GETLOADAVG): Likewise.
271 * config.in: Regenerate.
272
273 2011-02-15 Eli Zaretskii <eliz@gnu.org>
274
275 * nsfns.m (ns_set_name_as_filename, Fns_read_file_name): Use B_.
276
277 2011-02-14 Michael Welsh Duggan <md5i@md5i.com>
278
279 * print.c (float_to_string): Ensure that a decimal point is
280 printed if using dtoastr (Bug#8033).
281
282 2011-02-14 Eli Zaretskii <eliz@gnu.org>
283
284 * msdos.c (IT_frame_up_to_date):
285 * s/msdos.h (MODE_LINE_BINARY_TEXT): Use B_ for the MS-DOS build.
286
287 * dired.c (directory_files_internal):
288 * fileio.c (Finsert_file_contents):
289 * insdel.c (prepare_to_modify_buffer):
290 * xdisp.c (pos_visible_p):
291 * s/ms-w32.h (MODE_LINE_BINARY_TEXT):
292 * w32fns.c (Fw32_shell_execute, Fx_show_tip, x_create_tip_frame):
293 Use B_ for the MS-Windows build.
294
295 2011-02-14 Jan Djärv <jan.h.d@swipnet.se>
296
297 * xrdb.c (x_load_resources): For LUCID and XFT, don't put a
298 resource that specifies helvetica for menus and dialogs.
299
300 * xmenu.c (apply_systemfont_to_dialog): Apply to *dialog.font.
301 (apply_systemfont_to_menu): Set resources *menubar*font and
302 *popup*font. Remove defflt.
303 (set_frame_menubar, create_and_show_popup_menu):
304 Call apply_systemfont_to_menu before lw_create_widget.
305
306 2011-02-14 Tom Tromey <tromey@redhat.com>
307
308 * buffer.c (init_buffer_once, syms_of_buffer): Use B_ in DOS_NT case.
309
310 * keyboard.h: Remove obsolete comment.
311
312 2011-02-14 Tom Tromey <tromey@parfait>
313
314 * composite.c (fill_gstring_header)
315 (composition_compute_stop_pos, composition_adjust_point)
316 (Ffind_composition_internal): Use B_.
317 * intervals.c (set_point_both, get_local_map): Use B_.
318 * callproc.c (Fcall_process, Fcall_process_region): Use B_.
319 * process.c (get_process, list_processes_1, Fstart_process)
320 (Fmake_serial_process, Fmake_network_process)
321 (read_process_output, send_process, exec_sentinel)
322 (status_notify, setup_process_coding_systems): Use B_.
323 * bytecode.c (Fbyte_code): Use B_.
324 * syntax.c (update_syntax_table, dec_bytepos, Fsyntax_table)
325 (Fset_syntax_table, Fmodify_syntax_entry, skip_chars)
326 (skip_syntaxes, scan_lists): Use B_.
327 * lread.c (readchar, unreadchar, openp, readevalloop)
328 (Feval_buffer, Feval_region): Use B_.
329 * print.c (printchar, strout, print_string, PRINTDECLARE)
330 (PRINTPREPARE, PRINTFINISH, temp_output_buffer_setup)
331 (print_object): Use B_.
332 * font.c (font_at): Use B_.
333 * fns.c (Fbase64_encode_region, Fbase64_decode_region, Fmd5):
334 Use B_.
335 * callint.c (check_mark, Fcall_interactively): Use B_.
336 * editfns.c (region_limit, Fmark_marker, save_excursion_save)
337 (save_excursion_restore, Fprevious_char, Fchar_before)
338 (general_insert_function, Finsert_char, Finsert_byte)
339 (make_buffer_string_both, Finsert_buffer_substring)
340 (Fcompare_buffer_substrings, subst_char_in_region_unwind)
341 (subst_char_in_region_unwind_1, Fsubst_char_in_region)
342 (Ftranslate_region_internal, save_restriction_restore)
343 (Fchar_equal): Use B_.
344 * data.c (swap_in_symval_forwarding, set_internal)
345 (Fmake_local_variable, Fkill_local_variable, Flocal_variable_p):
346 Use B_.
347 * undo.c (record_point, record_insert, record_delete)
348 (record_marker_adjustment, record_first_change)
349 (record_property_change, Fundo_boundary, truncate_undo_list)
350 (Fprimitive_undo): Use B_.
351 * search.c (compile_pattern_1, compile_pattern, looking_at_1)
352 (string_match_1, fast_looking_at, newline_cache_on_off)
353 (search_command, search_buffer, simple_search, boyer_moore)
354 (Freplace_match): Use B_.
355 * indent.c (buffer_display_table, recompute_width_table)
356 (width_run_cache_on_off, current_column, scan_for_column)
357 (Findent_to, position_indentation, compute_motion, vmotion):
358 Use B_.
359 * casefiddle.c (casify_object, casify_region): Use B_.
360 * casetab.c (Fcurrent_case_table, set_case_table): Use B_.
361 * cmds.c (Fself_insert_command, internal_self_insert): Use B_.
362 * fileio.c (Fexpand_file_name, Ffile_directory_p)
363 (Ffile_regular_p, Ffile_selinux_context)
364 (Fset_file_selinux_context, Ffile_modes, Fset_file_modes)
365 (Fset_file_times, Ffile_newer_than_file_p, decide_coding_unwind)
366 (Finsert_file_contents, choose_write_coding_system)
367 (Fwrite_region, build_annotations, Fverify_visited_file_modtime)
368 (Fset_visited_file_modtime, auto_save_error, auto_save_1)
369 (Fdo_auto_save, Fset_buffer_auto_saved): Use B_.
370 * minibuf.c (read_minibuf, get_minibuffer, Fread_buffer): Use B_.
371 * marker.c (Fmarker_buffer, Fset_marker, set_marker_restricted)
372 (set_marker_both, set_marker_restricted_both, unchain_marker):
373 Use B_.
374 * insdel.c (check_markers, insert_char, insert_1_both)
375 (insert_from_string_1, insert_from_gap, insert_from_buffer_1)
376 (adjust_after_replace, replace_range, del_range_2)
377 (modify_region, prepare_to_modify_buffer)
378 (Fcombine_after_change_execute): Use B_.
379 * filelock.c (unlock_all_files, Flock_buffer, Funlock_buffer)
380 (unlock_buffer): Use B_.
381 * keymap.c (Flocal_key_binding, Fuse_local_map)
382 (Fcurrent_local_map, push_key_description)
383 (Fdescribe_buffer_bindings): Use B_.
384 * keyboard.c (command_loop_1, read_char_minibuf_menu_prompt)
385 (read_key_sequence): Use B_.
386 * fringe.c (get_logical_cursor_bitmap)
387 (get_logical_fringe_bitmap, update_window_fringes): Use B_.
388 * xfns.c (x_create_tip_frame, Fx_show_tip): Use B_.
389 * xfaces.c (compute_char_face): Use B_.
390 * character.c (chars_in_text, Fget_byte): Use B_.
391 * category.c (check_category_table, Fcategory_table)
392 (Fset_category_table, char_category_set): Use B_.
393 * coding.c (decode_coding, encode_coding)
394 (make_conversion_work_buffer, decode_coding_gap)
395 (decode_coding_object, encode_coding_object)
396 (Fdetect_coding_region, Ffind_coding_systems_region_internal)
397 (Funencodable_char_position, Fcheck_coding_systems_region):
398 Use B_.
399 * charset.c (Ffind_charset_region): Use B_.
400 * window.c (window_display_table, unshow_buffer, window_loop)
401 (window_min_size_2, set_window_buffer, Fset_window_buffer)
402 (select_window, Fforce_window_update, temp_output_buffer_show)
403 (Fset_window_configuration, save_window_save): Use B_.
404 * xdisp.c (pos_visible_p, init_iterator, reseat_1)
405 (message_dolog, update_echo_area, ensure_echo_area_buffers)
406 (with_echo_area_buffer, setup_echo_area_for_printing)
407 (set_message_1, update_menu_bar, update_tool_bar)
408 (text_outside_line_unchanged_p, redisplay_internal)
409 (try_scrolling, try_cursor_movement, redisplay_window)
410 (try_window_reusing_current_matrix, row_containing_pos)
411 (try_window_id, get_overlay_arrow_glyph_row, display_line)
412 (Fcurrent_bidi_paragraph_direction, display_mode_lines)
413 (decode_mode_spec_coding, decode_mode_spec, display_count_lines)
414 (get_window_cursor_type, note_mouse_highlight): Use B_.
415 * frame.c (make_frame_visible_1): Use B_.
416 * dispnew.c (Fframe_or_buffer_changed_p): Use B_.
417 * dispextern.h (WINDOW_WANTS_HEADER_LINE_P)
418 (WINDOW_WANTS_MODELINE_P): Use B_.
419 * syntax.h (Vstandard_syntax_table): Update.
420 (CURRENT_SYNTAX_TABLE, SETUP_BUFFER_SYNTAX_TABLE): Use B_.
421 * intervals.h (TEXT_PROP_MEANS_INVISIBLE): Update.
422 (TEXT_PROP_MEANS_INVISIBLE): Use B_.
423 * character.h (FETCH_CHAR_ADVANCE): Update.
424 (INC_BOTH, ASCII_CHAR_WIDTH, DEC_BOTH): Use B_.
425 * category.h (Vstandard_category_table): Update.
426 * lisp.h (DEFVAR_BUFFER_DEFAULTS): Update for change to field
427 names.
428 (DOWNCASE_TABLE, UPCASE_TABLE): Use B_.
429 * buffer.c (swapfield_): New macro.
430 (Fbuffer_swap_text): Use swapfield_ where appropriate.
431 (Fbuffer_live_p, Fget_file_buffer, get_truename_buffer)
432 (Fget_buffer_create, clone_per_buffer_values)
433 (Fmake_indirect_buffer, reset_buffer)
434 (reset_buffer_local_variables, Fbuffer_name, Fbuffer_file_name)
435 (Fbuffer_local_value, buffer_lisp_local_variables)
436 (Fset_buffer_modified_p, Frestore_buffer_modified_p)
437 (Frename_buffer, Fother_buffer, Fbuffer_enable_undo)
438 (Fkill_buffer, Fset_buffer_major_mode, set_buffer_internal_1)
439 (set_buffer_temp, Fset_buffer, set_buffer_if_live)
440 (Fbarf_if_buffer_read_only, Fbury_buffer, Ferase_buffer)
441 (Fbuffer_swap_text, Fset_buffer_multibyte)
442 (swap_out_buffer_local_variables, record_overlay_string)
443 (overlay_strings, init_buffer_once, init_buffer, syms_of_buffer):
444 Use B_.
445 * buffer.h (struct buffer): Rename all Lisp_Object fields.
446 (BUFFER_INTERNAL_FIELD, B_): New macro.
447 (FETCH_CHAR, FETCH_CHAR_AS_MULTIBYTE): Use B_.
448
449 2011-02-14 Jan Djärv <jan.h.d@swipnet.se>
450
451 * gtkutil.c (xg_tool_bar_menu_proxy): Handle case when tool bar label
452 is null.
453
454 2011-02-13 Jan Djärv <jan.h.d@swipnet.se>
455
456 * callproc.c (Fcall_process):
457 * process.c (create_process): Replace Gtk with GConf in SIGPIPE
458 comment.
459
460 2011-02-12 Martin Rudalics <rudalics@gmx.at>
461
462 * window.c (select_window): Check inhibit_point_swap argument when
463 deciding whether to return immediately.
464
465 2011-02-12 Jan Djärv <jan.h.d@swipnet.se>
466
467 * nsterm.m (setFrame, initFrame): Make sure pixel_height doesn't become
468 zero (Bug#7348).
469
470 2011-02-12 Chong Yidong <cyd@stupidchicken.com>
471
472 * config.in (TERMINFO): New definition.
473
474 * s/netbsd.h: Use it to choose between terminfo and termcap
475 (Bug#7642).
476
477 2011-02-12 Paul Eggert <eggert@cs.ucla.edu>
478
479 * md5.c (md5_process_bytes): Use sizeof, not __alignof__.
480 The difference doesn't matter here, in practice, and sizeof is
481 more portable to non-GCC compilers. Also, this makes the code
482 match the already-existing comment.
483
484 2011-02-12 Andreas Schwab <schwab@linux-m68k.org>
485
486 * process.c (create_process): Reset SIGPIPE handler in the child.
487 * callproc.c (Fcall_process): Likewise. (Bug#5238)
488
489 2011-02-12 Eli Zaretskii <eliz@gnu.org>
490
491 * xdisp.c <this_line_min_pos>: New variable.
492 (move_it_in_display_line_to): Record in this_line_min_pos the
493 smallest position iterated across.
494 (display_line): Use this_line_min_pos to record the smallest
495 position in the line even if it is not displayed due to
496 hscrolling. (Bug#7939)
497
498 2011-02-12 Paul Eggert <eggert@cs.ucla.edu>
499
500 Port to Sun C 5.11, which has __attribute__ ((__aligned (N))).
501 * md5.h (ATTRIBUTE_ALIGNED): New macro.
502 (struct md5_ctx): Use it.
503
504 Port to Solaris 10, which doesn't support FC_HINT_STYLE.
505 * xftfont.c (FC_HINT_STYLE): #define to "hintstyle" if not
506 defined.
507 * xsettings.c (parse_settings, apply_xft_settings): Don't assume
508 FC_HINT_STYLE is supported.
509
510 2011-02-11 Jan Djärv <jan.h.d@swipnet.se>
511
512 * xterm.c (x_set_frame_alpha): Access data before it is free:d.
513 Make sure we don't do x_catch_errors twice.
514
515 2011-02-10 Glenn Morris <rgm@gnu.org>
516
517 * Makefile.in (really-lwlib): Depend on globals.h, for parallel builds.
518
519 2011-02-09 Eli Zaretskii <eliz@gnu.org>
520
521 * makefile.w32-in (GLOBAL_SOURCES, SOME_MACHINE_OBJECTS, obj):
522 New macros.
523 (globals.h, gl-stamp): New targets.
524 (clean): Clean gl-stamp and globals.h.
525
526 2011-02-09 Andreas Schwab <schwab@linux-m68k.org>
527
528 * Makefile.in (gl-stamp): Create globals.h here.
529 (globals.h): Don't do it here.
530 (mostlyclean): Clean globals.h and gl-stamp.
531
532 2011-02-09 Paul Eggert <eggert@cs.ucla.edu>
533
534 * Makefile.in ($(otherobj)): Depend on globals.h.
535 Otherwise 'make -j10' failed on my host, because the build lacked
536 necessary dependencies, e.g., vm-limit.o depends on globals.h.
537
538 2011-02-08 Tom Tromey <tromey@redhat.com>
539
540 * Makefile.in (NS_OBJC_OBJ): New variable.
541 (base_obj): Rename from 'obj'.
542 (obj): New variable.
543 (globals.h, gl-stamp, $(obj)): New targets.
544 (GLOBAL_SOURCES): New variable.
545 * globals.h: Remove.
546 * nsselect.m (Vselection_alist): Define. Reverts part of
547 2011-01-19T22:11:33Z!jan.h.d@swipnet.se.
548 * buffer.c: Don't use "no_cell" for name of kill-buffer-hook's
549 variable.
550 * xselect.c (Vselection_alist): Define. Reverts part of 2011-01-19T23:32:42Z!eggert@cs.ucla.edu.
551
552 2011-02-08 Kenichi Handa <handa@m17n.org>
553
554 * font.c (Ffont_get): Do not cache :otf value.
555
556 2011-02-07 Paul Eggert <eggert@cs.ucla.edu>
557
558 conform to C89 pointer rules
559
560 * dired.c (scmp, file_name_completion):
561 Change types between char * and unsigned char *, to satisfy C89
562 rules about pointer type compatibility.
563 * casefiddle.c (casify_object, casify_region): Likewise.
564 * search.c (Freplace_match, Fregexp_quote): Likewise.
565 * alloc.c (make_string, make_specified_string, make_pure_string):
566 Likewise.
567 * data.c (Fstring_to_number): Likewise.
568 * print.c (float_to_string, PRINTFINISH, printchar, strout):
569 (print_object): Likewise.
570 * editfns.c (init_editfns, Fchar_to_string, Fbyte_to_string):
571 (Fuser_full_name, Fsubst_char_in_region, Ftranslate_region_internal):
572 (Fformat): Likewise.
573 * callint.c (Fcall_interactively): Likewise.
574 * fns.c (string_make_multibyte, string_to_multibyte):
575 (string_make_unibyte, Fstring_as_unibyte, Fstring_to_unibyte):
576 (Fbase64_encode_region, base64_encode_1, Fbase64_decode_region, Fmd5):
577 Likewise.
578 * lread.c (read1, hash_string): Likewise.
579 * process.c (read_process_output, send_process, Fprocess_send_region):
580 Likewise.
581 * callproc.c (Fcall_process): Likewise.
582 * doprnt.c (doprnt): Likewise.
583 * indent.c (compute_motion): Likewise.
584 * xfont.c (xfont_decode_coding_xlfd): Likewise.
585 * ralloc.c (resize_bloc): Likewise.
586 * image.c (tiff_load): Likewise.
587 * xml.c (make_dom, parse_region): Likewise.
588 * character.c (strwidth): Make its argument const char *, not const
589 unsigned char *, since more callers prefer it that way. All callers
590 changed.
591
592 2011-02-06 Paul Eggert <eggert@cs.ucla.edu>
593
594 * xterm.c (x_alloc_nearest_color_1): Avoid unportable int assumption.
595 Emacs assumes two's complement elsewhere, but the assumption is
596 easy to remove here, and this suppresses a warning with Sun C 5.8.
597
598 conform to C89 pointer rules
599
600 * xterm.c (x_draw_fringe_bitmap, handle_one_xevent, x_bitmap_icon):
601 (same_x_server, x_term_init):
602 Change types between char * and unsigned char *, to satisfy C89
603 rules about pointer type compatibility.
604 * doc.c (get_doc_string, Fsnarf_documentation):
605 (Fsubstitute_command_keys): Likewise.
606 * xfns.c (Fx_open_connection, Fx_window_property): Likewise.
607 * bitmaps/gray.xbm (gray_bits): Likewise.
608 * image.c (xbm_read_bitmap_data, xbm_load_image, xbm_load): Likewise.
609 * keyboard.c (echo_char, MULTI_LETTER_MOD, tty_read_avail_input):
610 Likewise.
611 * keymap.c (Ftext_char_description): Likewise.
612 * minibuf.c (Fread_buffer): Likewise.
613 * fileio.c (IS_DRIVE) [defined WINDOWSNT]:
614 (DRIVE_LETTER) [defined DOS_NT]:
615 (report_file_error, Ffile_name_directory, Ffile_name_nondirectory):
616 (make_temp_name, Fexpand_file_name, file_name_absolute_p):
617 (search_embedded_absfilename, Fsubstitute_in_file_name):
618 (barf_or_query_if_file_exists, Fmake_directory_internal):
619 (Fdelete_directory_internal, Ffile_name_absolute_p, read_non_regular):
620 (Finsert_file_contents, Fwrite_region):
621 Likewise.
622 * insdel.c (insert, insert_and_inherit, insert_before_markers):
623 (insert_before_markers_and_inherit, insert_1, insert_1_both):
624 Likewise. This changes these functions' signatures, which is
625 more convenient since most callers use char *. All remaining
626 callers changed.
627 * editfns.c (general_insert_function): Change signature to
628 match changes to insert functions' signatures.
629 * keymap.c (map_keymap_char_table_item, map_keymap_internal):
630 Use explicit cast when converting between void * and function pointer
631 types, as C89 requires this.
632
633 2011-02-05 Paul Eggert <eggert@cs.ucla.edu>
634
635 don't ignore chdir failure
636 * sysdep.c (sys_subshell) [!defined DOS_NT]: Diagnose chdir
637 failure and exit.
638 (sys_subshell) [defined DOS_NT]: Mark with a FIXME the two
639 remaining unchecked chdir calls in this function; some DOS/NT
640 expert needs to fix them.
641 * emacs.c (main): Mark with a FIXME the unchecked chdir calls
642 in this function; some NextStep expert needs to fix them.
643
644 2011-02-05 Glenn Morris <rgm@gnu.org>
645
646 * xfaces.c (Finternal_set_lisp_face_attribute):
647 Try to clarify some error messages. (Bug#2659)
648
649 2011-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
650
651 * editfns.c (save_restriction_restore): Don't forget to invalidate the
652 current_column cache (bug#7946).
653
654 2011-02-05 Kenichi Handa <handa@m17n.org>
655
656 * ftfont.c (ftfont_open): Use FC_DUAL only when it is defined.
657
658 * xftfont.c (xftfont_open): Likewise.
659
660 2011-02-05 Andreas Schwab <schwab@linux-m68k.org>
661
662 * window.c (Fselect_window): Add missing return value.
663
664 2011-02-05 Paul Eggert <eggert@cs.ucla.edu>
665
666 xstrcasecmp: conform to C89 pointer rules
667 * xfaces.c (xstrcasecmp): Change args from const unsigned char *
668 to const char *, since they're usually low-level C strings, and
669 this stays compatible with C89 pointer rules. All callers changed.
670
671 * charset.c: conform to C89 pointer rules
672 (define_charset_internal): Switch between char * and unsigned char *.
673
674 * xmenu.c: conform to C89 const rules
675 (xmenu_show, xdialog_show): Declare local var as char *, not
676 const char *, to stay compatible with C89 const rules.
677
678 * xdisp.c: conform to C89 pointer rules
679 (store_mode_line_noprop, display_string, reseat_to_string):
680 (c_string_pos, number_of_chars, message_dolog):
681 (message_log_check_duplicate, set_message_1, store_mode_line_noprop):
682 (display_mode_element, display_string):
683 Switch between char * and unsigned char * to stay compatible wth
684 C89 pointer rules.
685
686 * regex.c: conform to C89 pointer rules
687 (re_wctype): Add cast, as C89 does not allow assigning between
688 char * and unsigned char *.
689 (regex_compile): Likewise.
690
691 sync from gnulib to remove HAVE_STDBOOL_H
692 * config.in: Regenerate.
693
694 2011-02-04 Eli Zaretskii <eliz@gnu.org>
695
696 * makefile.w32-in (LISP_H, PROCESS_H): New variables.
697 Replace all uses of lisp.h with $(LISP_H), and all uses of
698 process.h with $(PROCESS_H).
699 ($(BLD)/editfns.$(O)): Depend on ../lib/strftime.h.
700 ($(BLD)/print.$(O)): Depend on ../lib/ftoastr.h and ../lib/intprops.h.
701
702 * deps.mk: Update for recent changes: gnutls support, gnulib
703 imports, addition of globals.h.
704
705 * makefile.w32-in ($(BLD)/sysdep.$(O)): Depend on
706 ../lib/ignore-value.h.
707
708 2011-02-03 Paul Eggert <eggert@cs.ucla.edu>
709
710 allow C code to suppress warnings about ignored return values
711
712 We need to go through the code and for each such warning, either
713 fix the code to pay attention to the returned value, or tell GCC
714 that we really do want to ignore the returned value. Here is one
715 example of how to do the latter.
716 * sysdep.c: Include <ignore-value.h>.
717 (sys_subshell): Suppress an undesirable warning about not checking
718 the returned value of 'write', as there's nothing useful one can
719 do with that returned value.
720
721 2011-02-03 Jan Djärv <jan.h.d@swipnet.se>
722
723 * xterm.c (x_connection_closed): Remove all calls that calls
724 XSync (Bug#7949).
725
726 2011-02-01 Eli Zaretskii <eliz@gnu.org>
727
728 * image.c (tiff_load): Avoid compiler warning in 2nd arg to
729 TIFFClientOpen.
730
731 2011-02-01 Jan Djärv <jan.h.d@swipnet.se>
732
733 * xsmfns.c (ice_connection_closed): Call delete_read_fd.
734 (x_session_check_input): Change args and return type so it can be used
735 as argument to add_read_fd. Make static. Remove call to select.
736 Call kbd_buffer_store_event for emacs_event.
737 (smc_save_yourself_CB): Also store initial argv to SmRestartCommand.
738 (ice_conn_watch_CB): Call add_read_fd.
739
740 * xterm.c (XTread_socket): Remove HAVE_X_SM block with call to
741 x_session_check_input.
742 (x_session_initialized): Remove definition.
743 (x_initialize): Remove setting of x_session_initialized.
744
745 * xterm.h (x_session_check_input): Remove declaration.
746
747 2011-02-01 Paul Eggert <eggert@cs.ucla.edu>
748
749 format-time-string now supports subsecond time stamp resolution
750 * editfns.c (emacs_nmemftime): Rename from emacs_memftimeu,
751 for consistency with its new argument and with gnulib nstrftime.
752 All callers changed. New argument NS.
753 (Fformat_time_string): Check that the time argument's microseconds
754 component, if any, is in range; this avoids integer overflow and
755 also nstrftime needs this. Document %N.
756
757 2011-01-31 Andreas Schwab <schwab@linux-m68k.org>
758
759 * image.c (DEF_IMGLIB_FN): Add parameter rettype, use it instead
760 of int. All uses adjusted.
761 (PNG_JMPBUF, png_load, jpeg_load, tiff_load, gif_load)
762 (svg_load_image): Remove casts.
763
764 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
765
766 * image.c (fn_png_longjmp, fn_png_set_longjmp_fn): New png
767 function definitions for compiling with libpng-1.5.
768 (PNG_LONGJMP, PNG_JMPBUF): New macros for libpng-1.5.
769 (my_png_error, png_load): Use them. Suggested by Thomas Klausner
770 (Bug#7908).
771
772 2011-01-31 Eli Zaretskii <eliz@gnu.org>
773
774 * s/ms-w32.h (HAVE_STRFTIME): Don't define.
775
776 * makefile.w32-in (OBJ2): Remove strftime.$(O).
777 ($(BLD)/strftime.$(O)): Remove prerequisites.
778
779 2011-01-31 Paul Eggert <eggert@cs.ucla.edu>
780
781 src/emacs.c now gets version number from configure.in
782 * emacs.c (emacs_version): Set to VERSION so that it
783 is determined automatically from ../configure.in.
784
785 2011-01-31 Jim Meyering <meyering@redhat.com>
786
787 * charset.c (load_charset_map): Don't deref NULL on failed malloc.
788 Use xmalloc rather than malloc.
789
790 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
791
792 strftime: import from gnulib
793 * Makefile.in (obj): Remove strftime.o, as gnulib now does this for us.
794 * deps.mk (strftime.o): Remove.
795 * editfns.c: Include <strftime.h>, supplied by gnulib.
796 (emacs_strftimeu): Remove decl.
797 (emacs_memftimeu): Use nstrftime (the gnulib name) rather than
798 emacs_strftimeu.
799 * config.in: Regenerate.
800 * strftime.c: Remove; we now use strftime from gnulib.
801
802 Use SSDATA when the context wants char *.
803 * alloc.c, buffer.c, bytecode.c, callproc.c, dired.c:
804 * dispnew.c, doc.c, editfns.c, emacs.c, fileio.c, filelock.c:
805 * fns.c, font.c, frame.c, image.c, indent.c, keyboard.c:
806 * lread.c, minibuf.c, print.c, process.c, search.c, widget.c:
807 * xdisp.c, xfaces.c, xfns.c, xml.c, xselect.c, xterm.c:
808 Use SSDATA (not SDATA) when the context of the expression wants
809 char * (not unsigned char *).
810
811 2011-01-30 Jan Djärv <jan.h.d@swipnet.se>
812
813 * .gdbinit: Read global lisp variables as globals.f_V*.
814
815 2011-01-30 Andreas Schwab <schwab@linux-m68k.org>
816
817 * font.c (PROP_MATCH): Remove parameter N and use strlen instead.
818 All uses changed.
819 (PROP_SAVE): Likewise.
820
821 2011-01-29 Chong Yidong <cyd@stupidchicken.com>
822
823 * keyboard.c (make_lispy_position): Fix typo in last change
824 (Bug#7935).
825
826 2011-01-29 Eli Zaretskii <eliz@gnu.org>
827
828 * s/ms-w32.h (HAVE_MKTIME): Remove.
829
830 * makefile.w32-in (LOCAL_FLAGS): Add -I../lib.
831 (GNULIB): New variable.
832 (LIBS): Add $(GNULIB).
833 $(TEMACS): Depend on $(GNULIB).
834 <top-level>: Fix font-lock disrupted by a lone `"'.
835
836 2011-01-29 Jan Djärv <jan.h.d@swipnet.se>
837
838 * nsselect.m (ns_string_from_pasteboard): Get length of string
839 and use make_string instead of build_string (Bug#7934).
840 (ns_string_to_pasteboard_internal): Use initWithBytesNoCopy
841 instead of stringWithUTF8String (Bug#7934).
842
843 2011-01-29 Anders Lindgren <andlind@gmail.com> (tiny change)
844
845 * nsfont.m (nsfont_open): Ensure that fonts with inexact
846 descenders would not become one pixel too tall (Bug#7887).
847
848 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
849
850 * keyboard.c (make_lispy_position): For clicks on right fringe or
851 margin, compute text position using the X coordinate relative to
852 the left of the text area (Bug#7839).
853
854 2011-01-28 Kenichi Handa <handa@m17n.org>
855
856 * ftfont.c (ftfont_spec_pattern): Check each extra property
857 value.
858
859 2011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
860
861 * xdisp.c (safe_eval_handler): Distinguish symbols and strings.
862
863 2011-01-27 Chong Yidong <cyd@stupidchicken.com>
864
865 * font.c (font_parse_fcname): Undefine a temporary macro.
866
867 2011-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
868
869 Let the debugger continue to the normal handler (bug#7825).
870 * eval.c (maybe_call_debugger): Declare before new use.
871 (find_handler_clause): Don't call debugger any more.
872 Ignore Vstack_trace_on_error.
873 Use XCAR/XCDR.
874 (syms_of_eval): Remove Vstack_trace_on_error.
875 (Fsignal): Only modify handlerlist when we know we need to do it.
876 Call the debugger when necessary.
877 * globals.h (Vstack_trace_on_error): Remove.
878
879 2011-01-26 Chong Yidong <cyd@stupidchicken.com>
880
881 * font.c (font_parse_fcname): Rewrite GTK font name parser.
882
883 2011-01-25 Stefan Monnier <monnier@iro.umontreal.ca>
884
885 * xdisp.c (handle_fontified_prop): Be careful with font-lock changing
886 the buffer's point-max (bug#7876).
887
888 2011-01-25 Chong Yidong <cyd@stupidchicken.com>
889
890 * lisp.h (XPNTR): Obey DATA_SEG_BITS in all non-USE_LSB_TAG cases.
891 Remove unused case (Bug#6811).
892
893 2011-01-23 Jan Djärv <jan.h.d@swipnet.se>
894
895 * nsterm.m (x_set_offset): Set dont_constrain to 0 so the call to
896 setFrameTopLeftPoint is constrained.
897
898 2011-01-23 Paul Eggert <eggert@cs.ucla.edu>
899
900 Check return values of some library calls.
901 * emacs.c (main): Check dup result.
902 * frame.c: Include <limits.h>, for INT_MIN and INT_MAX.
903 (frame_name_fnn_p): Check strtol result.
904
905 * image.c (x_create_bitmap_from_xpm_data): Add cast to fix type clash
906 when calling XpmCreatePixmapFromData.
907
908 Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h.
909 * lisp.h (SSDATA): New macro.
910 All uses of (char *) SDATA (x) replaced with SSDATA (x),
911 and all uses of (unsigned char *) SDATA (x) replaced with SDATA (x).
912 * gtkutil.c (SSDATA): Remove, as lisp.h now defines this.
913 * xsmfns.c (SSDATA): Likewise.
914
915 2011-01-22 Martin Rudalics <rudalics@gmx.at>
916
917 * window.c (select_window): New function.
918 (Fselect_window): Call it.
919 (inhibit_point_swap): Variable deleted.
920 (Fset_window_configuration): Call select_window directly.
921
922 2011-01-22 Jan Djärv <jan.h.d@swipnet.se>
923
924 * nsterm.m (constrainFrameRect): Only constrain the first time called.
925
926 2011-01-21 Jan Djärv <jan.h.d@swipnet.se>
927
928 * nsterm.m (x_set_offset, windowDidMove): When calculating y, use first
929 screen, not the window screen.
930 (x_set_window_size): Remove constraints.
931 Calculate origin.y only if zooming is 0 and without referring to a
932 screen.
933 (windowWillResize): Don't modify frameSize.
934 (windowDidBecomeKey, mouseDown): Set dont_constrain to 1.
935 (initFrameFromEmacs): Initialize ns_userRect.
936 (windowShouldZoom): Set zooming to one. Remove all other code.
937 (windowWillUseStandardFrame): Move static ns_userRect to EmacsView.
938 Zero it after restore.
939 (constrainFrameRect): New method for EmacsWindow.
940 (mouseDragged): Always post NSWindowDidResizeNotification after call to
941 windowWillResize.
942
943 * nsterm.h (ns_output): Add dont_constrain and zooming.
944 (EmacsView): Add ns_userRect.
945
946 * nsterm.m (keyDown): If ns_right_alternate_modifier is Qleft, check
947 if ns_alternate_modifier is none.
948
949 2011-01-20 Jan Djärv <jan.h.d@swipnet.se>
950
951 * unexmacosx.c: Add comment about include order.
952
953 2011-01-20 Glenn Morris <rgm@gnu.org>
954
955 * minibuf.c (syms_of_minibuf) <read-expression-history>:
956 Give it a doc string.
957 * globals.h: Add Vread_expression_history.
958
959 * macros.c (syms_of_macros) <kbd-macro-termination-hook>:
960 Give it a doc string.
961 * globals.h: Add Vkbd_macro_termination_hook.
962
963 2011-01-20 Chong Yidong <cyd@stupidchicken.com>
964
965 * fns.c (Fyes_or_no_p): Revert 2011-01-07 change, removing ARGS.
966
967 2011-01-19 Paul Eggert <eggert@cs.ucla.edu>
968
969 Fix X11 compilation failure.
970 * globals.h (struct emacs_globals): Document f_Vselection_alist.
971 * xselect.c (Vselection_alist): Remove declaration, moving its
972 documentation to globals.h. This fixes a compilation failure
973 induced by the earlier change to globals.h today.
974
975 2011-01-19 Jan Djärv <jan.h.d@swipnet.se>
976
977 * unexmacosx.c: Include config.h before unistd.h (Bug#7859).
978
979 * nsterm.m (ns_input_file, ns_input_font, ns_input_fontsize)
980 (ns_input_line, ns_input_color, ns_input_text, ns_working_text)
981 (ns_input_spi_name, ns_input_spi_arg)
982 (ns_alternate_modifier, ns_right_alternate_modifier)
983 (ns_command_modifier, ns_right_command_modifier, ns_control_modifier)
984 (ns_right_control_modifier, ns_function_modifier)
985 (ns_antialias_text, ns_confirm_quit): Move to globals.h.
986 (Vx_toolkit_scroll_bars, x_use_underline_position_properties)
987 (x_underline_at_descent_line): Remove declaration.
988 (syms_of_nsterm): Remove & from DEFVAR_LISP and DEFVAR_BOOL.
989
990 * nsselect.m (Vns_sent_selection_hooks, Vns_lost_selection_hooks
991 (Vselection_alist, Vselection_converter_alist): Move to globals.h.
992 (syms_of_nsselect): Remove & from DEFVAR_LISP.
993
994 * nsmenu.m (Voverriding_local_map, Voverriding_local_map_menu_flag):
995 Remove declaration.
996
997 * nsfont.m (Vns_reg_to_script, ns_antialias_text): Move to
998 globals.h.
999 (syms_of_nsfont): Remove & from DEFVAR_LISP.
1000
1001 * nsfns.m (Vmenu_bar_mode, Vtool_bar_mode): Remove declaration.
1002 (Vns_icon_type_alist, Vns_version_string): Move to globals.h.
1003 (syms_of_nsfns): Remove & from DEFVAR_LISP calls.
1004
1005 * globals.h (struct emacs_globals): Add f_ns_input_file,
1006 f_ns_input_font, f_ns_input_fontsize, f_ns_input_line,
1007 f_ns_input_color, f_ns_input_text, f_ns_working_text,
1008 f_ns_input_spi_name, f_ns_input_spi_arg, f_ns_alternate_modifier,
1009 f_ns_right_alternate_modifier, f_ns_command_modifier,
1010 f_ns_right_command_modifier, f_ns_control_modifier,
1011 f_ns_right_control_modifier, f_ns_function_modifier,
1012 f_ns_antialias_text, f_ns_confirm_quit, f_Vns_icon_type_alist,
1013 f_Vns_version_string, f_Vns_sent_selection_hooks,
1014 f_Vns_lost_selection_hooks, f_Vselection_alist, f_Vns_reg_to_script
1015 and corresponding defines.
1016
1017
1018 2011-01-19 Sam Steingold <sds@gnu.org>
1019
1020 * w32.c (check_windows_init_file): Remove declarations of
1021 Vwindow_system, Vload_path, Qfile_exists_p to fix compilation.
1022 * w32fns.c: Fix an error introduced by the previous patch.
1023
1024 2011-01-19 Tom Tromey <tromey@redhat.com>
1025
1026 * window.c: Fix error introduced by previous patch.
1027
1028 2011-01-18 Tom Tromey <tromey@parfait>
1029
1030 * globals.h: New file.
1031 * xterm.h (Vx_pixel_size_width_font_regexp): Remove declaration.
1032 * window.h (Vinitial_window_system, Vminibuf_scroll_window)
1033 (Vwindow_system_version): Remove declaration.
1034 * w32term.h (Vw32_enable_palette)
1035 (Vx_pixel_size_width_font_regexp): Remove declaration.
1036 * w32menu.c (Voverriding_local_map)
1037 (Voverriding_local_map_menu_flag): Remove declaration.
1038 * w32inevt.c (Vw32_alt_is_meta, Vw32_apps_modifier)
1039 (Vw32_capslock_is_shiftlock, Vw32_enable_caps_lock)
1040 (Vw32_enable_num_lock, Vw32_lwindow_modifier)
1041 (Vw32_pass_lwindow_to_system, Vw32_pass_rwindow_to_system)
1042 (Vw32_phantom_key_code, Vw32_recognize_altgr)
1043 (Vw32_rwindow_modifier, Vw32_scroll_lock_modifier)
1044 (w32_use_full_screen_buffer): Remove declaration.
1045 * w32.c (Vsystem_configuration, Vw32_downcase_file_names)
1046 (Vw32_generate_fake_inodes, Vw32_get_true_file_attributes)
1047 (w32_num_mouse_buttons, w32_pipe_read_delay): Remove declaration.
1048 * termopts.h (Vtruncate_partial_width_windows, inverse_video)
1049 (no_redraw_on_reenter, visible_bell): Remove declaration.
1050 * sysdep.c (Vsystem_name): Remove declaration.
1051 * syntax.h (parse_sexp_lookup_properties): Remove declaration.
1052 * menu.h (Vmenu_updating_frame): Remove declaration.
1053 * macros.h (Vexecuting_kbd_macro, executing_kbd_macro_index):
1054 Remove declaration.
1055 * lisp.h (Vafter_init_time, Vafter_load_alist)
1056 (Vauto_save_list_file_name, Vbefore_init_time, Vcommand_history)
1057 (Vcompletion_regexp_list, Vcurrent_load_list)
1058 (Vcurrent_prefix_arg, Vdata_directory, Vdebug_on_error)
1059 (Vdoc_directory, Vdoc_file_name, Vdynamic_library_alist)
1060 (Vexec_directory, Vexec_path, Vexec_suffixes)
1061 (Vface_font_rescale_alist, Vface_ignored_fonts, Vfeatures)
1062 (Vhelp_form, Vhistory_length, Vinhibit_field_text_motion)
1063 (Vinhibit_quit, Vinhibit_read_only, Vinhibit_redisplay)
1064 (Vinstallation_directory, Vinvocation_directory)
1065 (Vinvocation_name, Vload_file_rep_suffixes, Vload_history)
1066 (Vload_suffixes, Vmark_even_if_inactive, Vmemory_full)
1067 (Vmessage_log_max, Vobarray, Vprint_length, Vprint_level)
1068 (Vpurify_flag, Vquit_flag, Vsaved_region_selection)
1069 (Vscalable_fonts_allowed, Vselect_active_regions)
1070 (Vshell_file_name, Vstandard_input, Vstandard_output)
1071 (Vsystem_name, Vtemporary_file_directory, Vthrow_on_input)
1072 (Vtop_level, Vtty_erase_char, Vundo_outer_limit)
1073 (Vuser_login_name, Vwindow_scroll_functions)
1074 (Vwindow_system_version, Vx_no_window_manager)
1075 (Vx_resource_class, Vx_resource_name, baud_rate)
1076 (completion_ignore_case, debug_on_next_call, gc_cons_threshold)
1077 (history_delete_duplicates, inhibit_x_resources)
1078 (last_nonmenu_event, load_in_progress, max_specpdl_size)
1079 (minibuffer_auto_raise, print_escape_newlines, scroll_margin)
1080 (use_dialog_box, use_file_dialog): Remove declaration.
1081 Include globals.h.
1082 * keymap.h (Voverriding_local_map)
1083 (Voverriding_local_map_menu_flag, meta_prefix_char):
1084 Remove declaration.
1085 * keyboard.h (Vdouble_click_time, Vfunction_key_map)
1086 (Vinput_method_function, Vkey_translation_map)
1087 (Vlucid_menu_bar_dirty_flag, Vthis_original_command)
1088 (do_mouse_tracking, extra_keyboard_modifiers)
1089 (num_nonmacro_input_events): Remove declaration.
1090 * intervals.h (Vchar_property_alias_alist)
1091 (Vdefault_text_properties, Vinhibit_point_motion_hooks)
1092 (Vtext_property_default_nonsticky): Remove declaration.
1093 * gtkutil.h (x_gtk_file_dialog_help_text)
1094 (x_gtk_show_hidden_files, x_gtk_use_old_file_dialog)
1095 (x_gtk_whole_detached_tool_bar): Remove declaration.
1096 * frame.h (Vdefault_frame_alist, Vframe_alpha_lower_limit)
1097 (Vmenu_bar_mode, Vmouse_highlight, Vterminal_frame)
1098 (Vtool_bar_mode, Vx_resource_class, Vx_resource_name)
1099 (focus_follows_mouse): Remove declaration.
1100 * fontset.h (Valternate_fontname_alist, Vfontset_alias_alist)
1101 (Vignore_relative_composition, Votf_script_alist)
1102 (Vuse_default_ascent, Vvertical_centering_font_regexp):
1103 Remove declaration.
1104 * font.h (Vfont_log): Remove declaration.
1105 * dosfns.h (Vdos_display_scancodes, Vdos_version)
1106 (Vdos_windows_version, dos_codepage, dos_country_code)
1107 (dos_decimal_point, dos_hyper_key, dos_keyboard_layout)
1108 (dos_keypad_mode, dos_super_key, dos_timezone_offset):
1109 Remove declaration.
1110 * disptab.h (Vglyph_table, Vstandard_display_table):
1111 Remove declaration.
1112 * dispextern.h (Vface_remapping_alist, Vglyphless_char_display)
1113 (Vmouse_autoselect_window, Voverflow_newline_into_fringe)
1114 (Vshow_trailing_whitespace, Vtool_bar_button_margin)
1115 (Vtool_bar_style, cursor_in_echo_area, display_hourglass_p)
1116 (inverse_video, mode_line_in_non_selected_windows)
1117 (tool_bar_button_relief, tool_bar_max_label_size)
1118 (underline_minimum_offset)
1119 (unibyte_display_via_language_environment, x_stretch_cursor_p):
1120 Remove declaration.
1121 * composite.h (Vauto_composition_function)
1122 (Vcomposition_function_table): Remove declaration.
1123 * commands.h (Vexecuting_kbd_macro)
1124 (Vminibuffer_local_completion_map)
1125 (Vminibuffer_local_filename_completion_map)
1126 (Vminibuffer_local_filename_must_match_map)
1127 (Vminibuffer_local_map, Vminibuffer_local_must_match_map)
1128 (Vminibuffer_local_ns_map, Vthis_command)
1129 (Vunread_command_events, cursor_in_echo_area)
1130 (last_command_event, last_nonmenu_event, unread_command_char):
1131 Remove declaration.
1132 * coding.h (Vcoding_system_for_read, Vcoding_system_for_write)
1133 (Vdefault_file_name_coding_system)
1134 (Vdefault_process_coding_system, Vfile_name_coding_system)
1135 (Vlast_coding_system_used, Vlocale_coding_system)
1136 (Vselect_safe_coding_system_function)
1137 (Vtranslation_table_for_input, coding_system_require_warning)
1138 (eol_mnemonic_dos, eol_mnemonic_mac, eol_mnemonic_undecided)
1139 (eol_mnemonic_unix, inherit_process_coding_system):
1140 Remove declaration.
1141 * charset.h (Vcharset_list, Vcurrent_iso639_language):
1142 Remove declaration.
1143 * character.h (Vauto_fill_chars, Vchar_direction_table)
1144 (Vchar_script_table, Vchar_width_table, Vprintable_chars)
1145 (Vscript_representative_chars, Vtranslation_table_vector)
1146 (Vunicode_category_table): Remove declaration.
1147 * ccl.h (Vfont_ccl_encoder_alist): Remove declaration.
1148 * buffer.h (Vafter_change_functions, Vbefore_change_functions)
1149 (Vdeactivate_mark, Vfirst_change_hook, Vtransient_mark_mode)
1150 (inhibit_modification_hooks): Remove declaration.
1151 * xterm.c (syms_of_xterm): Update.
1152 (Vx_alt_keysym, Vx_hyper_keysym, Vx_keysym_table)
1153 (Vx_meta_keysym, Vx_super_keysym, Vx_toolkit_scroll_bars)
1154 (x_mouse_click_focus_ignore_position)
1155 (x_underline_at_descent_line)
1156 (x_use_underline_position_properties): Remove.
1157 * xsmfns.c (syms_of_xsmfns): Update.
1158 (Vx_session_id, Vx_session_previous_id): Remove.
1159 * xsettings.c (syms_of_xsettings): Update.
1160 (Vxft_settings, use_system_font): Remove.
1161 * xselect.c (syms_of_xselect): Update.
1162 (Vselection_converter_alist, Vx_lost_selection_functions)
1163 (Vx_sent_selection_functions, x_selection_timeout): Remove.
1164 * xfns.c (syms_of_xfns): Update.
1165 (Vgtk_version_string, Vmotif_version_string)
1166 (Vx_cursor_fore_pixel, Vx_hourglass_pointer_shape)
1167 (Vx_max_tooltip_size, Vx_mode_pointer_shape)
1168 (Vx_no_window_manager, Vx_nontext_pointer_shape)
1169 (Vx_pixel_size_width_font_regexp, Vx_pointer_shape)
1170 (Vx_sensitive_text_pointer_shape)
1171 (Vx_window_horizontal_drag_shape, x_gtk_file_dialog_help_text)
1172 (x_gtk_show_hidden_files, x_gtk_use_old_file_dialog)
1173 (x_gtk_use_system_tooltips, x_gtk_whole_detached_tool_bar):
1174 Remove.
1175 * xfaces.c (syms_of_xfaces): Update.
1176 (Vface_default_stipple, Vface_font_rescale_alist)
1177 (Vface_ignored_fonts, Vface_new_frame_defaults)
1178 (Vface_remapping_alist, Vfont_list_limit)
1179 (Vscalable_fonts_allowed, Vtty_defined_color_alist): Remove.
1180 * xdisp.c (syms_of_xdisp): Update.
1181 (Vauto_resize_tool_bars, Vblink_cursor_alist)
1182 (Vdisplay_pixels_per_inch, Vfontification_functions)
1183 (Vframe_title_format, Vglobal_mode_string)
1184 (Vglyphless_char_display, Vhourglass_delay, Vhscroll_step)
1185 (Vicon_title_format, Vinhibit_redisplay)
1186 (Vline_number_display_limit, Vline_prefix)
1187 (Vmax_mini_window_height, Vmenu_bar_update_hook)
1188 (Vmenu_updating_frame, Vmessage_log_max)
1189 (Vmouse_autoselect_window, Vnobreak_char_display)
1190 (Voverlay_arrow_position, Voverlay_arrow_string)
1191 (Voverlay_arrow_variable_list, Vredisplay_end_trigger_functions)
1192 (Vresize_mini_windows, Vshow_trailing_whitespace)
1193 (Vtool_bar_border, Vtool_bar_button_margin, Vtool_bar_style)
1194 (Vtruncate_partial_width_windows, Vvoid_text_area_pointer)
1195 (Vwindow_scroll_functions, Vwindow_size_change_functions)
1196 (Vwindow_text_change_functions, Vwrap_prefix)
1197 (auto_raise_tool_bar_buttons_p, automatic_hscrolling_p)
1198 (debug_end_pos, display_hourglass_p, emacs_scroll_step)
1199 (highlight_nonselected_windows, hscroll_margin)
1200 (inhibit_eval_during_redisplay, inhibit_free_realized_faces)
1201 (inhibit_menubar_update, inhibit_try_cursor_movement)
1202 (inhibit_try_window_id, inhibit_try_window_reusing)
1203 (line_number_display_limit_width)
1204 (make_cursor_line_fully_visible_p, message_truncate_lines)
1205 (mode_line_inverse_video, multiple_frames, overline_margin)
1206 (scroll_conservatively, scroll_margin, tool_bar_button_relief)
1207 (tool_bar_max_label_size, underline_minimum_offset)
1208 (unibyte_display_via_language_environment, x_stretch_cursor_p):
1209 Remove.
1210 * window.c (syms_of_window): Update.
1211 (Vminibuf_scroll_window, Vother_window_scroll_buffer)
1212 (Vrecenter_redisplay, Vscroll_preserve_screen_position)
1213 (Vtemp_buffer_show_function, Vwindow_configuration_change_hook)
1214 (Vwindow_point_insertion_type, auto_window_vscroll_p)
1215 (mode_line_in_non_selected_windows, next_screen_context_lines)
1216 (window_min_height, window_min_width): Remove.
1217 (scroll_margin): Remove declaration.
1218 * w32term.c (syms_of_w32term): Update.
1219 (Vw32_capslock_is_shiftlock, Vw32_grab_focus_on_raise)
1220 (Vw32_recognize_altgr, Vw32_swap_mouse_buttons)
1221 (Vx_toolkit_scroll_bars, w32_num_mouse_buttons)
1222 (w32_use_visible_system_caret, x_underline_at_descent_line)
1223 (x_use_underline_position_properties): Remove.
1224 (Vcommand_line_args, Vsystem_name, extra_keyboard_modifiers):
1225 Remove declaration.
1226 * w32select.c (syms_of_w32select): Update.
1227 (Vnext_selection_coding_system, Vselection_coding_system): Remove.
1228 * w32proc.c (syms_of_ntproc): Update.
1229 (Vw32_downcase_file_names, Vw32_generate_fake_inodes)
1230 (Vw32_get_true_file_attributes, Vw32_quote_process_args)
1231 (Vw32_start_process_inherit_error_mode)
1232 (Vw32_start_process_share_console)
1233 (Vw32_start_process_show_window, w32_pipe_read_delay): Remove.
1234 (Vsystem_name): Remove declaration.
1235 * w32font.c (syms_of_w32font): Update.
1236 (Vw32_charset_info_alist): Remove.
1237 * w32fns.c (globals_of_w32fns, syms_of_w32fns): Update.
1238 (Vw32_alt_is_meta, Vw32_apps_modifier, Vw32_bdf_filename_alist)
1239 (Vw32_color_map, Vw32_enable_caps_lock, Vw32_enable_num_lock)
1240 (Vw32_enable_palette, Vw32_lwindow_modifier)
1241 (Vw32_pass_alt_to_system, Vw32_pass_lwindow_to_system)
1242 (Vw32_pass_rwindow_to_system, Vw32_phantom_key_code)
1243 (Vw32_rwindow_modifier, Vw32_scroll_lock_modifier)
1244 (Vx_cursor_fore_pixel, Vx_hourglass_pointer_shape)
1245 (Vx_max_tooltip_size, Vx_mode_pointer_shape)
1246 (Vx_no_window_manager, Vx_nontext_pointer_shape)
1247 (Vx_pixel_size_width_font_regexp, Vx_pointer_shape)
1248 (Vx_sensitive_text_pointer_shape)
1249 (Vx_window_horizontal_drag_shape, w32_ansi_code_page)
1250 (w32_enable_synthesized_fonts, w32_mouse_button_tolerance)
1251 (w32_mouse_move_interval)
1252 (w32_pass_extra_mouse_buttons_to_system)
1253 (w32_pass_multimedia_buttons_to_system, w32_quit_key)
1254 (w32_strict_fontnames, w32_strict_painting): Remove.
1255 (Vhourglass_delay, Vmenu_bar_mode, Vtool_bar_mode)
1256 (Vw32_recognize_altgr, Vwindow_system_version)
1257 (w32_num_mouse_buttons, w32_use_visible_system_caret):
1258 Remove declaration.
1259 * w32console.c (syms_of_ntterm): Update.
1260 (w32_use_full_screen_buffer): Remove.
1261 (Vtty_defined_color_alist): Remove declaration.
1262 * w16select.c (syms_of_win16select): Update.
1263 (Vnext_selection_coding_system, Vselection_coding_system): Remove.
1264 * undo.c (syms_of_undo): Update.
1265 (Vundo_outer_limit, Vundo_outer_limit_function)
1266 (undo_inhibit_record_point, undo_limit, undo_strong_limit):
1267 Remove.
1268 * textprop.c (syms_of_textprop): Update.
1269 (Vchar_property_alias_alist, Vdefault_text_properties)
1270 (Vinhibit_point_motion_hooks, Vtext_property_default_nonsticky):
1271 Remove.
1272 * terminal.c (syms_of_terminal): Update.
1273 (Vdelete_terminal_functions, Vring_bell_function): Remove.
1274 * term.c (syms_of_term): Update.
1275 (Vresume_tty_functions, Vsuspend_tty_functions)
1276 (no_redraw_on_reenter, system_uses_terminfo, visible_cursor):
1277 Remove.
1278 * syntax.c (syms_of_syntax): Update.
1279 (Vfind_word_boundary_function_table, multibyte_syntax_as_symbol)
1280 (open_paren_in_column_0_is_defun_start)
1281 (parse_sexp_ignore_comments, parse_sexp_lookup_properties)
1282 (words_include_escapes): Remove.
1283 * search.c (syms_of_search): Update.
1284 (Vinhibit_changing_match_data, Vsearch_spaces_regexp): Remove.
1285 * process.c (syms_of_process): Update.
1286 (Vprocess_adaptive_read_buffering, Vprocess_connection_type)
1287 (delete_exited_processes): Remove.
1288 * print.c (syms_of_print): Update.
1289 (Vfloat_output_format, Vprint_charset_text_property)
1290 (Vprint_circle, Vprint_continuous_numbering, Vprint_gensym)
1291 (Vprint_length, Vprint_level, Vprint_number_table)
1292 (Vstandard_output, print_escape_multibyte)
1293 (print_escape_newlines, print_escape_nonascii, print_quoted):
1294 Remove.
1295 * msdos.c (syms_of_msdos): Update.
1296 (Vdos_unsupported_char_glyph): Remove.
1297 (unibyte_display_via_language_environment): Remove declaration.
1298 * minibuf.c (syms_of_minibuf): Update.
1299 (Vcompletion_regexp_list, Vhistory_add_new_input)
1300 (Vhistory_length, Vminibuffer_completing_file_name)
1301 (Vminibuffer_completion_confirm)
1302 (Vminibuffer_completion_predicate, Vminibuffer_completion_table)
1303 (Vminibuffer_exit_hook, Vminibuffer_help_form)
1304 (Vminibuffer_history_position, Vminibuffer_history_variable)
1305 (Vminibuffer_prompt_properties, Vminibuffer_setup_hook)
1306 (Vread_buffer_function, Vread_expression_map)
1307 (completion_ignore_case, enable_recursive_minibuffers)
1308 (history_delete_duplicates, minibuffer_allow_text_properties)
1309 (minibuffer_auto_raise, read_buffer_completion_ignore_case):
1310 Remove.
1311 * marker.c (syms_of_marker): Update.
1312 (byte_debug_flag): Remove.
1313 * macros.c (syms_of_macros): Update.
1314 (Vexecuting_kbd_macro, executing_kbd_macro_index): Remove.
1315 * lread.c (syms_of_lread): Update.
1316 (Vafter_load_alist, Vbyte_boolean_vars)
1317 (Vbytecomp_version_regexp, Vcurrent_load_list)
1318 (Veval_buffer_list, Vload_file_name, Vload_file_rep_suffixes)
1319 (Vload_history, Vload_path, Vload_read_function)
1320 (Vload_source_file_function, Vload_suffixes, Vobarray)
1321 (Vold_style_backquotes, Vpreloaded_file_list, Vread_circle)
1322 (Vread_symbol_positions_list, Vread_with_symbol_positions)
1323 (Vsource_directory, Vstandard_input, Vuser_init_file, Vvalues)
1324 (force_load_messages, load_convert_to_unibyte)
1325 (load_dangerous_libraries, load_force_doc_strings)
1326 (load_in_progress): Remove.
1327 * keymap.c (syms_of_keymap): Update.
1328 (Vdefine_key_rebound_commands, Vemulation_mode_map_alists)
1329 (Vminibuffer_local_completion_map)
1330 (Vminibuffer_local_filename_completion_map)
1331 (Vminibuffer_local_filename_must_match_map)
1332 (Vminibuffer_local_map, Vminibuffer_local_must_match_map)
1333 (Vminibuffer_local_ns_map, Vminor_mode_map_alist)
1334 (Vminor_mode_overriding_map_alist, Vwhere_is_preferred_modifier):
1335 Remove.
1336 * keyboard.c (syms_of_keyboard): Update.
1337 (Vauto_save_timeout, Vcommand_error_function)
1338 (Vcommand_hook_internal, Vdeactivate_mark)
1339 (Vdeferred_action_function, Vdeferred_action_list)
1340 (Vdisable_point_adjustment, Vdouble_click_time)
1341 (Vecho_keystrokes, Venable_disabled_menus_and_buttons)
1342 (Vfunction_key_map, Vglobal_disable_point_adjustment)
1343 (Vhelp_char, Vhelp_event_list, Vhelp_form)
1344 (Vinput_method_function, Vinput_method_previous_message)
1345 (Vkey_translation_map, Vlast_event_frame)
1346 (Vlucid_menu_bar_dirty_flag, Vmenu_bar_final_items)
1347 (Vminibuffer_message_timeout, Voverriding_local_map)
1348 (Voverriding_local_map_menu_flag, Vpost_command_hook)
1349 (Vpre_command_hook, Vprefix_help_command)
1350 (Vsaved_region_selection, Vselect_active_regions)
1351 (Vshow_help_function, Vspecial_event_map, Vsuggest_key_bindings)
1352 (Vthis_command, Vthis_command_keys_shift_translated)
1353 (Vthis_original_command, Vthrow_on_input, Vtimer_idle_list)
1354 (Vtimer_list, Vtool_bar_separator_image_expression, Vtop_level)
1355 (Vtty_erase_char, Vunread_command_events)
1356 (Vunread_input_method_events, Vunread_post_input_method_events)
1357 (auto_save_interval, cannot_suspend, do_mouse_tracking)
1358 (double_click_fuzz, extra_keyboard_modifiers)
1359 (inhibit_local_menu_bar_menus, last_command_event)
1360 (last_input_event, last_nonmenu_event, menu_prompt_more_char)
1361 (menu_prompting, meta_prefix_char, num_input_keys)
1362 (num_nonmacro_input_events, polling_period, unread_command_char):
1363 Remove.
1364 * insdel.c (syms_of_insdel): Update.
1365 (Vcombine_after_change_calls, check_markers_debug_flag): Remove.
1366 * indent.c (syms_of_indent): Update.
1367 (indent_tabs_mode): Remove.
1368 * image.c (syms_of_image): Update.
1369 (Vimage_cache_eviction_delay, Vimage_types)
1370 (Vimagemagick_render_type, Vmax_image_size, Vx_bitmap_file_path)
1371 (cross_disabled_images): Remove.
1372 * fringe.c (syms_of_fringe): Update.
1373 (Vfringe_bitmaps, Voverflow_newline_into_fringe): Remove.
1374 * frame.c (syms_of_frame): Update.
1375 (Vdefault_frame_alist, Vdefault_frame_scroll_bars)
1376 (Vdelete_frame_functions, Vframe_alpha_lower_limit)
1377 (Vmake_pointer_invisible, Vmenu_bar_mode, Vmouse_highlight)
1378 (Vmouse_position_function, Vterminal_frame, Vtool_bar_mode)
1379 (Vx_resource_class, Vx_resource_name, focus_follows_mouse):
1380 Remove.
1381 * fontset.c (syms_of_fontset): Update.
1382 (Valternate_fontname_alist, Vfont_encoding_charset_alist)
1383 (Vfontset_alias_alist, Vignore_relative_composition)
1384 (Votf_script_alist, Vuse_default_ascent)
1385 (Vvertical_centering_font_regexp): Remove.
1386 * font.c (syms_of_font): Update.
1387 (Vfont_encoding_alist, Vfont_log, Vfont_slant_table)
1388 (Vfont_weight_table, Vfont_width_table): Remove.
1389 * fns.c (syms_of_fns): Update.
1390 (Vfeatures, use_dialog_box, use_file_dialog): Remove.
1391 * filelock.c (syms_of_filelock): Update.
1392 (Vtemporary_file_directory): Remove.
1393 * fileio.c (syms_of_fileio): Update.
1394 (Vafter_insert_file_functions, Vauto_save_include_big_deletions)
1395 (Vauto_save_list_file_name, Vauto_save_visited_file_name)
1396 (Vdefault_file_name_coding_system, Vfile_name_coding_system)
1397 (Vfile_name_handler_alist, Vinhibit_file_name_handlers)
1398 (Vinhibit_file_name_operation, Vset_auto_coding_function)
1399 (Vwrite_region_annotate_functions)
1400 (Vwrite_region_annotations_so_far)
1401 (Vwrite_region_post_annotation_function)
1402 (delete_by_moving_to_trash, write_region_inhibit_fsync): Remove.
1403 (Vw32_get_true_file_attributes): Remove declaration.
1404 * eval.c (syms_of_eval): Update.
1405 (Vdebug_ignored_errors, Vdebug_on_error, Vdebug_on_signal)
1406 (Vdebugger, Vinhibit_quit, Vmacro_declaration_function)
1407 (Vquit_flag, Vsignal_hook_function, Vstack_trace_on_error)
1408 (debug_on_next_call, debug_on_quit, debugger_may_continue)
1409 (max_lisp_eval_depth, max_specpdl_size): Remove.
1410 * emacs.c (syms_of_emacs): Update.
1411 (Vafter_init_time, Vbefore_init_time, Vcommand_line_args)
1412 (Vdynamic_library_alist, Vemacs_copyright, Vemacs_version)
1413 (Vinstallation_directory, Vinvocation_directory)
1414 (Vinvocation_name, Vkill_emacs_hook, Vpath_separator)
1415 (Vprevious_system_messages_locale, Vprevious_system_time_locale)
1416 (Vsystem_configuration, Vsystem_configuration_options)
1417 (Vsystem_messages_locale, Vsystem_time_locale, Vsystem_type)
1418 (inhibit_x_resources, noninteractive1): Remove.
1419 * editfns.c (syms_of_editfns): Update.
1420 (Vbuffer_access_fontified_property)
1421 (Vbuffer_access_fontify_functions, Vinhibit_field_text_motion)
1422 (Voperating_system_release, Vsystem_name, Vuser_full_name)
1423 (Vuser_login_name, Vuser_real_login_name): Remove.
1424 * dosfns.c (syms_of_dosfns): Update.
1425 (Vdos_display_scancodes, Vdos_version, Vdos_windows_version)
1426 (dos_codepage, dos_country_code, dos_decimal_point)
1427 (dos_hyper_key, dos_keyboard_layout, dos_keypad_mode)
1428 (dos_super_key, dos_timezone_offset): Remove.
1429 * doc.c (syms_of_doc): Update.
1430 (Vbuild_files, Vdoc_file_name): Remove.
1431 * dispnew.c (syms_of_display): Update.
1432 (Vglyph_table, Vinitial_window_system)
1433 (Vredisplay_preemption_period, Vstandard_display_table)
1434 (Vwindow_system_version, baud_rate, cursor_in_echo_area)
1435 (inverse_video, redisplay_dont_pause, visible_bell): Remove.
1436 * dired.c (syms_of_dired): Update.
1437 (Vcompletion_ignored_extensions): Remove.
1438 (Vw32_get_true_file_attributes): Remove declaration.
1439 * dbusbind.c (syms_of_dbusbind): Update.
1440 (Vdbus_debug, Vdbus_registered_buses)
1441 (Vdbus_registered_objects_table): Remove.
1442 * data.c (syms_of_data): Update.
1443 (Vmost_negative_fixnum, Vmost_positive_fixnum): Remove.
1444 * composite.c (syms_of_composite): Update.
1445 (Vauto_composition_function, Vauto_composition_mode)
1446 (Vcompose_chars_after_function, Vcomposition_function_table):
1447 Remove.
1448 * coding.c (syms_of_coding): Update.
1449 (Vcharset_revision_table, Vcoding_category_list)
1450 (Vcoding_system_alist, Vcoding_system_for_read)
1451 (Vcoding_system_for_write, Vcoding_system_list)
1452 (Vdefault_process_coding_system, Venable_character_translation)
1453 (Vfile_coding_system_alist, Vlast_code_conversion_error)
1454 (Vlast_coding_system_used, Vlatin_extra_code_table)
1455 (Vlocale_coding_system, Vnetwork_coding_system_alist)
1456 (Vprocess_coding_system_alist)
1457 (Vselect_safe_coding_system_function)
1458 (Vstandard_translation_table_for_decode)
1459 (Vstandard_translation_table_for_encode)
1460 (Vtranslation_table_for_input, coding_system_require_warning)
1461 (eol_mnemonic_dos, eol_mnemonic_mac, eol_mnemonic_undecided)
1462 (eol_mnemonic_unix, inherit_process_coding_system)
1463 (inhibit_eol_conversion, inhibit_iso_escape_detection)
1464 (inhibit_null_byte_detection): Remove.
1465 * cmds.c (syms_of_cmds): Update.
1466 (Vpost_self_insert_hook): Remove.
1467 * charset.c (syms_of_charset): Update.
1468 (Vcharset_list, Vcharset_map_path, Vcurrent_iso639_language)
1469 (inhibit_load_charset_map): Remove.
1470 * character.c (syms_of_character): Update.
1471 (Vauto_fill_chars, Vchar_direction_table, Vchar_script_table)
1472 (Vchar_width_table, Vprintable_chars)
1473 (Vscript_representative_chars, Vtranslation_table_vector)
1474 (Vunicode_category_table): Remove.
1475 * ccl.c (syms_of_ccl): Update.
1476 (Vcode_conversion_map_vector, Vfont_ccl_encoder_alist)
1477 (Vtranslation_hash_table_vector): Remove.
1478 * category.c (syms_of_category): Update.
1479 (Vword_combining_categories, Vword_separating_categories): Remove.
1480 * callproc.c (syms_of_callproc): Update.
1481 (Vconfigure_info_directory, Vdata_directory, Vdoc_directory)
1482 (Vexec_directory, Vexec_path, Vexec_suffixes)
1483 (Vinitial_environment, Vprocess_environment)
1484 (Vshared_game_score_directory, Vshell_file_name): Remove.
1485 * callint.c (syms_of_callint): Update.
1486 (Vcommand_debug_status, Vcommand_history, Vcurrent_prefix_arg)
1487 (Vmark_even_if_inactive, Vmouse_leave_buffer_hook): Remove.
1488 * bytecode.c (syms_of_bytecode): Update.
1489 (Vbyte_code_meter, byte_metering_on): Remove.
1490 * buffer.c (syms_of_buffer): Update.
1491 (Vafter_change_functions, Vbefore_change_functions)
1492 (Vchange_major_mode_hook, Vfirst_change_hook)
1493 (Vinhibit_read_only, Vkill_buffer_query_functions)
1494 (Vtransient_mark_mode, inhibit_modification_hooks): Remove.
1495 * alloc.c (syms_of_alloc): Update.
1496 (Vgc_cons_percentage, Vgc_elapsed, Vmemory_full)
1497 (Vmemory_signal_data, Vpost_gc_hook, Vpurify_flag)
1498 (cons_cells_consed, floats_consed, garbage_collection_messages)
1499 (gc_cons_threshold, gcs_done, intervals_consed)
1500 (misc_objects_consed, pure_bytes_used, string_chars_consed)
1501 (strings_consed, symbols_consed, vector_cells_consed): Remove.
1502
1503 * lisp.h (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL)
1504 (DEFVAR_INT): Assume global is in `globals'.
1505 * alloc.c (globals): Define.
1506
1507 2011-01-18 Tom Tromey <tromey@redhat.com>
1508
1509 * image.c (Vimagemagick_render_type): Remove redundant
1510 definition.
1511
1512 2011-01-18 Tom Tromey <tromey@redhat.com>
1513
1514 * xdisp.c (emacs_scroll_step): Rename from scroll_step.
1515 (try_scrolling): Rename argument to 'arg_scroll_conservatively'.
1516 (redisplay_window): Update.
1517 (syms_of_xdisp): Update.
1518
1519 2011-01-18 Tom Tromey <tromey@redhat.com>
1520
1521 * gtkutil.h (x_gtk_use_old_file_dialog, x_gtk_show_hidden_files)
1522 (x_gtk_file_dialog_help_text, x_gtk_whole_detached_tool_bar):
1523 Declare.
1524 * gtkutil.c (xg_uses_old_file_dialog):
1525 (xg_get_file_with_chooser):
1526 (xg_tool_bar_detach_callback): Don't redeclare globals.
1527
1528 2011-01-18 Tom Tromey <tromey@redhat.com>
1529
1530 * lisp.h (DEFVAR_BUFFER_DEFAULTS): New macro.
1531 * buffer.c (syms_of_buffer): Use DEFVAR_BUFFER_DEFAULTS.
1532
1533 2011-01-18 Paul Eggert <eggert@cs.ucla.edu>
1534
1535 * lisp.h (DECL_ALIGN): Define if HAVE_ATTRIBUTE_ALIGNED, not if
1536 defined __GNUC__. ../configure now checks for this GCC feature,
1537 which is now also supported by IBM and Oracle compilers.
1538 (USE_LSB_TAG) [defined DECL_ALIGN]: Also define if defined __sun,
1539 since Solaris malloc returns mult-of-8.
1540
1541 2011-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
1542
1543 * image.c (syms_of_image): Don't access XSYMBOL's internals directly.
1544
1545 2011-01-17 Paul Eggert <eggert@cs.ucla.edu>
1546
1547 Give a name FLOAT_TO_STRING_BUFSIZE to the constant 350.
1548 * lisp.h (FLOAT_TO_STRING_BUFSIZE): New macro.
1549 * data.c (Fnumber_to_string): Use it.
1550 * print.c (float_to_string, print_object): Likewise.
1551
1552 Include <unistd.h> unilaterally.
1553 * alloc.c, atimer.c, buffer.c, callproc.c, dired.c, dispnew.c, doc.c:
1554 * doprnt.c, editfns.c, emacs.c, fileio.c, filelock.c, fns.c:
1555 * getloadavg.c, getpagesize.h, gmalloc.c, image.c, keyboard.c:
1556 * lread.c, process.c, process.h, ralloc.c, regex.c, sysdep.c:
1557 * systty.h, term.c, termcap.c, xfns.c, xrdb.c, xselect.c, xsmfns.c:
1558 * xterm.c:
1559 Include <unistd.h> without worrying about HAVE_UNISTD_H, since
1560 unistd.h is always present now, possibly supplied by gnulib.
1561
1562 * mktime.c: Remove; moving to ../lib.
1563
1564 Use gnulib's mktime module.
1565 * deps.mk (mktime.o): Remove rule.
1566
1567 Use gnulib's ftoastr module.
1568 * print.c: Include ftoastr.h.
1569 (FLT_RADIX, DBL_MANT_DIG, DBL_DIG, DBL_MIN, DOUBLE_DIGITS_BOUND):
1570 Remove; no longer needed.
1571 (float_to_string): Use dtoastr rather than rolling our own code,
1572 which had an off-by-one bug on non-IEEE hosts.
1573
1574 Automate syncing from gnulib.
1575 * Makefile.in (lib): New macro.
1576 (ALL_CFLAGS): Add -I$(lib) -I$(srcdir)/../lib.
1577 ($(lib)/libgnu.a): New rule.
1578 (temacs$(EXEEXT)): Also link $(lib)/libgnu.a.
1579
1580 * xfns.c (x_real_positions): Fix signedness of local var 'ign'.
1581 XGetGeometry wants unsigned int *, not int *, for its last 4 args,
1582 so change the type of 'ign' to unsigned int from int.
1583
1584 * regex.c (analyse_first): Remove unreachable 'continue' statement.
1585
1586 * xterm.h (struct x_display_info): Remove stray semicolon.
1587 The extra semicolon didn't conform to the C standard.
1588 Problem reported by Sun cc.
1589
1590 * lisp.h: Redo flags and XSET slightly to avoid overflow diagnostics.
1591 These changes make compilation easier to follow with Sun cc.
1592 (ARRAY_MARK_FLAG): Make it signed, so that it can be assigned to
1593 EMACS_INT values without provoking overflow diagnostics.
1594 (PSEUDOVECTOR_FLAG): Likewise, for consistency.
1595 (XSET) [! USE_LSB_TAG]: Use unsigned left shift to avoid overflow
1596 diagnostic with signed left shift.
1597
1598 * fileio.c (make_temp_name): Remove unreachable code.
1599
1600 * fontset.c (free_realized_fontset): Mark unreachable code with if (0).
1601 Previously it was marked by preceding it with "return;", but
1602 Sun cc complains about this.
1603
1604 * coding.c (decode_coding_emacs_mule): Remove unreachable code.
1605 This is a typo left over from 2009-03-06T07:51:52Z!handa@m17n.org,
1606 which fixed Bug#2370. Caught by Sun cc.
1607
1608 2011-01-15 Martin Rudalics <rudalics@gmx.at>
1609
1610 * window.c (inhibit_point_swap): New variable.
1611 (Fselect_window): If inhibit_point_swap is nonzero, avoid swapping
1612 point this time.
1613 (Fset_window_configuration): Set inhibit_point_swap to 1 instead
1614 of setting selected_window to nil (Bug#7728).
1615
1616 2011-01-11 Tassilo Horn <tassilo@member.fsf.org>
1617
1618 * image.c (imagemagick_load_image, Finit_image_library):
1619 Free intermediate image after creating a MagickWand from it.
1620 Terminate MagickWand environment after image loading.
1621
1622 2011-01-10 Michael Albinus <michael.albinus@gmx.de>
1623
1624 * dbusbind.c (Fdbus_register_service): Raise an error in case of
1625 unexpected return values.
1626 (Fdbus_register_method): Remove connection initialization.
1627
1628 2011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
1629
1630 * dbusbind.c (QCdbus_request_name_allow_replacement): New symbol;
1631 used by Fdbus_register_service.
1632 (QCdbus_request_name_replace_existing): Likewise.
1633 (QCdbus_request_name_do_not_queue): Likewise.
1634 (QCdbus_request_name_reply_primary_owner): Likewise.
1635 (QCdbus_request_name_reply_in_queue): Likewise.
1636 (QCdbus_request_name_reply_exists): Likewise.
1637 (QCdbus_request_name_reply_already_owner): Likewise.
1638 (Fdbus_register_service): New function.
1639 (Fdbus_register_method): Use Fdbus_register_service to do the name
1640 registration.
1641 (syms_of_dbusbind): Add symbols dbus-register-service,
1642 :allow-replacement, :replace-existing, :do-not-queue,
1643 :primary-owner, :existing, :in-queue and :already-owner.
1644
1645 2011-01-09 Chong Yidong <cyd@stupidchicken.com>
1646
1647 * gtkutil.c (update_frame_tool_bar): Don't advance tool-bar index
1648 when removing extra buttons.
1649
1650 2011-01-08 Chong Yidong <cyd@stupidchicken.com>
1651
1652 * fns.c (Fyes_or_no_p): Doc fix.
1653
1654 2011-01-08 Andreas Schwab <schwab@linux-m68k.org>
1655
1656 * fns.c (Fyes_or_no_p): Add usage.
1657
1658 2011-01-08 Glenn Morris <rgm@gnu.org>
1659
1660 * makefile.w32-in ($(EMACS)):
1661 * Makefile.in (emacs$(EXEEXT)): -batch implies -q.
1662
1663 * xdisp.c (syms_of_xdisp) <Qrisky_local_variable>: Move from here...
1664 * emacs.c (syms_of_emacs) <Qrisky_local_variable>: ...to here.
1665
1666 2011-01-07 Andreas Schwab <schwab@linux-m68k.org>
1667
1668 * image.c (imagemagick_load_image): Fix some resource leaks and
1669 error handling.
1670
1671 2011-01-07 Chong Yidong <cyd@stupidchicken.com>
1672
1673 * fns.c (Fyes_or_no_p): Accept format string args.
1674
1675 2011-01-07 Glenn Morris <rgm@gnu.org>
1676
1677 * emacs.c (no_site_lisp): New int.
1678 (USAGE1): Add --no-site-lisp, mention -Q uses it.
1679 (main): Set no_site_lisp.
1680 (standard_args): Add --no-site-lisp.
1681 * lisp.h (no_site_lisp): New int.
1682 * lread.c (init_lread): If no_site_lisp, don't re-add site-lisp
1683 directories to Vload_path.
1684
1685 2011-01-05 Andreas Schwab <schwab@linux-m68k.org>
1686
1687 * alloc.c (mark_stack): Use __builtin_unwind_init if available.
1688
1689 2011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
1690
1691 * dbusbind.c (Fdbus_register_method): Add optional parameter
1692 dont_register_service. Updated docstring accordingly.
1693
1694 2011-01-04 Glenn Morris <rgm@gnu.org>
1695
1696 * emacs.c (emacs_copyright): Update short copyright year to 2011.
1697
1698 2011-01-03 Eli Zaretskii <eliz@gnu.org>
1699
1700 * image.c (png_jmpbuf): Remove definition.
1701 (my_png_error, png_load): Don't use png_jmpbuf.
1702
1703 2011-01-02 Eli Zaretskii <eliz@gnu.org>
1704
1705 * keyboard.c (Vselect_active_regions): Doc fix. (Bug#7702)
1706
1707 2011-01-02 Eli Zaretskii <eliz@gnu.org>
1708
1709 * image.c <Qlibpng_version>: New variable.
1710 (syms_of_image): Intern and staticpro it. Set its value to the
1711 version of PNG library we were compiled with.
1712 (my_png_error, png_load): Avoid GCC warnings about direct access
1713 to png_ptr->jmpbuf. (Bug#7716)
1714 (png_jmpbuf): New macro.
1715 (my_png_error, png_load): Use it instead of #ifdef'ing according
1716 to PNG_LIBPNG_VER_MAJOR and PNG_LIBPNG_VER_MINOR.
1717
1718 2011-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
1719
1720 * .gdbinit (xgetptr): Fix the union+lsb case.
1721 (xbacktrace): Fix the union case.
1722
1723 2011-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
1724
1725 * window.c (Fmove_to_window_line): Avoid abort when called in a buffer
1726 different from selected-window's.
1727
1728 2011-01-02 Eli Zaretskii <eliz@gnu.org>
1729
1730 * keyboard.c (parse_menu_item): Prepend " " to the key sequence
1731 equivalent of a menu item when the key sequence is given by the
1732 `:keys' attribute. (Bug#7662)
1733
1734 * xdisp.c (Fformat_mode_line): Doc fix: no need to state that only
1735 the basic faces are supported.
1736
1737 2011-01-02 Jan Djärv <jan.h.d@swipnet.se>
1738
1739 * xterm.c (x_check_fullscreen): Fix pixel/character mixup.
1740
1741 2011-01-02 Eli Zaretskii <eliz@gnu.org>
1742
1743 * xdisp.c (Fformat_mode_line): Fix last change.
1744
1745 2011-01-02 Chong Yidong <cyd@stupidchicken.com>
1746
1747 * xdisp.c (Fformat_mode_line): Restrict the FACE argument to basic
1748 faces (Bug#7587).
1749
1750 2011-01-02 Eli Zaretskii <eliz@gnu.org>
1751
1752 * fileio.c (Fexpand_file_name): One more doc fix.
1753
1754 2011-01-01 Chong Yidong <cyd@stupidchicken.com>
1755
1756 * gtkutil.c (xg_get_tool_bar_widgets): Use NULL for a missing
1757 image or label in the container.
1758 (xg_make_tool_item): Replace VERT_ONLY arg with HORIZ, TEXT_IMAGE.
1759 (xg_show_toolbar_item): Function deleted.
1760 (xg_tool_item_stale_p): New function.
1761 (update_frame_tool_bar): Calculate tool-bar style once per call.
1762 Instead of hiding text labels, omit them. Don't use
1763 xg_show_toolbar_item; create new GtkToolItems from scratch if
1764 necessary, instead of trying to re-use them. This avoids an
1765 annoying animation when changing tool-bars.
1766
1767 2010-12-31 Jan Djärv <jan.h.d@swipnet.se>
1768
1769 * nsfns.m (ns_set_name_as_filename): Always use buffer name for
1770 title and buffer filename only for RepresentedFilename.
1771 Handle bad UTF-8 in buffer name (Bug#7517).
1772
1773 2010-12-30 Jan Djärv <jan.h.d@swipnet.se>
1774
1775 * coding.h (ENCODE_UTF_8): Remove "Used by ..." comment.
1776
1777 * nsfns.m (ns_set_name_iconic): Remove.
1778 (ns_set_name_internal): New function (Bug#7517).
1779 (Vicon_title_format): Extern declare.
1780 (ns_set_name): Call ns_set_name_internal.
1781 (x_explicitly_set_name): Remove call to ns_set_name_iconic.
1782 (x_implicitly_set_name): Ditto.
1783 (x_set_title): Remove commet about EXPLICIT. Call ns_set_name_internal.
1784 (ns_set_name_as_filename): Encode name with ENCODE_UTF_8 (Bug#7517).
1785
1786 2010-12-29 Štěpán Němec <stepnem@gmail.com> (tiny change)
1787
1788 * window.c (syms_of_window): Add missing defsubr for
1789 window-use-time.
1790
1791 2010-12-28 Andreas Schwab <schwab@linux-m68k.org>
1792
1793 * xterm.h (x_alloc_lighter_color_for_widget): Restore declaration.
1794 * xterm.c (x_alloc_lighter_color_for_widget): Restore.
1795
1796 2010-12-27 Andreas Schwab <schwab@linux-m68k.org>
1797
1798 * buffer.c: Remove unused declarations.
1799 * buffer.h: Likewise.
1800 * charset.h: Likewise.
1801 * composite.h: Likewise.
1802 * dispextern.h: Likewise.
1803 * dispnew.c: Likewise.
1804 * font.h: Likewise.
1805 * fontset.c: Likewise.
1806 * fontset.h: Likewise.
1807 * intervals.h: Likewise.
1808 * keymap.h: Likewise.
1809 * lisp.h: Likewise.
1810 * syntax.c: Likewise.
1811 * syntax.h: Likewise.
1812 * termhooks.h: Likewise.
1813 * window.h: Likewise.
1814 * xsettings.h: Likewise.
1815 * xterm.c: Likewise.
1816 * xterm.h: Likewise.
1817
1818 * chartab.c (sub_char_table_ref): Make static.
1819 * dispnew.c (line_hash_code, required_matrix_height)
1820 (required_matrix_width): Likewise.
1821 * eval.c (interactive_p, apply_lambda): Likewise.
1822 * fns.c (string_make_multibyte, copy_hash_table, hash_clear):
1823 Likewise.
1824 * font.c (QCadstyle, QCregistry, font_make_spec)
1825 (font_parse_fcname, font_encode_char, font_at): Likewise.
1826 * frame.c (x_frame_get_arg): Likewise.
1827 * keymap.c (get_keyelt): Likewise.
1828 * lread.c (read_filtered_event): Likewise.
1829 * print.c (write_string_1): Likewise.
1830 * window.c (delete_window, window_height, window_width)
1831 (foreach_window): Likewise.
1832 * xrdb.c (x_get_customization_string, x_get_resource): Likewise.
1833 * xterm.c (x_scroll_bar_clear, xembed_set_info)
1834 (xembed_send_message): Likewise.
1835
1836 * eval.c (run_hook_list_with_args): Delete.
1837 * font.c (font_unparse_gtkname, font_update_lface): Likewise.
1838 * terminal.c (get_terminal_param): Likewise.
1839 * xterm.c (x_alloc_lighter_color_for_widget): Likewise.
1840
1841 * scroll.c: Fix comment.
1842
1843 * dispnew.c (add_window_display_history)
1844 (add_frame_display_history, glyph_row_slice_p)
1845 (find_glyph_row_slice, flush_stdout)
1846 (check_matrix_pointer_lossage, matrix_row)
1847 (check_matrix_invariants, check_window_matrix_pointers)
1848 (check_matrix_pointers, window_to_frame_vpos)
1849 (window_to_frame_hpos): Prototize.
1850 * textprop.c (erase_properties): Likewise.
1851
1852 2010-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
1853
1854 * print.c (PRINT_NUMBER_OBJECT, PRINT_NUMBER_STATUS): Remove.
1855 (print_preprocess): Fix handling of uninterned symbols in last change.
1856
1857 * print.c (print, print_preprocess, print_object): Use a hash table
1858 rather than a linear table for Vprint_number_table.
1859
1860 2010-12-20 Chong Yidong <cyd@stupidchicken.com>
1861
1862 * frame.c (focus_follows_mouse): Default to 0 (Bug#7269).
1863
1864 2010-12-20 Chong Yidong <cyd@stupidchicken.com>
1865
1866 * keyboard.c (Vtool_bar_separator_image_expression): New variable.
1867 (parse_tool_bar_item): Use it to obtain image separators for
1868 displays not using native tool-bar separators.
1869
1870 * xdisp.c (build_desired_tool_bar_string): Don't handle separators
1871 specially, since this is now done in parse_tool_bar_item.
1872
1873 2010-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
1874
1875 Minor clean up to silence some gcc warnings.
1876 * window.c (Fset_window_buffer):
1877 * xterm.c (x_set_frame_alpha): Restructure code to silence
1878 compiler warning.
1879 (handle_one_xevent): Remove unused var `p'.
1880 (do_ewmh_fullscreen): Remove unused var `lval'.
1881 (xembed_set_info): Remove unused var `atom'.
1882 * textprop.c (Fremove_list_of_text_properties): Add braces to silence
1883 compiler warning.
1884 * fontset.c (fontset_id_valid_p, dump_fontset):
1885 * ftfont.c (ftfont_drive_otf): Modernize k&r declaration.
1886 * eval.c (Feval, Ffuncall): Avoid unneeded gotos.
1887 * dispnew.c (update_frame, update_frame_1): Compile the `do_pause'
1888 label only when it's used.
1889 * image.c (x_create_bitmap_from_xpm_data):
1890 * dispextern.h (x_create_bitmap_from_xpm_data): Use const char** like
1891 its callers.
1892 * coding.c (detect_coding_utf_16): Remove unused vars `src_base' and
1893 `consumed_chars'.
1894 (DECODE_EMACS_MULE_21_COMPOSITION): Remove unused var `charbuf_base'.
1895 (decode_coding_emacs_mule): Remove unused label `retry'.
1896 (detect_eol): Add parens to silence compiler warning.
1897 * alloc.c (bytes_used_when_reconsidered): Move to the #ifdef where
1898 it's used to silence the compiler.
1899 (make_number): Modernize k&r declaration.
1900 (mark_char_table): Add parens to silence compiler warning.
1901
1902 2010-12-17 Chong Yidong <cyd@stupidchicken.com>
1903
1904 * keyboard.c (parse_tool_bar_item): Allow menu separators in
1905 tool-bar maps.
1906 (menu_separator_name_p): New function, from gtkutil.c.
1907 (separator_names): Move from gtkutil.c.
1908
1909 * keyboard.h (menu_separator_name_p): Add prototype.
1910
1911 * gtkutil.c (XG_BIN_CHILD): New macro.
1912 (xg_get_menu_item_label, xg_update_menubar)
1913 (xg_update_menu_item, xg_tool_bar_menu_proxy)
1914 (xg_show_toolbar_item, update_frame_tool_bar): Use it.
1915 (separator_names, xg_separator_p): Move to keyboard.c.
1916 (create_menus, xg_update_submenu, update_frame_tool_bar):
1917 Use menu_separator_name_p.
1918
1919 * nsmenu.m (name_is_separator): Function deleted.
1920 (addItemWithWidgetValue): Use menu_separator_name_p.
1921
1922 * w32menu.c (name_is_separator): Function deleted.
1923 (add_menu_item): Use menu_separator_name_p.
1924
1925 2010-12-16 Jan Djärv <jan.h.d@swipnet.se>
1926
1927 * nsterm.m (ns_draw_window_cursor): If the cursor color is the
1928 same as the background, use the face forground as cursor.
1929
1930 2010-12-13 Eli Zaretskii <eliz@gnu.org>
1931
1932 * fileio.c (Fexpand_file_name): Doc fix. (Bug#7617)
1933
1934 2010-12-13 Eli Zaretskii <eliz@gnu.org>
1935
1936 * xdisp.c (string_pos_nchars_ahead, c_string_pos)
1937 (face_before_or_after_it_pos, next_element_from_string)
1938 (next_element_from_c_string, produce_stretch_glyph): Remove unused
1939 calculations of maximum string length before calling
1940 string_char_and_length and STRING_CHAR_AND_LENGTH.
1941 (string_char_and_length): Update commentary: MAXLEN is no longer
1942 needed.
1943
1944 2010-12-13 Jan Djärv <jan.h.d@swipnet.se>
1945
1946 * keyboard.c (kbd_buffer_get_event): Construct SAVE_SESSION_EVENT
1947 as (Qsave_session arg).
1948
1949 * xsmfns.c (smc_interact_CB): Set arg to Qnil.
1950 (smc_die_CB): Make an event with arg Qt.
1951 (Fhandle_save_session): If event has Qt as argument,
1952 call Fkill_emacs (Bug#7552).
1953
1954 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
1955
1956 * buffer.c (transient-mark-mode): Doc fix (Bug#7465).
1957
1958 2010-12-13 Jan Djärv <jan.h.d@swipnet.se>
1959
1960 * xsmfns.c (smc_die_CB): Call Fkill_emacs (Bug#7552).
1961
1962 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
1963
1964 * dispextern.h (struct it): New member overlay_strings_charpos.
1965
1966 * xdisp.c (next_overlay_string, load_overlay_strings): Record the
1967 charpos where we computed n_overlay_strings.
1968 (next_overlay_string): Load overlay strings at recorded position,
1969 which may not be the same as the iterator's charpos (Bug#7016).
1970
1971 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
1972
1973 * xdisp.c (try_scrolling): Avoid infloop if the first line is
1974 obscured due to a vscroll (Bug#7537).
1975
1976 2010-12-13 Jan Djärv <jhd@zeplinf.localdomain>
1977
1978 * nsterm.h (FRAME_NS_TOOLBAR_HEIGHT): Rename to FRAME_TOOLBAR_HEIGHT.
1979
1980 * nsterm.m (x_set_window_size, windowWillResize, initFrameFromEmacs):
1981 Use FRAME_TOOLBAR_HEIGHT.
1982 (x_set_offset): Handle XNegative and YNegative in
1983 f->size_hint_flags (Bug#7510).
1984
1985 2010-12-11 Eli Zaretskii <eliz@gnu.org>
1986
1987 * w32fns.c (Fx_show_tip): Call try_window with last argument
1988 TRY_WINDOW_IGNORE_FONTS_CHANGE. Delete the TODO ifdef: problem
1989 solved. Round up the tip height to an integral multiple of the
1990 frame's line height. Add FRAME_COLUMN_WIDTH to the tip width.
1991 (Bug#7398)
1992
1993 2010-12-08 Glenn Morris <rgm@gnu.org>
1994
1995 * fileio.c (Fverify_visited_file_modtime): Default to current buffer.
1996
1997 2010-12-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1998
1999 * xml.c (parse_region): Ignore blank HTML nodes.
2000 (make_dom): Return CDATA sections (like <style>foo</style>) as
2001 text nodes.
2002
2003 2010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2004
2005 * lread.c (read1): Allow newstyle unquote outside of backquote.
2006 Disallow old-style backquotes inside new-style backquotes.
2007 Don't count unquotes to figure out when we're "syntactically inside
2008 but semantically outside of a backquote" any more.
2009 Extend the restriction no-unescaped-commas-and-backquotes-in-symbols
2010 to all contexts.
2011
2012 2010-12-05 Chong Yidong <cyd@stupidchicken.com>
2013
2014 * process.c: Remove checks for HAVE_SYS_IOCTL_H (Bug#7484).
2015
2016 2010-12-04 Andreas Schwab <schwab@linux-m68k.org>
2017
2018 * Makefile.in (M_FILE): Substitute @M_FILE@ instead of @machfile@.
2019 (S_FILE): Substitute @S_FILE@ instead of @opsysfile@.
2020 * m/arm.h, m/sh3.h, m/xtensa.h: Remove files.
2021
2022 2010-12-03 Andreas Schwab <schwab@linux-m68k.org>
2023
2024 * lisp.h (union Lisp_Object): Explicitly declare signedness of
2025 bit-field.
2026 (XINT): Remove variant for EXPLICIT_SIGN_EXTEND.
2027 * m/alpha.h (EXPLICIT_SIGN_EXTEND): Don't define.
2028 * m/amdx86-64.h (EXPLICIT_SIGN_EXTEND): Likewise.
2029 * m/ia64.h (EXPLICIT_SIGN_EXTEND): Likewise.
2030 * m/ibms390.h (EXPLICIT_SIGN_EXTEND): Likewise.
2031 * m/ibms390x.h (EXPLICIT_SIGN_EXTEND): Likewise.
2032 * m/iris4d.h (EXPLICIT_SIGN_EXTEND): Likewise.
2033 * m/m68k.h (EXPLICIT_SIGN_EXTEND): Likewise.
2034 * m/sparc.h (EXPLICIT_SIGN_EXTEND): Likewise.
2035 * m/template.h (EXPLICIT_SIGN_EXTEND): Likewise.
2036 * m/hp800.h: Remove file.
2037 * m/mips.h: Remove file.
2038
2039 2010-12-03 Jan Djärv <jan.h.d@swipnet.se>
2040
2041 * nsterm.m (ns_dumpglyphs_image): If drawing cursor, fill background
2042 with cursor color and draw a rectangle around the image (Bug#7412).
2043
2044 2010-12-03 Andreas Schwab <schwab@linux-m68k.org>
2045
2046 * frame.c (x_set_font): Remove unused variable.
2047
2048 2010-12-02 Jan Djärv <jan.h.d@swipnet.se>
2049
2050 * nsmenu.m (update_frame_tool_bar): Remove NSLog on invalid image.
2051
2052 * nsterm.m (ns_draw_glyph_string): Switch fore- and background if
2053 drawing text under filled box cursor (Bug#7479).
2054
2055 2010-11-27 Kenichi Handa <handa@m17n.org>
2056
2057 * charset.c (emacs_mule_charset): Make it an array of charset ID;
2058 i.e. integer.
2059 (Fdefine_charset_internal): Adjust for the above change.
2060 (init_charset_once): Likewise.
2061
2062 * charset.h (emacs_mule_charset): Adjust the prototype.
2063 Delete duplicated extern.
2064
2065 * coding.c (emacs_mule_char): Adjust for the change of
2066 emacs_mule_charset.
2067
2068 * lread.c (read_emacs_mule_char): Adjust for the change of
2069 emacs_mule_charset.
2070
2071 2010-11-27 Eli Zaretskii <eliz@gnu.org>
2072
2073 * w32.c (_PROCESS_MEMORY_COUNTERS_EX): Don't define with versions
2074 of w32api >= 3.15. (Bug#6989) (Bug#7452)
2075
2076 2010-11-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2077
2078 * alloc.c (mark_terminals): Ensure that the image cache is marked
2079 even if the terminal object was marked earlier (Bug#6301).
2080
2081 2010-11-21 Chong Yidong <cyd@stupidchicken.com>
2082
2083 * editfns.c (Fbyte_to_string): Signal an error arg is not a byte.
2084
2085 2010-11-27 Jan Djärv <jan.h.d@swipnet.se>
2086
2087 * gtkutil.c (menubar_map_cb): New function (Bug#7425).
2088 (xg_update_frame_menubar): Connect signal map to menubar_map_cb.
2089 Use 23 as menubar height if 0. (Bug#7425).
2090
2091 2010-11-26 Eli Zaretskii <eliz@gnu.org>
2092
2093 * xdisp.c (set_message_1): Force paragraph direction in echo area
2094 be left-to-right.
2095
2096 * keyboard.c (make_lispy_position): Put a meaningful value in yret
2097 when the click is on the header or mode line.
2098
2099 2010-11-25 Eli Zaretskii <eliz@gnu.org>
2100
2101 * xdisp.c (set_cursor_from_row): Don't forget to consider the
2102 `cursor' property of the first character in overlay strings.
2103 (Bug#7474) (Bug#7481)
2104
2105 2010-11-24 Jan Djärv <jan.h.d@swipnet.se>
2106
2107 * nsterm.m (NSLeftControlKeyMask, NSLeftCommandKeyMask)
2108 (NSLeftAlternateKeyMask): New defines.
2109 (keyDown): Parse left and right keys separately (Bug#7458).
2110 Compare Left key masks exactly (Bug#7458).
2111
2112 2010-11-23 Eli Zaretskii <eliz@gnu.org>
2113
2114 * intervals.c (temp_set_point_both): Define before calling, to
2115 avoid GCC warnings.
2116
2117 2010-11-23 Dan Nicolaescu <dann@ics.uci.edu>
2118
2119 * nsmenu.m: Use #include <config.h> instead of "config.h".
2120
2121 * term.c (Qglyphless_char,last_glyphless_glyph_frame)
2122 (last_glyphless_glyph_face_id. last_glyphless_glyph_merged_face_id):
2123 Move declarations ...
2124 * lisp.h (Qglyphless_char,last_glyphless_glyph_frame)
2125 (last_glyphless_glyph_face_id. last_glyphless_glyph_merged_face_id):
2126 ... here.
2127
2128 * emacs.c (gdb_use_union, gdb_valbits,gdb_gctypebits)
2129 (gdb_data_seg_bits, gdb_array_mark_flag, PVEC_FLAG)
2130 (gdb_pvec_type):
2131 * print.c (print_output_debug_flag):
2132 * lisp.h (debug_print): Mark as EXTERNALLY_VISIBLE.
2133 (safe_debug_print): New declaration.
2134
2135 * xterm.c:
2136 * systty.h:
2137 * sound.c: Include <sys/ioctl.h> unconditionally.
2138
2139 2010-11-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2140
2141 * alloc.c (mark_maybe_object): Return early if given a Lisp
2142 integer (Bug#6301).
2143
2144 2010-11-21 Ken Brown <kbrown@cornell.edu>
2145
2146 * sheap.c (STATIC_HEAP_SIZE): Revert previous change.
2147
2148 2010-11-21 Jan Djärv <jan.h.d@swipnet.se>
2149
2150 * nsterm.m (ns_right_command_modifier, ns_right_control_modifier):
2151 Define (Bug#7458).
2152 (NSRightCommandKeyMask, NSRightControlKeyMask): Define (Bug#7458).
2153 (EV_MODIFIERS): Check for NSRightCommandKeyMask and
2154 NSRightControlKeyMask also (Bug#7458).
2155 (keyDown): Ditto (Bug#7458).
2156 (syms_of_nsterm): Defvar ns-right-command-modifier and
2157 ns-right-control-modifier (Bug#7458).
2158
2159 2010-11-21 Dan Nicolaescu <dann@ics.uci.edu>
2160
2161 * sysdep.c (sys_subshell): Remove SET_EMACS_PRIORITY.
2162 * emacs.c (emacs_priority, syms_of_emacs): Remove emacs_priority.
2163
2164 * intervals.h (temp_set_point, temp_set_point_both):
2165 * buffer.h (offset_intervals, copy_intervals): Remove INLINE.
2166
2167 2010-11-20 Ken Brown <kbrown@cornell.edu>
2168
2169 * sheap.c (STATIC_HEAP_SIZE): Increase to 13MB.
2170
2171 2010-11-20 Eli Zaretskii <eliz@gnu.org>
2172
2173 * term.c (produce_glyphless_glyph): Use \uNNNN, \UNNNNNN, or
2174 \xNNNNNN for hex-code display of glyphless characters.
2175
2176 2010-11-20 Jan Djärv <jan.h.d@swipnet.se>
2177
2178 * gtkutil.c (xg_make_tool_item): Take vert_only as argument.
2179 Set important to ! vert_only.
2180 (xg_show_toolbar_item): Don't show label horizontally if
2181 tool item isn't important.
2182 (update_frame_tool_bar): Get TOOL_BAR_ITEM_VERT_ONLY and pass it to
2183 xg_make_tool_item, or update important on existing tool item.
2184
2185 * keyboard.c (QCvert_only): New variable.
2186 (parse_tool_bar_item): Check for QCvert_only.
2187 (syms_of_keyboard): Initialize QCvert_only.
2188
2189 * dispextern.h (tool_bar_item_idx): Add TOOL_BAR_ITEM_VERT_ONLY.
2190
2191 2010-11-20 Eli Zaretskii <eliz@gnu.org>
2192
2193 * msdos.c (dos_rawgetc): Use gen_help_event, instead of doing the
2194 same in-line.
2195
2196 2010-11-20 Andreas Schwab <schwab@linux-m68k.org>
2197
2198 * xfaces.c (lookup_face): Make static.
2199 * dispnew.c (copy_row_except_pointers): Likewise.
2200 * syntax.c (dec_bytepos): Likewise.
2201 (inc_bytepos): Remove.
2202 * dispextern.h (lookup_face): Remove declaration.
2203
2204 2010-11-19 Eli Zaretskii <eliz@gnu.org>
2205
2206 * xdisp.c (set_cursor_from_row): Display cursor after all the
2207 glyphs that come from an overlay. Don't overstep the last glyph
2208 when skipping glyphs from an overlay. (Bug#6687)
2209
2210 2010-11-18 Dan Nicolaescu <dann@ics.uci.edu>
2211
2212 * alloc.c (refill_memory_reserve): Move declaration ...
2213 * lisp.h (refill_memory_reserve): ... here.
2214
2215 * strftime.c (_strftime_copytm): Add declaration.
2216
2217 * callproc.c (syms_of_callproc): Use intern_c_string.
2218
2219 Move declarations from .c files to .h files.
2220 * process.c (timers_run):
2221 * minibuf.c (quit_char):
2222 * lread.c (read_emacs_mule_char):
2223 * keyboard.c (minibuf_level, message_enable_multibyte)
2224 (pending_malloc_warning):
2225 * insdel.c (Vselect_active_regions, Vsaved_region_selection)
2226 (Qonly): Remove declarations.
2227 * lisp.h (pending_malloc_warning, Vsaved_region_selection)
2228 (Vselect_active_regions):
2229 * keyboard.h (timers_run): Add declarations.
2230
2231 * strftime.c (my_strftime_gmtime_r, my_strftime_localtime_r)
2232 (tm_diff): Convert definitions to standard C.
2233 (extra_args_spec_iso): Remove, unused.
2234
2235 2010-11-18 Jan Djärv <jan.h.d@swipnet.se>
2236
2237 * xsettings.c (init_gconf): Check HAVE_G_TYPE_INIT.
2238
2239 * config.in (HAVE_G_TYPE_INIT): New symbol.
2240
2241 2010-11-18 Eli Zaretskii <eliz@gnu.org>
2242
2243 * lread.c (Fload): Mention `load-in-progress' and
2244 `load-file-name'. (Bug#7346)
2245
2246 * keyboard.c (kbd_buffer_nr_stored): Define only ifdef subprocesses.
2247 (kbd_buffer_store_event_hold, kbd_buffer_get_event)
2248 (tty_read_avail_input): Call kbd_buffer_nr_stored only ifdef
2249 subprocesses. Use buffer_free only ifdef subprocesses.
2250
2251 * process.c (init_process) [subprocesses]: Init kbd_is_on_hold in
2252 the subprocesses version, not in the non-subprocesses one.
2253
2254 * Makefile.in: Don't use ## comment, it breaks the MSDOS build.
2255
2256 2010-11-17 Eli Zaretskii <eliz@gnu.org>
2257
2258 * xdisp.c (set_cursor_from_row): Fix cursor positioning in empty
2259 lines on text-mode terminals. (bug#7417)
2260
2261 2010-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
2262
2263 * xterm.c (get_current_wm_state): Rename from get_current_vm_state.
2264 (do_ewmh_fullscreen, x_handle_net_wm_state): Update callers.
2265
2266 2010-11-17 Kenichi Handa <handa@m17n.org>
2267
2268 * coding.c (Fset_terminal_coding_system_internal): Fix previous
2269 change (set charset-ID list instead of charset-symbol list).
2270
2271 2010-11-16 Chong Yidong <cyd@stupidchicken.com>
2272
2273 * keyboard.c (make_lispy_position): For text area clicks, record Y
2274 pixel position relative to the text area, excluding header line.
2275 Also change X and Y to Lisp_Objects, not pointers; don't return
2276 coordinate values via pointers. Pass ON_TEXT_AREA coordinate to
2277 buffer_posn_from_coords counting from the start of the text area.
2278 (Fposn_at_x_y, make_lispy_event): Callers changed.
2279
2280 * window.c (coordinates_in_window): Change X and Y to ints rather
2281 than pointers; don't return coordinates via pointers.
2282 (struct check_window_data): Change X and Y from pointers to ints.
2283 (window_from_coordinates): Remove args WX and WY; don't return
2284 coordinates via pointers.
2285 (Fcoordinates_in_window_p, window_from_coordinates):
2286 (check_window_containing, Fwindow_at): Callers changed.
2287 (window_relative_x_coord): New function.
2288
2289 * window.h (window_from_coordinates, window_relative_x_coord):
2290 Update prototypes.
2291
2292 * dispnew.c (buffer_posn_from_coords): Assume that X counts from
2293 the start of the text area.
2294
2295 * xdisp.c (remember_mouse_glyph): Change window_from_coordinates
2296 call. Use window_relative_x_coord.
2297 (note_mouse_highlight): Change window_from_coordinates call.
2298
2299 * w32term.c (w32_read_socket):
2300 * msdos.c (dos_rawgetc):
2301 * xterm.c (handle_one_xevent): Likewise.
2302
2303 2010-11-16 Dan Nicolaescu <dann@ics.uci.edu>
2304
2305 * strftime.c (LOCALE_PARAM_DECL): Update for standard C.
2306 (LOCALE_PARAM, LOCALE_PARAM_PROTO): Remove, unused.
2307 (memcpy_lowcase, so_week_days, extra_args_spec, emacs_strftimeu):
2308 Convert definitions to standard C.
2309 * regex.c: Do not include <stdlib.h>, config.h does it.
2310 Include unistd.h.
2311 (xrealloc, init_syntax_once, re_match, regcomp, regexec)
2312 (regerror, regfree): Convert definitions to standard C.
2313 * mktime.c (my_mktime_localtime_r, ydhms_tm_diff, ranged_convert)
2314 (__mktime_internal): Convert definitions to standard C.
2315
2316 2010-11-15 Dan Nicolaescu <dann@ics.uci.edu>
2317
2318 * w32proc.c:
2319 * w32inevt.c:
2320 * w32heap.c:
2321 * w32.c: Remove config.h include guards.
2322
2323 * callproc.c (child_setup): Reorder code to simplify #ifdefs.
2324 No code changes.
2325
2326 * process.c: Include <sys/ioctl.h> unconditionally,
2327 keyboard.c already does it.
2328
2329 * keyboard.c (pending_malloc_warning): Add const to match
2330 definition in alloc.c.
2331 (Fset_input_interrupt_mode): Simplify #ifdefs.
2332
2333 2010-11-15 Dan Nicolaescu <dann@ics.uci.edu>
2334
2335 Clean up systty.h macros.
2336 * systty.h (EMACS_GET_TTY_PGRP, EMACS_SET_TTY_PGRP, EMACS_GET_TTY)
2337 (EMACS_SET_TTY): Remove unneeded abstraction, instead inline the
2338 definition in all uses.
2339 (EMACS_TTY_TABS_OK): Remove, it has a single user.
2340 * sysdep.c (discard_tty_input, child_setup_tty)
2341 (init_sys_modes, tabs_safe_p, reset_sys_modes):
2342 * emacs.c (shut_down_emacs):
2343 * callproc.c (child_setup):
2344 * term.c (dissociate_if_controlling_tty): Inline removed macros.
2345
2346 * data.c (sign_extend_temp, sign_extend_lisp_int): Remove, unused.
2347
2348 2010-11-14 Chong Yidong <cyd@stupidchicken.com>
2349
2350 * w32fns.c (Fx_create_frame):
2351 * nsfns.m (Fx_create_frame): Don't check for the cursorColor
2352 resource here; it's now done at startup.
2353
2354 2010-11-14 Jan Djärv <jan.h.d@swipnet.se>
2355
2356 * xterm.c (set_wm_state): Add Qnil to final cons.
2357
2358 * xselect.c (x_send_client_event): Remove unused variables cons and
2359 size.
2360
2361 2010-11-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2362
2363 * keyboard.c (modify_event_symbol) : Add const to array elements of
2364 arg NAME_TABLE.
2365 (lispy_accent_keys, lispy_function_keys, lispy_multimedia_keys)
2366 (lispy_kana_keys, iso_lispy_function_keys, lispy_wheel_names)
2367 (lispy_wheel_names, lispy_drag_n_drop_names, modifier_names):
2368 Add const to array elements.
2369 (scroll_bar_parts): Make static. Fix position of const.
2370
2371 * w32fns.c (lispy_function_keys): Add const to extern.
2372
2373 * w32inevt.c (lispy_function_keys): Likewise.
2374
2375 2010-11-14 Chong Yidong <cyd@stupidchicken.com>
2376
2377 * xfns.c (Fx_create_frame): Don't check for the cursorColor
2378 resource here; it's now done at startup.
2379
2380 2010-11-13 Dan Nicolaescu <dann@ics.uci.edu>
2381
2382 * xmenu.c: Make it clear that ../lwlib/lwlib.h is only needed for Motif.
2383
2384 Fix compilation on Solaris.
2385 * sysdep.c: Do not #include <term.h>.
2386 (tputs): Add declaration, similar to what cm.c does. (Bug#7178)
2387
2388 * s/ms-w32.h (HAVE_TERMIOS_H): Do not undef, not used anymore.
2389
2390 2010-11-13 Jan Djärv <jan.h.d@swipnet.se>
2391
2392 * xterm.c (set_wm_state): Don't put Atom in cons, call
2393 make_fixnum_or_float on them first.
2394 (x_term_init): Initialize Xatom_net_supporting_wm_check and
2395 Xatom_net_supported correctly.
2396
2397 * xselect.c (x_send_client_event): Move CHECK_STRING ...
2398 (Fx_send_client_event): to here.
2399
2400 2010-11-13 Martin Rudalics <rudalics@gmx.at>
2401
2402 * window.c (Fwindow_use_time): New function.
2403
2404 2010-11-13 Eli Zaretskii <eliz@gnu.org>
2405
2406 * xdisp.c (set_cursor_from_row): Fix cursor positioning on
2407 zero-width characters.
2408
2409 * .gdbinit (pgx): Adapt to latest changes in `struct glyph'.
2410
2411 * w32term.c (x_draw_glyphless_glyph_string_foreground): Draw the
2412 box before drawing the glyphs inside it.
2413
2414 * xdisp.c (syms_of_xdisp) <glyphless-char-display>: Doc fix.
2415
2416 * dispextern.h (enum glyphless_display_method):
2417 Rename GLYPHLESS_DISPLAY_HEXA_CODE to GLYPHLESS_DISPLAY_HEX_CODE.
2418 All users changed.
2419
2420 * term.c (append_glyphless_glyph, produce_glyphless_glyph):
2421 Fix comments.
2422 (produce_glyphless_glyph): Enclose "U+nnnn" and "empty box"
2423 whitespace in "[]", to simulate a box. Don't use uninitialized
2424 variable `width'.
2425
2426 2010-11-11 Julien Danjou <julien@danjou.info>
2427
2428 * xsettings.c (init_xsettings): Use already fetch atoms.
2429
2430 * xsmfns.c (create_client_leader_window): Use SM_CLIENT_ID atom
2431 from dpyinfo.
2432
2433 * xselect.c (Fx_send_client_event): Split and create
2434 x_send_client_event.
2435
2436 * lisp.h: Do not EXFUN Fx_send_client_event.
2437
2438 * xterm.c (x_set_frame_alpha): Use _NET_WM_WINDOW_OPACITY atom
2439 from dpyinfo.
2440 (wm_supports): Use atoms from dpyinfo.
2441 (do_ewmh_fullscreen): Use atoms from dpyinfo.
2442 (x_ewmh_activate_frame): Use atoms from dpyinfo.
2443 (xembed_set_info): Use atoms from dpyinfo.
2444 (x_term_init): Fetch _XEMBED_INFO, _NET_SUPPORTED,
2445 _NET_SUPPORTING_WM_CHECK, _NET_WM_WINDOW_OPACITY and
2446 _NET_ACTIVE_WINDOW, XSETTINGS atoms.
2447 Get all atoms in one round-trip.
2448 (set_wm_state): Use x_send_client_event rather than
2449 Fx_send_client_event, using Atom directly.
2450 (x_ewmh_activate_frame): Ditto.
2451 (x_set_sticky): Pass atoms to set_wm_state.
2452 (do_ewmh_fullscreen): Ditto.
2453
2454
2455 * xterm.h (x_display_info): Add Xatom_net_supported,
2456 Xatom_net_supporting_wm_check, Xatom_net_active_window,
2457 Xatom_net_wm_window_opacity, Xatom_XEMBED_INFO, SM_CLIENT_ID.
2458
2459 * xfns.c (Fx_show_tip): Fix typo in docstring.
2460
2461 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
2462
2463 * cmds.c (Fself_insert_command): Don't call XFASTINT without checking
2464 it's not negative.
2465
2466 2010-11-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2467
2468 * font.c (font_filter_properties): Add const to array elements of
2469 properties args.
2470
2471 * font.h (font_filter_properties): Likewise.
2472
2473 * ftfont.c (ftfont_booleans, ftfont_non_booleans): Add const to array
2474 elements.
2475
2476 * w32font.c (w32font_booleans, w32font_non_booleans): Likewise.
2477
2478 2010-11-10 Michael Albinus <michael.albinus@gmx.de>
2479
2480 * dbusbind.c (QCdbus_type_unix_fd): New Lisp object.
2481 (XD_BASIC_DBUS_TYPE, xd_symbol_to_dbus_type, xd_signature)
2482 (xd_append_arg, xd_retrieve_arg): Support DBUS_TYPE_UNIX_FD.
2483 (Fdbus_call_method): Add DBUS_TYPE_UNIX_FD type mapping to doc string.
2484 (syms_of_dbusbind): Initialize QCdbus_type_unix_fd).
2485
2486 2010-11-10 Glenn Morris <rgm@gnu.org>
2487
2488 * emacs.c (syms_of_emacs) <system-type>: Doc fix.
2489
2490 2010-11-09 Eli Zaretskii <eliz@gnu.org>
2491
2492 * xfns.c (x_real_positions): Fix declaration-after-statement problem.
2493
2494 2010-11-09 Chong Yidong <cyd@stupidchicken.com>
2495
2496 * image.c (free_image): Don't garbage the frame here, since this
2497 function can be called while redisplaying (Bug#7210).
2498 (uncache_image): Garbage the frame here (Bug#6426).
2499
2500 2010-11-09 Jan Djärv <jan.h.d@swipnet.se>
2501
2502 * xfns.c (x_real_positions): Only use _NET_FRAME_EXTENTS if our
2503 parent is the root window. Check this after traversing window tree.
2504
2505 * xterm.c (x_term_init): Initialize Xatom_net_frame_extents.
2506
2507 * xterm.h (struct x_display_info): Xatom_net_frame_extents is new.
2508
2509 * xfns.c (x_real_positions): Try to get _NET_FRAME_EXTENTS first
2510 before traversing window tree (Bug#5721).
2511
2512 2010-11-07 Jan Djärv <jan.h.d@swipnet.se>
2513
2514 * xfns.c (set_machine_and_pid_properties): Let X set WM_CLIENT_MACHINE.
2515
2516 * xdisp.c (note_mode_line_or_margin_highlight):
2517 Initialize Cursor to No_Cursor for HAVE_WINDOW_SYSTEM also.
2518
2519 2010-11-06 Eli Zaretskii <eliz@gnu.org>
2520
2521 * xfns.c (Fx_show_tip): If any of the tool-tip text lines is R2L,
2522 adjust width of tool-tip frame to the width of text, excluding the
2523 stretch glyph at the beginning of R2L glyph rows.
2524
2525 * w32fns.c (Fx_show_tip): Likewise.
2526
2527 2010-11-06 Jan Djärv <jan.h.d@swipnet.se>
2528
2529 * nsfont.m: Include termchar for new mouse-highlight.
2530 (nsfont_draw): Use MOUSE_HL_INFO.
2531
2532 2010-11-05 Eli Zaretskii <eliz@gnu.org>
2533
2534 Unify mouse-highlight code for all GUI and TTY sessions.
2535
2536 * term.c: Remove static mouse_face_* variables. All users
2537 changed.
2538 (term_show_mouse_face, term_clear_mouse_face)
2539 (fast_find_position, term_mouse_highlight): Functions deleted.
2540 (tty_draw_row_with_mouse_face): New function.
2541 (term_mouse_movement): Call note_mouse_highlight instead of
2542 term_mouse_highlight.
2543
2544 * nsterm.m (ns_update_window_begin, ns_update_window_end)
2545 (ns_update_end, x_destroy_window, ns_frame_up_to_date)
2546 (ns_dumpglyphs_box_or_relief, ns_maybe_dumpglyphs_background)
2547 (ns_dumpglyphs_image, ns_dumpglyphs_stretch)
2548 (ns_initialize_display_info, keyDown, mouseMoved, mouseExited):
2549 Replace Display_Info with Mouse_HLInfo everywhere where
2550 mouse_face_* members were accessed for mouse highlight purposes.
2551
2552 * xterm.c (x_update_window_begin, x_update_window_end)
2553 (x_update_end, XTframe_up_to_date, x_set_mouse_face_gc)
2554 (handle_one_xevent, x_free_frame_resources, x_term_init):
2555 Replace Display_Info with Mouse_HLInfo everywhere where mouse_face_*
2556 members were accessed for mouse highlight purposes.
2557
2558 * w32term.c (x_update_window_begin, x_update_window_end)
2559 (x_update_end, w32_read_socket, x_free_frame_resources)
2560 (w32_initialize_display_info): Replace Display_Info with
2561 Mouse_HLInfo everywhere where mouse_face_* members were accessed
2562 for mouse highlight purposes.
2563
2564 * xdisp.c (show_mouse_face, note_mode_line_or_margin_highlight)
2565 (note_mouse_highlight) [HAVE_WINDOW_SYSTEM]: Don't run GUI code
2566 unless the frame is on a window-system.
2567 (get_tool_bar_item, handle_tool_bar_click)
2568 (note_tool_bar_highlight, draw_glyphs, erase_phys_cursor)
2569 (show_mouse_face, clear_mouse_face, coords_in_mouse_face_p)
2570 (note_mode_line_or_margin_highlight, note_mouse_highlight)
2571 (x_clear_window_mouse_face, cancel_mouse_face, expose_frame):
2572 Replace Display_Info with Mouse_HLInfo everywhere where
2573 mouse_face_* members were accessed for mouse highlight purposes.
2574 (coords_in_mouse_face_p): Move prototype out of the
2575 HAVE_WINDOW_SYSTEM conditional.
2576 (x_y_to_hpos_vpos, frame_to_window_pixel_xy): Move out of the
2577 HAVE_WINDOW_SYSTEM block.
2578 (try_window_id) [HAVE_GPM || MSDOS]:
2579 Call x_clear_window_mouse_face.
2580 (draw_row_with_mouse_face): Implementation for HAVE_WINDOW_SYSTEM
2581 systems. Call tty_draw_row_with_mouse_face for TTY systems.
2582 (show_mouse_face): Call draw_row_with_mouse_face, instead of
2583 calling draw_glyphs directly.
2584 (show_mouse_face, clear_mouse_face, coords_in_mouse_face_p)
2585 (cursor_in_mouse_face_p, rows_from_pos_range)
2586 (mouse_face_from_buffer_pos, mouse_face_from_string_pos)
2587 (note_mode_line_or_margin_highlight, note_mouse_highlight)
2588 (x_clear_window_mouse_face, cancel_mouse_face): Move out of the
2589 HAVE_WINDOW_SYSTEM block. Ifdef away window-system specific
2590 fragments.
2591 (note_mouse_highlight): Call popup_activated for MSDOS as well.
2592 Clear mouse highlight if pointer is over glyphs whose OBJECT is an
2593 integer.
2594 (mouse_face_from_buffer_pos): Add parentheses around && within ||.
2595 (x_consider_frame_title, tool_bar_lines_needed):
2596 Move prototypes to HAVE_WINDOW_SYSTEM-only part.
2597 (get_window_cursor_type): Move inside a HAVE_WINDOW_SYSTEM-only
2598 part. Remove "#ifdef HAVE_WINDOW_SYSTEM" from body of function.
2599 (null_glyph_slice): Move declaration into HAVE_WINDOW_SYSTEM-only
2600 part.
2601
2602 * dispnew.c (mirror_make_current): Set Y coordinate of the
2603 mode-line and header-line rows.
2604 (init_display): Setup initial frame's output_data for text
2605 terminal frames.
2606
2607 * xmenu.c (popup_activated): Don't define on MSDOS, which now has
2608 its own definition on msdos.c.
2609
2610 * msdos.c (show_mouse_face, clear_mouse_face)
2611 (fast_find_position, IT_note_mode_line_highlight)
2612 (IT_note_mouse_highlight): Functions deleted.
2613 (IT_frame_up_to_date, dos_rawgetc): Call note_mouse_highlight
2614 instead of IT_note_mouse_highlight.
2615 (draw_row_with_mouse_face, popup_activated): New functions.
2616 (dos_set_window_size, draw_row_with_mouse_face, IT_update_begin)
2617 (IT_update_end, IT_frame_up_to_date, internal_terminal_init)
2618 (dos_rawgetc): Replace Display_Info with Mouse_HLInfo everywhere
2619 where mouse_face_* members were accessed for mouse highlight
2620 purposes.
2621
2622 * msdos.h (initialize_msdos_display): Add prototype.
2623
2624 * frame.h (MOUSE_HL_INFO): New macro.
2625
2626 * lisp.h (Mouse_HLInfo): New data type.
2627
2628 * xterm.h (struct x_display_info):
2629 * w32term.h (struct w32_display_info):
2630 * nsterm.h (struct ns_display_info):
2631 * termchar.h (struct tty_display_info): Use it instead of
2632 mouse_face_* members.
2633
2634 * dispextern.h (show_mouse_face, clear_mouse_face): Update type of
2635 1st argument.
2636 (frame_to_window_pixel_xy, note_mouse_highlight)
2637 (x_clear_window_mouse_face, cancel_mouse_face, clear_mouse_face)
2638 (show_mouse_face, cursor_in_mouse_face_p): Move prototypes out of
2639 HAVE_WINDOW_SYSTEM conditional.
2640 (draw_row_with_mouse_face): Declare prototype.
2641 (tty_draw_row_with_mouse_face): Declare prototype.
2642
2643 2010-11-05 Eli Zaretskii <eliz@gnu.org>
2644
2645 * term.c (append_glyphless_glyph, produce_glyphless_glyph):
2646 Remove unused variables.
2647
2648 2010-11-05 Adrian Robert <Adrian.B.Robert@gmail.com>
2649
2650 * nsterm.m (EmacsView-mouseExited:): Correct error in conditional
2651 logic pointed out by Eli Zaretskii.
2652
2653 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2654
2655 * coding.c (coding-category-list): Refer to set-coding-system-priority
2656 instead of the obsolete set-coding-priority in the doc string.
2657
2658
2659 2010-11-04 Adrian Robert <Adrian.B.Robert@gmail.com>
2660
2661 * nsfont.m (nsfont_draw): Correct previous patch to return
2662 correct value.
2663 * nsimage.m (EmacsImage-setXBMColor:): Correct previous patch:
2664 don't change the method signature, change the return.
2665
2666 2010-11-04 Ismail Donmez <ismail@namtrac.org> (tiny change)
2667
2668 * nsfont.m (nsfont_draw)
2669 * nsimage.m (EmacsImage-setXBMColor:)
2670 * nsterm.m (EmacsView-performDragOperation:): Correct empty return.
2671
2672 2010-11-03 Julien Danjou <julien@danjou.info>
2673
2674 * image.c (gif_load): Add support for transparency and specified
2675 :background.
2676
2677 2010-11-01 Kenichi Handa <handa@m17n.org>
2678
2679 * dispextern.h (lookup_glyphless_char_display): Extern it.
2680
2681 * termhooks.h (struct terminal): New member charset_list.
2682
2683 * coding.c (Fset_terminal_coding_system_internal): Set the
2684 `charset_list' member of struct terminal.
2685
2686 * term.c (produce_glyphs): Handle the case it->what == IT_GLYPHLESS.
2687 (append_glyphless_glyph, produce_glyphless_glyph): New functions.
2688
2689 * xdisp.c (lookup_glyphless_char_display): Make it non-static.
2690 (lookup_glyphless_char_display): Set it->what at the end.
2691 (last_glyphless_glyph_frame, last_glyphless_glyph_face_id)
2692 (last_glyphless_glyph_merged_face_id): Make them non-static.
2693
2694 * w32term.c (x_draw_glyphless_glyph_string_foreground):
2695 Fix the arg with_background for font->driver->draw.
2696
2697 2010-11-01 Kenichi Handa <handa@m17n.org>
2698
2699 * w32gui.h (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2):
2700 Surround chp by parentheses.
2701
2702 2010-11-01 Kenichi Handa <handa@m17n.org>
2703
2704 Implement various display methods for glyphless characters.
2705
2706 * xdisp.c (Qglyphless_char, Vglyphless_char_display)
2707 (Qglyphless_char_display, Qhexa_code, Qempty_box, Qthin_space)
2708 (Qzero_width): New variables.
2709 (THIN_SPACE_WIDTH): New macro.
2710 (lookup_glyphless_char_display): New funciton.
2711 (last_glyphless_glyph_frame, last_glyphless_glyph_face_id)
2712 (last_glyphless_glyph_merged_face_id): New variables.
2713 (get_next_display_element): Check glyphless characters.
2714 (redisplay_internal): Initialize last_glyphless_glyph_frame and
2715 last_glyphless_glyph_face_id.
2716 (fill_glyphless_glyph_string): New function.
2717 (BUILD_GLYPHLESS_GLYPH_STRING): New macro.
2718 (BUILD_GLYPH_STRINGS): Handle the case GLYPHLESS_GLYPH.
2719 (append_glyphless_glyph, produce_glyphless_glyph): New functions.
2720 (x_produce_glyphs): If a suitable font is not found, produce a
2721 glyphless glyph. Handle the case it->what == IT_GLYPHLESS.
2722 (syms_of_xdisp): Intern and staticpro Qglyphless_char,
2723 Qglyphless_char_display, Qhexa_code, Qempty_box, Qthin_space, and
2724 Qzero_width.
2725 (Vglyphless_char_display): Declare it as a Lisp variable.
2726
2727 * dispextern.h (enum glyph_type): Add GLYPHLESS_GLYPH.
2728 (struct glyph): Change the size of the member "type" to 3.
2729 Add glyphless to the union slice and u.
2730 (enum display_element_type): Add IT_GLYPHLESS.
2731 (enum glyphless_display_method): New enum.
2732 (struct it): New member glyphless_method.
2733 (Vglyphless_char_display): Extern it.
2734
2735 * xterm.c (x_draw_glyphless_glyph_string_foreground): New function.
2736 (x_draw_glyph_string): Handle the case GLYPHLESS_GLYPH.
2737
2738 * w32term.c (x_draw_glyphless_glyph_string_foreground): New function.
2739 (x_draw_glyph_string): Handle the case GLYPHLESS_GLYPH.
2740
2741 * nsterm.m (ns_draw_glyph_string): Handle the case
2742 GLYPHLESS_GLYPH (the detail is not yet implemented).
2743
2744 2010-10-31 Glenn Morris <rgm@gnu.org>
2745
2746 * xterm.c (x_connection_closed) [USE_X_TOOLKIT]: Fix merge, maybe.
2747
2748 * frame.c (syms_of_frame) <tool-bar-mode>:
2749 Default to nil if !HAVE_WINDOW_SYSTEM. (Bug#7299)
2750
2751 2010-10-31 Chong Yidong <cyd@stupidchicken.com>
2752
2753 * xterm.c (x_connection_closed): Print informative error message
2754 when aborting on GTK. This requires using shut_down_emacs
2755 directly instead of Fkill_emacs.
2756
2757 2010-10-29 Eli Zaretskii <eliz@gnu.org>
2758
2759 * emacs.c (main): Call syms_of_filelock unconditionally.
2760
2761 * filelock.c (syms_of_filelock): Move out of #ifdef CLASH_DETECTION
2762 clause, but keep part of it conditioned on CLASH_DETECTION.
2763
2764 2010-10-29 Glenn Morris <rgm@gnu.org>
2765
2766 * nsfns.m (Fx-display-save-under, Fx-open-connection)
2767 (Fxw-color-defined-p, Fxw-display-color-p, Fx-show-tip):
2768 * w32fns.c (Fxw_color_defined_p, Fx_open_connection):
2769 * xfns.c (Fxw_color_defined_p, Fx_open_connection):
2770 Sync docs between X, W32, NS.
2771
2772 * buffer.c (syms_of_buffer) <abbrev-mode, transient-mark-mode>:
2773 * frame.c (syms_of_frame) <tool-bar-mode>: Move doc here from Lisp.
2774
2775 2010-10-26 Juanma Barranquero <lekktu@gmail.com>
2776
2777 * eval.c (init_eval_once): Set max_lisp_eval_depth to 600;
2778 otherwise, bootstrapping on Windows fails to compile macroexp.el.
2779
2780 2010-10-26 Eli Zaretskii <eliz@gnu.org>
2781
2782 * cmds.c (internal_self_insert): Don't insert if argument N is
2783 zero or negative. (Bug#7281)
2784
2785 2010-10-26 Jan Djärv <jan.h.d@swipnet.se>
2786
2787 * gtkutil.c (qttip_cb): Set title to empty for ATK (Bug#7278).
2788
2789 2010-10-25 Glenn Morris <rgm@gnu.org>
2790
2791 * Makefile.in (SOME_MACHINE_LISP): Remove easymenu.elc.
2792
2793 2010-10-24 Glenn Morris <rgm@gnu.org>
2794
2795 * w32fns.c (Fx_synchronize, Fx_change_window_property)
2796 (Fx_window_property, Fx_file_dialog):
2797 * xfns.c (Fx_synchronize, Fx_change_window_property)
2798 (Fx_window_property, Fx_file_dialog): Sync docs between w32 and X.
2799
2800 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
2801
2802 * xterm.c (x_connection_closed): Kill Emacs unconditionally.
2803
2804 2010-10-24 Eli Zaretskii <eliz@gnu.org>
2805
2806 * frame.c (Fframep, Fwindow_system): Deprecate use as a predicate.
2807
2808 * dispnew.c (syms_of_display) <initial-window-system, window-system>:
2809 Deprecate use as a boolean flag.
2810
2811 2010-10-24 Jim Meyering <jim@meyering.net>
2812
2813 * emacs.c (argmatch): Don't treat "--" as "--chdir".
2814
2815 2010-10-24 Glenn Morris <rgm@gnu.org>
2816
2817 * w16select.c (syms_of_win16select) <selection-coding-system>:
2818 <next-selection-coding-system>:
2819 * w32select.c (syms_of_w32select) <selection-coding-system>:
2820 <next-selection-coding-system>:
2821 Sync docs with select.el.
2822
2823 * xfaces.c (syms_of_xfaces) <tty-defined-color-alist>: Sync doc with
2824 Lisp version.
2825
2826 * w32term.c (syms_of_w32term) <x-use-underline-position-properties>:
2827 Sync doc with the xterm.c version.
2828
2829 * w32term.c (syms_of_w32term) <x-toolkit-scroll-bars>:
2830 * xterm.c (syms_of_xterm) <x-toolkit-scroll-bars>: Sync docs.
2831
2832 2010-10-23 Glenn Morris <rgm@gnu.org>
2833
2834 * buffer.c (syms_of_buffer) <cursor-in-non-selected-windows>:
2835 * frame.c (syms_of_frame) <menu-bar-mode>:
2836 * xdisp.c (syms_of_xdisp) <auto-hscroll-mode, display-hourglass>:
2837 <hourglass-delay>: Sync docs with Lisp.
2838
2839 2010-10-23 Eli Zaretskii <eliz@gnu.org>
2840
2841 Implement mouse highlight for bidi-reordered lines.
2842
2843 * xdisp.c (fast_find_string_pos): #ifdef away, not used anymore.
2844 (mouse_face_from_string_pos): New function, replaces
2845 fast_find_string_pos.
2846 (note_mouse_highlight): Call it instead of fast_find_string_pos.
2847 (note_mode_line_or_margin_highlight): Support bidi-reordered
2848 strings and R2L glyph rows. Fix comments.
2849 (note_mouse_highlight): When bidi reordering is turned on in a
2850 buffer, call next-single-property-change and
2851 previous-single-property-change with last argument nil.
2852 Clear mouse highlight when mouse pointer is in a R2L row on the stretch
2853 glyph that stands for no text beyond the line end.
2854 (row_containing_pos): Don't return too early when CHARPOS is in a
2855 bidi-reordered continued line. Return immediately when the first
2856 hit is found in a line that is not continued, or when an exact
2857 match for CHARPOS is found.
2858 (rows_from_pos_range): New function.
2859 (mouse_face_from_buffer_pos): Use it instead of calling
2860 row_containing_pos for START_CHARPOS and END_CHARPOS. Rewrite the
2861 function to support mouse highlight in bidi-reordered lines and
2862 not to assume that START_CHARPOS is always in mouse_face_beg_row.
2863 If necessary, swap mouse_face_beg_row and mouse_face_end_row so
2864 that the former is always above the latter or identical to it.
2865 (show_mouse_face): Support drawing highlighted R2L lines.
2866 (coords_in_mouse_face_p): New function, bidi-aware.
2867 (cursor_in_mouse_face_p, note_mouse_highlight, erase_phys_cursor):
2868 Call it instead of comparing with mouse-face members of dpyinfo.
2869 (note_mode_line_or_margin_highlight): Fix confusingly swapped
2870 usage of hpos and vpos.
2871
2872 2010-10-22 Jan Djärv <jan.h.d@swipnet.se>
2873
2874 * xrdb.c: Include keyboard.h for MOTIF.
2875
2876 * xmenu.c: Revert 2010-07-27 change: lwlib.h is needed for
2877 MOTIF (Bug#7263).
2878
2879 * xfns.c: Include Xm/TextF and Xm/List.
2880 (file_dialog_cb, file_dialog_unmap_cb, clean_up_file_dialog):
2881 Make ANSI prototypes.
2882
2883 2010-10-22 Glenn Morris <rgm@gnu.org>
2884
2885 * Makefile.in (SOME_MACHINE_LISP): Add w32-vars.
2886 Remove ccl and duplicate mouse.
2887
2888 2010-10-21 Chong Yidong <cyd@stupidchicken.com>
2889
2890 * insdel.c (prepare_to_modify_buffer): Don't set
2891 saved-region-selection if modification hooks are disabled.
2892
2893 2010-10-19 Chong Yidong <cyd@stupidchicken.com>
2894
2895 * cmds.c (Fdelete_char): Doc fix.
2896
2897 2010-10-19 Ken Brown <kbrown@cornell.edu>
2898
2899 * s/cygwin.h (SIGNALS_VIA_CHARACTERS): New define (bug#7225).
2900
2901 2010-10-19 Kenichi Handa <handa@m17n.org>
2902
2903 Fix incorrect font metrics when the same font is opened with
2904 different pixelsizes.
2905
2906 * xftfont.c: Include composite.h.
2907 (xftfont_shape): New function.
2908 (syms_of_xftfont): Set xftfont_driver.shape.
2909
2910 2010-10-18 Julien Danjou <julien@danjou.info>
2911
2912 * frame.c (Fframe_pointer_visible_p):
2913 Add `frame-pointer-visible-p' to get the pointer visibility.
2914
2915 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2916
2917 * gnutls.c (emacs_gnutls_read): Return 0 if we get a
2918 non-"EAGAIN"-like error to signal to Emacs that the socket should
2919 be closed.
2920
2921 2010-10-15 Eli Zaretskii <eliz@gnu.org>
2922
2923 * unexcoff.c (make_hdr): Fix prototype according to changes in
2924 2010-10-03T13:59:56Z!dann@ics.uci.edu.
2925
2926 * image.c (tiff_load): Cast 3rd argument to avoid compiler warning.
2927
2928 2010-10-15 Tassilo Horn <tassilo@member.fsf.org>
2929
2930 * Makefile.in (really-oldXMenu): Fix typo in variable name that
2931 made building the X menu fail.
2932 (really-oldXMenu): Fix my previous fix.
2933
2934 2010-10-14 Damyan Pepper <damyanp@gmail.com>
2935
2936 Fix handling of font properties on Windows (bug#6303).
2937 * font.c (font_filter_properties): New function, refactored from
2938 ftfont_filter_properties.
2939 * font.h (font_filter_properties): Declare.
2940 * ftfont.c (ftfont_filter_properties): Use font_filter_properties.
2941 * w32font.c (w32font_booleans, w32font_non_booleans): New variables.
2942 (w32font_filter_properties): New function.
2943 (w32font_driver): Add w32font_filter_properties.
2944
2945 2010-10-14 Juanma Barranquero <lekktu@gmail.com>
2946
2947 * font.c (Ffont_variation_glyphs):
2948 * ccl.c (Fccl_execute_on_string): Fix typo in docstring.
2949
2950 2010-10-14 Juanma Barranquero <lekktu@gmail.com>
2951
2952 * w32fns.c (w32_wnd_proc, file_dialog_callback):
2953 * w32font.c (w32_generic_family):
2954 * w32inevt.c (key_event):
2955 * w32menu.c (fill_in_menu):
2956 * w32proc.c (reader_thread, w32_executable_type, compare_env)
2957 (merge_and_sort_env, int_from_hex, enum_locale_fn, enum_codepage_fn):
2958 * w32term.c (w32_read_socket): Make static.
2959
2960 2010-10-13 Juanma Barranquero <lekktu@gmail.com>
2961
2962 * image.c (DEF_IMGLIB_FN): Add argument to adapt to strict
2963 prototypes; all callers changed.
2964
2965 2010-10-13 Juanma Barranquero <lekktu@gmail.com>
2966
2967 * makefile.w32-in (TLIB2): Rename from TLIBW32.
2968 (OBJ2): New macro.
2969 (WIN32OBJ, FONTOBJ): Remove.
2970 (OBJ1): Redistribute object files with OBJ2.
2971 (LIBS, $(TEMACS)): Use TLIB2.
2972 (make-buildobj-CMD, make-buildobj-SH): Use OBJ2.
2973 ($(TLIB2), TAGS, TAGS-LISP, TAGS-gmake): Depend on OBJ2.
2974
2975 2010-10-13 Juanma Barranquero <lekktu@gmail.com>
2976
2977 * emacs.c (Vdynamic_library_alist)
2978 (syms_of_emacs) <dynamic-library-alist>: Move from image.c and rename.
2979 Doc fix.
2980
2981 * lisp.h (Vdynamic_library_alist): Declare extern.
2982
2983 * image.c (Vimage_library_alist)
2984 (syms_of_image) <image-library-alist>: Move to emacs.c and rename.
2985 (lookup_image_type): Use Vdynamic_library_alist.
2986 (Finit_image_library): Doc fix.
2987
2988 2010-10-12 Dan Nicolaescu <dann@ics.uci.edu>
2989
2990 * Makefile.in (lispsource, libsrc, etc, oldxmenudir, lwlibdir)
2991 (lispdir): Remove trailing /, update all uses.
2992
2993 2010-10-12 Jan Djärv <jan.h.d@swipnet.se>
2994
2995 * nsterm.m (Qleft): Declare.
2996 (ns_right_alternate_modifier): New variable
2997 (NSRightAlternateKeyMask): New define.
2998 (EV_MODIFIERS): Parse NSRightAlternateKeyMask if
2999 ns_right_alternate_modifier isn't Qleft.
3000 (keyDown): If ns_right_alternate_modifier isn't Qleft, use it
3001 as emacs modifier for NSRightAlternateKeyMask.
3002 (syms_of_nsterm): DEFVAR_LISP ns-right-alternate-modifier.
3003
3004 2010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3005
3006 * gnutls.c (emacs_gnutls_write): If we're trying to write before
3007 gnutls is ready, return EAGAIN as the errno.
3008
3009 2010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
3010
3011 * vm-limit.c:
3012 * unexhp9k800.c:
3013 * unexelf.c:
3014 * unexaix.c:
3015 * termcap.c: Remove #ifdef emacs / #ifndef emacs code, unused.
3016
3017 * Makefile.in (temacs): Use $(ALL_CFLAGS) on the link line.
3018 (PROFILING_LDFLAGS): Remove, not needed anymore.
3019
3020 * Makefile.in: Use $(...) everywhere instead of ${...}
3021 (CRT_DIR): Move near potential user.
3022 (START_FILE): Move near CRT_DIR, it might use it.
3023
3024 * sysdep.c (LPASS8): Remove, unused.
3025 (emacs_ospeed): Change from being a global to a local in the only
3026 user: init_baud_rate.
3027
3028 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3029
3030 * gnutls.c (syms_of_gnutls): All the bootprops are keywords.
3031 (emacs_gnutls_write): Remove the debuggin fsync call.
3032 (emacs_gnutls_read): Return -1 if we got an error from
3033 gnutls_read. This allows us to actually read lots of data from
3034 the GnuTLS stream.
3035 (emacs_gnutls_write): Check for GNUTLS_E_AGAIN and not EINTR.
3036 According to the documentation, this is correct, and it seems to
3037 make things work.
3038
3039 2010-10-09 Chong Yidong <cyd@stupidchicken.com>
3040
3041 * xterm.c (x_draw_relief_rect): Clear corner pixels.
3042
3043 2010-10-08 Michael Albinus <michael.albinus@gmx.de>
3044
3045 * keyboard.c: Revert last change; it was not intended to be
3046 synchronized with the trunk.
3047
3048 2010-10-08 Kenichi Handa <handa@m17n.org>
3049
3050 * coding.c (complement_process_encoding_system): Fix previous change.
3051
3052 2010-10-08 Michael Albinus <michael.albinus@gmx.de>
3053
3054 * dbusbind.c (syms_of_dbusbind): Move putenv call ...
3055 (Fdbus_init_bus): ... here. (Bug#7113)
3056
3057 2010-10-08 Glenn Morris <rgm@gnu.org>
3058
3059 * buffer.c (before-change-functions, after-change-functions):
3060 Three-year overdue doc fix following 2007-08-13 change.
3061
3062 2010-10-08 Kenichi Handa <handa@m17n.org>
3063
3064 * coding.c (coding_inherit_eol_type): If parent doesn't specify
3065 eol-format, inherit from the system's default.
3066 (complement_process_encoding_system): Make a new coding system
3067 inherit the original eol-format.
3068
3069 2010-10-08 Kenichi Handa <handa@m17n.org>
3070
3071 * coding.c (complement_process_encoding_system): New function.
3072
3073 * coding.h (complement_process_encoding_system): Extern it.
3074
3075 * callproc.c (Fcall_process): Complement the coding system for
3076 encoding arguments.
3077 (Fcall_process_region): Complement the coding system for encoding
3078 the input to the process.
3079
3080 * process.c (Fstart_process): Complement the coding system for
3081 encoding arguments.
3082 (send_process): Complement the coding system for encoding what
3083 sent to the process.
3084
3085 2010-10-08 Kenichi Handa <handa@m17n.org>
3086
3087 * xfont.c (xfont_open): Fix setting of font->average_width from
3088 :avgwidth property (Bug#7123).
3089
3090 2010-10-08 Michael Albinus <michael.albinus@gmx.de>
3091
3092 * dbusbind.c (syms_of_dbusbind): Use putenv instead of setenv, it
3093 is more portable.
3094
3095 * keyboard.c (gobble_input): Move call of xd_read_queued_messages ...
3096 (kbd_buffer_get_event): ... here. This is needed for cygwin, which
3097 has not defined SIGIO.
3098
3099 2010-10-08 Chong Yidong <cyd@stupidchicken.com>
3100
3101 * xterm.c (x_draw_relief_rect): If box width is larger than 1,
3102 draw the outermost line using the black relief, for legibility.
3103 Omit drawing the four corner pixels.
3104
3105 2010-10-04 Chong Yidong <cyd@stupidchicken.com>
3106
3107 * keyboard.c (echo_prompt): Function moved into read_key_sequence.
3108 (read_key_sequence): Inline echo_prompt.
3109 (echo_dash): Add a dash only if key is continued (Bug#7137).
3110
3111 2010-10-04 Dan Nicolaescu <dann@ics.uci.edu>
3112
3113 Remove O_RDONLY, O_WRONLY definitions, not needed.
3114 * unexcoff.c:
3115 * lread.c:
3116 * fileio.c:
3117 * doc.c:
3118 * callproc.c:
3119 * alloc.c:
3120 * termcap.c: Remove O_RDONLY O_WRONLY definitions.
3121
3122 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
3123
3124 * gnutls.h (GNUTLS_LOG2): Convenience macro.
3125
3126 * gnutls.c: Add property list symbol holders.
3127 (emacs_gnutls_handshake): Clarify how sockets are passed to
3128 GnuTLS.
3129 (gnutls_log_function2): Convenience function using GNUTLS_LOG2.
3130 (Fgnutls_boot): Get all parameters from a plist. Require trustfiles
3131 and keyfiles to be a list of file names. Default to "NORMAL" for
3132 the priority string. Improve logging.
3133
3134 2010-10-03 Glenn Morris <rgm@gnu.org>
3135
3136 * fileio.c (Vdirectory_sep_char): Remove.
3137
3138 2010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
3139
3140 * termhooks.h: Remove #ifdef CONSP.
3141
3142 * xterm.c (NO_INLINE, noinline): Move definitions to ../configure.in.
3143
3144 Include <fcntl.h> unconditionally.
3145 * termcap.c:
3146 * sysdep.c:
3147 * lread.c:
3148 * keyboard.c:
3149 * filelock.c:
3150 * fileio.c:
3151 * doc.c:
3152 * callproc.c:
3153 * alloc.c: Remove include guards for <fcntl.h>, process.c already
3154 does it.
3155
3156 * process.c: Do not include <sys/wait.h>, syswait.h does it.
3157
3158 * sysdep.c (flush_pending_output): Remove code, does not do
3159 anything on any platform.
3160
3161 Remove unused code.
3162 * sysdep.c (select_alarm, sys_select, read_input_waiting):
3163 Remove select emulation, all systems support select.
3164 (set_exclusive_use): Remove, the only user is in an #if 0 block.
3165 * process.c (create_process): Remove #if 0 code.
3166
3167 Remove unused arguments for unexec.
3168 The third one is never used, and the last two are always passed as zero.
3169 * emacs.c (unexec): Add declaration.
3170 (Fdump_emacs): Only pass the first two arguments to unexec.
3171 Simplify #ifdef.
3172 * unexw32.c (unexec):
3173 * unexsol.c (unexec):
3174 * unexhp9k800.c (unexec):
3175 * unexcw.c (unexec): Remove the last 3 arguments, unused.
3176 * unexelf.c (unexec): Remove the last 3 arguments, unused.
3177 (find_section): Use const.
3178 * unexmacosx.c (unexec): Remove the last 3 arguments, unused.
3179 (unexec_error): Declare it NO_RETURN.
3180 * unexcoff.c (make_hdr): Assume bss_start is always zero, remove
3181 it as an argument, remove data_start and entry_address arguments, unused.
3182 (unexec): Remove bss_start, data_start and
3183 entry_address arguments.
3184 * unexaix.c (make_hdr): Assume bss_start is always zero, remove
3185 it as an argument, remove data_start and entry_address arguments, unused.
3186 (unexec): Remove bss_start, data_start and
3187 entry_address arguments.
3188
3189 2010-10-03 Juanma Barranquero <lekktu@gmail.com>
3190
3191 * makefile.w32-in (TAGS, TAGS-LISP, TAGS-gmake): Add $(FONTOBJ).
3192
3193 * gnutls.c (emacs_gnutls_handshake, gnutls_make_error)
3194 (gnutls_emacs_global_init, gnutls_emacs_global_deinit): Make static.
3195 (Fgnutls_get_initstage, Fgnutls_deinit, Fgnutls_boot, Fgnutls_bye):
3196 Fix typos in docstrings.
3197 (Fgnutls_error_fatalp, Fgnutls_error_string): Doc fixes.
3198 (Fgnutls_errorp): Doc fix; use ERR for the argument name.
3199
3200 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
3201
3202 * keyboard.c (command_loop_1): Make sure the mark is really alive
3203 before using it (Bug#7044).
3204
3205 2010-10-02 Juanma Barranquero <lekktu@gmail.com>
3206
3207 * makefile.w32-in (tags): Rename target to full-tags.
3208
3209 2010-10-02 Eli Zaretskii <eliz@gnu.org>
3210
3211 * emacs.c (main): Remove !WINDOWSNT conditional.
3212 (Fkill_emacs): Don't mention exemption on MS-Windows.
3213
3214 2010-10-02 Glenn Morris <rgm@gnu.org>
3215
3216 * character.c (Fchar_bytes): Remove obsolete function.
3217 (syms_of_character): Remove Schar_bytes.
3218
3219 * emacs.c (fatal_error_signal): Also run Fkill_emacs on SIGINT.
3220 (main) [!WINDOWSNT]: Handle SIGINT with fatal_error_signal
3221 in batch-mode.
3222 (Fkill_emacs): Doc fix. Also run the hook in batch mode.
3223 (kill-emacs-hook): Doc fix.
3224
3225 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3226
3227 * xml.c (Flibxml_parse_xml_region, Flibxml_parse_html_region)
3228 (parse_region): Rework to take regions instead of strings, and
3229 renamed to reflect that these are the libxml functions.
3230
3231 2010-10-01 Eli Zaretskii <eliz@gnu.org>
3232
3233 * term.c (init_tty) [DOS_NT]: Don't call Wcm_clear after setting
3234 screen dimensions in tty->Wcm.
3235
3236 * xdisp.c (set_cursor_from_row): When the row is truncated and
3237 point is outside the range of displayed characters, position the
3238 cursor inside the scroll margin. (Bug#6349)
3239
3240 2010-10-01 Dan Nicolaescu <dann@ics.uci.edu>
3241
3242 Do not include stdlib.h and string.h, config.h does it.
3243 * xfont.c:
3244 * w32term.c:
3245 * w32reg.c:
3246 * w32inevt.c:
3247 * w32heap.c:
3248 * w32console.c:
3249 * w16select.c:
3250 * unexsol.c:
3251 * term.c:
3252 * sound.c:
3253 * scroll.c (m):
3254 * gtkutil.c:
3255 * font.c:
3256 * filelock.c:
3257 * fileio.c:
3258 * dosfns.c:
3259 * dbusbind.c:
3260 * bidi.c:
3261 * callproc.c:
3262 * process.c:
3263 * msdos.c:
3264 * charset.c: Do not include stdlib.h and string.h, config.h does it.
3265
3266 * callproc.c (SIGCHLD): Remove conditional definition, syssignal.h
3267 defines it.
3268
3269 * process.c: Move #include <pty.h> earlier.
3270 (SIGCHLD): Remove conditional definition, syssignal.h defines it.
3271 (pty_name): Move definition later.
3272
3273 * nsselect.m (syms_of_nsselect):
3274 * nsmenu.m (syms_of_nsmenu):
3275 * nsfns.m (syms_of_nsfns):
3276 * msdos.c (syms_of_msdos):
3277
3278 * image.c (syms_of_image):
3279 * charset.c (syms_of_charset): Use intern_c_string instead of intern.
3280
3281 * point.h: Remove, unused.
3282
3283 2010-10-01 Eli Zaretskii <eliz@gnu.org>
3284
3285 * makefile.w32-in (TAGS, frc, TAGS-LISP, ../nt/TAGS, tags)
3286 (TAGS-gmake, TAGS-nmake, TAGS-LISP-gmake, TAGS-LISP-nmake)
3287 (nt-TAGS-gmake, nt-TAGS-nmake): New targets.
3288
3289 2010-09-30 Dan Nicolaescu <dann@ics.uci.edu>
3290
3291 * xml.c (parse_string): Use const.
3292
3293 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3294
3295 * eval.c (Fbacktrace): Don't overwrite print-level on exit.
3296 Also only override Vprint_level if it isn't already bound, and increase
3297 the level to 8 to produce more useful backtraces for bug reports.
3298
3299 2010-09-30 Dan Nicolaescu <dann@ics.uci.edu>
3300
3301 * Makefile.in: ecrt0.c does not exist anymore, do not mention it.
3302
3303 2010-09-30 Juanma Barranquero <lekktu@gmail.com>
3304
3305 * w32console.c (vga_stdcolor_name): Remove unused function;
3306 presumed dead after 2007-11-30T13:57:21Z!jasonr@gnu.org.
3307
3308 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3309
3310 * gnutls.c (emacs_gnutls_handshake): Made into internal function.
3311 (Fgnutls_boot): Start the handshake.
3312 (emacs_gnutls_read): Perform the handshake from the reader loop.
3313 (Fgnutls_boot): Remove some debugging messages.
3314 Change indentation throughout to use the Emacs style.
3315 (emacs_gnutls_handshake): Cast the fds to something that's
3316 possibly the expected length.
3317 (emacs_gnutls_write): Return -1 if we try to write before handshake.
3318
3319 * process.h (Lisp_Process): Add a gnutls_p field to Lisp_Process.
3320
3321 * process.c (make_process): Set the gnutls_p field to zero by
3322 default.
3323 (read_process_output): Always call the gnutls_read function if the
3324 stream is a gnutls stream.
3325 (send_process): Ditto for writes.
3326
3327 * gnutls.c (emacs_gnutls_write, emacs_gnutls_read): Refuse to read
3328 or write anything until the state is GNUTLS_STAGE_READY.
3329 (Fgnutls_boot): Mark the stream as being a gnutls stream.
3330
3331 2010-09-29 Eli Zaretskii <eliz@gnu.org>
3332
3333 * xdisp.c (reseat_1): Initialize bidi_it.paragraph_dir to
3334 NEUTRAL_DIR.
3335 (handle_invisible_prop, iterate_out_of_display_property)
3336 (next_element_from_buffer): If bidi_it.first_elt is set, call
3337 bidi_paragraph_init with NO_DEFAULT_P argument non-zero.
3338 (Bug#7128)
3339
3340 * print.c (print_object): Fix format string and argument types for
3341 printing a Lisp_Misc_Marker.
3342
3343 * xdisp.c (pos_visible_p, c_string_pos, number_of_chars)
3344 (load_overlay_strings, get_overlay_strings_1)
3345 (get_overlay_strings, forward_to_next_line_start)
3346 (back_to_previous_visible_line_start, reseat, reseat_to_string)
3347 (get_next_display_element, next_element_from_string)
3348 (next_element_from_c_string, next_element_from_buffer)
3349 (move_it_vertically_backward, move_it_by_lines, add_to_log)
3350 (message_dolog, message_log_check_duplicate, message2_nolog)
3351 (message3, message3_nolog, vmessage, set_message, set_message_1)
3352 (hscroll_window_tree, text_outside_line_unchanged_p)
3353 (set_cursor_from_row, set_vertical_scroll_bar, redisplay_window)
3354 (find_last_unchanged_at_beg_row)
3355 (find_first_unchanged_at_end_row, row_containing_pos)
3356 (trailing_whitespace_p, display_mode_element, decode_mode_spec)
3357 (display_count_lines, x_produce_glyphs, note_mouse_highlight):
3358 Use EMACS_INT for buffer and string positions.
3359
3360 * dispextern.h (struct it) <string_nchars>: Declare EMACS_INT.
3361 (row_containing_pos): Adjust prototype.
3362
3363 * lisp.h (pos_visible_p, message2, message2_nolog, message3)
3364 (message2_nolog, set_message): Adjust prototypes.
3365
3366 2010-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
3367
3368 * gnutls.c (Fgnutls_boot): Remove unused vars `data' and `srp_cred'.
3369 (Fgnutls_boot): Use SDATA.
3370 (Fgnutls_handshake): Remove unused var `max_log_level'.
3371
3372 2010-09-27 Michael Albinus <michael.albinus@gmx.de>
3373
3374 * dbusbind.c (syms_of_dbusbind): Set $DBUS_FATAL_WARNINGS to "0".
3375 (Bug#7113)
3376
3377 2010-09-27 Jan Djärv <jan.h.d@swipnet.se>
3378
3379 * xgselect.c (xg_select): Clear file descriptors not set from
3380 rfds and wfds.
3381
3382 * process.c (wait_reading_process_output): Add missing FD_CLR
3383 for write_mask (must mirror connect_wait_mask).
3384
3385 2010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
3386
3387 * gnutls.c (gnutls_log_function): Show level and "gnutls.c"
3388 prefix.
3389 (Fgnutls_boot): Use changed process members. Use log level with a
3390 function parameter to set it. Bring back Emacs-level debugging
3391 messages at log level 1 and 2.
3392
3393 * process.c (make_process): Initialize gnutls_log_level.
3394
3395 * process.h: Add gnutls_log_level and rename x509_cred and
3396 anon_cred to have the gnutls_ prefix for consistency.
3397
3398 * gnutls.h (GNUTLS_LOG): Add convenience macro.
3399
3400 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
3401
3402 * w32.c (g_b_init_get_sid_identifier_authority)
3403 (GetSidIdentifierAuthority_Proc, get_sid_identifier_authority):
3404 Remove, not used.
3405 (globals_of_w32): Don't set g_b_init_get_sid_identifier_authority.
3406 (init_winsock): Remove useless assignment.
3407 (open_process_token, get_token_information, lookup_account_sid)
3408 (get_sid_sub_authority, get_sid_sub_authority_count, get_file_security)
3409 (get_security_descriptor_owner, get_security_descriptor_group)
3410 (is_valid_sid, equal_sid, get_length_sid, copy_sid)
3411 (get_native_system_info, get_system_times, init_user_info, crlf_to_lf)
3412 (is_unc_volume, GetCachedVolumeInformation, get_volume_info)
3413 (is_fat_volume, open_unc_volume, read_unc_volume, close_unc_volume)
3414 (unc_volume_file_attributes, convert_from_time_t)
3415 (create_toolhelp32_snapshot, process32_first, process32_next)
3416 (open_thread_token, impersonate_self, revert_to_self)
3417 (get_process_memory_info, get_process_working_set_size)
3418 (global_memory_status, global_memory_status_ex, socket_to_fd)
3419 (shutdown_handler): Make static.
3420
3421 2010-09-27 Michael Albinus <michael.albinus@gmx.de>
3422
3423 * dbusbind.c (dbus_fd_cb, xd_get_dispatch_status)
3424 (xd_pending_messages): Functions removed.
3425 (xd_read_queued_messages): Add parameters fd, *data, for_read in
3426 order to be compatible with add_read_fd. Determine bus from data,
3427 and call xd_read_message just for this bus.
3428 (xd_add_watch): Use xd_read_queued_messages as callback function.
3429 Add data.
3430
3431 * lisp.h (xd_pending_messages, xd_read_queued_messages): Remove.
3432
3433 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3434
3435 * gnutls.c (gnutls_log_function): Add more debugging.
3436 (emacs_gnutls_read): Don't infloop while reading.
3437
3438 2010-09-27 Kenichi Handa <handa@m17n.org>
3439
3440 These changes are to remove restriction on the number of glyphs in
3441 one composition.
3442
3443 * dispextern.h (struct glyph): Change the member "slice" to union.
3444 Remove u.cmp.from and u.cmp.to. Give more bits to u.cmp.id.
3445 (GLYPH_SLICE_EQUAL_P): Adjust for the above change.
3446
3447 * dispnew.c (buffer_posn_from_coords): Use glyph->slice.img
3448 instead of glyph->slice.
3449 (marginal_area_string): Likewise.
3450
3451 * term.c (encode_terminal_code): Use glyph->slice.cmp instead of
3452 glyph->u.cmp.
3453 (append_composite_glyph): Likewise.
3454
3455 * xdisp.c (dump_glyph): Use glyph->slice.cmp instead of
3456 glyph->u.cmp.
3457 (fill_gstring_glyph_string, x_get_glyph_overhangs)
3458 (append_composite_glyph): Likewise.
3459 (fill_image_glyph_string): Use glyph->slice.img instead of
3460 glyph->slice.
3461 (append_glyph, produce_image_glyph, append_stretch_glyph)
3462 (note_mouse_highlight): Likewise.
3463
3464 2010-09-26 Jan Djärv <jan.h.d@swipnet.se>
3465
3466 * process.c (add_keyboard_wait_descriptor)
3467 (delete_keyboard_wait_descriptor): Reinstate ifdef subprocesses.
3468 (wait_reading_process_output): Don't pass write_mask to select
3469 if SELECT_CANT_DO_WRITE_MASK is defined.
3470 (SELECT_CANT_DO_WRITE_MASK): Define if SELECT_CANT_DO_WRITE_MASK.
3471
3472 * process.h (add_read_fd, delete_read_fd, add_write_fd)
3473 (delete_write_fd): Declare.
3474
3475 * process.c (gpm_wait_mask, max_gpm_desc): Remove.
3476 (write_mask): New variable.
3477 (max_input_desc): Rename from max_keyboard_desc.
3478 (fd_callback_info): New variable.
3479 (add_read_fd, delete_read_fd, add_write_fd, delete_write_fd):
3480 New functions.
3481 (Fmake_network_process): FD_SET write_mask.
3482 (deactivate_process): FD_CLR write_mask.
3483 (wait_reading_process_output): Connecting renamed to Writeok.
3484 check_connect removed. check_write is new. Remove references to gpm.
3485 Use Writeok/check_write unconditionally (i.e. no #ifdef
3486 NON_BLOCKING_CONNECT) instead of Connecting.
3487 Loop over file descriptors and call callbacks in fd_callback_info
3488 if file descriptor is ready for I/O.
3489 (add_gpm_wait_descriptor): Just call add_keyboard_wait_descriptor.
3490 (delete_gpm_wait_descriptor): Just call delete_keyboard_wait_descriptor.
3491 (keyboard_bit_set): Use max_input_desc.
3492 (add_keyboard_wait_descriptor, delete_keyboard_wait_descriptor):
3493 Remove #ifdef subprocesses. Use max_input_desc.
3494 (init_process): Initialize write_mask and fd_callback_info.
3495
3496 * keyboard.c (readable_events, gobble_input): Remove DBUS code.
3497
3498 * dbusbind.c: Include process.h.
3499 (dbus_fd_cb, xd_find_watch_fd, xd_toggle_watch)
3500 (xd_read_message_1): New functions.
3501 (xd_add_watch, xd_remove_watch): Call xd_find_watch_fd.
3502 Handle watch for both read and write.
3503 (Fdbus_init_bus): Also register xd_toggle_watch.
3504 (Fdbus_call_method_asynchronously, Fdbus_method_return_internal)
3505 (Fdbus_method_error_internal, Fdbus_send_signal): Remove call
3506 to dbus_connection_flush.
3507 (xd_read_message): Move most of the code to xd_read_message_1.
3508 Call xd_read_message_1 until status is COMPLETE.
3509
3510 2010-09-26 Dan Nicolaescu <dann@ics.uci.edu>
3511
3512 * term.c: Do not include sys/ioctl.h, not needed.
3513 (init_tty): Reorder code to reduce the number of #ifdefs.
3514 No code changes.
3515
3516 2010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
3517
3518 * process.h: Set up GnuTLS support.
3519
3520 * process.c (make_process, Fstart_process)
3521 (read_process_output, send_process): Set up GnuTLS support for
3522 process input/output file descriptors.
3523
3524 * gnutls.h: The GnuTLS glue for Emacs, macros and enums.
3525
3526 * gnutls.c: The source code for GnuTLS support in Emacs.
3527
3528 * emacs.c: Set up GnuTLS support and call syms_of_gnutls.
3529
3530 * config.in: Set up GnuTLS support.
3531
3532 * Makefile.in (LIBGNUTLS_LIBS, LIBGNUTLS_CFLAGS, ALL_CFLAGS)
3533 (obj, LIBES): Set up GnuTLS support.
3534
3535 2010-09-26 Juanma Barranquero <lekktu@gmail.com>
3536
3537 * w32.c (get_emacs_configuration_options): Fix previous change.
3538
3539 2010-09-25 Chong Yidong <cyd@stupidchicken.com>
3540
3541 * insdel.c (prepare_to_modify_buffer): Ensure the mark marker is
3542 alive before using it (Bug#6977).
3543
3544 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3545
3546 * xdisp.c (face_before_or_after_it_pos): EMACS_INT/int fixup.
3547
3548 * dispextern.h: EMACS_INT/int fixup.
3549
3550 * xdisp.c (string_pos_nchars_ahead, init_iterator): EMACS_INT/int
3551 fixup.
3552
3553 * xrdb.c (magic_file_p): EMACS_INT/int fixup.
3554
3555 2010-09-25 Eli Zaretskii <eliz@gnu.org>
3556
3557 * window.c (Fpos_visible_in_window_p, Fdelete_other_windows)
3558 (Fselect_window, window_scroll_pixel_based)
3559 (window_scroll_line_based, Frecenter, Fset_window_configuration):
3560 Use EMACS_INT for buffer positions.
3561
3562 * textprop.c (validate_interval_range, interval_of)
3563 (property_change_between_p, Fadd_text_properties)
3564 (set_text_properties_1, Fremove_text_properties)
3565 (Fremove_list_of_text_properties, Ftext_property_any)
3566 (Ftext_property_not_all, copy_text_properties)
3567 (text_property_list, extend_property_ranges)
3568 (verify_interval_modification): Use EMACS_INT for buffer
3569 positions.
3570
3571 * term.c (fast_find_position, term_mouse_highlight): Use EMACS_INT
3572 for buffer positions.
3573
3574 * process.c (read_process_output, send_process)
3575 (Fprocess_send_region, status_notify): Use EMACS_INT for buffer
3576 and string positions and size.
3577
3578 * print.c (print_object, print_string, strout): Use EMACS_INT for
3579 string indices.
3580
3581 * minibuf.c (string_to_object): Use EMACS_INT for string position
3582 and size.
3583
3584 * marker.c (verify_bytepos): Use EMACS_INT for buffer positions.
3585
3586 * lread.c <read_from_string_index, read_from_string_index_byte>
3587 <read_from_string_limit, readchar_count>: Define EMACS_INT.
3588 (readchar, unreadchar, read_internal_start): Use EMACS_INT for
3589 buffer positions and string length.
3590
3591 * keyboard.c <last_point_position, last_non_minibuf_size>: Declare
3592 EMACS_INT.
3593 (echo_truncate, adjust_point_for_property, read_char)
3594 (gen_help_event, make_lispy_event, modify_event_symbol)
3595 (Fexecute_extended_command, stuff_buffered_input): Use EMACS_INT
3596 for buffer positions and string length.
3597
3598 * keyboard.h (gen_help_event): Adjust prototype.
3599
3600 * termhooks.h <struct input_event>: Make `code' member EMACS_INT.
3601
3602 * commands.h <last_point_position>: Declare EMACS_INT.
3603
3604 * xdisp.c <help_echo_pos>: Define as EMACS_INT.
3605 (truncate_echo_area): Accept EMACS_INT argument.
3606
3607 * dispextern.h <help_echo_pos>: Declare EMACS_INT.
3608
3609 * lisp.h (truncate_echo_area): Adjust prototype.
3610
3611 * composite.c (composition_adjust_point): Return EMACS_INT.
3612
3613 * composite.h (composition_adjust_point): Adjust prototype.
3614
3615 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
3616
3617 * process.c (Fmake_network_process): When arg :host is 'local,
3618 use address 127.0.0.1, not name "localhost". (Bug#6781)
3619
3620 2010-09-24 Eli Zaretskii <eliz@gnu.org>
3621
3622 * indent.c (Fcurrent_indentation, indented_beyond_p)
3623 (compute_motion): Use EMACS_INT for buffer position variables.
3624
3625 * lisp.h (indented_beyond_p): Adjust prototype.
3626
3627 * buffer.c (overlay_strings): Return EMACS_INT.
3628
3629 * buffer.h (overlay_strings): Adjust prototype.
3630
3631 * region-cache.c (pp_cache): Adjust format to arguments.
3632
3633 * eval.c <specpdl_size, lisp_eval_depth>: Declare EMACS_INT.
3634 (call_debugger): Use EMACS_INT for specpdl_size related variables.
3635 (verror): Use EMACS_INT for size of allocated buffer.
3636
3637 * keyboard.c (make_lispy_position): Use EMACS_INT for buffer
3638 positions.
3639
3640 * xdisp.c (redisplay_internal, try_window_id)
3641 (set_cursor_from_row, find_first_unchanged_at_end_row):
3642 Use EMACS_INT for buffer positions.
3643
3644 * dispextern.h (set_cursor_from_row): Adjust prototype.
3645
3646 * dispnew.c (increment_matrix_positions)
3647 (increment_row_positions, copy_glyph_row_contents)
3648 (mode_line_string, marginal_area_string): Use EMACS_INT for buffer
3649 positions.
3650
3651 * dispextern.h (mode_line_string, marginal_area_string)
3652 (increment_matrix_positions, increment_row_positions):
3653 Adjust prototypes.
3654
3655 * data.c (Faref, Faset): Use EMACS_INT for string length and
3656 positions.
3657
3658 * cmds.c (internal_self_insert): Use EMACS_INT for the count of
3659 characters to insert.
3660
3661 * ccl.c (Fccl_execute_on_string): Use EMACS_INT for string
3662 position and size.
3663
3664 * syntax.c (scan_words, update_syntax_table)
3665 (prev_char_comend_first, back_comment, skip_chars)
3666 (skip_syntaxes, Fforward_comment, Fbackward_prefix_chars):
3667 Use EMACS_INT for buffer and string positions.
3668
3669 * syntax.h (scan_words, update_syntax_table): Adjust prototypes.
3670
3671 * casefiddle.c (operate_on_word): Use EMACS_INT for buffer
3672 positions.
3673
3674 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3675
3676 * scroll.c (calculate_scrolling, line_ins_del)
3677 (calculate_direct_scrolling, scroll_cost): Fix EMACS_INT/int
3678 conversion.
3679
3680 * region-cache.c (move_cache_gap, set_cache_region, pp_cache)
3681 (region_cache_backward, region_cache_forward)
3682 (revalidate_region_cache, set_cache_region): FIX EMACS_INT/int
3683 conversion.
3684
3685 * xdisp.c (message_dolog): Fix EMACS_INT/int conversion.
3686
3687 * eval.c (verror): Fix EMACS_INT/int conversion.
3688
3689 * print.c (PRINTDECLARE, PRINTPREPARE, strout, print_string)
3690 (print_preprocess, print_check_string_charset_prop)
3691 (print_object): Fix EMACS_INT/int conversion.
3692
3693 * xdisp.c (message_dolog): Fix EMACS_INT/int conversion.
3694
3695 2010-09-24 Eli Zaretskii <eliz@gnu.org>
3696
3697 * callproc.c (Fcall_process): Use EMACS_INT for count of
3698 characters read from the subprocess.
3699
3700 * bidi.c (struct bidi_paragraph_info): Use EMACS_INT for buffer
3701 positions.
3702 (bidi_cache_search, bidi_cache_find): Use EMACS_INT for buffer
3703 positions.
3704
3705 * buffer.c (struct sortvec): Use EMACS_INT for buffer positions.
3706 (struct sortstrlist, overlay_str_len): Use EMACS_INT for string
3707 length.
3708 (advance_to_char_boundary, Fset_buffer_multibyte)
3709 (overlays_at, overlays_in, mouse_face_overlay_overlaps)
3710 (overlay_touches_p, record_overlay_string, overlay_strings)
3711 (recenter_overlay_lists, fix_start_end_in_overlays)
3712 (modify_overlay, Fmove_overlay, report_overlay_modification)
3713 (evaporate_overlays): Use EMACS_INT for buffer positions.
3714
3715 * lisp.h (fix_start_end_in_overlays, overlay_touches_p):
3716 Adjust prototypes.
3717
3718 * dispextern.h (struct bidi_saved_info): Use EMACS_INT for buffer
3719 positions.
3720
3721 * fns.c (Fcompare_strings, Fstring_lessp, concat)
3722 (string_make_unibyte, Fstring_as_unibyte, Fsubstring)
3723 (Fsubstring_no_properties, substring_both, Ffillarray)
3724 (Fclear_string, mapcar1, Fmapconcat, Fmapcar, Fmapc)
3725 (Fbase64_encode_region, Fbase64_encode_string, base64_encode_1)
3726 (Fbase64_decode_region, Fbase64_decode_string, base64_decode_1)
3727 (Fmd5): Use EMACS_INT for buffer and string positions and length
3728 variables and arguments.
3729
3730 * lisp.h (substring_both): Adjust prototype.
3731
3732 2010-09-24 Juanma Barranquero <lekktu@gmail.com>
3733
3734 Remove W32 API function pointer unused since 2005-02-15 (revno 2005-02-15T23:19:26Z!jasonr@gnu.org).
3735 * w32fns.c (clipboard_sequence_fn): Don't declare.
3736 (globals_of_w32fns): Don't initialize it.
3737
3738 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
3739
3740 * syntax.c (back_comment): Detect the case where a 1-char comment
3741 starter is also the 2nd char of a 2-char comment ender.
3742
3743 2010-09-23 Jan Djärv <jan.h.d@swipnet.se>
3744
3745 * gtkutil.c (xg_tool_bar_menu_proxy): Set gtk-menu-items to TRUE.
3746
3747 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3748
3749 * eval.c (verror): EMACS_INT/int cleanup.
3750
3751 * lisp.h (SPECPDL_INDEX): Cast to int, since we're not going to
3752 unwind_protect more than 2GB worth of functions.
3753
3754 * editfns.c (Finsert_char): EMACS_INT/int cleanup.
3755
3756 * lisp.h: Have oblookup take EMACS_INT to allow interning big
3757 string and avoid compiler warnings.
3758 (USE_SAFE_ALLOCA): Cast to int to avoid compilation warnings in
3759 all users.
3760
3761 * lread.c (oblookup): EMACS_INT/int cleanup.
3762
3763 * cmds.c (Fforward_line, Fdelete_char): EMACS_INT/int cleanup.
3764
3765 2010-09-23 Eli Zaretskii <eliz@gnu.org>
3766
3767 * editfns.c (clip_to_bounds): Return an EMACS_INT value.
3768
3769 * lisp.h (clip_to_bounds): Adjust prototype.
3770
3771 * intervals.c (adjust_for_invis_intang): Return EMACS_INT value.
3772
3773 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3774
3775 * lisp.h: doprnt.c EMACS_INT/int cleanup.
3776
3777 * doprnt.c (doprnt): EMACS_INT/int cleanup.
3778
3779 * doc.c (Fsnarf_documentation, get_doc_string): EMACS_INT/int
3780 cleanup.
3781
3782 * lisp.h: Change the definition of all marker.c functions that
3783 take and return buffer stuff to be EMACS_INT instead of int.
3784
3785 * marker.c (buf_charpos_to_bytepos, CONSIDER, set_marker_both)
3786 (buf_charpos_to_bytepos, bytepos_to_charpos)
3787 (buf_bytepos_to_charpos, Fbuffer_has_markers_at)
3788 (set_marker_restricted, set_marker_both): Convert int to EMACS_INT
3789 for all buffer positions.
3790
3791 2010-09-23 Chong Yidong <cyd@stupidchicken.com>
3792
3793 * intervals.c (traverse_intervals, rotate_right, rotate_left)
3794 (split_interval_right, find_interval, next_interval)
3795 (delete_node, delete_interval, interval_deletion_adjustment)
3796 (adjust_intervals_for_deletion, merge_interval_right)
3797 (merge_interval_left, graft_intervals_into_buffer)
3798 (copy_intervals): Convert EMACS_UINTs to EMACS_INT.
3799
3800 * intervals.h (traverse_intervals): Update prototype.
3801
3802 2010-09-23 Eli Zaretskii <eliz@gnu.org>
3803
3804 * indent.c (compute_motion): Use EMACS_INT for arguments to
3805 region_cache_forward.
3806
3807 * region-cache.c (struct boundary, struct region_cache):
3808 Use EMACS_INT for positions.
3809 (find_cache_boundary, move_cache_gap, insert_cache_boundary)
3810 (delete_cache_boundaries, set_cache_region)
3811 (invalidate_region_cache, know_region_cache)
3812 (region_cache_forward, region_cache_backward, pp_cache):
3813 Use EMACS_INT for buffer positions.
3814
3815 * region-cache.h (know_region_cache, invalidate_region_cache)
3816 (region_cache_forward, region_cache_backward): Adjust prototypes.
3817
3818 * search.c (string_match_1, fast_c_string_match_ignore_case)
3819 (looking_at_1, scan_buffer, scan_newline)
3820 (find_next_newline_no_quit, find_before_next_newline)
3821 (search_command, trivial_regexp_p, search_buffer, simple_search)
3822 (boyer_moore, wordify, Freplace_match): Use EMACS_INT for buffer
3823 and string positions and length.
3824
3825 * lisp.h (scan_buffer, scan_newline, find_next_newline_no_quit)
3826 (find_before_next_newline): Adjust prototypes.
3827
3828 * editfns.c (transpose_markers, update_buffer_properties)
3829 (buildmark, clip_to_bounds, Fgoto_char, overlays_around)
3830 (get_pos_property, Fconstrain_to_field)
3831 (Fline_beginning_position, Fline_end_position, Fprevious_char)
3832 (Fchar_after, Fchar_before, Finsert_char)
3833 (Finsert_buffer_substring, Fcompare_buffer_substrings)
3834 (Fsubst_char_in_region, Fformat, Ftranspose_regions):
3835 Use EMACS_INT for buffer and string position variables.
3836 (Finsert_char): Protect against too large insertions.
3837
3838 * lisp.h (clip_to_bounds): Adjust prototype.
3839
3840 * intervals.c (traverse_intervals, rotate_right, rotate_left)
3841 (balance_an_interval, split_interval_right, split_interval_left)
3842 (find_interval, next_interval, update_interval)
3843 (adjust_intervals_for_insertion, delete_node, delete_interval)
3844 (interval_deletion_adjustment, adjust_intervals_for_deletion)
3845 (offset_intervals, merge_interval_right, merge_interval_left)
3846 (graft_intervals_into_buffer, adjust_for_invis_intang)
3847 (move_if_not_intangible, get_local_map, copy_intervals)
3848 (copy_intervals_to_string, compare_string_intervals)
3849 (set_intervals_multibyte_1): Use EMACS_INT for buffer positions
3850 and for interval tree size.
3851
3852 * intervals.h (traverse_intervals, split_interval_right)
3853 (split_interval_left, find_interval, offset_intervals)
3854 (graft_intervals_into_buffer, copy_intervals)
3855 (copy_intervals_to_string, move_if_not_intangible, get_local_map)
3856 (update_interval): Adjust prototypes.
3857
3858 * xdisp.c (check_point_in_composition, reconsider_clip_changes):
3859 Use EMACS_INT for buffer position variables and arguments.
3860
3861 * composite.c (get_composition_id, find_composition)
3862 (run_composition_function, compose_text)
3863 (composition_gstring_width, autocmp_chars)
3864 (composition_update_it, Ffind_composition_internal): Use EMACS_INT
3865 for buffer positions and string length variables and arguments.
3866
3867 * composite.h (get_composition_id, find_composition, compose_text)
3868 (composition_gstring_width): Adjust prototypes.
3869
3870 * editfns.c (Fformat): Use EMACS_INT for string size variables.
3871
3872 * xdisp.c (store_mode_line_noprop, display_mode_element):
3873 Use EMACS_INT for string positions.
3874
3875 * intervals.c (get_property_and_range): Use EMACS_INT for buffer
3876 position arguments.
3877
3878 * intervals.h (get_property_and_range): Adjust prototype.
3879
3880 * character.c (parse_str_as_multibyte, str_as_multibyte)
3881 (parse_str_to_multibyte, str_to_multibyte, str_as_unibyte)
3882 (string_count_byte8, string_escape_byte8, c_string_width)
3883 (strwidth, lisp_string_width, multibyte_chars_in_text):
3884 Use EMACS_INT for string length variables and arguments.
3885
3886 * character.h (parse_str_as_multibyte, str_as_multibyte)
3887 (parse_str_to_multibyte, str_to_multibyte, str_as_unibyte)
3888 (c_string_width, strwidth, lisp_string_width):
3889 Adjust prototypes.
3890
3891 * font.c (font_intern_prop): Use EMACS_INT for string length
3892 variables.
3893
3894 * font.c (font_intern_prop): Use EMACS_INT for string length
3895 variables.
3896
3897 * fns.c (Fstring_as_multibyte): Use EMACS_INT for string length
3898 variables.
3899
3900 * alloc.c <total_string_size>: Declare as EMACS_INT, not int.
3901 (Fmake_string): Protect against too large strings.
3902 (live_string_p, live_cons_p, live_symbol_p, live_float_p)
3903 (live_misc_p): Use ptrdiff_t instead of int for pointer
3904 differences.
3905 (string_bytes, check_sblock, check_string_free_list)
3906 (allocate_string_data, compact_small_strings, Fmake_string)
3907 (Fmake_bool_vector, make_string, make_unibyte_string)
3908 (make_multibyte_string, make_string_from_bytes)
3909 (make_specified_string_string, Fmake_list, Fmake_vector):
3910 Use EMACS_INT for string length variables and arguments.
3911 (find_string_data_in_pure, make_pure_string, make_pure_c_string)
3912 (Fpurecopy): Use EMACS_INT for string size.
3913 (mark_vectorlike, mark_char_table, mark_object): Use EMACS_UINT
3914 for vector size.
3915
3916 * lisp.h (make_string, make_unibyte_string, make_multibyte_string)
3917 (make_string_from_bytes, make_specified_string_string)
3918 (make_pure_string, string_bytes, check_point_in_composition):
3919 Adjust prototypes.
3920
3921 2010-09-22 Eli Zaretskii <eliz@gnu.org>
3922
3923 * editfns.c (Fsubst_char_in_region, Ftranslate_region_internal)
3924 (check_translation): Use EMACS_INT for buffer positions and
3925 length.
3926
3927 * undo.c (record_marker_adjustment, record_delete)
3928 (record_change, record_point, record_insert)
3929 (record_property_change, Fprimitive_undo): Use EMACS_INT for
3930 buffer positions.
3931
3932 * lisp.h (record_marker_adjustment, record_delete)
3933 (record_change, record_point, record_insert)
3934 (record_property_change, Fprimitive_undo): Adjust prototypes.
3935
3936 2010-09-22 Juanma Barranquero <lekktu@gmail.com>
3937 Eli Zaretskii <eliz@gnu.org>
3938
3939 * w32.c (get_emacs_configuration_options): Fix buffer overrun.
3940
3941 2010-09-22 Eli Zaretskii <eliz@gnu.org>
3942
3943 * minibuf.c (Fminibuffer_contents)
3944 (Fminibuffer_contents_no_properties)
3945 (Fminibuffer_completion_contents): Use EMACS_INT for minibuffer
3946 positions.
3947
3948 * keyboard.c (command_loop_1): Use EMACS_INT to compare point with
3949 mark.
3950
3951 * alloc.c (make_uninit_string, make_uninit_multibyte_string)
3952 (allocate_string_data): Accept EMACS_INT for string length.
3953
3954 * editfns.c (Ffield_string, Ffield_string_no_properties)
3955 (make_buffer_string, make_buffer_string_both, Fbuffer_substring)
3956 (Fbuffer_substring_no_properties, find_field, Fdelete_field)
3957 (Ffield_string, Ffield_string_no_properties, Ffield_beginning)
3958 (Ffield_end): Use EMACS_INT for buffer positions.
3959
3960 * insdel.c (prepare_to_modify_buffer): Use EMACS_INT to compare
3961 point with mark.
3962
3963 * lisp.h (allocate_string_data, make_uninit_string)
3964 (make_uninit_multibyte_string, make_buffer_string)
3965 (make_buffer_string_both): Adjust prototypes.
3966
3967 2010-09-22 Chong Yidong <cyd@stupidchicken.com>
3968
3969 * xml.c: Switch to GNU indentation.
3970 (make_dom): Change parse tree format to match xml.el.
3971 (Fxml_parse_html_string_internal): Rename from html-parse-string.
3972 (Fxml_parse_string_internal): Rename from xml-parse-string.
3973
3974 2010-09-22 Kenichi Handa <handa@m17n.org>
3975
3976 * xdisp.c (compute_stop_pos): Call composition_compute_stop_pos
3977 only if we are not at a composition.
3978 (set_iterator_to_next): Give it->end_charpos to
3979 composition_compute_stop_pos.
3980 (set_iterator_to_next, next_element_from_buffer): Likewise.
3981
3982 * dispnew.c (buffer_posn_from_coords): Fix position when the
3983 current display element is a grapheme cluster in bidi-reordered
3984 region.
3985
3986 2010-09-21 Ari Roponen <ari.roponen@gmail.com> (tiny change)
3987
3988 * doc.c (Fsnarf_documentation): Use memmove instead of memcpy as
3989 the regions may overlap.
3990
3991 2010-09-21 Juanma Barranquero <lekktu@gmail.com>
3992
3993 * makefile.w32-in ($(BLD)/sysdep.$(O)): Update dependencies.
3994
3995 2010-09-21 Dan Nicolaescu <dann@ics.uci.edu>
3996
3997 * emacs.c: Do not include sys/ioctl.h, not needed.
3998
3999 * doprnt.c: Do not include stdlib.h, config.h does it.
4000 Move #include before macro definition.
4001
4002 2010-09-20 Dan Nicolaescu <dann@ics.uci.edu>
4003
4004 * Makefile.in (temacs): Link using $(CC) not $(LD).
4005 (LD_FIRSTFLAG): Define using autoconf.
4006 (LD): Remove.
4007
4008 Remove HAVE_TERMIOS definitions.
4009 * s/usg5-4-common.h (HAVE_TERMIOS):
4010 * s/template.h (HAVE_TERMIOS):
4011 * s/gnu-linux.h (HAVE_TERMIOS):
4012 * s/darwin.h (HAVE_TERMIOS):
4013 * s/cygwin.h (HAVE_TERMIOS):
4014 * s/bsd-common.h (HAVE_TERMIOS):
4015 * s/aix4-2.h (HAVE_TERMIOS):
4016 * s/hpux10-20.h (HAVE_TERMIOS): Do not define, it is assumed
4017 defined on all non-MS platforms.
4018 (HAVE_PSTAT_GETDYNAMIC): Do not define, autoconf does it.
4019
4020 * xterm.c (xt_action_hook): Use const.
4021
4022 2010-09-20 Juanma Barranquero <lekktu@gmail.com>
4023
4024 Don't make W32 code conditional on HAVE_SOCKETS, it's always defined.
4025 * w32.c: Remove top-level uses of #ifdef HAVE_SOCKETS.
4026 (gethostname) [!HAVE_SOCKETS]: Remove.
4027 (SOCK_REPLACE_HANDLE): Remove macro.
4028 (socket_to_fd, sys_close, _sys_read_ahead, sys_read, sys_write)
4029 (term_ntproc, init_ntproc): Don't conditionalize on HAVE_SOCKETS.
4030 * w32proc.c: Remove top-level uses of #ifdef HAVE_SOCKETS.
4031 (syms_of_ntproc): Don't conditionalize on HAVE_SOCKETS.
4032
4033 2010-09-18 Eli Zaretskii <eliz@gnu.org>
4034
4035 * deps.mk (xml.o): Add dependencies.
4036
4037 * xdisp.c (Fcurrent_bidi_paragraph_direction):
4038 Call bidi_paragraph_init with NO_DEFAULT_P non-zero. (Bug#7038)
4039
4040 * bidi.c (bidi_paragraph_init): Accept an additional argument
4041 NO_DEFAULT_P; all callers changed. If NO_DEFAULT_P is non-zero,
4042 search back until a paragraph with a strong directional character
4043 is found, and use that to determine paragraph's base direction.
4044
4045 * dispextern.h (bidi_paragraph_init): Update prototype.
4046
4047 2010-09-17 Eli Zaretskii <eliz@gnu.org>
4048
4049 * w32.c (_PROCESS_MEMORY_COUNTERS_EX): Don't define with versions
4050 of w32api >= 3.15. (Bug#6989)
4051
4052 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4053
4054 * process.c (wait_reading_process_output): Don't message about
4055 accept-process-output unless the time limit really is zero.
4056
4057 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
4058
4059 * frame.c (Ftool_bar_pixel_width): YAILOM (Yet another
4060 int/Lisp_Object mixup).
4061
4062 2010-09-17 Jan Djärv <jan.h.d@swipnet.se>
4063
4064 * keyboard.c (parse_tool_bar_item): For QClabel, set TOOL_BAR_ITEM_LABEL
4065 not HELP.
4066
4067 2010-09-17 Stephen Berman <stephen.berman@gmx.net>
4068
4069 * frame.c (Ftool_bar_pixel_width): New function to expose tool
4070 bar's pixel width to Lisp (Bug#7048).
4071
4072 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
4073
4074 * cmds.c (syms_of_cmds) <post-self-insert-hook>: Fix typos in docstring.
4075
4076 2010-09-17 Jan Djärv <jan.h.d@swipnet.se>
4077
4078 * gtkutil.c (xg_pack_tool_bar): Call gtk_handle_box_set_handle_position
4079 with argument top/left if tool bar is vertical/horizontal (Bug#7051).
4080
4081 2010-09-17 Kenichi Handa <handa@m17n.org>
4082
4083 * ftfont.c (ftfont_check_otf): Fix previous change.
4084
4085 2010-09-14 Kenichi Handa <handa@m17n.org>
4086
4087 * ftfont.c (ftfont_check_otf): Fix the case of checking just
4088 existence of GSUB or GPOS.
4089
4090 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
4091
4092 * cmds.c (syms_of_cmds) <post-self-insert-hook>: Fix typos in docstring.
4093
4094 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4095
4096 * xml.c (parse_buffer): Rename to parse_string(), since that's
4097 what it does.
4098 (parse_string): Return nil when the document can't be parsed.
4099
4100 2010-09-14 Jan Djärv <jan.h.d@swipnet.se>
4101
4102 * xterm.c (get_current_vm_state): New function.
4103 (do_ewmh_fullscreen): Call get_current_vm_state and compare with
4104 want_fullscreen so set_wm_state calls are few (Bug#7013).
4105 (x_handle_net_wm_state): Move code to get_current_vm_state and
4106 call that function.
4107
4108 2010-09-14 Courtney Bane <emacs-bugs-7626@cbane.org> (tiny change)
4109
4110 * term.c (tty_set_terminal_modes): Don't initialize twice (bug#7002).
4111
4112 2010-09-14 Kenichi Handa <handa@m17n.org>
4113
4114 * coding.c (encode_coding_iso_2022): Don't optimize for ASCII if
4115 we may use designation or locking-shift.
4116
4117 2010-09-14 Kenichi Handa <handa@m17n.org>
4118
4119 * coding.c (detect_coding_emacs_mule): Fix checking of multibyte
4120 sequence when the source is multibyte.
4121
4122 2010-09-14 Andreas Schwab <schwab@linux-m68k.org>
4123
4124 * xml.c (Fxml_parse_string, Fxml_parse_string): Revert last change.
4125 Don't make first argument optional. Doc fix.
4126
4127 2010-09-14 Leo <sdl.web@gmail.com> (tiny change)
4128
4129 * xml.c (Fxml_parse_string, Fhtml_parse_string): Fix up the
4130 parameters for the doc string.
4131
4132 2010-09-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4133
4134 * xml.c (Fhtml_parse_string, Fxml_parse_string): Mention BASE-URL.
4135
4136 2010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4137
4138 * fns.c (Fy_or_n_p): Move to lisp/subr.el.
4139 (syms_of_fns): Don't defsubr Sy_or_n_p.
4140 * lisp.h: Don't declare Fy_or_n_p.
4141 * fileio.c (barf_or_query_if_file_exists): Fy_or_n_p -> y-or-n-p.
4142
4143 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
4144
4145 * xml.c (Fxml_parse_buffer): New function to parse XML files.
4146
4147 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
4148
4149 * xml.c: New file.
4150 (Fhtml_parse_buffer): New function to interface to the libxml2
4151 html parsing function.
4152
4153 2010-09-05 Juanma Barranquero <lekktu@gmail.com>
4154
4155 * biditype.h: Regenerate.
4156
4157 2010-09-04 Andreas Schwab <schwab@linux-m68k.org>
4158
4159 * nsimage.m (ns_load_image): Check argument types.
4160
4161 * image.c: Remove all uses of gcpro.
4162 (xpm_load): Check all lisp types.
4163 (pbm_load): Likewise.
4164 (png_load): Likewise.
4165 (jpeg_load): Likewise.
4166 (tiff_load): Likewise.
4167 (gif_load): Likewise.
4168 (imagemagick_load_image): Likewise.
4169 (imagemagick_load): Likewise.
4170 (svg_load): Likewise.
4171 (gs_load): Likewise.
4172
4173 2010-09-04 Eli Zaretskii <eliz@gnu.org>
4174
4175 * w32uniscribe.c (uniscribe_shape): Update commentary.
4176 Don't try to reorder grapheme clusters, since LGSTRING should always
4177 hold them in the logical order.
4178 (uniscribe_encode_char, uniscribe_shape): Force ScriptShape to
4179 return glyph codes in the logical order.
4180
4181 2010-09-04 Andreas Schwab <schwab@linux-m68k.org>
4182
4183 * image.c (imagemagick_image_p): Replace bcopy by memcpy.
4184 (imagemagick_load_image): Fix type mismatch.
4185 (Fimagemagick_types): Likewise. Doc fix.
4186
4187 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
4188
4189 * xterm.h (struct dpyinfo): Remove cut_buffers_initialized.
4190
4191 * xterm.c (x_term_init): Don't set dpyinfo->cut_buffers_initialized.
4192
4193 * xselect.c: Remove declaration of cut-buffer objects and functions.
4194 (symbol_to_x_atom): Remove mapping to XA_CUT_BUFFERn.
4195 (x_atom_to_symbol): Remove mapping to QCUT_BUFFERn.
4196 (Fx_get_cut_buffer_internal, Fx_store_cut_buffer_internal)
4197 (Fx_rotate_cut_buffers_internal): Remove.
4198 (syms_of_xselect): Remove defsubr of above.
4199 Remove intern of QCUT_BUFFERn.
4200
4201 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
4202
4203 * cmds.c (Vblink_paren_function): Remove.
4204 (internal_self_insert): Make it insert N chars at a time.
4205 Don't call blink-paren-function.
4206 (Fself_insert_command): Adjust accordingly.
4207 (syms_of_cmds): Don't declare blink-paren-function.
4208
4209 2010-08-31 Kenichi Handa <handa@m17n.org>
4210
4211 * dispextern.h (FACE_FOR_CHAR): Use an ASCII face for 8-bit
4212 characters.
4213
4214 * term.c (encode_terminal_code): Fix the previous change.
4215 (produce_glyphs): Don't set it->char_to_display here.
4216 Don't handle unibyte-display-via-language-environment here.
4217 (produce_special_glyphs): Set temp_it.char_to_display before
4218 calling produce_glyphs.
4219
4220 * xdisp.c (get_next_display_element): Set it->char_to_display
4221 here. Convert all 8-bit bytes from unibyte buffer/string to 8-bit
4222 characters.
4223 (get_overlay_arrow_glyph_row): Set it.char_to_display too before
4224 calling PRODUCE_GLYPHS.
4225 (append_space_for_newline): Save and store it->char_to_display.
4226 Set it->char_to_display before calling PRODUCE_GLYPHS.
4227 (extend_face_to_end_of_line): Set it->char_to_display before
4228 calling PRODUCE_GLYPHS.
4229 (get_glyph_face_and_encoding): Set the glyph code an 8-bit
4230 character to its byte value.
4231 (get_char_glyph_code): New function.
4232 (produce_stretch_glyph): Set it2.char_to_display too before
4233 calling x_produce_glyphs.
4234 (x_produce_glyphs): Simplify by using the same code for ASCII and
4235 non-ASCII characters. Don't set it->char_to_display here.
4236 Don't handle unibyte-display-via-language-environment here. For a
4237 character of no glyph, use font->space_width instead of FONT_WIDTH.
4238
4239 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
4240
4241 * keyboard.c (Fwindow_system): Fix compilation for USE_LISP_UNION_TYPE.
4242
4243 2010-08-31 Chong Yidong <cyd@stupidchicken.com>
4244
4245 * keyboard.c (command_loop_1): Don't call x-set-selection on tty.
4246
4247 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
4248
4249 * marker.c (Fcopy_marker): Make the first arg optional.
4250
4251 2010-08-30 Kenichi Handa <handa@m17n.org>
4252
4253 * composite.c (composition_update_it): Fix computing of
4254 cmp_it->width.
4255
4256 2010-08-29 Kenichi Handa <handa@m17n.org>
4257
4258 * term.c (encode_terminal_code): Encode byte chars to the
4259 corresponding bytes.
4260
4261 2010-08-29 Jan Djärv <jan.h.d@swipnet.se>
4262
4263 * nsterm.m (ns_draw_window_cursor): Draw BAR_CURSOR correct for R2L.
4264
4265 2010-08-26 Kenichi Handa <handa@m17n.org>
4266
4267 * xdisp.c (compute_stop_pos): Pay attention to bidi scan direction
4268 on calling composition_compute_stop_pos.
4269
4270 2010-08-25 Kenichi Handa <handa@m17n.org>
4271
4272 * fontset.c (reorder_font_vector): Prefer a font-spec specifying
4273 :otf.
4274
4275 * composite.c (composition_compute_stop_pos): Don't break
4276 composition at PT.
4277 (composition_reseat_it): Likewise. Fix calculation of character
4278 position starting a composition.
4279 (Fcomposition_get_gstring): Don't limit the number of components
4280 for automatic composition.
4281
4282 2010-08-25 Kenichi Handa <handa@m17n.org>
4283
4284 * composite.c (composition_compute_stop_pos): In forward search,
4285 pay attention to the possibility that some character after ENDPOS
4286 will be composed with charactrs before ENDPOS.
4287
4288 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
4289
4290 * keyboard.c (command_loop_1): Don't clobber primary selection
4291 during handle-switch-frame (Bug#6872).
4292
4293 2010-08-23 Michael Albinus <michael.albinus@gmx.de>
4294
4295 * dbusbind.c: Accept UNIX domain sockets as bus address.
4296 (Fdbus_close_bus): New function.
4297 (Vdbus_registered_buses): New variable.
4298 (xd_initialize): Implement string as bus address.
4299 (Fdbus_init_bus): Add bus to Vdbus_registered_buses).
4300 (Fdbus_get_unique_name, Fdbus_call_method)
4301 (Fdbus_call_method_asynchronously, Fdbus_method_return_internal)
4302 (Fdbus_method_error_internal, Fdbus_send_signal)
4303 (Fdbus_register_signal, Fdbus_register_method): Remove bus type
4304 check. This is done in xd_initialize_bus. Adapt doc string, if
4305 necessary.
4306 (xd_pending_messages, xd_read_queued_messages): Loop over buses in
4307 Vdbus_registered_buses.
4308 (Vdbus_registered_objects_table): Create hash.
4309
4310 2010-08-22 Juri Linkov <juri@jurta.org>
4311
4312 * keyboard.c (Fexecute_extended_command): Move reading a command name
4313 with `completing-read' to a new Elisp function `read-extended-command'.
4314 Call it to read a command to `function' (bug#5364, bug#5214).
4315
4316 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
4317
4318 * emacs.c (main): Remove handling of --unibyte arg (Bug#6886).
4319
4320 2010-08-22 Andreas Schwab <schwab@linux-m68k.org>
4321
4322 * eval.c (Flet, Feval, Fapply, apply_lambda): Use SAFE_ALLOCA_LISP
4323 instead of SAFE_ALLOCA.
4324
4325 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
4326
4327 * eval.c (Flet, Feval, Fapply, apply_lambda): Use SAFE_ALLOCA
4328 (Bug#6214).
4329
4330 2010-08-22 Jan Djärv <jan.h.d@swipnet.se>
4331
4332 * doc.c (Fsnarf_documentation): Set skip_file only if p[1] is S.
4333
4334 2010-08-22 Jan Djärv <jan.h.d@swipnet.se>
4335
4336 * doc.c (Fsnarf_documentation): Initialize skip_file before
4337 build-files test.
4338
4339 2010-08-22 Peter O'Gorman <pogma@thewrittenword.com> (tiny change)
4340
4341 * s/hpux10-20.h (HAVE_TERMIOS, NO_TERMIO, ORDINARY_LINK):
4342 New definitions.
4343 (HAVE_TERMIO): Remove.
4344
4345 2010-08-22 Eli Zaretskii <eliz@gnu.org>
4346
4347 * deps.mk (sysdep.o, msdos.o): Depend on sysselect.h.
4348
4349 * sysselect.h [WINDOWSNT]: Don't define the FD_* and select stuff
4350 for w32.
4351
4352 * s/ms-w32.h (HAVE_SYS_TIMEB_H): Don't #undef HAVE_SYS_SELECT_H,
4353 it's done in nt/config.nt.
4354
4355 * makefile.w32-in ($(BLD)/sysdep.$(O)): Depend on sysselect.h.
4356
4357 * unexcoff.c (report_error, make_hdr, write_segment)
4358 (copy_text_and_data, copy_sym, mark_x, adjust_lnnoptrs, unexec):
4359 Convert argument lists and prototypes to ANSI C.
4360 (make_hdr, write_segment): Remove unused variables.
4361 (unexec): Remove commented-out line. Initialize `new' to shut up
4362 compiler warnings.
4363
4364 2010-08-22 Dan Nicolaescu <dann@ics.uci.edu>
4365
4366 Simplify termio code.
4367 All non-MSDOS non-WINDOWSNT platforms define HAVE_TERMIOS, so
4368 HAVE_TERMIO code is obsolete.
4369 Replace HAVE_TERMIOS conditionals with !DOS_NT.
4370 * systty.h: Do not define HAVE_TCATTR.
4371 Remove HAVE_TERMIO, HAVE_LTCHARS and HAVE_TCHARS code.
4372 Do not define EMACS_HAVE_TTY_PGRP. Only define
4373 EMACS_GET_TTY_PGRP for !DOS_NT.
4374 * sysdep.c: Include sysselect.h unconditionally. Do not include
4375 sys/ioctl.h and termios.h, systty.h does it.
4376 Use HAVE_SYS_UTSNAME_H instead of USG as an include guard.
4377 (init_baud_rate): Remove HAVE_TERMIO code.
4378 (child_setup_tty): Remove HAVE_TERMIO code.
4379 (emacs_get_tty, emacs_set_tty): Remove HAVE_TERMIO, HAVE_TCHARS
4380 and HAVE_LTCHARS code. Use !DOS_NT instead of HAVE_TCATTR.
4381 (new_ltchars, new_tchars): Remove, unused.
4382 (init_sys_modes): Remove HAVE_TERMIO, HAVE_TCHARS and HAVE_LTCHARS
4383 code. Remove special casing for __mips__, it was a no-op.
4384 Remove HAVE_TCATTR conditional, it is implied by HAVE_TERMIOS.
4385 (init_sys_modes): Remove HPUX special case.
4386 * process.c: Include stdlib.h unconditionally. Do not include
4387 fcntl.h, systty.h does it. Remove conditional code for
4388 HAVE_SERIAL, it is always true.
4389 (process_send_signal): Remove HAVE_TERMIOS conditional, it's
4390 always true when SIGNALS_VIA_CHARACTERS is true.
4391 (Fcontinue_process, Fprocess_send_eof): Simplify conditionals:
4392 !WINDOWSNT means HAVE_TERMIOS.
4393 (create_process): Remove HAVE_TERMIOS, it's inside a HAVE_PTYS
4394 conditional, which is true for all HAVE_TERMIOS systems.
4395 * keyboard.c (init_keyboard): Do not use HAVE_TERMIO, use !DOS_NT
4396 instead of HAVE_TERMIOS.
4397 * emacs.c (shut_down_emacs): Use !defined DOS_NT instead of
4398 EMACS_HAVE_TTY_PGRP.
4399 * callproc.c (child_setup): Move EMACS_SET_TTY_PGRP use to the
4400 non-MSDOS, non-WINDOWSNT code, it's only defined for such systems
4401 anyway.
4402
4403 2010-08-21 Eli Zaretskii <eliz@gnu.org>
4404
4405 * dispnew.c (buffer_posn_from_coords): Fix off-by-one error in
4406 mirroring pixel positions.
4407
4408 2010-08-20 Dan Nicolaescu <dann@ics.uci.edu>
4409
4410 * alloc.c (malloc_sbrk_used, malloc_sbrk_unused): Remove,
4411 write only.
4412 (init_alloc_once): Remove writes to malloc_sbrk_unused, and
4413 malloc_sbrk_used, nothing uses them.
4414
4415 * puresize.h: Remove code assuming PNTR_COMPARISON_TYPE is not
4416 defined, unconditionally defined in lisp.h.
4417
4418 * term.c: Do not include <termios.h>, systty.h does it.
4419
4420 * s/unixware.h (HAVE_TCATTR):
4421 * s/aix4-2.h (HAVE_TCATTR): Remove definitions, not needed.
4422 systty.h defines it when HAVE_TERMIOS is defined.
4423
4424 2010-08-20 Eli Zaretskii <eliz@gnu.org>
4425
4426 * dispnew.c (buffer_posn_from_coords): Fix last change for text
4427 terminals: add one-character offset for R2L lines.
4428
4429 * emacs.c <emacs_version>: Add a comment regarding
4430 msdos/mainmake.v2's dependency on the syntax of this declaration.
4431
4432 2010-08-20 Eli Zaretskii <eliz@gnu.org>
4433
4434 * dispnew.c (buffer_posn_from_coords): Fix calculation of buffer
4435 position for R2L lines by mirroring the pixel position wrt the
4436 text are box. Improve commentary.
4437
4438 2010-08-20 Andreas Schwab <schwab@linux-m68k.org>
4439
4440 * image.c (imagemagick_clear_image): Remove debugging output.
4441
4442 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
4443
4444 * cmds.c (Vself_insert_face, Vself_insert_face_command): Remove.
4445 (Qpost_self_insert_hook, Vpost_self_insert_hook): New vars.
4446 (internal_self_insert): Run Qpost_self_insert_hook rather than handle
4447 self-insert-face.
4448 (syms_of_cmds): Initialize the new vars.
4449
4450 2010-08-19 Jason Rumney <jasonr@gnu.org>
4451
4452 * w32menu.c (set_frame_menubar): Remove call to undefined function.
4453
4454 * w32fns.c (w32_wnd_proc): Don't check context before initializing.
4455
4456 2010-08-19 Jan Djärv <jan.h.d@swipnet.se>
4457
4458 * nsselect.m (nxatoms_of_nsselect): Use "Selection" and "Secondary".
4459
4460 2010-08-18 Eli Zaretskii <eliz@gnu.org>
4461
4462 * xterm.c (x_draw_bar_cursor):
4463 * w32term.c (x_draw_bar_cursor): If the character under cursor is
4464 R2L, draw the bar cursor on its right rather than on its left.
4465
4466 2010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
4467
4468 * eval.c (Fdefmacro): Only obey one declaration.
4469
4470 * casefiddle.c (casify_region): Setup gl_state.
4471
4472 2010-08-18 Jan Djärv <jan.h.d@swipnet.se>
4473
4474 * nsterm.m (ns_define_frame_cursor): Call x_update_cursor (Bug#6868).
4475
4476 2010-08-18 Jan Djärv <jan.h.d@swipnet.se>
4477
4478 * gtkutil.c (update_frame_tool_bar): Literal strings are const char*.
4479
4480 2010-08-18 David De La Harpe Golden <david@harpegolden.net>
4481
4482 * nsselect.m (QCLIPBOARD, NXPrimaryPboard): Define.
4483 (symbol_to_nsstring): Map QCLIPBOARD => NSGeneralPboard,
4484 QPRIMARY => NXPrimaryPboard.
4485 (ns_string_to_symbol): NSGeneralPboard => QCLIPBOARD,
4486 NXPrimaryPboard => QPRIMARY.
4487 (nxatoms_of_nsselect): NXPrimaryPboard = PrimarySelection,
4488 NXSecondaryPboard = SecondarySelection.
4489 (syms_of_nsselect): Intern QCLIPBOARD (Bug#6677).
4490
4491 2010-08-18 Joakim Verona <joakim@verona.se>
4492
4493 * image.c: Add support for ImageMagick. When HAVE_IMAGEMAGICK is
4494 defined:
4495 (imagemagick_image_p): New function to test for ImageMagic image.
4496 (imagemagick_load): New function to load ImageMagick image.
4497 (imagemagick_load_image): New function, helper for imagemagick_load.
4498 (imagemagick-types): New function.
4499 (Qimagemagick): New Lisp_object.
4500 (imagemagick-render-type): New variable, decides which renderer to use.
4501
4502 2010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
4503
4504 * gtkutil.c (update_frame_tool_bar): Don't assume TOOL_BAR_ITEM_LABEL
4505 is a string.
4506
4507 2010-08-17 Jan Djärv <jan.h.d@swipnet.se>
4508
4509 * nsfns.m (ns_frame_parm_handlers): Add a slot for the
4510 x_set_tool_bar_position handler.
4511
4512 2010-08-17 Eli Zaretskii <eliz@gnu.org>
4513
4514 * w32fns.c <w32_frame_parm_handlers>: Add a slot for the
4515 x_set_tool_bar_position handler, needed to support changes from
4516 2010-07-29T16:49:59Z!jan.h.d@swipnet.se for positioning the tool bar. (Bug#6796)
4517
4518 2010-08-16 Jan Djärv <jan.h.d@swipnet.se>
4519
4520 * nsselect.m: include keyboard.h for QPRIMARY, remove its
4521 declaration (Bug#6863).
4522 (syms_of_nsselect): Don't intern QPRIMARY.
4523
4524 * xselect.c: Remove declaration of QPRIMARY (Bug#6864).
4525
4526 * keyboard.h (QPRIMARY): Declare (Bug#6864).
4527
4528 2010-08-16 Chong Yidong <cyd@stupidchicken.com>
4529
4530 * keyboard.c (command_loop_1): Avoid setting selection twice,
4531 since it's done in deactivate-mark as well.
4532 (Vselect_active_regions): Change default to t. Replace `lazy'
4533 with non-default value `only', meaning only set PRIMARY for
4534 temporarily active regions.
4535
4536 * insdel.c (prepare_to_modify_buffer): Handle `only' value of
4537 select-active-regions.
4538
4539 2010-08-15 Jan Djärv <jan.h.d@swipnet.se>
4540
4541 * keyboard.c (parse_tool_bar_item): Put in a bad label if :label
4542 isn't a string.
4543
4544 2010-08-15 Andreas Schwab <schwab@linux-m68k.org>
4545
4546 * keyboard.c (parse_tool_bar_item): Avoid excessive use of strlen.
4547
4548 2010-08-15 Jan Djärv <jan.h.d@swipnet.se>
4549
4550 * keyboard.c (parse_tool_bar_item): malloc buf.
4551 Set TOOL_BAR_ITEM_LABEL to empty string if not set to
4552 new_lbl (Bug#6855).
4553
4554 2010-08-14 Eli Zaretskii <eliz@gnu.org>
4555
4556 * xterm.c (x_draw_stretch_glyph_string):
4557 * w32term.c (x_draw_stretch_glyph_string): In R2L rows, display
4558 the cursor on the right edge of the stretch glyph.
4559
4560 * xdisp.c (window_box_right_offset, window_box_right):
4561 Fix commentary.
4562
4563 * xdisp.c (Fcurrent_bidi_paragraph_direction): Fix paragraph
4564 direction when point is inside a run of whitespace characters.
4565
4566 * bidi.c (bidi_at_paragraph_end): Remove obsolete comment.
4567
4568 2010-08-14 Jason Rumney <jasonr@gnu.org>
4569
4570 * keyboard.c (lispy_function_keys): Do not define VK_PACKET (bug#4836)
4571
4572 2010-08-14 Chong Yidong <cyd@stupidchicken.com>
4573
4574 * fns.c (Fmake_hash_table): Doc fix (Bug#6851).
4575
4576 2010-08-13 Jason Rumney <jasonr@gnu.org>
4577
4578 * w32menu.c (simple_dialog_show): Use unicode message box if available.
4579 (MessageBoxW_Proc): New function typedef.
4580 (unicode-message-box): New function pointer.
4581 (globals_of_w32menu): Import it from user32.dll. (Bug#5629)
4582
4583 2010-08-13 Jan Djärv <jan.h.d@swipnet.se>
4584
4585 * frame.h (Qtool_bar_position): Declare.
4586
4587 * xfns.c (Fx_create_frame): Call x_default_parameter for
4588 Qtool_bar_position.
4589
4590 2010-08-13 Eli Zaretskii <eliz@gnu.org>
4591
4592 * unexcoff.c: Remove the parts used when "emacs" is not defined.
4593 (report_error, report_error_1): Ditto.
4594 (write_segment): Remove "#if 0" unused code.
4595 (make_hdr): Remove code that was "#ifndef NO_REMAP" before
4596 NO_REMAP was removed (in 2010-07-29T03:25:08Z!dann@ics.uci.edu).
4597 (start_of_text): Remove unused function (was used only if NO_REMAP
4598 was NOT defined).
4599
4600 * msdos.c (IT_set_face): Fix format string to match argument
4601 types.
4602 (IT_write_glyphs, IT_note_mode_line_highlight)
4603 (IT_set_frame_parameters): Remove unused variables.
4604 (x_set_menu_bar_lines): Declare set_menu_bar_lines.
4605 (IT_set_terminal_modes): Disambiguate expression in if clause.
4606 (Fmsdos_remember_default_colors): Return Qnil.
4607 (IT_set_frame_parameters): Add parens to disambiguate boolean
4608 expression for logging the cursor type to termscript.
4609 (keyboard_layout_list, keypad_translate_map)
4610 (grey_key_translate_map): Add braces in inner initializers.
4611 (dos_rawgetc): Add parens in condition for mouse-3 button-press.
4612 (dos_rawgetc): Remove unused label.
4613 (XMenuActivate): Add braces to remove ambiguous `else'.
4614 (dos_ttraw): Always return a value.
4615 (spawnve): Declare.
4616 (run_msdos_command): Cast 3rd arg of spawnve to "char **".
4617
4618 * dosfns.h (x_set_title): Declare.
4619
4620 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
4621 Remove unused variables.
4622
4623 * dosfns.c (Fint86, Fdos_memget, Fdos_memput): Remove unused
4624 variables.
4625 (init_dosfns): Declare get_lim_data.
4626 (system_process_attributes): Declare Fget_internal_run_time.
4627
4628 * xmenu.c (xmenu_show) [!USE_X_TOOLKIT && !USE_GTK]: Fix argument
4629 list to be consistent with menu.h.
4630
4631 * w32menu.c (add_menu_item, name_is_separator): Shut up compiler
4632 warnings due to mixing of "char *" and "const char *".
4633
4634 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
4635
4636 Introduce a new comment style "c" flag.
4637 * syntax.c (SYNTAX_FLAGS_COMMENT_STYLEB)
4638 (SYNTAX_FLAGS_COMMENT_STYLEC): New macros.
4639 (SYNTAX_FLAGS_COMMENT_STYLE): Use them, add an argument.
4640 (syntax_prefix_flag_p): New function.
4641 (Fstring_to_syntax): Understand new "c" flag.
4642 (Finternal_describe_syntax_value): Recognize new flag; use the
4643 SYNTAX_FLAGS_* macros.
4644 (scan_sexps_forward, Fparse_partial_sexp): Change representation of
4645 comment style to accomodate the new styles.
4646 (back_comment, forw_comment, Fforward_comment, scan_lists)
4647 (scan_sexps_forward): Update code to obey the new comment style flag.
4648
4649 * syntax.h: Move SYNTAX_FLAGS_FOO() macros to syntax.c.
4650
4651 * casefiddle.c (casify_region): Use the new syntax_prefix_flag_p.
4652
4653 2010-08-11 Jan Djärv <jan.h.d@swipnet.se>
4654
4655 * xfns.c (x_defined_color): If USE_GTK, call xg_check_special_colors
4656 first.
4657 (Fx_hide_tip): Check FRAME_LIVE_P (f) before calling xg_hide_tooltip.
4658
4659 * gtkutil.h (xg_check_special_colors): Declare.
4660
4661 * gtkutil.c (xg_check_special_colors, style_changed_cb): New functions.
4662 (xg_create_frame_widgets): Connect theme name changes to
4663 style_changed_cb.
4664
4665 * xterm.c (emacs_class): New char[] for EMACS_CLASS.
4666 (xim_open_dpy, xim_initialize, xim_close_dpy): Use emacs_class.
4667 (x_term_init): Use char[] display_opt and name_opt instead of
4668 string literal. file is const char*.
4669
4670 * xsmfns.c (NOSPLASH_OPT): Change to char[].
4671 (smc_save_yourself_CB): Do xstrdup on all ->type and ->name for
4672 props. Free them at the end.
4673
4674 * xselect.c (Fx_get_atom_name): Use char empty[] instead of literal "".
4675
4676 * xrdb.c (get_system_app): Make path const and use char *p for
4677 non-const char.
4678
4679 * xmenu.c (Fx_popup_dialog): error_name is const char*.
4680 (xmenu_show): error parameter is const char **. pane_string is const
4681 char *.
4682 (button_names): Is const char *.
4683 (xdialog_show): error_name and pane_string is const.
4684
4685 * process.h (synch_process_death): Is const char*.
4686
4687 * w32menu.c (w32_menu_show):
4688 * nsmenu.m (ns_menu_show): error parameter is const char **.
4689
4690 * menu.h (w32_menu_show, ns_menu_show, xmenu_show): error parameter
4691 is const char **.
4692
4693 * menu.c (Fx_popup_menu): error_name is const.
4694
4695 * keyboard.h (_widget_value): Add defined USE_GTK. Replace Boolean
4696 with unsigned char and XtPointer with void *.
4697
4698 * gtkutil.h: Replace widget_value with struct _widget_value.
4699 (enum button_type, struct _widget_value): Remove and use the one from
4700 keyboard.h.
4701
4702 * gtkutil.c (get_utf8_string): Always return an allocated string.
4703 Parameter is const.
4704 (create_dialog, xg_create_one_menuitem, create_menus)
4705 (xg_item_label_same_p, xg_update_menu_item): Free result from
4706 get_utf8_string.
4707 (xg_separator_p, xg_item_label_same_p): label is const.
4708
4709 * font.h (font_open_by_name): Make name const.
4710
4711 * font.c (font_open_by_name): Make name const.
4712
4713 * floatfns.c (matherr): Use a const char* variable for x->name.
4714
4715 * emacs.c (main): Pass char[] to putenv instead of literal.
4716
4717 * callproc.c (synch_process_death): Make const.
4718 (Fcall_process): Make signame const.
4719
4720 * nsterm.h (parseKeyEquiv, addSubmenuWithTitle)
4721 (addDisplayItemWithImage): Use const char*.
4722
4723 * nsmenu.m (parseKeyEquiv, addSubmenuWithTitle)
4724 (addDisplayItemWithImage, update_frame_tool_bar): Use const char*.
4725
4726 * nsfont.m (ns_descriptor_to_entity): Use const char*.
4727
4728 * keyboard.h (_widget_value): name, value and key are const char*.
4729
4730 * unexmacosx.c (unexec_error): Use const char *.
4731
4732 2010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
4733
4734 * font.h (font_parse_xlfd, font_parse_fcname, font_unparse_fcname)
4735 (font_parse_name, font_open_by_name):
4736 * font.c (font_parse_xlfd, font_parse_fcname, font_unparse_fcname)
4737 (font_parse_name, font_open_by_name): Remove const.
4738
4739 2010-08-09 Andreas Schwab <schwab@linux-m68k.org>
4740
4741 Use autoconf determined WORDS_BIGENDIAN instead of hardcoded
4742 definition.
4743
4744 * m/alpha.h: Don't define/undef WORDS_BIG_ENDIAN.
4745 * m/amdx86-64.h: Likewise.
4746 * m/arm.h: Likewise.
4747 * m/hp800.h: Likewise.
4748 * m/ia64.h: Likewise.
4749 * m/ibmrs6000.h: Likewise.
4750 * m/ibms390.h: Likewise.
4751 * m/intel386.h: Likewise.
4752 * m/iris4d.h: Likewise.
4753 * m/m68k.h: Likewise.
4754 * m/macppc.h: Likewise.
4755 * m/mips.h: Likewise.
4756 * m/sh3.h: Likewise.
4757 * m/sparc.h: Likewise.
4758 * m/template.h: Likewise.
4759 * m/vax.h: Likewise.
4760 * m/xtensa.h: Likewise.
4761 * fringe.c (init_fringe_bitmap): Test WORDS_BIGENDIAN instead of
4762 WORDS_BIG_ENDIAN.
4763 * lisp.h: Likewise.
4764 * md5.c: Likewise.
4765 * sound.c (le2hl, le2hs, be2hl, be2hs): Likewise.
4766
4767 2010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
4768
4769 Use const char* instead of char*.
4770 Reduce the number of warnings with -Wwrite-strings.
4771 * xrdb.c (get_environ_db, get_system_name):
4772 * unexelf.c (find_section):
4773 * term.c (string_cost, string_cost_one_line, per_line_cost)
4774 (get_named_tty, init_tty):
4775 * sysdep.c (sys_subshell):
4776 * sound.c (sound_perror, sound_warning, vox_open, vox_init)
4777 (alsa_sound_perror, alsa_open, alsa_configure, alsa_init):
4778 * search.c (Freplace_match):
4779 * process.c (Fmake_network_process, send_process, init_process):
4780 * lread.c (Fload, init_lread):
4781 * keymap.c (Fdescribe_buffer_bindings, describe_map_tree):
4782 * keyboard.c (parse_tool_bar_item, struct event_head):
4783 * gtkutil.h (xg_get_font_name):
4784 * gtkutil.c (get_dialog_title, create_dialog, xg_get_font_name)
4785 (make_widget_for_menu_item, make_menu_item, create_menus)
4786 (xg_make_tool_item):
4787 * font.c (parse_matrix, font_parse_name):
4788 * floatfns.c (rounding_driver, float_error_fn_name):
4789 * filelock.c (get_boot_time_1, lock_file_1):
4790 * fileio.c (barf_or_query_if_file_exists, check_writable):
4791 * editfns.c (get_system_name, get_operating_system_release)
4792 (Fencode_time, Fset_time_zone_rule):
4793 * dispextern.h (string_cost, per_line_cost, get_named_tty, init_tty):
4794 * buffer.c (defvar_per_buffer): Use const.
4795
4796 2010-08-08 Kenichi Handa <handa@m17n.org>
4797
4798 * charset.c: Include <stdlib.h>.
4799 (struct charset_sort_data): New struct.
4800 (charset_compare): New function.
4801 (Fsort_charsets): New function.
4802 (syms_of_charset): Declare Fsort_charsets as a Lisp function.
4803
4804 * coding.c (decode_coding_iso_2022): Fix checking of dimension
4805 number in CTEXT extended segment.
4806
4807 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
4808
4809 * w32fns.c (syms_of_w32fns) <x-max-tooltip-size>: Fix typo in docstring.
4810 * xfns.c (syms_of_xfns) <x-max-tooltip-size>: Reflow docstring.
4811
4812 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
4813
4814 * fns.c (Fsubstring_no_properties, Fnthcdr, Ffeaturep)
4815 (Fhash_table_size): Fix typos in docstrings.
4816 (Fmake_hash_table): Doc fix.
4817
4818 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
4819
4820 * minibuf.c (syms_of_minibuf) <read-buffer-function>:
4821 Doc fix (bug#5625).
4822
4823 2010-08-08 Ken Brown <kbrown@cornell.edu>
4824
4825 * dired.c (DIRENTRY_NONEMPTY) [cygwin]: Use d_ino instead of
4826 the MSDOS definition.
4827
4828 2010-08-08 Dan Nicolaescu <dann@ics.uci.edu>
4829
4830 Use const char* instead of char*.
4831 * xterm.c (x_create_toolkit_scroll_bar):
4832 * xfont.c (xfont_list_pattern):
4833 * xfns.c (x_default_scroll_bar_color_parameter)
4834 (xic_create_fontsetname, x_default_font_parameter)
4835 (x_screen_planes):
4836 * xdisp.c (c_string_pos, number_of_chars, reseat_to_string)
4837 (store_mode_line_string, decode_mode_spec, display_string):
4838 * menu.c (digest_single_submenu):
4839 * keymap.h (initial_define_key, initial_define_lispy_key):
4840 * keymap.c (initial_define_key, initial_define_lispy_key):
4841 * image.c (image_error, image_keyword):
4842 * gtkutil.h (xg_create_widget, xg_create_scroll_bar):
4843 * gtkutil.c (xg_create_widget, xg_create_scroll_bar):
4844 * ftfont.c (struct fc_charset_table, ftfont_spec_pattern)
4845 (ftfont_list, ftfont_match):
4846 * frame.c (frame_parm_table):
4847 * font.h (font_intern_prop, font_parse_xlfd, font_parse_fcname)
4848 (font_unparse_fcname, font_unparse_fcname, font_open_by_name)
4849 (font_add_log, font_deferred_log):
4850 * font.c (font_intern_prop, font_parse_xlfd, font_parse_fcname)
4851 (font_unparse_fcname, font_unparse_fcname, font_open_by_name)
4852 (font_add_log, font_deferred_log):
4853 * emacs.c (argmatch):
4854 * dispextern.h (struct it):
4855 * coding.c (ENCODE_DESIGNATION):
4856 * charset.c (define_charset_internal): Use const.
4857
4858 * s/freebsd.h (DECLARE_GETPWUID_WITH_UID_T): Remove, unused.
4859
4860 * xrdb.c: Remove include guard.
4861 Remove DECLARE_GETPWUID_WITH_UID_T conditional it had no effect.
4862 Remove #if 0 code. Replace malloc->xmalloc, free->xfree,
4863 realloc->xrealloc instead of using #defines.
4864
4865 2010-08-08 Eli Zaretskii <eliz@gnu.org>
4866
4867 * cmds.c (Fforward_line, Fbeginning_of_line, Fend_of_line):
4868 * editfns.c (Fline_beginning_position, Fline_end_position):
4869 State in the doc strings that start and end of line are in the
4870 logical order.
4871
4872 * xdisp.c (display_line): Move the handling of overlay arrow after
4873 the call to find_row_edges. (Bug#6699)
4874
4875 2010-08-07 Chong Yidong <cyd@stupidchicken.com>
4876
4877 * keyboard.c (command_loop_1):
4878 * insdel.c (prepare_to_modify_buffer): Don't call validate_region.
4879
4880 2010-08-07 Chong Yidong <cyd@stupidchicken.com>
4881
4882 * insdel.c (prepare_to_modify_buffer): Save active region text to
4883 Vsaved_region_selection.
4884
4885 * xselect.c (QPRIMARY): Move to keyboard.c.
4886
4887 * keyboard.c (Vselect_active_regions): Move from simple.el.
4888 (Vsaved_region_selection, Qx_set_selection, QPRIMARY, Qlazy): New vars.
4889 (command_loop_1): Set window selection prior to deactivating the mark.
4890
4891 2010-08-07 Juanma Barranquero <lekktu@gmail.com>
4892
4893 * alloc.c (lisp_malloc):
4894 * buffer.c (set_buffer_internal, set_buffer_internal_1):
4895 * charset.h (emacs_mule_charset):
4896 * dispextern.h (inhibit_free_realized_faces, redraw_frame)
4897 (redraw_garbaged_frames, scroll_cost, update_frame, scrolling)
4898 (bitch_at_user):
4899 * lisp.h (Fcheck_coding_system, Fget_text_property)
4900 (Qfunction, Qcompletion_ignore_case, QCwidth, QCsize):
4901 Remove duplicate declarations.
4902
4903 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
4904
4905 * process.c: Simplify include logic.
4906
4907 * keyboard.h (quit_char): Add declaration.
4908 * process.h (QCport, QCspeed, QCprocess, QCbytesize, QCstopbits)
4909 (QCparity, Qodd, Qeven, QCflowcontrol, Qhw, Qsw, QCsummary):
4910 Add declarations.
4911 * sysdep.c:
4912 * w32.c: Remove the above declarations.
4913
4914 Remove extern declarations in .c files, .h files have them.
4915 * xterm.c:
4916 * xdisp.c:
4917 * msdos.c:
4918 * image.c:
4919 * gtkutil.c:
4920 * fileio.c:
4921 * eval.c: Remove declarations.
4922
4923 * frame.c (frame_params): Make const.
4924
4925 * lisp.h (fatal_error_signal, emacs_root_dir): Add declaration.
4926
4927 * emacs.c (emacs_copyright, emacs_version): Make static.
4928 (Vinitial_window_system, Vauto_save_list_file_name)
4929 (Vinhibit_redisplay): Remove declarations.
4930 (main): Remove HAVE_SHM code, unused. Remove _I386 conditional
4931 for AIX.
4932
4933 Use const for some arrays and functions.
4934 * xterm.h (xg_set_icon_from_xpm_data):
4935 * xfns.c (xg_set_icon_from_xpm_data):
4936 * term.c (fkeys):
4937 * keyboard.c (lispy_accent_keys, lispy_function_keys)
4938 (lispy_multimedia_keys, lispy_kana_keys, iso_lispy_function_keys)
4939 (lispy_drag_n_drop_names, scroll_bar_parts, modify_event_symbol)
4940 (frame.c frame_parms):
4941 * emacs-icon.h (gnu_xpm_bits):
4942 * callint.c (callint_argfuns): Use const.
4943
4944 2010-08-06 Jan Djärv <jan.h.d@swipnet.se>
4945
4946 * sysdep.c: Move include term.h last of includes (Bug#6812).
4947
4948 2010-08-06 Eli Zaretskii <eliz@gnu.org>
4949
4950 * dispnew.c (realloc_glyph_pool): Zero out newly allocated glyphs.
4951
4952 * msdos.c (IT_display_cursor): Log cursor position on termscript.
4953
4954 * .gdbinit (pgx): Display the avoid_cursor_p flag.
4955
4956 2010-08-06 Juanma Barranquero <lekktu@gmail.com>
4957
4958 * makefile.w32-in ($(BLD)/xdisp.$(O)): Update dependencies.
4959
4960 2010-08-06 Jan Djärv <jan.h.d@swipnet.se>
4961
4962 * xterm.h (x_get_focus_frame): Declare.
4963
4964 * keyboard.h (poll_for_input_1): Unconditionally declare.
4965
4966 * nsterm.h (x_set_menu_bar_lines): Declare.
4967
4968 * window.c: Don't include menu.h, it depends on lots of other .h-files.
4969
4970 * xfaces.c (x_create_gc, x_free_gc): Convert to ANSI C prototypes.
4971
4972 * window.c: Include menu.h.
4973
4974 * unexmacosx.c (print_region_list, print_regions)
4975 (build_region_list, find_emacs_zone_regions)
4976 (unexec_regions_merge, read_load_commands, dump_it)
4977 (unexec_init_emacs_zone): Convert to ANSI C prototypes.
4978
4979 * term.c: Check HAVE_SYS_IOCTL_H.
4980
4981 * sysdep.c: Check HAVE_TERM_H.
4982
4983 * process.c: Check HAVE_UTIL_H. Include nsterm.h if HAVE_NS.
4984
4985 * nsterm.m (ns_init_paths, ns_alloc_autorelease_pool)
4986 (ns_ring_bell, ns_defined_color, hide_hourglass)
4987 (x_display_pixel_height, x_display_pixel_width, syms_of_nsterm):
4988 Convert to ANSI C prototypes.
4989 (x_set_window_size, ns_draw_fringe_bitmap, judge): Move declarations
4990 before code.
4991
4992 * nsterm.h : Include sysselect.h.
4993 (x_sync, x_get_focus_frame, x_set_mouse_position)
4994 (x_set_mouse_pixel_position, x_make_frame_visible)
4995 (x_make_frame_invisible, x_iconify_frame, x_char_width, x_char_height)
4996 (x_pixel_width, x_pixel_height, x_set_frame_alpha, x_set_tool_bar_lines)
4997 (x_activate_menubar, free_frame_menubar, ns_init_paths, ns_select)
4998 (syms_of_nsterm, syms_of_nsfns, syms_of_nsmenu, syms_of_nsselect):
4999 Declare.
5000
5001 * nsmenu.m (popup_activated, name_is_separator)
5002 (syms_of_nsmenu): Convert to ANSI C prototypes.
5003 (runMenuAt): Prototypes and move declarations before code.
5004
5005 * nsimage.m (ns_load_image): Move NSTRACE after declarations.
5006
5007 * nsfont.m (ns_fallback_entity, syms_of_nsfont): Convert to ANSI C
5008 prototypes.
5009
5010 * nsfns.m (have_menus_p, ns_display_info_for_name)
5011 (x_set_cursor_type, ns_appkit_version_str)
5012 (ns_appkit_version_int, ns_do_applescript)
5013 (x_set_scroll_bar_default_width, x_sync, compute_tip_xy)
5014 (syms_of_nsfns): Convert to ANSI C prototypes.
5015
5016 * menu.h (x_set_menu_bar_line): Declare.
5017 (free_menubar_widget_value_tree et.al): Add HAVE_NS for these functions.
5018
5019 * lisp.h (fmod_float): Declare.
5020
5021 * image.c (xpm_scan, xpm_make_color_table_v)
5022 (xpm_put_color_table_v, xpm_get_color_table_v)
5023 (xpm_make_color_table_h, xpm_put_color_table_h)
5024 (xpm_get_color_table_h, xpm_str_to_color_key, xpm_load_image)
5025 (xpm_load): Convert to ANSI C prototypes.
5026
5027 * emacs.c: Include nsterm.h if HAVE_NS.
5028
5029 * bidi.c (bidi_dump_cached_states): Fix fprintf warning.
5030
5031 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
5032
5033 * process.c: Remove HAVE_SOCKETS #ifdefs inside #ifdef
5034 subprocesses, only MSDOS does not define HAVE_SOCKETS.
5035 (socket_options): Use const char* for name.
5036
5037 2010-08-06 Juanma Barranquero <lekktu@gmail.com>
5038
5039 Fix changes in 2010-08-05T23:15:24Z!dann@ics.uci.edu..2010-08-05T23:34:12Z!dann@ics.uci.edu for Windows build.
5040
5041 * xmenu.c [USE_X_TOOLKIT || USE_GTK]:
5042 Don't declare xmalloc_widget_value and digest_single_submenu.
5043
5044 * w32font.c (Qlatin): Remove declaration.
5045
5046 * menu.h (xmalloc_widget_value, digest_single_submenu): Declare.
5047
5048 * dired.c (compile_pattern): Restore declaration.
5049
5050 2010-08-05 Dan Nicolaescu <dann@ics.uci.edu>
5051
5052 Remove extern declarations in .c files, .h files have them.
5053 * data.c:
5054 * dired.c:
5055 * editfns.c:
5056 * filelock.c:
5057 * fns.c:
5058 * font.c:
5059 * fontset.c:
5060 * frame.c:
5061 * fringe.c:
5062 * ftfont.c:
5063 * gtkutil.c:
5064 * indent.c:
5065 * keyboard.c:
5066 * keymap.c:
5067 * lread.c:
5068 * menu.c:
5069 * print.c:
5070 * search.c:
5071 * sound.c:
5072 * window.c:
5073 * xdisp.c:
5074 * xfaces.c:
5075 * xfns.c:
5076 * xfont.c:
5077 * xftfont.c:
5078 * xmenu.c:
5079 * xterm.c: Remove declarations.
5080
5081 Cleanup syssignal.h.
5082 * syssignal.h (sighold, sigrelse, RETSIGTYPE): Remove, unused.
5083 (main_thread): Move down to remove #ifdef.
5084 (SIGMASKTYPE, SIGEMPTYMASK, SIGFULLMASK, sigmask, sigunblock):
5085 Remove conditional definition following unconditional ones.
5086
5087 * lisp.h: Remove HAVE_SHM code, unused.
5088 (QCmap, QCrehash_size, QCrehash_threshold, QCsize, QCtest)
5089 (QCweakness, Qabove_handle, Qbackquote, Qbar, Qbelow_handle)
5090 (Qborder, Qbottom, Qbox, Qcircular_list, Qcomma, Qcomma_at)
5091 (Qcomma_dot, Qcursor, Qdefault, Qdown, Qend_scroll, Qeq, Qeql)
5092 (Qequal, Qfile_exists_p, Qfont_param, Qfringe, Qfunction)
5093 (Qfunction_documentation, Qhandle, Qhbar, Qheader_line, Qhollow)
5094 (Qidentity, Qleft_margin, Qmenu, Qmenu_bar_update_hook)
5095 (Qmode_line_inactive, Qmouse, Qoverriding_local_map)
5096 (Qoverriding_terminal_local_map, Qratio, Qregion, Qright_margin)
5097 (Qscroll_bar, Qtool_bar, Qtop, Qup, Qvertical_border, Qwhen)
5098 (Qwindow_scroll_functions, Vafter_load_alist)
5099 (Vauto_save_list_file_name, Vface_alternative_font_family_alist)
5100 (Vface_alternative_font_registry_alist, Vface_font_rescale_alist)
5101 (Vface_ignored_fonts, Vinhibit_redisplay, Vminibuffer_list)
5102 (Vprint_length, Vprint_level, Vscalable_fonts_allowed)
5103 (Vshell_file_name, Vsystem_name, Vwindow_scroll_functions)
5104 (Vwindow_system_version, Vx_no_window_manager, initial_argc)
5105 (initial_argv, last_nonmenu_event, load_in_progress)
5106 (noninteractive_need_newline, scroll_margin): Add declarations.
5107
5108 * keyboard.h (xmalloc_widget_value, digest_single_submenu):
5109 Remove declarations, menu.h has them.
5110 (QCbutton, QCtoggle, QCradio, QClabel, extra_keyboard_modifiers)
5111 (Vinput_method_function, Qinput_method_function)
5112 (Qevent_symbol_element_mask, last_event_timestamp):
5113 * dispextern.h (Voverflow_newline_into_fringe):
5114 * font.h (QCantialias, Qp, syms_of_ftfont, syms_of_xfns)
5115 (syms_of_ftxfont, syms_of_xftfont, syms_of_bdffont)
5116 (syms_of_w32font, syms_of_nsfont):
5117 * fontset.h (find_font_encoding, Qlatin):
5118 * frame.h (Qtooltip, Qrun_hook_with_args, Vmenu_bar_mode)
5119 (Vtool_bar_mode, set_frame_menubar):
5120 * ftfont.h (ftfont_font_format, ftfont_get_fc_charset):
5121 * xterm.h (Qx_gtk_map_stock):
5122 * keymap.h (meta_prefix_char): Add declarations.
5123
5124 * term.c: Remove dead code.
5125
5126 Fix emacs -Q -f server-start & emacsclient -t on GNU/Linux.
5127 * term.c (dissociate_if_controlling_tty): Use USG5 instead of
5128 USG. This is equivalent to defined (USG) && !defined (BSD_PGRPS),
5129 which is what was there before BSD_PGRPS was removed.
5130
5131 2010-08-05 Eli Zaretskii <eliz@gnu.org>
5132
5133 * deps.mk (unexcoff.o): Rename unexec.[co] => unexcoff.[co].
5134
5135 * unexcoff.c: Renamed from unexec.c.
5136
5137 2010-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
5138
5139 * sysdep.c (child_setup_tty): Comment-out left-over non-ICANON code.
5140
5141 2010-08-03 Johan Bockgård <bojohan@gnu.org>
5142
5143 * data.c (Flocal_variable_p): Handle variable aliases correctly.
5144 (Bug#6744)
5145
5146 2010-08-02 Jan Djärv <jan.h.d@swipnet.se>
5147
5148 * xterm.c (x_create_toolkit_scroll_bar): Only set XtNbeNiceToColormap
5149 to TRUE if depth of screen is < 16.
5150
5151 * gtkutil.c (hierarchy_ch_cb, qttip_cb): Do not define unless
5152 USE_GTK_TOOLTIP.
5153 (xg_prepare_tooltip): Return 0 unless USE_GTK_TOOLTIP.
5154 (xg_show_tooltip, xg_hide_tooltip): Do nothing unless USE_GTK_TOOLTIP.
5155 (xg_create_frame_widgets): Surround tooltip-related code with ifdef
5156 USE_GTK_TOOLTIP.
5157 (xg_free_frame_widgets): Don't delete ttip_* unless USE_GTK_TOOLTIP.
5158
5159 * xterm.h (USE_GTK_TOOLTIP): New define.
5160 (struct x_output): Put ttip_* inside ifdef USE_GTK_TOOLTIP.
5161
5162 * sysdep.c (child_setup_tty): Enable ICANON in lflags and set VEOF
5163 to Control-D (Bug#6771).
5164
5165 2010-08-02 Juanma Barranquero <lekktu@gmail.com>
5166
5167 * editfns.c (Fregion_beginning, Fregion_end): Doc fixes (bug#6493).
5168 Wording by Drew Adams <drew.adams@oracle.com>.
5169
5170 2010-08-01 Jan Djärv <jan.h.d@swipnet.se>
5171
5172 * xterm.h (struct x_output): Add ttip_widget, ttip_window and
5173 ttip_lbl.
5174
5175 * xterm.c (x_clear_frame): Check FRAME_GTK_WIDGET (f) before
5176 calling gtk_widget_queue_draw.
5177 (x_free_frame_resources): Call xg_free_frame_widgets.
5178
5179 * xfns.c (x_gtk_use_system_tooltips): New variable.
5180 (Fx_show_tip): If USE_GTK and x_gtk_use_system_tooltips, call
5181 new gtkutil tooltip functions to show the tooltip.
5182 (Fx_hide_tip): Call xg_hide_tooltip.
5183 (syms_of_xfns): Defvar x-gtk-use-system-tooltips.
5184
5185 * gtkutil.h (xg_free_frame_widgets, xg_prepare_tooltip)
5186 (xg_show_tooltip, xg_hide_tooltip): Declare.
5187
5188 * gtkutil.c (hierarchy_ch_cb, qttip_cb, xg_prepare_tooltip)
5189 (xg_show_tooltip, xg_hide_tooltip, xg_free_frame_widgets):
5190 New functions.
5191 (xg_create_frame_widgets): Set ttip_* to 0. Set a dummy tooltip
5192 text so qttip_cb is called. Connect query-tooltip to qttip_cb.
5193 Remove code that is commented out.
5194
5195 2010-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
5196
5197 * keymap.c (Fdefine_key, Flookup_key): Say what event is invalid.
5198
5199 2010-07-31 Chong Yidong <cyd@stupidchicken.com>
5200
5201 * xselect.c (x_own_selection): Use list4.
5202
5203 2010-07-30 Dan Nicolaescu <dann@ics.uci.edu>
5204
5205 * buffer.c (Qwindow): Do not define, already defined in data.c.
5206 (syms_of_buffer): Do not intern and staticpro Qwindow. (Bug#6760)
5207
5208 2010-07-29 Chad Brown <yandros@mit.edu>
5209
5210 Replace tests for SYSV_SYSTEM_DIR with HAVE_DIRENT_H, set via autoconf.
5211 * dired.c, sysdep.c: Test HAVE_DIRENT_H instead of SYSV_SYSTEM_DIR.
5212 * config.in: Undef HAVE_DIRENT_H.
5213 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/gnu-linux.h,
5214 * s/msdos.h, s/usg5-4.h: Don't define SYSV_SYSTEM_DIR.
5215
5216 2010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
5217
5218 Rename s/usg5-4.h -> s/usg5-4-common.h.
5219 * s/usg5-4.h: Rename file to ...
5220 * s/usg5-4-common.h: ... this for consistency with what we do for BSD.
5221 * s/unixware.h:
5222 * s/sol2-6.h:
5223 * s/irix6-5.h: Update includes accordingly.
5224
5225 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
5226
5227 * xfns.c (x_set_tool_bar_position): Remove debug fprintf.
5228
5229 * xterm.h (struct x_output): Add toolbar_top_height,
5230 toolbar_bottom_height, toolbar_left_width, toolbar_right_width.
5231 Remove toolbar_height.
5232 If USE_GTK: Add hbox_widget and toolbar_in_hbox.
5233 (FRAME_TOOLBAR_TOP_HEIGHT, FRAME_TOOLBAR_BOTTOM_HEIGHT)
5234 (FRAME_TOOLBAR_LEFT_WIDTH, FRAME_TOOLBAR_RIGHT_WIDTH): New macros.
5235 (FRAME_TOOLBAR_HEIGHT): Is now TOP_HEIGHT + BOTTOM_HEIGHT.
5236
5237 * xterm.c (x_set_window_size_1): Add FRAME_TOOLBAR_WIDTH to pixelwidth.
5238
5239 * xfns.c (x_set_tool_bar_position): New function.
5240 (xic_set_statusarea): Use FRAME_TOOLBAR_TOP_HEIGHT.
5241 (x_frame_parm_handlers): Add x_set_tool_bar_position.
5242 (syms_of_xfns): If USE_GTK, provide move-toolbar.
5243
5244 * window.c (calc_absolute_offset): Check for FRAME_TOOLBAR_TOP_HEIGHT
5245 and FRAME_TOOLBAR_LEFT_WIDTH.
5246
5247 * gtkutil.h (xg_change_toolbar_position): Declare.
5248
5249 * gtkutil.c (FRAME_TOTAL_PIXEL_WIDTH): New macro.
5250 (xg_frame_set_char_size): Add FRAME_TOOLBAR_WIDTH to pixelwidth.
5251 (xg_height_or_width_changed): Use FRAME_TOTAL_PIXEL_WIDTH.
5252 (xg_create_frame_widgets): Create a hobox for placing widgets
5253 vertically. Use gtk_box_pack_start.
5254 (xg_height_or_width_changed): Rename from xg_height_changed.
5255 (x_wm_set_size_hint): Add FRAME_TOOLBAR_WIDTH to base_width.
5256 (xg_update_frame_menubar, free_frame_menubar): Change to
5257 xg_height_or_width_changed.
5258 (xg_tool_bar_detach_callback): Update left/right/top/bottom tool bar
5259 size correctly. Remove hardcoded 4, instead use handlebox size -
5260 toolbar size.
5261 (xg_tool_bar_attach_callback): Update left/right/top/bottom tool bar
5262 size correctly. Use handlebox size + toolbar size as additional size.
5263 (xg_pack_tool_bar): POS is a new parameter.
5264 Set orientation of tool bar based on pos.
5265 Only make handlebox_widget if NULL.
5266 Check if tool bar goes to vbox or hbox depending on pos.
5267 (xg_update_tool_bar_sizes): New function.
5268 (update_frame_tool_bar): Remove old_req, new_req. Do not get tool bar
5269 height, call xg_update_tool_bar_sizes instead.
5270 (free_frame_tool_bar): Remove from hbox or vbox depending on
5271 toolbar_in_hbox, Set all FRAME_TOOLBAR_*_(WIDTH|HEIGHT) to zero.
5272 (xg_change_toolbar_position): New function.
5273
5274 * frame.h (struct frame): Add tool_bar_position.
5275 (Qbottom): Declare.
5276
5277 * frame.c (Qtool_bar_position): New variable.
5278 (make_frame): Set tool_bar_position to Qtop.
5279 (frame_parms): Add tool-bar-position.
5280 (x_report_frame_params): Store tool_bar_position.
5281 (x_set_fringe_width): Reset wm size hint after fringe changes.
5282
5283 2010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
5284
5285 Make lisp_time_argument declaration work on all systems.
5286 * lisp.h (lisp_time_argument): Move declaration ...
5287 * systime.h (lisp_time_argument): ... here
5288 * editfns.c (lisp_time_argument): Remove declaration. (Bug#6751)
5289
5290 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
5291
5292 * vm-limit.c (POINTER): Add typedef for it.
5293 (start_of_data): Change return type from POINTER to char *.
5294
5295 * frame.h (Qtty_color_mode): Move declaration out of ifdef
5296 HAVE_WINDOW_SYSTEM.
5297
5298 2010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
5299
5300 * vm-limit.c: Do not include sys/resource.h, mem-limits.h does it.
5301 Remove reference to __osf__, unused.
5302
5303 * mem-limits.h: Remove duplicated includes.
5304 (NULL): Remove definition, unused.
5305 (POINTER): Remove definition.
5306 (start_of_data): Use char* in prototype, as the function
5307 definition does.
5308
5309 Remove extern declarations from .c files, and them to .h files.
5310 * keyboard.h (Qhelp_echo, waiting_for_input)
5311 (input_available_clear_time, ignore_mouse_drag_p)
5312 (Vdouble_click_time, real_this_command, Vthis_original_command):
5313 * keymap.h (Qremap, Qmenu_item, Voverriding_local_map)
5314 (Voverriding_local_map_menu_flag):
5315 * lisp.h (Qinteractive_form, use_file_dialog)
5316 (Qcursor_in_echo_area, QCascent, QCmargin, QCrelief, Qcount)
5317 (Qextension_data, QCconversion, QCcolor_symbols, QCheuristic_mask)
5318 (QCindex, QCmatrix, QCcolor_adjustment, QCmask)
5319 (Qrisky_local_variable, map_char_table_for_charset, Vprint_level)
5320 (Qfunction, debug_on_next_call, Qfield)
5321 (Vinhibit_field_text_motion, Vuser_login_name, lisp_time_argument)
5322 (Qpriority, Qwindow, Qevaporate, Qbefore_string, Qafter_string)
5323 (Qfile_directory_p, Qinsert_file_contents)
5324 (Qcompletion_ignore_case, Qcompletion_ignore_case)
5325 (Vcompletion_regexp_list, Vhistory_length, completion_ignore_case)
5326 (history_delete_duplicates, minibuffer_auto_raise, Qonly)
5327 (Qfile_name_handler_alist, Qfront_sticky, Qrear_nonsticky)
5328 (Qminibuffer_prompt)
5329 (Vtemporary_file_directory,char_ins_del_vector, Qface):
5330 * xterm.h (gray_bitmap_width, gray_bitmap_height)
5331 (gray_bitmap_bits, xic_create_fontsetname):
5332 * coding.h (Vtranslation_table_for_input): Add extern declarations.
5333
5334 * xsmfns.c (Vuser_login_name):
5335 * xrdb.c (Vdouble_click_time):
5336 * xfaces.c (xic_create_fontsetname):
5337 * w32select.c (waiting_for_input):
5338 * print.c (minibuffer_auto_raise):
5339 * msdos.c (Qhelp_echo):
5340 * macros.c (real_this_command):
5341 * keymap.c (Voverriding_local_map):
5342 * xterm.c (poll_for_input_1, gray_bitmap_width)
5343 (gray_bitmap_height, gray_bitmap_bits;
5344 * xmenu.c ( Voverriding_local_map)
5345 (Voverriding_local_map_menu_flag; Qmenu_item; use_dialog_box)
5346 (use_file_dialog, Xt_app_con):
5347 * xdisp.c (minibuffer_auto_raise, Voverriding_local_map)
5348 (Voverriding_local_map_menu_flag, Qmenu_item, Qface, Qinvisible)
5349 (Qwidth, Qinvisible, Qwindow, Qpriority, Qtool_bar_lines)
5350 (Qtool_bar_lines, ignore_mouse_drag_p):
5351 * minibuf.c (Voverriding_local_map, Qfield, Qfront_sticky)
5352 (Qrear_nonsticky, nconc2):
5353 * keyboard.c (current_global_map, minibuf_level, Qmenu_item)
5354 (Vhistory_length, Vtranslation_table_for_input, Qcomposition)
5355 (Qdisplay, Qafter_string, Qbefore_string, Qundefined):
5356 * fileio.c (use_dialog_box, use_file_dialog, Vuser_login_name)
5357 (minibuf_level, minibuffer_auto_raise, lisp_time_argument):
5358 * eval.c (Qinteractive_form, Qrisky_local_variable, Qfunction)
5359 (gc_in_progress):
5360 * doc.c (Voverriding_local_map, Qremap):
5361 * dired.c (completion_ignore_case, Qcompletion_ignore_case)
5362 (Vcompletion_regexp_list):
5363 * coding.c (Qmac, Qinsert_file_contents, Qwrite_region)
5364 (Qcompletion_ignore_case):
5365 * callint.c (Qcursor_in_echo_area, Qfile_directory_p, Qonly)
5366 (Vhistory_length, Vthis_original_command, real_this_command)
5367 (Qface, Qminibuffer_prompt, history_delete_duplicates):
5368 * image.c (Qrisky_local_variable):
5369 * fontset.c (QCname):
5370 * fns.c (minibuffer_auto_raise, QCname):
5371 * dispnew.c (char_ins_del_cost):
5372 * composite.c (font_fill_lglyph_metrics):
5373 * cmds.c (Qface, Vtranslation_table_for_input):
5374 * charset.c (map_char_table_for_charset, Qfile_name_handler_alist):
5375 * ccl.c (charset_unicode):
5376 * callproc.c (Vtemporary_file_directory):
5377 * buffer.c (emacs_strerror): Remove extern declarations.
5378
5379 * data.c (Qwindow): Make non-static, used from other files too.
5380 * frame.c (validate_x_resource_name): Remove shadow definition for i.
5381
5382 * unexec.c (make_hdr): Remove references to NO_REMAP, COFF,
5383 SEGMENT_MASK, SECTION_ALIGNMENT, ADJUST_EXEC_HEADER.
5384 * s/usg5-4.h (COFF):
5385 * s/template.h:
5386 * s/msdos.h (COFF, NO_REMAP):
5387 * s/ms-w32.h (NO_REMAP):
5388 * s/hpux10-20.h (NO_REMAP):
5389 * m/sparc.h (SEGMENT_MASK):
5390 * m/m68k.h (NO_REMAP):
5391 * m/intel386.h (SEGMENT_MASK):
5392 * m/arm.h (NO_REMAP):
5393 * m/alpha.h (COFF):
5394 * m/template.h: Remove references to unused defines.
5395
5396 2010-07-28 Jan Djärv <jan.h.d@swipnet.se>
5397
5398 * xsettings.c (Ftool_bar_get_system_style): Also check for
5399 Qtext_image_horiz.
5400
5401 * xdisp.c (Qtext_image_horiz): Define.
5402 (syms_of_xdisp): Initialize Qtext_image_horiz. Add text-image-horiz
5403 to documentation of tool-bar-style.
5404
5405 * lisp.h (Qtext_image_horiz): Declare.
5406
5407 * gtkutil.c (xg_make_tool_item, xg_show_toolbar_item): Handle tool bar
5408 style text_image_horiz.
5409
5410 2010-07-27 Dan Nicolaescu <dann@ics.uci.edu>
5411
5412 * emacs.c (Fkill_emacs): Remove return statement.
5413
5414 * term.c (Qspace, QCalign_to, QCwidth): Remove declarations.
5415 (encode_terminal_code, produce_composite_glyph): Remove unused variables.
5416 (set_tty_color_mode, term_mouse_highlight, term_get_fkeys):
5417 Remove local extern declarations.
5418
5419 * xmenu.c: Do not included lwlib.h, not needed.
5420
5421 * m/iris4d.h (XUINT, XSET): Remove, not needed.
5422
5423 * process.c: Move definitions earlier to minimize #ifdefs.
5424
5425 * xterm.h (x_get_customization_string, x_load_resources)
5426 (x_get_resource, x_text_icon, x_text_icon, x_check_errors)
5427 (x_check_errors, x_property_data_to_lisp, defined_color)
5428 (xic_set_xfontset, x_defined_color): Use const.
5429
5430 * xterm.c (xlwmenu_window_p, xlwmenu_redisplay): Remove declarations.
5431 (x_text_icon, x_check_errors, x_connection_closed): Use const.
5432
5433 * xselect.c (selection_data_to_lisp_data)
5434 (x_property_data_to_lisp):
5435 * xrdb.c (x_get_string_resource, file_p)
5436 (x_get_customization_string, magic_file_p, search_magic_path)
5437 (get_system_app, get_user_app, x_load_resources, x_get_resource)
5438 (x_get_string_resource): Use const.
5439
5440 * xfns.c: Include xlwmenu.h when USE_LUCID.
5441 (x_defined_color, xic_set_xfontset): Use const.
5442 (Fx_hide_tip): Remove local extern declaration.
5443
5444 * xfaces.c (Qmouse_face): Remove declaration.
5445 (face_color_gray_p, tty_defined_color, defined_color)
5446 (face_color_gray_p, face_color_supported_p): Add const.
5447
5448 * xdisp.c (do_mouse_tracking): Remove declaration.
5449 (add_to_log): Use const.
5450
5451 * minibuf.c (Qmouse_face): Remove declaration.
5452
5453 * msdos.c (IT_note_mouse_highlight): Remove local extern declaration.
5454
5455 * keyboard.h (do_mouse_tracking): Add declaration.
5456
5457 * image.c (QCwidth, QCheight, QCforeground, QCbackground, QCfile)
5458 (QCdata, QCtype, Qcenter): Remove declarations.
5459
5460 * frame.c (x_get_resource_string, x_get_string_resource)
5461 (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
5462 (x_default_parameter): Use const.
5463
5464 * font.c (Qnormal, QCtype, QCfamily, QCweight, QCslant, QCwidth)
5465 (QCheight, QCsize, QCname): Remove declarations.
5466
5467 * emacs.c (main): Remove local extern declaration.
5468
5469 * editfns.c (region_limit, syms_of_editfns): Remove local extern
5470 declarations.
5471
5472 * dispnew.c: Remove duplicate #include <unistd.h>.
5473 (update_window, update_frame_1, init_display): Remove local extern
5474 declarations.
5475
5476 * dispextern.h (add_to_log): Remove declaration.
5477 (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
5478 (x_frame_get_and_record_arg, x_default_parameter): Add const.
5479
5480 * dired.c (scmp): Add const.
5481 (directory_files_internal): Remove local extern declaration.
5482
5483 * data.c (Finteractive_form): Use const.
5484
5485 * composite.c (syms_of_composite): Remove local extern declarations.
5486
5487 * charset.c (add_to_log): Remove declaration.
5488
5489 * character.c (strwidth, parse_str_to_multibyte): Add const.
5490
5491 * character.h (strwidth, parse_str_to_multibyte): Likewise.
5492
5493 * buffer.c (Fset_buffer_multibyte): Remove local extern declaration.
5494
5495 * lisp.h (Fkill_emacs): Mark as NO_RETURN.
5496 (Lisp_Subr): Make doc and intspec constant.
5497 (QCsize, Qspace, Qcenter, QCalign_to, QCdata, QCfile, QCtype)
5498 (Qlocal, Qapply, Qnormal, QCfamily, QCweight, QCslant, QCwidth)
5499 (QCheight, QCsize, QCname, QCwidth, QCforeground)
5500 (QCbackground, add_to_log, stack_base, Vmark_even_if_inactive)
5501 (display_arg): Add declarations.
5502
5503 2010-07-27 Christoph Scholtes <cschol2112@gmail.com>
5504
5505 * minibuf.c (Fread_buffer): Doc fix (bug#6528).
5506
5507 * window.c (Fwindow_height): Doc fix (bug#6518).
5508
5509 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
5510
5511 * buffer.c (syms_of_buffer) <fringe-indicator-alist>: Doc fix.
5512
5513 2010-07-26 Dan Nicolaescu <dann@ics.uci.edu>
5514
5515 * keyboard.c (Ftop_level, Fexit_recursive_edit)
5516 (Fabort_recursive_edit): Remove return statements in NO_RETURN
5517 functions.
5518
5519 * frame.h (Qtty_color_mode): Add declaration.
5520
5521 * lisp.h (Ftop_level, Fexit_recursive_edit)
5522 (Fabort_recursive_edit): Mark as NO_RETURN.
5523
5524 2010-07-26 Kenichi Handa <handa@m17n.org>
5525
5526 * font.c (Ffont_shape_gstring): Terminate GSTRING by nil if the
5527 number of glyphs gets smaller than the original length. (Bug#6621)
5528
5529 2010-07-26 Juanma Barranquero <lekktu@gmail.com>
5530
5531 * lread.c (unreadpure, mapatoms_1): Make static.
5532
5533 2010-07-25 Juanma Barranquero <lekktu@gmail.com>
5534
5535 * terminfo.c (tparam): Fix prototype of tparm.
5536
5537 2010-07-25 Andreas Schwab <schwab@linux-m68k.org>
5538
5539 * emacs.c (main) [PROFILING]: Use __executable_start if defined to
5540 find start of text segment.
5541 * dispnew.c (safe_bcopy): Don't define if HAVE___EXECUTABLE_START
5542 is defined.
5543
5544 * callproc.c (set_initial_environment): Avoid unbalanced braces.
5545
5546 2010-07-25 Ken Brown <kbrown@cornell.edu>
5547
5548 * vm-limit.c (check_memory_limits): Fix previous change;
5549 accidentally reverted an earlier change.
5550
5551 2010-07-25 Ken Brown <kbrown@cornell.edu>
5552
5553 * mem-limits.h (BSD4_2) [cygwin]: Don't define here; instead...
5554 * vm-limit.c: ...add 'defined (CYGWIN)' here (Bug#6715).
5555
5556 2010-07-25 Juanma Barranquero <lekktu@gmail.com>
5557
5558 * callproc.c (relocate_fd): Set inside #ifndef WINDOWSNT.
5559 * dired.c (opendir, readdir): Fix prototypes.
5560 * editfns.c (w32_get_internal_run_time): Fix prototypes.
5561 * keyboard.c (input_available_signal): Declare inside #ifdef SIGIO.
5562 * ndir.h (opendir, readdir, seekdir, closedir): Fix prototypes.
5563 (telldir): Remove declaration.
5564 * ralloc.c (real_morecore, __morecore): Fix prototypes.
5565 * sound.c (alsa_sound_perror): Declare inside #ifdef HAVE_ALSA.
5566 * syssignal.h (strsignal): Fix prototype.
5567 * term.c (tparam): Fix prototype.
5568 (term_get_fkeys_address, term_get_fkeys_kboard, term_get_fkeys_1)
5569 (term_get_fkeys): Set inside "#ifndef DOS_NT".
5570 * vm-limit.c (check_memory_limits): Fix prototypes of real_morecore
5571 and __morecore.
5572 * w32gui.h (XParseGeometry): Fix prototype.
5573 * w32heap.h (get_data_start, get_data_end, init_heap): Fix prototypes.
5574 * w32term.c (my_set_focus): Declare inside #if 0.
5575 * w32term.h (x_window_to_frame, x_display_info_for_name, w32_term_init)
5576 (w32_fill_rect, w32_clear_window, init_crit, delete_crit, signal_quit)
5577 (drain_message_queue, get_next_msg, post_msg, parse_button)
5578 (ClipboardSequence_Proc): Fix prototypes.
5579 (wait_for_sync): Remove declaration.
5580
5581 2010-07-24 Juanma Barranquero <lekktu@gmail.com>
5582
5583 * w32fns.c (w32_to_x_color): Remove, unused.
5584
5585 2010-07-24 Andreas Schwab <schwab@linux-m68k.org>
5586
5587 * lisp.h: Remove leftover P_.
5588
5589 2010-07-24 Dan Nicolaescu <dann@ics.uci.edu>
5590
5591 * ecrt0.c, unexalpha.c: Remove files, unused.
5592
5593 2010-07-24 Andreas Schwab <schwab@linux-m68k.org>
5594
5595 * cmds.c (internal_self_insert): Make static.
5596 * lisp.h (internal_self_insert): Remove declaration.
5597
5598 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
5599
5600 * alloc.c (free_float):
5601 * font.c [ENABLE_CHECKING] (font_match_xlfd, font_check_xlfd_parse):
5602 * frame.c (delete_frame_handler):
5603 * ralloc.c (reorder_bloc):
5604 * w32menu.c (menubar_id_to_frame, add_left_right_boundary):
5605 Remove unused static functions.
5606
5607 * menu.c (cleanup_popup_menu): Set inside "#ifdef HAVE_NS";
5608 it is called only from NS code.
5609
5610 * w32term.c (my_set_focus): #ifdef away; it is called only from
5611 "#ifdef 0" code.
5612
5613 * w32fns.c (x_edge_detection):
5614 * xfaces.c (may_use_scalable_font_p):
5615 Remove obsolete static declarations.
5616
5617 2010-07-20 Juanma Barranquero <lekktu@gmail.com>
5618
5619 * alloc.c (emacs_blocked_free, emacs_blocked_malloc)
5620 (emacs_blocked_realloc, uninterrupt_malloc):
5621 * fringe.c (w32_reset_fringes):
5622 * image.c (convert_mono_to_color_image, lookup_rgb_color)
5623 (init_color_table, XPutPixel, jpeg_resync_to_restart_wrapper):
5624 * sound.c (be2hs, do_play_sound):
5625 * vm-limit.c (get_lim_data, ret_lim_data):
5626 * w32term.c (x_free_frame_resources):
5627 * xfaces.c (x_create_gc, x_free_gc):
5628 Convert definitions to standard C.
5629
5630 2010-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
5631
5632 * eval.c (Feval, Ffuncall): Use the new names.
5633
5634 * lisp.h (struct Lisp_Subr): Rename `am' to aMANY and add aUNEVALLED.
5635 (DEFUN): Add braces around the union initialisation and use ## to
5636 specify the right union alternative and avoid a cast.
5637
5638 2010-07-18 Juanma Barranquero <lekktu@gmail.com>
5639
5640 * makefile.w32-in ($(BLD)/keyboard.$(O)): Update dependencies.
5641
5642 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
5643
5644 * frame.c (make_initial_frame): Use set_menu_bar_lines (Bug#6660).
5645
5646 2010-07-17 Jan Djärv <jan.h.d@swipnet.se>
5647
5648 * gtkutil.c (xg_event_is_for_menubar): Also check that event window
5649 is related to the menu bar (Bug#6499).
5650 (xg_frame_resized): GTK_IS_MAPPED => gtk_widget_get_mapped, for Gtk 3.0.
5651
5652 2010-07-16 Jan Djärv <jan.h.d@swipnet.se>
5653
5654 * xterm.h (x_menubar_window_to_frame): Second parameter is XEvent*.
5655
5656 * xterm.c (handle_one_xevent): Pass event to x_menubar_window_to_frame.
5657
5658 * xmenu.c (x_activate_menubar): Revert previous fix for Bug#6499,
5659 i.e. don't put back ButtonRelease (Bug#6608).
5660
5661 * xfns.c (x_menubar_window_to_frame): Take XEvent as second parameter
5662 instead of Window. Call xg_event_is_for_menubar when
5663 USE_GTK (Bug#6499).
5664
5665 * gtkutil.h (xg_event_is_for_menubar): Declare.
5666
5667 * gtkutil.c (xg_event_is_for_menubar): New function (Bug#6499).
5668
5669 2010-07-16 Eli Zaretskii <eliz@gnu.org>
5670
5671 * w32fns.c (x_set_foreground_color): Fix setting the cursor color
5672 when it's the same as the old foreground. (Bug#6609)
5673
5674 2010-07-16 Jan Djärv <jan.h.d@swipnet.se>
5675
5676 * xmenu.c (free_frame_menubar): Only call x_set_window_size if
5677 widget is non-null (Bug#6645).
5678
5679 2010-07-15 Andreas Schwab <schwab@linux-m68k.org>
5680
5681 * xterm.c (x_fully_uncatch_errors, x_trace_wire, x_check_font):
5682 Convert old-style definition.
5683
5684 * xmenu.c (create_and_show_popup_menu, xmenu_show): Fix type of
5685 timestamp argument.
5686
5687 2010-07-15 Eli Zaretskii <eliz@gnu.org>
5688
5689 * fringe.c (update_window_fringes): Restore mistakenly reverted
5690 code from 2010-04-17T12:33:05Z!eliz@gnu.org merged in 2010-04-20T13:31:28Z!eliz@gnu.org.
5691
5692 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
5693
5694 * xterm.c (xm_scroll_callback, x_process_timeouts): K&R => prototype.
5695 (SET_SAVED_KEY_EVENT): Remove (not used).
5696 (SET_SAVED_MENU_EVENT): Rename to SET_SAVED_BUTTON_EVENT and
5697 remove size parameter.
5698 (handle_one_xevent): Check popup_activated () for menu for Xt also.
5699 Remove #ifdef USE_GTK around finish = X_EVENT_DROP.
5700 Remove #ifdef USE_MOTIF code that did SET_SAVED_BUTTON_EVENT for
5701 ButtonRelease.
5702 (x_set_window_size_1): scroll_bar_actual_width is always
5703 SCROLL_BAR_COLS * COLUMN_WIDTH for the purpose of frame sizing.
5704
5705 * xdisp.c (pending_menu_activation): Remove extern declaration.
5706 (prepare_menu_bars): Remove setting of pending_menu_activation.
5707
5708 * xmenu.c (pending_menu_activation): Remove.
5709 (x_activate_menubar): Set popup_activated_flag for Xt also.
5710 Remove setting of pending_menu_activation.
5711 (set_frame_menubar): Remove check of pending_menu_activation.
5712 Declare menubar_size before code. Correct spelling in comment.
5713
5714 2010-07-14 Kenichi Handa <handa@m17n.org>
5715
5716 * font.c (font_open_entity): Cancel previous change.
5717 (Ffont_get): Don't check FONT_ENTITY_INDEX of a font-object.
5718
5719 2010-07-13 Eli Zaretskii <eliz@gnu.org>
5720
5721 Remove subprocesses #ifdefs.
5722 * process.c <inhibit_sentinels>: Move to the common part.
5723 (Fwaiting_for_user_input_p): Move to the common part; return nil
5724 if async subprocesses aren't supported.
5725 * sysdep.c (wait_for_termination) [!MSDOS]: Don't compile on
5726 MS-DOS. Remove "#ifdef subprocesses".
5727 (sys_subshell, sys_select): Remove "#ifdef subprocesses".
5728 (gettimeofday): Remove "#ifdef subprocesses".
5729 (wait_without_blocking): Remove function.
5730 (flush_pending_output, child_setup_tty): Don't compile on MS-DOS.
5731 Remove "#ifdef subprocesses".
5732 (child_setup_tty): Use WINDOWSNT instead of DOS_NT, since not
5733 compiled on MS-DOS.
5734 * callproc.c (Fcall_process) [!MSDOS]: Don't call
5735 wait_for_termination on MS-DOS.
5736 * emacs.c (shut_down_emacs): Remove "#ifndef subprocesses" from
5737 initialization of inhibit_sentinels.
5738 * keyboard.c (record_asynch_buffer_change): Remove "#ifdef
5739 subprocesses" conditional.
5740 * callproc.c (Fcall_process) [!subprocesses]: Don't call
5741 wait_for_termination, since `buffer' cannot be an integer when
5742 async subprocesses are not supported
5743 * xdisp.c (decode_mode_spec): Use `MSDOS' instead of `subprocesses'
5744 for ifdefing away the call to Fprocess_status.
5745
5746 * process.c (add_keyboard_wait_descriptor) [!subprocesses]: Ifdef
5747 away the entire body of the function.
5748
5749 2010-07-13 Dan Nicolaescu <dann@ics.uci.edu>
5750
5751 Remove subprocesses #ifdefs from term.c.
5752 * process.c (add_keyboard_wait_descriptor)
5753 (delete_keyboard_wait_descriptor): Move to common section, do
5754 nothing when subprocesses is not defined.
5755 * term.c (Fsuspend_tty, Fresume_tty, init_tty):
5756 Remove subprocesses #ifdefs.
5757
5758 Convert maybe_fatal to standard C.
5759 * lisp.h (verror): Declare.
5760 * eval.c (verror): New function containing the code from ...
5761 (error): ... this. Call verror.
5762 * term.c (vfatal): New function containing the code from ...
5763 (fatal): ... this. Call vfatal.
5764 (maybe_fatal): Convert to standard C, use variable number of
5765 arguments. Declare as non-return.
5766 (init_tty): Fix maybe_fatal call.
5767
5768 2010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
5769
5770 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_expose)
5771 (_scroll_bar_note_movement): Convert definitions to standard C.
5772 * xmenu.c (menu_help_callback, pop_down_menu, xmenu_show):
5773 * xfns.c (hack_wm_protocols, x_window, x_window): Likewise.
5774
5775 2010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
5776
5777 * xterm.c (x_frame_of_widget, x_alloc_nearest_color_for_widget)
5778 (x_alloc_lighter_color_for_widget, cvt_string_to_pixel)
5779 (cvt_pixel_dtor, x_window_to_menu_bar, xt_action_hook)
5780 (xaw_jump_callback, xaw_scroll_callback)
5781 (x_create_toolkit_scroll_bar, x_set_toolkit_scroll_bar_thumb)
5782 (x_wm_set_size_hint, x_activate_timeout_atimer):
5783 Convert definitions to standard C.
5784 * xmenu.c (menubar_id_to_frame, popup_get_selection)
5785 (popup_activate_callback, popup_deactivate_callback)
5786 (menu_highlight_callback, menubar_selection_callback)
5787 (apply_systemfont_to_dialog, apply_systemfont_to_menu)
5788 (free_frame_menubar, popup_selection_callback, as)
5789 (create_and_show_popup_menu, dialog_selection_callback)
5790 (create_and_show_dialog):
5791 * xfns.c (hack_wm_protocols, x_window):
5792 * xfaces.c (x_update_menu_appearance):
5793 * widget.c (get_default_char_pixel_size, pixel_to_char_size)
5794 (char_to_pixel_size, round_size_to_char, get_wm_shell)
5795 (set_frame_size, update_wm_hints, setup_frame_gcs)
5796 (update_various_frame_slots, update_from_various_frame_slots)
5797 (EmacsFrameInitialize, EmacsFrameRealize, EmacsFrameResize)
5798 (EmacsFrameSetValues, EmacsFrameQueryGeometry)
5799 (EmacsFrameSetCharSize, widget_store_internal_border): Likewise.
5800
5801 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
5802
5803 * dbusbind.c (xd_initialize): Don't compare boolean with a constant.
5804
5805 2010-07-12 Eli Zaretskii <eliz@gnu.org>
5806
5807 * process.c (setup_process_coding_systems): Move to the part
5808 shared by non-subprocesses systems, and make its body empty when
5809 subprocesses is not defined.
5810 (close_process_descs): Move to the part shared by non-subprocesses
5811 systems.
5812 (wait_reading_process_output) [!subprocesses]: Convert arg list to
5813 ANSI C.
5814
5815 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
5816
5817 * editfns.c (transpose_markers): Convert old-style definition.
5818 * emacs.c (abort, shut_down_emacs, fixup_locale)
5819 (synchronize_system_time_locale)
5820 (synchronize_system_messages_locale, syms_of_emacs): Likewise.
5821 * floatfns.c (extract_float, matherr, init_floatfns)
5822 (syms_of_floatfns): Likewise.
5823 * fns.c (make_hash_table): Likewise.
5824 * ftfont.c (ftfont_get_otf, ftfont_otf_features)
5825 (ftfont_otf_capability, ftfont_get_glyph_id, ftfont_get_metrics)
5826 (ftfont_drive_otf, ftfont_shape_by_flt, ftfont_shape)
5827 (ftfont_variation_glyphs): Likewise.
5828 * gtkutil.c (xg_create_widget, xg_modify_menubar_widgets): Likewise.
5829 * keymap.c (describe_map_tree, describe_map, describe_vector): Likewise.
5830 * lread.c (read_filtered_event): Likewise.
5831 * minibuf.c (read_minibuf_noninteractive, read_minibuf): Likewise.
5832 * process.c (wait_reading_process_output): Likewise.
5833 * scroll.c (do_line_insertion_deletion_costs): Likewise.
5834 * search.c (search_buffer, boyer_moore): Likewise.
5835 * syntax.c (scan_sexps_forward): Likewise.
5836 * xdisp.c (try_scrolling): Likewise.
5837 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
5838 (face_at_string_position): Likewise.
5839 * xfns.c (x_default_scroll_bar_color_parameter): Likewise.
5840 * xselect.c (x_get_window_property, receive_incremental_selection)
5841 (x_get_window_property_as_lisp_data, lisp_data_to_selection_data):
5842 Likewise.
5843 * xterm.c (x_draw_relief_rect, x_draw_box_rect): Likewise.
5844
5845 2010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
5846
5847 * callproc.c (child_setup): Remove subprocesses conditional.
5848 Remove code dealing with SET_EMACS_PRIORITY, unused.
5849
5850 * buffer.c (Fset_buffer_multibyte): Remove subprocesses conditional.
5851 * process.c (close_process_descs): Use DOS_NT instead of WINDOWSNT.
5852
5853 * emacs.c (__do_global_ctors, __do_global_ctors_aux)
5854 (__do_global_dtors, __main): Use void in definition.
5855 (main): Remove code dealing with SET_EMACS_PRIORITY, unused.
5856 Remove SYMS_MACHINE code, unused. Remove SYMS_SYSTEM, inline
5857 the only users from ...
5858 * s/ms-w32.h (SYMS_SYSTEM): ... here and ...
5859 * s/msdos.h (SYMS_SYSTEM): ... here. Remove.
5860 (HAVE_VOLATILE): Remove, unused.
5861
5862 Convert more function definitions to standard C.
5863 * xdisp.c (window_box_edges, handle_single_display_spec)
5864 (display_string): Convert definition to standard C.
5865 * scroll.c (do_direct_scrolling, scrolling_1):
5866 * dispnew.c (allocate_matrices_for_frame_redisplay)
5867 (mirrored_line_dance):
5868 * coding.c (code_convert_string):
5869 * charset.c (map_charset_chars):
5870 * ccl.c (Fccl_program_p, Fccl_execute, Fccl_execute_on_string)
5871 (Fregister_ccl_program, Fregister_code_conversion_map):
5872 * keyboard.c (kbd_buffer_nr_stored): Likewise.
5873 (head_table): Make static and const.
5874
5875 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
5876
5877 * Makefile.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
5878 (PROFILING_LDFLAGS): Set from substitution.
5879 (ALL_CFLAGS): Add C_WARNINGS_SWITCH and PROFILING_CFLAGS, put
5880 CFLAGS last.
5881
5882 2010-07-12 Kenichi Handa <handa@m17n.org>
5883
5884 * Makefile.in (lisp): Change hebrew.el to hebrew.elc.
5885 (shortlisp): Likewise.
5886
5887 * font.h (enum font_property_index): New member FONT_ENTITY_INDEX.
5888
5889 * font.c (font_open_entity): Record ENTITY in FONT_OBJECT's slot
5890 of FONT_ENTITY_INDEX.
5891 (Ffont_get): If KEY is :otf and the font-object doesn't have the
5892 property, get the property value dynamically.
5893 (Ffont_put): Accept font-entity and font-object too.
5894 (Ffont_get_glyhphs): Rename from Fget_font_glyphs. Arguments and
5895 return value changed.
5896 (syms_of_font): Adjust for the above change.
5897
5898 2010-07-11 Andreas Schwab <schwab@linux-m68k.org>
5899
5900 * blockinput.h: Remove obsolete comment.
5901
5902 * lisp.h: Include <stddef.h>.
5903 (OFFSETOF): Don't define.
5904 (VECSIZE): Use offsetof instead of OFFSETOF.
5905 (PSEUDOVECSIZE): Likewise.
5906 * process.c (conv_sockaddr_to_lisp): Likewise.
5907 * alloc.c: Don't include <stddef.h>.
5908 * buffer.h (PER_BUFFER_VAR_OFFSET): Use offsetof.
5909
5910 * process.c: Remove obsolete comment.
5911
5912 2010-07-11 Chong Yidong <cyd@stupidchicken.com>
5913
5914 * xfaces.c (Vface_remapping_alist): Doc fix (Bug#6091).
5915
5916 2010-07-11 Andreas Schwab <schwab@linux-m68k.org>
5917
5918 * callint.c (Fcall_interactively): Use strchr, strrchr instead of
5919 index, rindex.
5920 * doc.c (get_doc_string, Fsnarf_documentation): Likewise.
5921 * editfns.c (Fuser_full_name, Fformat): Likewise.
5922 * emacs.c (argmatch, sort_args, decode_env_path): Likewise.
5923 * fileio.c (Ffile_symlink_p): Likewise.
5924 * filelock.c (current_lock_owner): Likewise.
5925 * font.c (font_parse_name, font_parse_family_registry): Likewise.
5926 * fontset.c (fontset_pattern_regexp): Likewise.
5927 * lread.c (read1): Likewise.
5928 * sysdep.c (init_system_name): Likewise.
5929 * xfns.c (select_visual): Likewise.
5930 * s/hpux10-20.h (index, rindex): Don't define.
5931 * s/ms-w32.h (index): Likewise.
5932 * s/usg5-4.h: Likewise.
5933
5934 * callproc.c (relocate_fd): Use F_DUPFD if defined.
5935
5936 * alloc.c (pending_malloc_warning, malloc_warning): Add const.
5937 * callproc.c (relocate_fd, getenv_internal_1, getenv_internal)
5938 (egetenv): Likewise.
5939 * doprnt.c (doprnt): Likewise.
5940 * editfns.c (set_time_zone_rule, format2): Likewise.
5941 * emacs.c (decode_env_path): Likewise.
5942 * eval.c (signal_error, error): Likewise.
5943 * insdel.c (replace_range_2): Likewise.
5944 * keyboard.c (cmd_error_internal): Likewise.
5945 * lread.c (isfloat_string, make_symbol, dir_warning): Likewise.
5946 * print.c (write_string, write_string_1, print_error_message):
5947 Likewise.
5948 * vm-limit.c (warn_function, memory_warnings): Likewise.
5949 * xdisp.c (message1, message1_nolog, message_with_string)
5950 (vmessage, message, message_nolog): Likewise.
5951 * emacs.c: Remove duplicate declaration.
5952 * keyboard.h: Likewise.
5953 * lisp.h: Update prototypes.
5954
5955 * eval.c: Fix indentation problem.
5956
5957 * keyboard.c: Include "process.h"
5958
5959 * eval.c: Remove obsolete noinline declaration.
5960 * fns.c: Likewise.
5961
5962 2010-07-11 Ken Raeburn <raeburn@raeburn.org>
5963
5964 * doprnt.c (doprnt): Take a va_list argument instead of count and
5965 pointer.
5966 * eval.c (error): Change to a standard-C variadic function.
5967 * xdisp.c (vmessage): Rename from message, made static, and
5968 changed to take a va_list argument.
5969 (message): New variadic wrapper.
5970 (message_nolog): Now a variadic function, calling vmessage.
5971 * lisp.h: Include stdarg.h for va_list.
5972 (doprnt, error, message, message_nolog): Decls updated.
5973
5974 2010-07-11 Eli Zaretskii <eliz@gnu.org>
5975
5976 * process.c (syms_of_process) <delete-exited-processes>: Define
5977 even if !subprocesses.
5978 (delete_exited_processes): Ditto.
5979
5980 * msdos.c (syms_of_msdos) <delete-exited-processes>: Remove DEFVAR.
5981 (delete_exited_processes): Don't define.
5982
5983 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
5984
5985 * frame.c (make_frame): Initialize menu_bar_lines and
5986 tool_bar_lines members.
5987 (make_initial_frame, make_terminal_frame):
5988 Initialize menu_bar_lines using value of menu-bar-mode.
5989
5990 * msdos.c (IT_set_frame_parameters): Don't set menu-bar-lines.
5991
5992 2010-07-10 Eli Zaretskii <eliz@gnu.org>
5993
5994 * process.c: Reshuffle #include's. Condition some of the global
5995 and static variables on `subprocesses'.
5996 (hold_keyboard_input, unhold_keyboard_input, kbd_on_hold_p):
5997 Leave only one implementation.
5998 (Fget_buffer_process, Fprocess_inherit_coding_system_flag)
5999 (kill_buffer_processes, Flist_system_processes)
6000 (Fprocess_attributes, init_process, syms_of_process): Unify the
6001 implementations for with subprocesses and without them.
6002
6003 2010-07-09 Jan Djärv <jan.h.d@swipnet.se>
6004
6005 * xmenu.c (set_frame_menubar): Must realize menubar_widget to get the
6006 correct size for Motif.
6007 (free_frame_menubar): Call x_set_window_size to update frame size.
6008
6009 * xfns.c (x_window): Set borderWidth to 0 for pane and
6010 EmacsFrame. Frame size calculation is wrong otherwise.
6011
6012 2010-07-09 Michael Albinus <michael.albinus@gmx.de>
6013
6014 * dbusbind.c (xd_initialize): Add new argument RAISE_ERROR, which
6015 allows to suppress errors when polling in Emacs' main loop.
6016 (Fdbus_init_bus, Fdbus_get_unique_name, Fdbus_call_method)
6017 (Fdbus_call_method_asynchronously, Fdbus_method_return_internal)
6018 (Fdbus_method_error_internal, Fdbus_send_signal)
6019 (xd_get_dispatch_status, xd_read_message, Fdbus_register_signal)
6020 (Fdbus_register_method): Use it. (Bug#6579)
6021
6022 2010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
6023
6024 * alloc.c: Convert DEFUNs to standard C.
6025 * buffer.c:
6026 * bytecode.c:
6027 * callint.c:
6028 * callproc.c:
6029 * casefiddle.c:
6030 * casetab.c:
6031 * category.c:
6032 * character.c:
6033 * charset.c:
6034 * chartab.c:
6035 * cmds.c:
6036 * coding.c:
6037 * composite.c:
6038 * data.c:
6039 * dbusbind.c:
6040 * dired.c:
6041 * dispnew.c:
6042 * doc.c:
6043 * dosfns.c:
6044 * editfns.c:
6045 * emacs.c:
6046 * eval.c:
6047 * fileio.c:
6048 * filelock.c:
6049 * floatfns.c:
6050 * fns.c:
6051 * font.c:
6052 * fontset.c:
6053 * frame.c:
6054 * fringe.c:
6055 * image.c:
6056 * indent.c:
6057 * insdel.c:
6058 * keyboard.c:
6059 * keymap.c:
6060 * lread.c:
6061 * macros.c:
6062 * marker.c:
6063 * menu.c:
6064 * minibuf.c:
6065 * msdos.c:
6066 * nsfns.m:
6067 * nsmenu.m:
6068 * nsselect.m:
6069 * print.c:
6070 * process.c:
6071 * search.c:
6072 * sound.c:
6073 * syntax.c:
6074 * term.c:
6075 * terminal.c:
6076 * textprop.c:
6077 * undo.c:
6078 * w16select.c:
6079 * w32console.c:
6080 * w32fns.c:
6081 * w32font.c:
6082 * w32menu.c:
6083 * w32proc.c:
6084 * w32select.c:
6085 * window.c:
6086 * xdisp.c:
6087 * xfaces.c:
6088 * xfns.c:
6089 * xmenu.c:
6090 * xselect.c:
6091 * xsettings.c:
6092 * xsmfns.c: Likewise.
6093
6094 2010-07-08 Eli Zaretskii <eliz@gnu.org>
6095
6096 * process.c (kbd_is_on_hold, hold_keyboard_input)
6097 (unhold_keyboard_input, kbd_on_hold_p) [!subprocesses]: Define.
6098
6099 2010-07-08 Jan Djärv <jan.h.d@swipnet.se>
6100
6101 * xmenu.c (set_frame_menubar, create_and_show_popup_menu)
6102 (create_and_show_dialog): Don't call apply_systemfont_to_(menu|dialog)
6103 unless USE_LUCID.
6104
6105 2010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
6106
6107 * xdisp.c (store_mode_line_noprop_char): Remove K&R alternative
6108 declaration.
6109
6110 Clean up include guards.
6111 * tparam.c: Remove include guards for config.h, string.h and code
6112 that assumes #ifndef emacs.
6113 * termcap.c:
6114 * unexalpha.c:
6115 * sysdep.c:
6116 * filemode.c:
6117 * filelock.c:
6118 * bidi.c: Likewise.
6119
6120 Remove prefix-args.c
6121 * prefix-args.c: Remove file.
6122 * autodeps.mk (ALLOBJS): Remove reference to prefix-args.
6123 * Makefile.in (temacs${EXEEXT}): Remove references to
6124 PRE_EDIT_LDFLAGS and POST_EDIT_LDFLAGS.
6125 (mostlyclean): Remove reference to prefix-args.
6126 (prefix-args): Remove.
6127
6128 Simplify cstart_of_data, start_of_code and related code.
6129 * mem-limits.h: Remove !emacs and _LIBC conditional code.
6130 (start_of_data): Merge into start_of_data function.
6131 * sysdep.c (start_of_text): Remove. Move simplified versions of
6132 it in the only users: unexaix.c and unexec.c.
6133 (read_input_waiting): Remove local declaration of quit_char.
6134 (start, etext): Remove declarations.
6135 (start_of_data): Merge with the version in mem-limits.h and move
6136 to vm-limits.c.
6137 * vm-limit.c (start_of_data): Merged and simplified version of the
6138 code formerly in mem-limits.h and sysdep.c.
6139 * unexec.c (start): New declaration, moved from sysdep.c.
6140 (start_of_text): Simplified version of the code formerly in sysdep.c.
6141 * unexaix.c (start_of_text): Simplified version of the code
6142 formerly in sysdep.c.
6143 * m/alpha.h (HAVE_TEXT_START): Remove.
6144 (TEXT_START): Move ...
6145 * unexalpha.c (TEXT_START): ... here.
6146 * s/hpux10-20.h (TEXT_START): Remove.
6147 * s/darwin.h (TEXT_START):
6148 * m/mips.h (TEXT_START):
6149 * m/macppc.h (HAVE_TEXT_START):
6150 * m/m68k.h (TEXT_START):
6151 * m/iris4d.h (TEXT_START):
6152 * m/intel386.h (TEXT_START):
6153 * m/ibmrs6000.h (TEXT_START):
6154 * m/ia64.h (HAVE_TEXT_START):
6155 * s/msdos.h (TEXT_START): Likewise.
6156
6157 2010-07-07 Andreas Schwab <schwab@linux-m68k.org>
6158
6159 * alloc.c (overrun_check_malloc, overrun_check_realloc)
6160 (overrun_check_free, xstrdup, allocate_string)
6161 (allocate_string_data, compact_small_strings, Fmake_string)
6162 (make_unibyte_string, make_multibyte_string)
6163 (make_string_from_bytes, make_specified_string, make_float)
6164 (Fcons, allocate_terminal, allocate_frame, make_pure_string)
6165 (Fgarbage_collect): Replace bcopy, safe_bcopy, bzero, bcmp by
6166 memcpy, memmove, memset, memcmp.
6167 * atimer.c (start_atimer, set_alarm): Likewise.
6168 * buffer.c (clone_per_buffer_values, report_overlay_modification)
6169 (mmap_realloc, init_buffer_once): Likewise.
6170 * callint.c (Fcall_interactively): Likewise.
6171 * callproc.c (Fcall_process, Fcall_process_region, child_setup)
6172 (getenv_internal_1): Likewise.
6173 * casefiddle.c (casify_object): Likewise.
6174 * ccl.c (ccl_driver): Likewise.
6175 * character.c (str_as_multibyte, str_to_multibyte): Likewise.
6176 * charset.c (load_charset_map_from_file)
6177 (load_charset_map_from_file, load_charset_map_from_vector)
6178 (Fdefine_charset_internal): Likewise.
6179 * cm.c (Wcm_clear): Likewise.
6180 * coding.c (decode_eol, decode_coding_object)
6181 (Fset_coding_system_priority, make_subsidiaries): Likewise.
6182 * data.c (Faset): Likewise.
6183 * dired.c (directory_files_internal, file_name_completion_stat):
6184 Likewise.
6185 * dispnew.c (new_glyph_matrix, adjust_glyph_matrix)
6186 (clear_glyph_row, copy_row_except_pointers)
6187 (copy_glyph_row_contents, new_glyph_pool, realloc_glyph_pool)
6188 (save_current_matrix, restore_current_matrix)
6189 (build_frame_matrix_from_leaf_window, mirrored_line_dance)
6190 (mirror_line_dance, scrolling_window): Likewise.
6191 * doc.c (Fsnarf_documentation, Fsubstitute_command_keys):
6192 Likewise.
6193 * doprnt.c (doprnt): Likewise.
6194 * editfns.c (Fuser_full_name, make_buffer_string_both)
6195 (Fmessage_box, Fformat, Ftranspose_regions): Likewise.
6196 * emacs.c (sort_args): Likewise.
6197 * eval.c (Fapply, Ffuncall): Likewise.
6198 * fileio.c (Ffile_name_directory, make_temp_name)
6199 (Fexpand_file_name, search_embedded_absfilename)
6200 (Fsubstitute_in_file_name, Ffile_symlink_p, Finsert_file_contents)
6201 (auto_save_error): Likewise.
6202 * fns.c (Fstring_equal, Fcopy_sequence, concat)
6203 (string_to_multibyte, Fstring_as_unibyte, Fstring_as_multibyte)
6204 (internal_equal, Fclear_string, larger_vector, copy_hash_table)
6205 (Fmake_hash_table): Likewise.
6206 * fringe.c (Fdefine_fringe_bitmap): Likewise.
6207 * ftfont.c (ftfont_text_extents): Likewise.
6208 * getloadavg.c (getloadavg): Likewise.
6209 * image.c (define_image_type, make_image, make_image_cache)
6210 (x_create_x_image_and_pixmap, xbm_image_p)
6211 (w32_create_pixmap_from_bitmap_data, xbm_load, xpm_lookup_color)
6212 (xpm_image_p, x_create_bitmap_from_xpm_data, xpm_load)
6213 (init_color_table, x_build_heuristic_mask, pbm_image_p, pbm_load)
6214 (png_image_p, png_read_from_memory, png_load, jpeg_image_p)
6215 (tiff_image_p, tiff_read_from_memory, gif_image_p)
6216 (gif_read_from_memory, gif_load, svg_image_p, gs_image_p):
6217 Likewise.
6218 * indent.c (scan_for_column, compute_motion): Likewise.
6219 * insdel.c (gap_left, gap_right, make_gap_smaller, copy_text)
6220 (insert_1_both, insert_from_gap, replace_range_2): Likewise.
6221 * intervals.c (reproduce_tree, reproduce_tree_obj): Likewise.
6222 * keyboard.c (echo_char, save_getcjmp, restore_getcjmp)
6223 (kbd_buffer_store_event_hold, apply_modifiers_uncached)
6224 (store_user_signal_events, menu_bar_items, tool_bar_items)
6225 (process_tool_bar_item, append_tool_bar_item)
6226 (read_char_minibuf_menu_prompt, read_key_sequence)
6227 (Fread_key_sequence, Fread_key_sequence_vector, Frecent_keys):
6228 Likewise.
6229 * keymap.c (current_minor_maps, Fdescribe_buffer_bindings):
6230 Likewise.
6231 * lisp.h (STRING_COPYIN): Likewise.
6232 * lread.c (Fload, read1, oblookup): Likewise.
6233 * msdos.c (Frecent_doskeys): Likewise.
6234 * nsfns.m (Fx_create_frame): Likewise.
6235 * nsfont.m (nsfont_open, nsfont_text_extents, ns_glyph_metrics):
6236 Likewise.
6237 * nsimage.m (EmacsImage-initFromSkipXBM:width:height:)
6238 (EmacsImage-initForXPMWithDepth:width:height:flip:length:):
6239 Likewise.
6240 * nsmenu.m (ns_update_menubar): Likewise.
6241 * nsterm.m (ns_draw_fringe_bitmap, ns_term_init): Likewise.
6242 * print.c (print_unwind, printchar, strout, print_string)
6243 (print_error_message): Likewise.
6244 * process.c (conv_lisp_to_sockaddr, set_socket_option)
6245 (Fmake_network_process, Fnetwork_interface_list)
6246 (Fnetwork_interface_info, read_process_output, Fprocess_send_eof)
6247 (init_process): Likewise.
6248 * ralloc.c (resize_bloc, r_alloc_sbrk, r_alloc_init): Likewise.
6249 * regex.c (init_syntax_once, regex_compile, re_compile_fastmap):
6250 Likewise.
6251 * scroll.c (do_scrolling, do_direct_scrolling)
6252 (scrolling_max_lines_saved): Likewise.
6253 * search.c (search_buffer, wordify, Freplace_match): Likewise.
6254 * sound.c (wav_init, au_init, Fplay_sound_internal): Likewise.
6255 * syntax.c (skip_chars, skip_syntaxes): Likewise.
6256 * sysdep.c (child_setup_tty, sys_subshell, emacs_get_tty)
6257 (emacs_set_tty): Likewise.
6258 * term.c (encode_terminal_code, calculate_costs)
6259 (produce_special_glyphs, create_tty_output, init_tty, delete_tty):
6260 Likewise.
6261 * termcap.c (tgetst1, gobble_line): Likewise.
6262 * termhooks.h (EVENT_INIT): Likewise.
6263 * tparam.c (tparam1): Likewise.
6264 * unexalpha.c (unexec): Likewise.
6265 * unexec.c (write_segment): Likewise.
6266 * unexmacosx.c (unexec_write_zero): Likewise.
6267 * w32fns.c (w32_wnd_proc, Fx_create_frame, x_create_tip_frame)
6268 (Fx_file_dialog, Fsystem_move_file_to_trash): Likewise.
6269 * w32font.c (w32font_list_family, w32font_text_extents)
6270 (w32font_list_internal, w32font_match_internal)
6271 (w32font_open_internal, compute_metrics, Fx_select_font):
6272 Likewise.
6273 * w32menu.c (set_frame_menubar, add_menu_item)
6274 (w32_menu_display_help, w32_free_submenu_strings): Likewise.
6275 * w32term.c (XCreateGC, w32_initialize_display_info): Likewise.
6276 * w32uniscribe.c (uniscribe_list_family): Likewise.
6277 * w32xfns.c (get_next_msg, post_msg, prepend_msg): Likewise.
6278 * window.c (make_window, replace_window, set_window_buffer)
6279 (Fsplit_window): Likewise.
6280 * xdisp.c (init_iterator, RECORD_OVERLAY_STRING, reseat_to_string)
6281 (add_to_log, message3, x_consider_frame_title)
6282 (append_space_for_newline, extend_face_to_end_of_line)
6283 (decode_mode_spec_coding, init_glyph_string): Likewise.
6284 * xfaces.c (x_create_gc, get_lface_attributes_no_remap)
6285 (Finternal_copy_lisp_face, Finternal_merge_in_global_face)
6286 (face_attr_equal_p, make_realized_face, make_face_cache)
6287 (free_realized_faces, lookup_named_face, smaller_face)
6288 (face_with_height, lookup_derived_face)
6289 (x_supports_face_attributes_p, Finternal_set_font_selection_order)
6290 (Finternal_set_font_selection_order, realize_default_face)
6291 (compute_char_face, face_at_buffer_position)
6292 (face_for_overlay_string, face_at_string_position, merge_faces):
6293 Likewise.
6294 * xfns.c (xic_create_fontsetname, Fx_create_frame)
6295 (Fx_window_property, x_create_tip_frame)
6296 (Fx_backspace_delete_keys_p): Likewise.
6297 * xfont.c (xfont_list, xfont_match, xfont_list_family)
6298 (xfont_text_extents): Likewise.
6299 * xmenu.c (set_frame_menubar, xmenu_show): Likewise.
6300 * xrdb.c (magic_file_p, x_get_resource): Likewise.
6301 * xselect.c (x_queue_event, x_get_window_property)
6302 (receive_incremental_selection): Likewise.
6303 * xsmfns.c (x_session_check_input): Likewise.
6304 * xterm.c (x_send_scroll_bar_event, SET_SAVED_MENU_EVENT)
6305 (handle_one_xevent, x_check_errors, xim_initialize, x_term_init):
6306 Likewise.
6307 * character.h (BCOPY_SHORT): Removed.
6308 * config.in: Regenerate.
6309 * dispnew.c (safe_bcopy): Only define as dummy if PROFILING.
6310 * emacs.c (main) [PROFILING]: Don't declare
6311 dump_opcode_frequencies.
6312 * lisp.h (safe_bcopy): Remove declaration.
6313 (memset) [!HAVE_MEMSET]: Declare.
6314 (memcpy) [!HAVE_MEMCPY]: Likewise.
6315 (memmove) [!HAVE_MEMMOVE]: Likewise.
6316 (memcmp) [!HAVE_MEMCMP]: Likewise.
6317 * s/ms-w32.h (bzero, bcopy, bcmp, GAP_USE_BCOPY)
6318 (BCOPY_UPWARD_SAFE, BCOPY_DOWNWARD_SAFE, HAVE_BCOPY, HAVE_BCMP):
6319 Don't define.
6320 (HAVE_MEMCMP, HAVE_MEMCPY, HAVE_MEMMOVE, HAVE_MEMSET): Define.
6321 * s/msdos.h (GAP_USE_BCOPY, BCOPY_UPWARD_SAFE)
6322 (BCOPY_DOWNWARD_SAFE): Don't define.
6323 * sysdep.c (memset) [!HAVE_MEMSET]: Define.
6324 (memcpy) [!HAVE_MEMCPY]: Define.
6325 (memmove) [!HAVE_MEMMOVE]: Define.
6326 (memcmp) [!HAVE_MEMCMP]: Define.
6327
6328 2010-07-07 Jan Djärv <jan.h.d@swipnet.se>
6329
6330 * process.c (kbd_is_on_hold): New variable.
6331 (hold_keyboard_input, unhold_keyboard_input, kbd_on_hold_p):
6332 New functions.
6333 (wait_reading_process_output): If kbd_on_hold_p returns non-zero,
6334 select on empty input mask.
6335 (init_process): Initialize kbd_is_on_hold to 0.
6336
6337 * process.h (hold_keyboard_input, unhold_keyboard_input)
6338 (kbd_on_hold_p): Declare.
6339
6340 * keyboard.c (input_available_signal): Declare.
6341 (kbd_buffer_nr_stored): New function.
6342 (kbd_buffer_store_event_hold): If kbd_buffer_nr_stored returns
6343 more than KBD_BUFFER_SIZE/2, stop reding input (Bug#6571).
6344 (kbd_buffer_get_event): If input is suspended and kbd_buffer_nr_stored
6345 returns less than KBD_BUFFER_SIZE/4, resume reding input (Bug#6571).
6346 (tty_read_avail_input): If input is on hold, return.
6347 Don't read more that free slots in kbd_buffer (Bug#6571).
6348
6349 2010-07-07 Eli Zaretskii <eliz@gnu.org>
6350
6351 * msdos.h:
6352 * msdos.c:
6353 * dosfns.c:
6354 * w16select.c: Convert function definitions to ANSI C.
6355
6356 * msdos.h (ctrl_break_func, install_ctrl_break_check):
6357 Remove unused prototypes.
6358
6359 2010-07-07 Juanma Barranquero <lekktu@gmail.com>
6360
6361 * coding.c, sysdep.c: Convert some more functions to standard C.
6362
6363 2010-07-07 Juanma Barranquero <lekktu@gmail.com>
6364
6365 * coding.c (decode_coding_gap, encode_coding_gap, decode_coding_object)
6366 (encode_coding_object): Use SPECPDL_INDEX.
6367 (syms_of_coding): Use DOS_NT.
6368
6369 2010-07-07 Dan Nicolaescu <dann@ics.uci.edu>
6370
6371 * intervals.h (interval): Use EMACS_UINT instead of unsigned EMACS_INT.
6372
6373 Make the function member of Lisp_Subr use standard C prototypes.
6374 * lisp.h (struct Lisp_Subr): Use a union for the function member.
6375 (DECL_ALIGN): Add a cast for the function.
6376 * eval.c (Feval, Ffuncall): Use the proper type for each type
6377 function call.
6378
6379 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
6380
6381 * fringe.c (draw_fringe_bitmap_1): Use lookup_named_face to get
6382 fringe face id, so face-remapping-alist works (Bug#6091).
6383
6384 2010-07-06 Juanma Barranquero <lekktu@gmail.com>
6385
6386 * w32.c, w32console.c, w32fns.c, w32font.c, w32heap.c, w32inevt.c
6387 * w32menu.c, w32proc.c, w32reg.c, w32select.c, w32term.c
6388 * w32uniscribe.c, w32xfns.c: Convert function definitions to standard C.
6389
6390 2010-07-06 Andreas Schwab <schwab@linux-m68k.org>
6391
6392 * xterm.c (x_get_keysym_name): Change type of parameter to int.
6393 * lisp.h: Declare x_get_keysym_name.
6394 * keyboard.c (modify_event_symbol): Don't declare
6395 x_get_keysym_name here.
6396
6397 2010-07-06 Dan Nicolaescu <dann@ics.uci.edu>
6398
6399 * ecrt0.c: Revert conversion to standard C.
6400
6401 2010-07-05 Dan Nicolaescu <dann@ics.uci.edu>
6402
6403 * vm-limit.c (memory_warnings):
6404 * keyboard.c (modify_event_symbol):
6405 * floatfns.c (rounding_driver, ceiling2, floor2, truncate2)
6406 (round2, emacs_rint):
6407 * process.c (send_process, old_sigpipe): Convert function
6408 definitions and declarations to standard C.
6409
6410 2010-07-05 Juanma Barranquero <lekktu@gmail.com>
6411
6412 * buffer.c, cm.c, eval.c, keyboard.c, process.c, term.c, vm-limit.c,
6413 * xdisp.c: Convert function definitions to standard C.
6414
6415 * cm.c (cmputc): Arg C is now int, not char.
6416 * process.c (Fmake_network_process): Cast sockaddr_in* to sockaddr*.
6417
6418 2010-07-05 James Cloos <cloos@jhcloos.com>
6419
6420 * xterm.h (Xatom_net_wm_name, Xatom_net_wm_icon_name): New.
6421
6422 * xterm.c (x_term_init): Intern the _NET_WM_NAME and
6423 _NET_WM_ICON_NAME atoms.
6424
6425 * xfns.c (x_set_name_internal): Set the EWMH _NET_WM_NAME
6426 and _NET_WM_ICON_NAME properties, too, matching what is
6427 done in the Gtk+ case.
6428
6429 2010-07-05 Jan Djärv <jan.h.d@swipnet.se>
6430
6431 * xterm.c (XTring_bell, XTset_terminal_window): Fix wrong prototype.
6432
6433 * xsmfns.c (SSDATA): New macro.
6434 (smc_save_yourself_CB, x_session_initialize): Use SSDATA for strings
6435 passed to strlen/strcpy/strcat.
6436 (create_client_leader_window): Surround with #ifndef USE_GTK.
6437 Cast 7:th arg to XChangeProperty to (unsigned char *).
6438
6439 * xsettings.c (something_changedCB, parse_settings)
6440 (apply_xft_settings): Reformat prototype.
6441 (something_changedCB, init_gconf): Remove unused variable i.
6442 (read_settings): Remove unused variable long_len.
6443
6444 * gtkutil.c (xg_get_pixbuf_from_pix_and_mask)
6445 (xg_get_image_for_pixmap, create_dialog)
6446 (xg_get_file_with_selection, xg_get_file_name, update_cl_data)
6447 (menuitem_highlight_callback, make_menu_item)
6448 (xg_create_one_menuitem, create_menus, xg_update_menu_item)
6449 (xg_create_scroll_bar, xg_update_scrollbar_pos)
6450 (xg_set_toolkit_scroll_bar_thumb, xg_tool_bar_button_cb)
6451 (xg_tool_bar_proxy_help_callback, xg_tool_bar_detach_callback)
6452 (xg_tool_bar_attach_callback, xg_tool_bar_help_callback)
6453 (xg_tool_bar_item_expose_callback): Reformat prototype.
6454 (xg_update_menubar): GList *group => GSList *group.
6455 (xg_modify_menubar_widgets): Initialize witem to 0, check witem != 0
6456 before use.
6457 (update_frame_tool_bar): 4:th param to xg_get_image_for_pixmap changed
6458 to GTK_IMAGE (wimage).
6459
6460 2010-07-05 Dan Nicolaescu <dann@ics.uci.edu>
6461
6462 * atimer.c: Use "" instead of <> for local includes for
6463 consistency with the rest of the code.
6464
6465 * xsmfns.c (smc_save_yourself_CB, smc_error_handler):
6466 * xrdb.c (get_system_name):
6467 * window.c (shrink_windows):
6468 * syntax.c (forw_comment):
6469 * scroll.c (calculate_scrolling, calculate_direct_scrolling)
6470 (ins_del_costs):
6471 * mem-limits.h (start_of_data):
6472 * lread.c (readevalloop):
6473 * gtkutil.c (xg_dialog_response_cb, xg_get_file_with_chooser)
6474 (xg_get_file_with_selection, xg_update_menubar, xg_update_submenu):
6475 * frame.c (x_get_focus_frame):
6476 * floatfns.c (fmod_float):
6477 * fileio.c (choose_write_coding_system):
6478 * emacs.c (fatal_error_signal, init_cmdargs, argmatch)
6479 (malloc_initialize_hook, sort_args, synchronize_locale):
6480 * doprnt.c (doprnt):
6481 * dired.c (compile_pattern):
6482 * data.c (fmod_float):
6483 * chartab.c (map_sub_char_table, map_sub_char_table_for_charset)
6484 (map_char_table_for_charset):
6485 * charset.c (define_charset_internal):
6486 * alloc.c (Fgarbage_collect): Convert declarations or definitions
6487 to standard C.
6488
6489 2010-07-04 Tetsurou Okazaki <okazaki@be.to> (tiny change)
6490 Stefan Monnier <monnier@iro.umontreal.ca>
6491
6492 * lread.c (read1): Fix up last change to not mess up `c'.
6493
6494 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
6495
6496 * strftime.c: Revert conversion to standard C (2010-07-04T07:50:25Z!dann@ics.uci.edu).
6497
6498 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
6499
6500 Fix prototypes.
6501
6502 * atimer.c (start_atimer): Use EMACS_TIME, not struct timeval.
6503 * dired.c (file_name_completion_stat): Use DIRENTRY, not struct dirent.
6504 * fileio.c (read_non_regular, read_non_regular_quit): Add Lisp_Object
6505 arg, as required by internal_condition_case_1.
6506 * print.c (strout): Use const char* for arg PTR.
6507 * regex.c (bcmp_translate): Use RE_TRANSLATE_TYPE, not Lisp_Object.
6508 (analyse_first): Fix "const const".
6509 * sysdep.c (set_file_times): Use EMACS_TIME, not struct timeval.
6510 * unexelf.c (round_up, find_section): Use ElfW macro for arguments.
6511 * xgselect.c (xg_select): Use SELECT_TYPE, EMACS_TIME.
6512
6513 2010-07-04 Dan Nicolaescu <dann@ics.uci.edu>
6514
6515 * alloc.c: Convert function definitions to standard C.
6516 * atimer.c:
6517 * bidi.c:
6518 * bytecode.c:
6519 * callint.c:
6520 * callproc.c:
6521 * casefiddle.c:
6522 * casetab.c:
6523 * category.c:
6524 * ccl.c:
6525 * character.c:
6526 * charset.c:
6527 * chartab.c:
6528 * cmds.c:
6529 * coding.c:
6530 * composite.c:
6531 * data.c:
6532 * dbusbind.c:
6533 * dired.c:
6534 * dispnew.c:
6535 * doc.c:
6536 * doprnt.c:
6537 * ecrt0.c:
6538 * editfns.c:
6539 * fileio.c:
6540 * filelock.c:
6541 * filemode.c:
6542 * fns.c:
6543 * font.c:
6544 * fontset.c:
6545 * frame.c:
6546 * fringe.c:
6547 * ftfont.c:
6548 * ftxfont.c:
6549 * gtkutil.c:
6550 * indent.c:
6551 * insdel.c:
6552 * intervals.c:
6553 * keymap.c:
6554 * lread.c:
6555 * macros.c:
6556 * marker.c:
6557 * md5.c:
6558 * menu.c:
6559 * minibuf.c:
6560 * prefix-args.c:
6561 * print.c:
6562 * ralloc.c:
6563 * regex.c:
6564 * region-cache.c:
6565 * scroll.c:
6566 * search.c:
6567 * sound.c:
6568 * strftime.c:
6569 * syntax.c:
6570 * sysdep.c:
6571 * termcap.c:
6572 * terminal.c:
6573 * terminfo.c:
6574 * textprop.c:
6575 * tparam.c:
6576 * undo.c:
6577 * unexelf.c:
6578 * window.c:
6579 * xfaces.c:
6580 * xfns.c:
6581 * xfont.c:
6582 * xftfont.c:
6583 * xgselect.c:
6584 * xmenu.c:
6585 * xrdb.c:
6586 * xselect.c:
6587 * xsettings.c:
6588 * xsmfns.c:
6589 * xterm.c: Likewise.
6590
6591 2010-07-03 Eli Zaretskii <eliz@gnu.org>
6592
6593 * msdos.c (IT_set_frame_parameters): Fix setting of colors in
6594 frames other than the initial one. Fix reversal of colors when
6595 `reverse' is specified in the frame parameters.
6596 Call update_face_from_frame_parameter instead of
6597 internal-set-lisp-face-attribute. Initialize screen colors from
6598 initial_screen_colors[] when f->default_face_done_p is zero,
6599 instead of depending on being called with default-frame-alist as
6600 the alist argument.
6601
6602 * xfaces.c (update_face_from_frame_parameter): Move out of
6603 HAVE_WINDOW_SYSTEM portion. Condition window-system only parts
6604 with HAVE_WINDOW_SYSTEM.
6605
6606 * msdos.c (IT_set_frame_parameters): Set menu-bar-lines according
6607 to menu-bar-mode, if not set in the frame parameters or in
6608 default-frame-alist.
6609
6610 * w32console.c (sys_tputs): Adjust argument list to prototype in
6611 term.c.
6612
6613 2010-07-03 Juanma Barranquero <lekktu@gmail.com>
6614
6615 * lisp.h (memory_warnings): Fix prototype.
6616
6617 * cm.h (evalcost): Fix prototype.
6618
6619 * cm.c (evalcost): Fix arg type.
6620
6621 2010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
6622
6623 * term.c (term_clear_mouse_face, Fidentity):
6624 * syssignal.h (signal_handler_t):
6625 * lisp.h (memory_warnings):
6626 * coding.h (preferred_coding_system):
6627 * cm.h (evalcost):
6628 * blockinput.h (reinvoke_input_signal): Convert to standard C prototypes.
6629
6630 2010-07-02 Eli Zaretskii <eliz@gnu.org>
6631
6632 * dosfns.h (msdos_stdcolor_idx, msdos_stdcolor_name): Remove P_
6633 from prototypes.
6634
6635 * msdos.h (load_pixmap): Don't define away.
6636
6637 2010-07-02 Jan Djärv <jan.h.d@swipnet.se>
6638
6639 * lisp.h:
6640 * atimer.h: Remove define for P_.
6641
6642 * alloc.c: Remove __P and P_ from .c and .m files.
6643 * atimer.c:
6644 * buffer.c:
6645 * callint.c:
6646 * category.c:
6647 * charset.c:
6648 * chartab.c:
6649 * cm.c:
6650 * coding.c:
6651 * composite.c:
6652 * data.c:
6653 * dired.c:
6654 * dispnew.c:
6655 * doc.c:
6656 * editfns.c:
6657 * emacs.c:
6658 * eval.c:
6659 * fileio.c:
6660 * filelock.c:
6661 * fns.c:
6662 * font.c:
6663 * fontset.c:
6664 * frame.c:
6665 * ftfont.c:
6666 * ftxfont.c:
6667 * gmalloc.c:
6668 * gtkutil.c:
6669 * image.c:
6670 * indent.c:
6671 * intervals.c:
6672 * keyboard.c:
6673 * keymap.c:
6674 * lread.c:
6675 * marker.c:
6676 * menu.c:
6677 * minibuf.c:
6678 * print.c:
6679 * process.c:
6680 * scroll.c:
6681 * search.c:
6682 * sound.c:
6683 * strftime.c:
6684 * syntax.c:
6685 * sysdep.c:
6686 * term.c:
6687 * terminal.c:
6688 * textprop.c:
6689 * unexalpha.c:
6690 * w32console.c:
6691 * w32fns.c:
6692 * w32font.c:
6693 * w32menu.c:
6694 * w32term.c:
6695 * w32uniscribe.c:
6696 * window.c:
6697 * xdisp.c:
6698 * xfaces.c:
6699 * xfns.c:
6700 * xfont.c:
6701 * xftfont.c:
6702 * xmenu.c:
6703 * xselect.c:
6704 * xterm.c: Likewise.
6705
6706 Remove P_ and __P macros.
6707 * atimer.h: Remove P_ and __P macros.
6708 * buffer.h:
6709 * category.h:
6710 * ccl.h:
6711 * character.h:
6712 * charset.h:
6713 * cm.h:
6714 * coding.h:
6715 * composite.h:
6716 * dispextern.h:
6717 * disptab.h:
6718 * dosfns.h:
6719 * font.h:
6720 * fontset.h:
6721 * frame.h:
6722 * gtkutil.h:
6723 * indent.h:
6724 * intervals.h:
6725 * keyboard.h:
6726 * keymap.h:
6727 * lisp.h:
6728 * macros.h:
6729 * md5.h:
6730 * menu.h:
6731 * msdos.h:
6732 * nsterm.h:
6733 * puresize.h:
6734 * region-cache.h:
6735 * syntax.h:
6736 * syssignal.h:
6737 * systime.h:
6738 * termhooks.h:
6739 * w32font.h:
6740 * w32term.h:
6741 * widget.h:
6742 * window.h:
6743 * xgselect.h:
6744 * xsettings.h:
6745 * xterm.h: Likewise.
6746
6747 2010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
6748
6749 * lisp.h: Document that USE_LISP_UNION_TYPE is now enabled using autoconf.
6750
6751 Cleanup old code.
6752 * dired.c (BSD4_3): Remove all uses, redundant with BSD4_2.
6753 * syssignal.h: Remove code for Lynx, not supported anymore.
6754 * vm-limit.c: Remove unused code the depends on emacs not being
6755 defined and NO_LIM_DATA being defined.
6756 * mem-limits.h: Remove dead code.
6757
6758 2010-07-01 Jan Djärv <jan.h.d@swipnet.se>
6759
6760 * window.c (Fwindow_absolute_pixel_edges): Doc fix.
6761
6762 * window.c (calc_absolute_offset, Fwindow_absolute_pixel_edges)
6763 (Fwindow_inside_absolute_pixel_edges): New functions (bug#5721).
6764
6765 * nsfns.m (compute_tip_xy): Do not convert coordinates from frame
6766 parameters, they are already absolute.
6767
6768 * nsterm.m (x_set_window_size, initFrameFromEmacs):
6769 Rename FRAME_NS_TOOLBAR_HEIGHT to FRAME_TOOLBAR_HEIGHT.
6770
6771 * nsterm.h (FRAME_NS_TOOLBAR_HEIGHT): Rename to FRAME_TOOLBAR_HEIGHT.
6772
6773 * nsmenu.m (update_frame_tool_bar, free_frame_tool_bar):
6774 Update FRAME_TOOLBAR_HEIGHT.
6775
6776 * nsmenu.m (free_frame_tool_bar, update_frame_tool_bar):
6777 Add BLOCK/UNBLOCK_INPUT so asserts don't trigger.
6778
6779 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
6780
6781 * frame.c (get_future_frame_param, Fmake_terminal_frame):
6782 Don't check default-frame-alist.
6783
6784 2010-06-30 Andreas Schwab <schwab@linux-m68k.org>
6785
6786 * process.c (create_process): Avoid using invalid file descriptors.
6787
6788 * callproc.c (child_setup): Avoid closing a file descriptor twice.
6789
6790 2010-06-30 Jan Djärv <jan.h.d@swipnet.se>
6791
6792 * xsettings.c (Ffont_get_system_normal_font, Ffont_get_system_font):
6793 Improve documentation. Return font regardless of use_system_font.
6794 (syms_of_xsettings): Improve documentation for font-use-system-font.
6795
6796 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
6797
6798 * xfaces.c (realize_face): Garbage the frame if a face is removed
6799 (Bug#6593).
6800
6801 2010-07-05 Andreas Schwab <schwab@linux-m68k.org>
6802
6803 * keyboard.c: Remove duplicate <setjmp.h>.
6804 (read_key_sequence): Remove volatile qualifiers.
6805
6806 2010-07-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6807
6808 * dispextern.h (FRINGE_HEIGHT_BITS): New define.
6809 (struct glyph_row): New members left_fringe_offset and
6810 right_fringe_offset.
6811
6812 * xterm.c (x_draw_fringe_bitmap): Don't clip bottom aligned bitmap
6813 specially.
6814 * w32term.c (w32_draw_fringe_bitmap): Likewise.
6815 * nsterm.m (ns_draw_fringe_bitmap): Likewise.
6816
6817 * fringe.c (draw_fringe_bitmap_1): Don't clip bitmap here.
6818 Take account of bitmap offset.
6819 (draw_window_fringes): Take account of window vscroll.
6820 (update_window_fringes): Likewise. Extend top-aligned top indicator
6821 or bottom-aligned bottom indicator to adjacent rows if it doesn't fit
6822 in one row. Don't set redraw_fringe_bitmaps_p outside row comparison.
6823 Set left_fringe_offset and right_fringe_offset (Bug#5634, Bug#6325).
6824
6825 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
6826
6827 * w32fns.c (Qtooltip): Declare.
6828 Suggested by Andy Moreton <andrewjmoreton@gmail.com>.
6829
6830 2010-07-03 Jan Djärv <jan.h.d@swipnet.se>
6831
6832 * xmenu.c (x_activate_menubar): Send Press/Release for Gtk+ to avoid
6833 grab on just Press (Bug#6499).
6834
6835 2010-07-02 Chong Yidong <cyd@stupidchicken.com>
6836
6837 * frame.c (Qtooltip): New var.
6838 (delete_frame): Use it. Fix faulty if statement. Don't update
6839 mode line for tooltip frames. Suggested by Martin Rudalics.
6840
6841 * xfns.c (x_create_tip_frame):
6842 * w32fns.c (x_create_tip_frame): Use it.
6843
6844 2010-06-17 Naohiro Aota <naota@elisp.net> (tiny change)
6845
6846 * xftfont.c (xftfont_open): Check font width one by one also when
6847 spacing is dual.
6848
6849 * ftfont.c (ftfont_open): Ditto.
6850
6851 2010-06-30 Glenn Morris <rgm@gnu.org>
6852
6853 * s/sol2-6.h (INHIBIT_X11R6_XIM): Remove, handled by configure now.
6854
6855 * Makefile.in (CANNOT_DUMP): Update for configure name change.
6856
6857 * s/freebsd.h (USE_MMAP_FOR_BUFFERS):
6858 * s/irix6-5.h (USE_MMAP_FOR_BUFFERS):
6859 * s/darwin.h (SYSTEM_MALLOC):
6860 * s/sol2-10.h (SYSTEM_MALLOC): Move to configure.
6861
6862 2010-06-29 Jan Djärv <jan.h.d@swipnet.se>
6863
6864 * nsfns.m: extern declare Vmenu_bar_mode, Vtool_bar_mode.
6865 (ns_get_screen): Don't assign integer to f.
6866 (Fx_display_color_cells): Declarations before statements.
6867
6868 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
6869
6870 * xfns.c (x_default_font_parameter): Remove got_from_system
6871 (Bug#6526).
6872
6873 * xterm.h (gtk_widget_get_window, gtk_widget_get_mapped)
6874 (gtk_adjustment_get_page_size, gtk_adjustment_get_upper):
6875 New defines based on what configure finds.
6876
6877 * xterm.c (XTflash): Use gtk_widget_get_window.
6878 (xg_scroll_callback): Use gtk_adjustment_get_upper and
6879 gtk_adjustment_get_page_size.
6880 (handle_one_xevent): Use gtk_widget_get_mapped.
6881 (x_term_init): Remove HAVE_GTK_MULTIDISPLAY and associated error
6882 messages.
6883
6884 * xmenu.c (create_and_show_popup_menu): Call gtk_widget_get_mapped.
6885
6886 * gtkutil.h: Replace HAVE_GTK_FILE_BOTH with
6887 HAVE_GTK_FILE_SELECTION_NEW.
6888
6889 * gtkutil.c (xg_display_open, xg_display_close):
6890 Remove HAVE_GTK_MULTIDISPLAY, it is always defined.
6891 (xg_display_open): Return type is void.
6892 (gtk_widget_set_has_window)
6893 (gtk_dialog_get_action_area, gtk_dialog_get_content_area)
6894 (gtk_widget_get_sensitive, gtk_adjustment_set_page_size)
6895 (gtk_adjustment_set_page_increment)
6896 (gtk_adjustment_get_step_increment): #define these if not found
6897 by configure.
6898 (remove_submenu): New define based on Gtk+ version.
6899 (xg_set_cursor, xg_frame_resized, xg_event_is_for_scrollbar):
6900 Use gtk_widget_get_window.
6901 (xg_frame_resized, xg_update_frame_menubar): Use gtk_widget_get_mapped.
6902 (xg_create_frame_widgets): Use gtk_widget_set_has_window.
6903 (create_dialog): Use gtk_dialog_get_action_area and
6904 gtk_dialog_get_content_area.
6905 (xg_uses_old_file_dialog, xg_get_file_name): Remove HAVE_GTK_FILE_BOTH
6906 and HAVE_GTK_FILE_CHOOSER_DIALOG_NEW. File chooser is always
6907 available, so checking for HAVE_GTK_FILE_SELECTION_NEW is enough.
6908 (xg_update_menubar, xg_update_submenu, xg_show_toolbar_item):
6909 Use g_object_ref and g_object_unref.
6910 (xg_update_menu_item, xg_tool_bar_menu_proxy):
6911 Use gtk_widget_get_sensitive.
6912 (xg_update_submenu): Use remove_submenu.
6913 (xg_update_scrollbar_pos): Don't use GtkFixedChild, use child
6914 properties instead to get old x and y position.
6915 (xg_set_toolkit_scroll_bar_thumb): Use gtk_adjustment_get_page_size,
6916 gtk_adjustment_get_step_increment, gtk_adjustment_set_page_size,
6917 gtk_adjustment_set_step_increment and gtk_adjustment_set_page_increment.
6918 (xg_get_tool_bar_widgets): New function.
6919 (xg_tool_bar_menu_proxy, xg_show_toolbar_item)
6920 (update_frame_tool_bar): Call xg_get_tool_bar_widgets.
6921 (toolbar_set_orientation): New #define based on if configure
6922 finds gtk_orientable_set_orientation.
6923 (xg_create_tool_bar): Call toolbar_set_orientation.
6924 (xg_make_tool_item, xg_show_toolbar_item): Call gtk_box_pack_start
6925 instead of gtk_box_pack_start_defaults.
6926
6927 2010-06-28 Chong Yidong <cyd@stupidchicken.com>
6928
6929 * cmds.c (Fdelete_backward_char): Move into Lisp.
6930
6931 2010-06-27 Dan Nicolaescu <dann@ics.uci.edu>
6932
6933 * s/freebsd.h (BSD4_2): Remove redundant definition.
6934 bsd-common.h defines it already.
6935
6936 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
6937
6938 * xfns.c (Fx_create_frame): Don't consult X resouces when setting
6939 menu-bar-lines and tool-bar-lines. Use menu-bar-mode and
6940 tool-bar-mode, which are now set using these X resources at
6941 startup, to determine the defaults (Bug#2249).
6942
6943 * w32fns.c (Fx_create_frame):
6944 * nsfns.m (Fx_create_frame): Likewise.
6945
6946 * frame.c (Vmenu_bar_mode, Vtool_bar_mode): New vars.
6947
6948 2010-06-24 Juanma Barranquero <lekktu@gmail.com>
6949
6950 * gtkutil.c (xg_update_scrollbar_pos):
6951 Avoid C99 mid-block variable declaration.
6952
6953 2010-06-22 Jan Djärv <jan.h.d@swipnet.se>
6954
6955 * xterm.c (x_scroll_bar_create): Remove call to xg_show_scroll_bar.
6956
6957 * gtkutil.h (xg_show_scroll_bar): Remove.
6958
6959 * gtkutil.c (xg_update_scrollbar_pos): Show/hide scroll bar as needed
6960 if height is less than scroll bar min size.
6961 (xg_show_scroll_bar): Remove, show moved to xg_update_scrollbar_pos.
6962
6963 * xfns.c (x_default_font_parameter): Try to open font from system
6964 before using it (bug#6478). Rename got_from_gconf to got_from_system.
6965
6966 2010-06-22 Keith Packard <keithp@keithp.com> (tiny change)
6967
6968 * font.c (font_parse_fcname): Allow . for sizes like 7.5 (bug#6437).
6969
6970 2010-06-20 Eli Zaretskii <eliz@gnu.org>
6971
6972 * xdisp.c (try_scrolling): When scroll-conservatively is set to
6973 most-positive-fixnum, be extra accurate when scrolling window
6974 start, to avoid missing the cursor line.
6975
6976 2010-06-19 Eli Zaretskii <eliz@gnu.org>
6977
6978 * xdisp.c (try_scrolling): Compute the limit for searching point
6979 in forward scroll from scroll_max, instead of an arbitrary limit
6980 of 10 screen lines.
6981 See http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00766.html
6982 and
6983 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00773.html
6984 for details.
6985
6986 2010-06-16 Glenn Morris <rgm@gnu.org>
6987
6988 * editfns.c (Fbyte_to_string): Pacify compiler.
6989
6990 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
6991
6992 * lread.c (read1): Phase out old-style backquotes a bit more.
6993
6994 2010-06-12 Eli Zaretskii <eliz@gnu.org>
6995
6996 * makefile.w32-in ($(BLD)/bidi.$(O)): Depend on biditype.h and
6997 bidimirror.h.
6998
6999 * deps.mk (bidi.o): Depend on biditype.h and bidimirror.h.
7000
7001 * bidi.c (bidi_initialize): Remove explicit initialization of
7002 bidi_type_table; include biditype.h instead. Don't support
7003 entries whose second codepoint is zero. Initialize bidi_mirror_table.
7004 (bidi_mirror_char): Use bidi_mirror_table.
7005
7006 * biditype.h: New file.
7007
7008 * bidimirror.h: New file.
7009
7010 * window.c (syms_of_window): Doc fix (bug#6409).
7011
7012 2010-06-12 Romain Francoise <romain@orebokech.com>
7013
7014 * Makefile.in (lisp, shortlisp): Use new location of vc-hooks and
7015 ediff-hook.
7016
7017 2010-06-10 Glenn Morris <rgm@gnu.org>
7018
7019 * editfns.c (Fbyte_to_string): Pacify compiler.
7020
7021 * m/ibms390x.h: Rather than duplicating ibms390.h, just include it.
7022
7023 2010-06-26 Andreas Schwab <schwab@linux-m68k.org>
7024
7025 * alloc.c (Fmake_byte_code): Don't access undefined argument
7026 (Bug#6517).
7027
7028 2010-06-25 Chong Yidong <cyd@stupidchicken.com>
7029
7030 * xdisp.c (next_element_from_image): Ensure that after-strings are
7031 read the next time we hit handle_stop (Bug#1336).
7032
7033 2010-06-23 Andreas Schwab <schwab@linux-m68k.org>
7034
7035 * lread.c (read1): Signal error if #s is not followed by paren.
7036
7037 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
7038
7039 * image.c (free_image): Mark frame as garbaged (Bug#6426).
7040
7041 * keymap.c (Fdefine_key): Doc fix (Bug#6460).
7042
7043 2010-06-15 Glenn Morris <rgm@gnu.org>
7044
7045 * editfns.c (Fbyte_to_string): Pacify compiler.
7046
7047 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
7048
7049 * dbusbind.c (xd_append_arg): Don't "make-unibyte" the string.
7050 Check `object's type before accessing its guts.
7051
7052 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
7053
7054 * s/usg5-4.h: Fix previous change.
7055 Suggested by Lawrence Mitchell <wence@gmx.li>
7056
7057 2010-06-08 Andreas Schwab <schwab@linux-m68k.org>
7058
7059 * minibuf.c (Fall_completions): Add more checks.
7060
7061 2010-06-08 Juanma Barranquero <lekktu@gmail.com>
7062
7063 * minibuf.c (Fall_completions): Check COLLECTION's size (bug#6378).
7064
7065 2010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
7066
7067 * lread.c (X_OK): Remove, unused.
7068
7069 * dispnew.c: Remove obsolete comment.
7070
7071 Remove INCLUDED_FCNTL.
7072 * xterm.c (INCLUDED_FCNTL):
7073 * callproc.c (INCLUDED_FCNTL):
7074 * alloc.c (INCLUDED_FCNTL):
7075 * systty.h (INCLUDED_FCNTL): Remove all uses, not needed anymore.
7076 (emacs_get_tty, emacs_set_tty): Declare unconditionally.
7077
7078 2010-06-07 Martin Rudalics <rudalics@gmx.at>
7079
7080 * window.c (Fselect_window): Move `record_buffer' up to the
7081 beginning of this function, so the buffer gets recorded
7082 even if the selected window does not change.
7083 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00137.html
7084
7085 2010-06-07 Juanma Barranquero <lekktu@gmail.com>
7086
7087 * cmds.c (Fforward_char, Fbackward_char): Fix typos in docstrings.
7088 (Fforward_line, Fbeginning_of_line): Reflow docstrings.
7089
7090 2010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
7091
7092 Remove BSTRING related code, all platforms define it.
7093 * s/usg5-4.h (BSTRING): Remove definition.
7094 * s/template.h (BSTRING):
7095 * s/msdos.h (BSTRING):
7096 * s/ms-w32.h (BSTRING):
7097 * s/hpux10-20.h (BSTRING):
7098 * s/gnu-linux.h (BSTRING):
7099 * s/darwin.h (BSTRING):
7100 * s/cygwin.h (BSTRING):
7101 * s/bsd-common.h (BSTRING):
7102 * s/aix4-2.h (BSTRING): Likewise.
7103 * sysdep.c: Remove code depending on BSTRING not being defined.
7104
7105 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
7106
7107 Remove obsolete macro BASE_LEADING_CODE_P.
7108 * character.h (BASE_LEADING_CODE_P): Remove.
7109 * regex.c [!emacs] (BASE_LEADING_CODE_P): Remove.
7110 * buffer.c (Fset_buffer_multibyte):
7111 * indent.c (scan_for_column, compute_motion):
7112 * insdel.c (count_combining_before, count_combining_after):
7113 Use LEADING_CODE_P instead of BASE_LEADING_CODE_P.
7114
7115 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
7116
7117 Turn `directory-sep-char' into a noop.
7118
7119 * lisp.h [WINDOWSNT] (Vdirectory_sep_char): Don't declare.
7120 (DIRECTORY_SEP): Define unconditionally.
7121
7122 * s/ms-w32.h (DIRECTORY_SEP): Remove.
7123
7124 * emacs.c (decode_env_path): Don't check DIRECTORY_SEP,
7125 call dostounix_filename directly.
7126
7127 * fileio.c (CORRECT_DIR_SEPS): Remove.
7128 (Ffile_name_directory, directory_file_name, Fexpand_file_name)
7129 (Fsubstitute_in_file_name): Use dostounix_filename instead.
7130 (file_name_as_directory): Use dostounix_filename, DIRECTORY_SEP.
7131 (syms_of_fileio) <directory-sep-char>: Move to subr.el.
7132
7133 * w32proc.c (CORRECT_DIR_SEPS): Remove.
7134 (Fw32_short_file_name, Fw32_long_file_name): Use dostounix_filename.
7135
7136 2010-06-03 Andreas Schwab <schwab@linux-m68k.org>
7137
7138 * process.c (conv_lisp_to_sockaddr): Fix conversion of IPv4 address.
7139 (Bug#6346)
7140
7141 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
7142
7143 * ccl.c (Fccl_program_p): Fix typo in docstring.
7144
7145 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
7146
7147 Move UNEXEC definition to autoconf.
7148 * s/usg5-4.h (UNEXEC): Remove, move to configure.in.
7149 * s/sol2-10.h (UNEXEC):
7150 * s/irix6-5.h (UNEXEC):
7151 * s/hpux10-20.h (UNEXEC):
7152 * s/gnu-linux.h (UNEXEC):
7153 * s/darwin.h (UNEXEC):
7154 * s/cygwin.h (UNEXEC):
7155 * s/bsd-common.h (UNEXEC):
7156 * s/aix4-2.h (UNEXEC):
7157 * m/alpha.h (UNEXEC): Likewise.
7158 * Makefile.in (UNEXEC_OBJ): Define using @UNEXEC_OBJ@.
7159
7160 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
7161
7162 Remove obsolete pre-unicode2 macros.
7163 * character.h (MULTIBYTE_FORM_LENGTH, PARSE_MULTIBYTE_SEQ): Remove.
7164 * composite.c (composition_reseat_it):
7165 * data.c (Faset):
7166 * fns.c (Ffillarray):
7167 * regex.c (re_search_2): Use BYTES_BY_CHAR_HEAD.
7168 [!emacs] (BYTES_BY_CHAR_HEAD): Define instead of MULTIBYTE_FORM_LENGTH.
7169
7170 2010-06-03 Juri Linkov <juri@jurta.org>
7171
7172 * buffer.c (Fother_buffer): Add CHECK_FRAME.
7173 (Fswitch_to_buffer): Remove unused variable `err'.
7174
7175 2010-06-03 Glenn Morris <rgm@gnu.org>
7176
7177 * m/template.h (NO_SOCK_SIGIO): Remove, no longer used.
7178
7179 * m/hp800.h (alloca) [__NetBSD__ && __GNUC__]: No need to define it,
7180 now that AH_BOTTOM does it.
7181
7182 * m/hp800.h (HAVE_ALLOCA):
7183 * m/ibms390x.h (HAVE_ALLOCA): Do not define, no longer needed.
7184
7185 * m/ia64.h, s/gnu-linux.h, s/gnu.h, s/netbsd.h, s/usg5-4.h:
7186 Remove NOT_C_CODE tests, it is always true now.
7187
7188 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
7189
7190 Fix config.h includes.
7191 * xsettings.c:
7192 * xgselect.c:
7193 * nsterm.m:
7194 * nsselect.m:
7195 * nsimage.m:
7196 * nsfont.m:
7197 * nsfns.m:
7198 * dbusbind.c: Use #include <config.h> instead of "config.h" as all
7199 other files do.
7200
7201 * gmalloc.c: Remove BROKEN_PROTOTYPES reference, unused.
7202
7203 * s/sol2-6.h: Remove obsolete comments.
7204
7205 Remove unnecessary alloca.h includes.
7206 * keymap.c: Do not include alloca.h, config.h does that.
7207 * sysdep.c: Likewise. Do not define fwrite, not used.
7208
7209 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
7210
7211 * sysdep.c (child_setup_tty): Move the non-canonical initialization to
7212 the HAVE_TERMIO where it belongs (bug#6149).
7213
7214 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
7215
7216 * keymap.c (Fwhere_is_internal): Fix handling of remapping (in thread
7217 of bug#6305).
7218
7219 2010-05-30 Eli Zaretskii <eliz@gnu.org>
7220
7221 * bidi.c (bidi_move_to_visually_next): Make sure the sentinel
7222 state is always cached (bug#6306).
7223
7224 2010-05-29 Eli Zaretskii <eliz@gnu.org>
7225
7226 Fix cursor motion in bidi-reordered continued lines.
7227 * xdisp.c (try_cursor_movement): Backup to non-continuation line
7228 only after finding point's row. Fix the logic. Rewrite the loop
7229 over continuation lines in bidi-reordered buffers.
7230 Return CURSOR_MOVEMENT_MUST_SCROLL upon failure to find a suitable row,
7231 rather than CURSOR_MOVEMENT_CANNOT_BE_USED.
7232
7233 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
7234
7235 * fileio.c (Fdelete_file): Pass TRASH arg to handler call.
7236
7237 2010-05-28 Kenichi Handa <handa@m17n.org>
7238
7239 * font.c (font_delete_unmatched): Check Vface_ignored_fonts.
7240 Don't sheck SPEC if it is nil.
7241 (font_list_entities): Call font_delete_unmatched if
7242 Vface_ignored_fonts is non-nil. (Bug#6287)
7243
7244 2010-05-28 Glenn Morris <rgm@gnu.org>
7245
7246 * Makefile.in (LIBES): Remove $LOADLIBES, it is never set.
7247
7248 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
7249
7250 * fileio.c (Fdelete_file): Change meaning of optional arg to mean
7251 whether to trash.
7252 (internal_delete_file, Frename_file): Callers changed.
7253 (delete_by_moving_to_trash): Doc fix.
7254 (Fdelete_directory_internal): Don't move to trash.
7255
7256 * callproc.c (delete_temp_file):
7257 * buffer.c (Fkill_buffer): Callers changed.
7258
7259 * lisp.h: Update prototype.
7260
7261 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
7262
7263 * xdisp.c (redisplay_window): After redisplay, check if point is
7264 still valid before setting it (Bug#6177).
7265
7266 2010-05-27 Glenn Morris <rgm@gnu.org>
7267
7268 * Makefile.in, autodeps.mk, deps.mk, ns.mk:
7269 Convert comments to Makefile format.
7270
7271 * Makefile.in (bootstrap-clean): No more Makefile.c.
7272
7273 2010-05-26 Glenn Morris <rgm@gnu.org>
7274
7275 * Makefile.in (YMF_PASS_LDFLAGS): Remove.
7276 (temacs${EXEEXT}): Use PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS.
7277
7278 * Makefile.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
7279 Remove.
7280 (TEMACS_LDFLAGS): Do not use NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
7281
7282 2010-05-26 Kenichi Handa <handa@m17n.org>
7283
7284 * composite.c (composition_compute_stop_pos): Fix condition for
7285 backward scanning.
7286
7287 2010-05-25 Glenn Morris <rgm@gnu.org>
7288
7289 * Makefile.in (@NS_IMPL_GNUSTEP_INC@, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
7290 Move before TEMACS_LDFLAGS.
7291 (TEMACS_LDFLAGS): Use $NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
7292 (temacs${EXEEXT}): Do not use $NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
7293
7294 * Makefile.in (NOT_C_CODE): No longer define.
7295 (config.h): No longer include.
7296
7297 * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): Move definition after some
7298 variables it may reference.
7299
7300 * Makefile.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
7301 (TEMACS_LDFLAGS): Remove LD_SWITCH_SYSTEM_EXTRA.
7302
7303 2010-05-25 Kenichi Handa <handa@m17n.org>
7304
7305 * dispextern.h (struct composition_it): New members rule_idx and
7306 charpos.
7307
7308 * xdisp.c (set_iterator_to_next): While scanning backward, assume
7309 that the character positions of IT point the last character of the
7310 current grapheme cluster.
7311 (next_element_from_composition): Don't change character positions
7312 of IT.
7313 (append_composite_glyph): Set glyph->charpos to
7314 it->cmp_it.charpos.
7315
7316 * composite.c (autocmp_chars): Change the first argument to RULE,
7317 and try composition with RULE only.
7318 (composition_compute_stop_pos): Record the index number of the
7319 composition rule in CMP_IT->rule_idx.
7320 (composition_reseat_it): Call autocmp_chars repeatedly until the
7321 correct rule of the composition is found.
7322 (composition_update_it): Set CMP_IT->charpos. Assume the CHARPOS
7323 is at the last character of the current grapheme cluster when
7324 CMP_IT->reversed_p is nonzero.
7325
7326 2010-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
7327
7328 * editfns.c (Fbyte_to_string): New function.
7329
7330 2010-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
7331
7332 * process.c (Fmake_network_process): Set :host to nil if it's not used.
7333 Suggested by Masatake YAMATO <yamato@redhat.com>.
7334
7335 2010-05-23 Eli Zaretskii <eliz@gnu.org>
7336
7337 * dispextern.h (init_iterator): Sync prototype with changed definition.
7338
7339 2010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
7340
7341 * s/netbsd.h: If terminfo is found, use it in preference to
7342 termcap. (Bug#6190) [Backport from trunk]
7343
7344 2010-05-19 Eli Zaretskii <eliz@gnu.org>
7345
7346 Redesign and reimplement bidi-aware edge positions of glyph rows.
7347
7348 * dispextern.h (struct glyph_row): New members minpos and maxpos.
7349 (MATRIX_ROW_START_CHARPOS, MATRIX_ROW_START_BYTEPOS)
7350 (MATRIX_ROW_END_CHARPOS, MATRIX_ROW_END_BYTEPOS): Reference minpos
7351 and maxpos members instead of start.pos and end.pos, respectively.
7352
7353 * xdisp.c (display_line): Compare IT_CHARPOS with the position in
7354 row->start.pos, rather than with MATRIX_ROW_START_CHARPOS.
7355 (cursor_row_p): Use row->end.pos rather than MATRIX_ROW_END_CHARPOS.
7356 (try_window_reusing_current_matrix, try_window_id):
7357 Use ROW->minpos rather than ROW->start.pos.
7358 (init_from_display_pos, init_iterator): Use EMACS_INT for
7359 character and byte positions.
7360 (find_row_edges): Rename from find_row_end. Accept additional
7361 arguments for minimum and maximum buffer positions seen by
7362 display_line for this row. Don't use iterator to find the
7363 position following the maximum one; instead, increment the
7364 position found by display_line directly. Fix logic; eol_pos
7365 should be tested before the rest. Handle the case of characters
7366 delivered from display vector (bug#6036). Fix tests related to
7367 it->method. Handle the truncated_on_right_p rows.
7368 (RECORD_MAX_MIN_POS): New macro.
7369 (display_line): Use it to record the minimum and maximum buffer
7370 positions for glyphs in the row being assembled. Record the
7371 position of the newline that terminates the line. If word wrap is
7372 in effect, restore minimum and maximum positions seen up to the
7373 wrap point, when iterator returns to it.
7374 (try_window_reusing_current_matrix): Give up if in bidi-reordered
7375 row and cursor not already at point. Restore original pre-bidi
7376 code for unidirectional buffers.
7377
7378 * dispnew.c (increment_row_positions, check_matrix_invariants):
7379 Increment and check row->start.pos and row->end.pos, in addition
7380 to MATRIX_ROW_START_CHARPOS and MATRIX_ROW_END_CHARPOS.
7381
7382 * .gdbinit (prowlims): Display row->minpos and row->maxpos.
7383 Display truncated_on_left_p and truncated_on_right_p flags.
7384 Formatting fixes.
7385 (pmtxrows): Display the ordinal number of each row. Don't display
7386 rows beyond the last one.
7387
7388 * bidi.c (bidi_cache_iterator_state): Don't zero out new_paragraph:
7389 it is not copied by bidi_copy_it.
7390
7391 2010-05-22 Eli Zaretskii <eliz@gnu.org>
7392
7393 * w32.c (sys_write): Break writes into chunks smaller than 32MB.
7394 (Bug#6237)
7395
7396 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
7397
7398 * image.c (Fimage_flush): Rename from image-refresh.
7399
7400 2010-05-21 Chong Yidong <cyd@stupidchicken.com>
7401
7402 * xdisp.c (redisplay_internal): Clear caches even if redisplaying
7403 just one window.
7404
7405 * image.c (Vimage_cache_eviction_delay): Decrease to 300.
7406 (clear_image_cache): If the number of cached images is unusually
7407 large, decrease the cache eviction delay (Bug#6230).
7408
7409 2010-05-21 Glenn Morris <rgm@gnu.org>
7410
7411 * Makefile.in (${ns_appdir}, ${ns_appbindir}Emacs, ns-app):
7412 Move these rules to ns.mk.
7413 * ns.mk: New file.
7414
7415 * Makefile.in (../src/$(OLDXMENU), $(OLDXMENU)): Always define rules.
7416
7417 * Makefile.in (CANNOT_DUMP): New, set by configure.
7418 (emacs${EXEEXT}, bootstrap-emacs${EXEEXT}): Use $CANNOT_DUMP.
7419
7420 2010-05-20 Juri Linkov <juri@jurta.org>
7421
7422 * fileio.c (Fdelete_file): Change interative spec to use
7423 `read-file-name' like in `find-file-read-args' where the default
7424 value is `default-directory' instead of `buffer-file-name'.
7425 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00533.html
7426
7427 2010-05-20 Kevin Ryde <user42@zip.com.au>
7428
7429 * keyboard.c (Vlast_command, Vkeyboard_translate_table)
7430 (Voverriding_terminal_local_map, Vsystem_key_alist)
7431 (Vlocal_function_key_map): Fix manual link in docstring (Bug#6224).
7432
7433 2010-05-20 Glenn Morris <rgm@gnu.org>
7434
7435 * Makefile.in (DEPDIR): New constant.
7436 (DEPFLAGS): Set with configure, not cpp.
7437 (MKDEPDIR): New, set by configure.
7438 (.c.o, .m.o, ecrt0.o): Use $MKDEPDIR.
7439 (clean): Use $DEPDIR.
7440 (deps_frag): Include from configure.
7441 Move static/dynamic dependency stuff to deps.mk/autodeps.mk.
7442 * deps.mk, autodeps.mk: New files, extracted from Makefile.in.
7443
7444 * bidi.c (bidi_cache_shrink, bidi_cache_iterator_state):
7445 Fix reallocation of the cache. (Bug#6210)
7446
7447 2010-05-19 Glenn Morris <rgm@gnu.org>
7448
7449 * s/msdos.h (ORDINARY_LINK): Move to sed2v2.inp.
7450
7451 * Makefile.in (LD, YMF_PASS_LDFLAGS): Set with configure, not cpp.
7452 (GNULIB_VAR): Remove.
7453 (LIBES): Use LIB_GCC instead of GNULIB_VAR.
7454
7455 * m/ibms390x.h (LINKER):
7456 * m/macppc.h (LINKER) [GNU_LINUX]:
7457 * s/aix4-2.h (ORDINARY_LINK):
7458 * s/cygwin.h (LINKER):
7459 * s/darwin.h (ORDINARY_LINK):
7460 * s/gnu.h (ORDINARY_LINK):
7461 * s/netbsd.h (LINKER):
7462 * s/usg5-4.h (ORDINARY_LINK):
7463 Move to configure.
7464
7465 * s/aix4-2.h (LINKER): Remove; this file sets ORDINARY_LINK.
7466
7467 2010-05-18 Chong Yidong <cyd@stupidchicken.com>
7468
7469 * character.c (Fstring, Funibyte_string): Use SAFE_ALLOCA to
7470 prevent stack overflow if number of arguments is too large
7471 (Bug#6214).
7472
7473 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
7474
7475 * charset.c (load_charset_map_from_file): Don't call close after fclose.
7476
7477 2010-05-18 Glenn Morris <rgm@gnu.org>
7478
7479 * s/gnu-linux.h: Combine two conditionals.
7480
7481 * Makefile.in (otherobj): Include $(VMLIMIT_OBJ) separately from
7482 $(POST_ALLOC_OBJ).
7483
7484 * Makefile.in (RALLOC_OBJ): New, set by configure.
7485 (rallocobj): Replace with the previous variable.
7486 (otherobj): Use $RALLOC_OBJ.
7487
7488 * s/gnu.h (REL_ALLOC) [DOUG_LEA_MALLOC]:
7489 * s/gnu-linux.h (REL_ALLOC) [DOUG_LEA_MALLOC]: Move undef to configure.
7490
7491 * Makefile.in (GMALLOC_OBJ, VMLIMIT_OBJ): New, set by configure.
7492 (gmallocobj, vmlimitobj): Replace with previous two variables.
7493 (otherobj): Use $GMALLOC_OBJ, $VMLIMIT_OBJ.
7494
7495 2010-05-17 Glenn Morris <rgm@gnu.org>
7496
7497 * Makefile.in (OLDXMENU_DEPS): New, set by configure.
7498 (stamp-oldxmenu): Use $OLDXMENU_DEPS.
7499
7500 2010-05-16 Glenn Morris <rgm@gnu.org>
7501
7502 * Makefile.in (${ns_appbindir}Emacs, ns-app): Always define these rules.
7503
7504 * Makefile.in (clean): Get rid of HAVE_NS conditional.
7505
7506 * Makefile.in (ns_appdir, ns_appbindir): Now configure adds the
7507 trailing "/".
7508
7509 * Makefile.in (TEMACS_LDFLAGS2): New, set by configure.
7510 (temacs${EXEEXT}): Combine the NS_IMPL_GNUSTEP case with the default.
7511
7512 * Makefile.in (GNUSTEP_SYSTEM_LIBRARIES): Remove, unused.
7513 (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New, set by configure.
7514 (LD) [NS_IMPL_GNUSTEP]: Set to $(CC) -rdynamic.
7515 (temacs${EXEEXT}): Remove $LOCALCPP, never defined or referenced.
7516 Make most of the NS_IMPL_GNUSTEP case the same as the default case.
7517
7518 * Makefile.in (temacs${EXEEXT}) [!NS_IMPL_GNUSTEP]:
7519 Remove ${STARTFLAGS}, nothing ever sets it.
7520
7521 2010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
7522
7523 * m/ia64.h (UNEXEC): Remove, set in s/*.h.
7524
7525 2010-05-16 Glenn Morris <rgm@gnu.org>
7526
7527 * Makefile.in (LIBX_BASE): Always define.
7528
7529 * Makefile.in (LIBX_OTHER): Move out of cpp section.
7530
7531 * Makefile.in (LIBXT): Always define.
7532
7533 2010-05-15 Glenn Morris <rgm@gnu.org>
7534
7535 * Makefile.in (OLDXMENU, LIBXMENU, LIBX_OTHER): Always define.
7536
7537 * Makefile.in (FONT_DRIVERS): Remove, replace with $FONT_OBJ.
7538 (obj, SOME_MACHINE_OBJECTS): Use $FONT_OBJ.
7539
7540 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
7541
7542 * lisp.h (XFLOAT_DATA): Use "0?x:x" to generate an rvalue. (Bug#5916)
7543 (LISP_MAKE_RVALUE) [!USE_LISP_UNION_TYPE && !__GNUC__]: Likewise.
7544
7545 * emacs.c (main): Initialize initial-environment and
7546 process-environment before generating from env, not after.
7547
7548 Handle --version reasonably in CANNOT_DUMP configuration.
7549 * emacs.c (emacs_version, emacs_copyright): New string variables.
7550 (Vemacs_version, Vemacs_copyright): New Lisp_Object variables.
7551 (syms_of_emacs): Defvar them, and initialize them from the C
7552 string variables.
7553 (main): If initialization hasn't been done, print initial version
7554 info from the C strings, instead of starting an interactive session.
7555
7556 2010-05-15 Eli Zaretskii <eliz@gnu.org>
7557
7558 * bidi.c (bidi_paragraph_init): Don't leave alone garbage values
7559 of bidi_it->paragraph_dir. Call bidi_initialize if needed.
7560 (bidi_paragraph_init): Remove redundant assertion that we are at
7561 the beginning of a line after call to bidi_find_paragraph_start.
7562
7563 * xdisp.c (Fcurrent_bidi_paragraph_direction): New function.
7564 (syms_of_xdisp): Defsubr it.
7565
7566 * cmds.c (Fforward_char, Fbackward_char): Doc fix.
7567
7568 * Makefile.in: Fix MSDOS-related comments.
7569
7570 2010-05-15 Glenn Morris <rgm@gnu.org>
7571
7572 * Makefile.in (OLDXMENU_TARGET): New, set by configure.
7573 (really-lwlib, really-oldXMenu): Always define.
7574 ($OLDXMENU): Depend on $OLDXMENU_TARGET.
7575
7576 * Makefile.in: Simplify cpp conditional.
7577
7578 * Makefile.in (${ns_appdir}): Simplify using umask.
7579
7580 * Makefile.in (${ns_appdir}): Remove references to CVS-related files.
7581
7582 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
7583
7584 * eval.c (specbind): Remove left-over duplicate test.
7585 Disallow let-binding frame-local vars. Add comment.
7586
7587 2010-05-14 Eli Zaretskii <eliz@gnu.org>
7588
7589 Make the cache of bidi iterator states dynamically allocated.
7590 * bidi.c (bidi_cache_shrink): New function.
7591 (bidi_init_it): Call it.
7592 (bidi_cache_iterator_state): Enlarge the cache if needed.
7593
7594 * bidi.c (bidi_move_to_visually_next): Rename from
7595 bidi_get_next_char_visually. All callers changed.
7596
7597 2010-05-14 Kenichi Handa <handa@m17n.org>
7598
7599 * dispextern.h (struct composition_it): New member reversed_p.
7600
7601 * composite.c (composition_compute_stop_pos): Search backward if
7602 ENDPOS < CHARPOS.
7603 (composition_reseat_it): Handle the case that ENDPOS < CHARPOS.
7604 Set CMP_IT->reversed_p.
7605 (composition_update_it): Pay attention to CMP_IT->reversed_p.
7606
7607 * xdisp.c (set_iterator_to_next):
7608 Call composition_compute_stop_pos with negative ENDPOS if we are
7609 scanning backward. Call composition_compute_stop_pos if scan
7610 direction is changed.
7611 (next_element_from_buffer): Call composition_compute_stop_pos with
7612 negative ENDPOS if we are scanning backward.
7613 (next_element_from_composition): Pay attention to
7614 IT->cmp_it.reversed_p.
7615
7616 2010-05-14 Kenichi Handa <handa@m17n.org>
7617
7618 * font.c (font_range): Return the range for the font found at first.
7619
7620 2010-05-14 Glenn Morris <rgm@gnu.org>
7621
7622 * Makefile.in (ns_appdir, ns_appbindir, ns_appsrc): Always define.
7623
7624 * Makefile.in (mktime, X11, register): Move undefs to configure.
7625
7626 * Makefile.in (MSDOS_OBJ): Default to empty, let msdos scripts set it.
7627 (MSDOS_X_OBJ): New variable.
7628 (MSDOS_SUPPORT_REAL): New constant.
7629 (MSDOS_SUPPORT): Set as a variable, not with cpp.
7630 (obj): Use MSDOS_X_OBJ.
7631 (lisp): Use MSDOS_SUPPORT as a variable.
7632
7633 * Makefile.in (REAL_MOUSE_SUPPORT): New constant.
7634 (GPM_MOUSE_SUPPORT): Now it's a constant.
7635 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): Set with configure,
7636 not cpp.
7637
7638 * Makefile.in (@NS_IMPL_GNUSTEP_INC@): Use in place of #ifdef.
7639 (ns_appresdir): Remove, unused.
7640
7641 * Makefile.in (SHELL): Move outside cpp section.
7642
7643 * s/netbsd.h (AMPERSAND_FULL_NAME): Remove (defined in AH_BOTTOM).
7644
7645 2010-05-13 Glenn Morris <rgm@gnu.org>
7646
7647 * Makefile.in (FONT_DRIVERS): Place with other HAVE_X_WINDOWS stuff.
7648 (TOOLTIP_SUPPORT): Place with other HAVE_WINDOW_SYSTEM stuff.
7649
7650 * Makefile.in (FONT_DRIVERS): If HAVE_X_WINDOWS is defined,
7651 HAVE_WINDOW_SYSTEM must be too.
7652
7653 * Makefile.in (WINNT_SUPPORT): Remove, nt build does not use this file.
7654 (lisp): Remove WINNT_SUPPORT.
7655
7656 * Makefile.in (OLDXMENU, LIBXMENU) [!HAVE_MENUS]:
7657 Let configure set these variables (to empty) in this case as well.
7658
7659 * Makefile.in (LD_SWITCH_X_SITE): Define as a variable, not via cpp.
7660 (LIBX_BASE): Use $LD_SWITCH_X_SITE.
7661
7662 * Makefile.in (C_SWITCH_X_SYSTEM, C_SWITCH_X_SITE, LIB_STANDARD)
7663 (LIB_MATH, FONTCONFIG_CFLAGS, FONTCONFIG_LIBS, FREETYPE_CFLAGS)
7664 (FREETYPE_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS, M17N_FLT_CFLAGS)
7665 (M17N_FLT_LIBS, GNU_OBJC_CFLAGS, GNUSTEP_SYSTEM_LIBRARIES, LIBGPM)
7666 (LIBRESOLV, UNEXEC_OBJ): For clarity, define variables to hold
7667 the values output by configure.
7668 (ALL_CFLAGS, obj, LIBES, temacs${EXEEXT}): Use the above variables.
7669
7670 2010-05-12 Glenn Morris <rgm@gnu.org>
7671
7672 * Makefile.in (YMF_PASS_LDFLAGS, LD, LINKER): Simplify the logic.
7673 (LINKER_WAS_SPECIFIED): Remove.
7674
7675 * Makefile.in (LIB_GCC): Set using configure, not cpp.
7676 (GNULIB_VAR) [!ORDINARY_LINK]: Always set to $LIB_GCC.
7677 * m/arm.h (LIB_GCC) [GNU_LINUX]:
7678 * s/cygwin.h (LIB_GCC):
7679 * s/freebsd.h (LIB_GCC):
7680 * s/gnu-linux.h (LIB_GCC):
7681 * s/msdos.h (LIB_GCC):
7682 * s/netbsd.h (LIB_GCC):
7683 Move to configure.
7684
7685 2010-05-11 Karel Klíč <kklic@redhat.com>
7686
7687 * ftfont.c: Fix incorrect parentheses of #if condition for
7688 definining M17N_FLT_USE_NEW_FEATURE.
7689
7690 2010-05-11 Glenn Morris <rgm@gnu.org>
7691
7692 * Makefile.in (LIBS_SYSTEM) [MSDOS]: Do not reset.
7693 * s/msdos.h (MSDOS_LIBS_SYSTEM): Remove.
7694
7695 2010-05-10 Eli Zaretskii <eliz@gnu.org>
7696
7697 * xdisp.c (init_iterator): Don't turn on bidi reordering in
7698 unibyte buffers. See
7699 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00263.html.
7700
7701 2010-05-10 Glenn Morris <rgm@gnu.org>
7702
7703 * Makefile.in (LIBS_SYSTEM): Set using configure, not cpp.
7704 (LIBS_SYSTEM) [MSDOS]: Reset with MSDOS_LIBS_SYSTEM.
7705 (LIBES): Use LIBS_SYSTEM as a variable.
7706 * s/msdos.h (LIBS_SYSTEM): Rename to MSDOS_LIBS_SYSTEM. Always define.
7707 * s/aix4-2.h (LIBS_SYSTEM):
7708 * s/freebsd.h (LIBS_SYSTEM):
7709 * s/hpux10-20.h (LIBS_SYSTEM):
7710 * s/sol2-6.h (LIBS_SYSTEM):
7711 * s/unixware.h (LIBS_SYSTEM):
7712 Move to configure.
7713
7714 * s/aix4-2.h (MAIL_USE_LOCKF):
7715 * s/bsd-common.h (MAIL_USE_FLOCK):
7716 * s/darwin.h (MAIL_USE_FLOCK):
7717 * s/gnu-linux.h (MAIL_USE_FLOCK):
7718 * s/irix6-5.h (MAIL_USE_FLOCK):
7719 * s/template.h (MAIL_USE_FLOCK):
7720 Move to configure.
7721
7722 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
7723
7724 * Version 23.2 released.
7725
7726 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
7727
7728 * composite.c (autocmp_chars): Save point as marker before calling
7729 auto-composition-function (Bug#5984).
7730
7731 * lisp.h (restore_point_unwind): Add prototype.
7732
7733 * fileio.c (restore_point_unwind): Remove static attribute.
7734
7735 2010-05-08 Kenichi Handa <handa@m17n.org>
7736
7737 * ftfont.c (M17N_FLT_USE_NEW_FEATURE): Define it if we can use the
7738 new feature of libotf and m17n-flt.
7739 (ftfont_check_otf) [M17N_FLT_USE_NEW_FEATURE]:
7740 Call OTF_check_features even if no specific feature is given.
7741 (PACK_OTF_TAG) [M17N_FLT_USE_NEW_FEATURE]: New macro.
7742 (ftfont_drive_otf) [M17N_FLT_USE_NEW_FEATURE]: Handle the case
7743 that OUT is NULL. Use OTF_drive_gsub_with_log and
7744 OTF_drive_gpos_with_log instead of OTF_drive_gsub and
7745 OTF_drive_gpos.
7746 (ftfont_try_otf) [M17N_FLT_USE_NEW_FEATURE]: New function.
7747 (ftfont_shape_by_flt) [M17N_FLT_USE_NEW_FEATURE]:
7748 Setup mflt_enable_new_feature and mflt_try_otf.
7749
7750 2010-05-08 Jan Djärv <jan.h.d@swipnet.se>
7751
7752 * xsettings.c (Ftool_bar_get_system_style): Correct comment.
7753
7754 * gtkutil.c (xg_pack_tool_bar): Change show_all to show for handle
7755 box and toolbar (Bug #6139).
7756 (xg_create_tool_bar): Remove comment (Bug #6139).
7757 (xg_make_tool_item): Remove gtk_widget_show_all (Bug #6139).
7758 (xg_show_toolbar_item): Add gtk_widget_show for weventbox (Bug #6139).
7759
7760 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
7761
7762 * makefile.w32-in ($(BLD)/eval.$(O), $(BLD)/w32fns.$(O)):
7763 Update dependencies.
7764
7765 2010-05-08 Eli Zaretskii <eliz@gnu.org>
7766
7767 * fringe.c (update_window_fringes): Set up truncation bitmaps for
7768 R2L lines.
7769
7770 2010-05-08 Glenn Morris <rgm@gnu.org>
7771
7772 * Makefile.in (THIS_IS_MAKEFILE): Remove, unused.
7773
7774 * Makefile.in (LIBS_TERMCAP): Set with configure, not cpp.
7775 (TERMCAP_OBJ): New, set by configure, replacing termcapobj.
7776 (termcapobj): Replace with TERMCAP_OBJ.
7777 (otherobj): Use $TERMCAP_OBJ instead of $termcapobj.
7778 (LIBES): Use LIBS_TERMCAP as a variable.
7779
7780 * s/freebsd.h (osreldate.h): No longer include, since this file
7781 does not use __FreeBSD_version any more.
7782
7783 * s/aix4-2.h (TERMINFO):
7784 * s/cygwin.h (TERMINFO):
7785 * s/darwin.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
7786 * s/freebsd.h (TERMINFO, LIBS_TERMCAP):
7787 * s/gnu-linux.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
7788 * s/gnu.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
7789 * s/hpux10-20.h (TERMINFO, LIBS_TERMCAP):
7790 * s/irix6-5.h (TERMINFO):
7791 * s/netbsd.h (LIBS_TERMCAP):
7792 * s/openbsd.h (TERMINFO, LIBS_TERMCAP):
7793 * s/sol2-6.h (LIBS_TERMCAP) [!TERMINFO]:
7794 * s/usg5-4.h (TERMINFO):
7795 Move to configure.
7796
7797 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
7798
7799 * eval.c (unbind_to): Don't unbind a local binding into the global
7800 binding when the local binding disappeared. Inversely, don't unbind
7801 a global binding into a newly created local binding.
7802 * data.c (set_internal): Make its `buf' arg into a `where' arg so we
7803 can specify the frame to use, when applicable. Adjust callers.
7804
7805 2010-05-07 Vincent Belaïche <vincent.belaiche@gmail.com>
7806 Stefan Monnier <monnier@iro.umontreal.ca>
7807
7808 * floatfns.c (Fisnan, Fcopysign, Ffrexp, Fldexp): New functions.
7809
7810 2010-05-07 Eli Zaretskii <eliz@gnu.org>
7811
7812 * w32fns.c: Include w32.h.
7813 (Fw32_shell_execute): Decode the error message before passing it
7814 to `error'. (Bug#6126)
7815
7816 * msdos.c (dos_set_window_size):
7817 * w16select.c (Fx_selection_exists_p): Use `Fsymbol_value (foo)'
7818 instead of `XSYMBOL (foo)->value'.
7819
7820 2010-05-07 Eli Zaretskii <eliz@gnu.org>
7821
7822 Fix the MS-DOS build, broken by autoconfiscation.
7823
7824 * Makefile.in: Don't use Make-style comments past the "start of
7825 cpp stuff" line.
7826 (MSDOS_OBJ): Remove xmenu.o (it is now defined by XMENU_OBJ).
7827
7828 * s/msdos.h (UNEXEC): Don't define (@unexec@ in Makefile.in is
7829 edited directly by msdos/sed1v2.inp).
7830
7831 2010-05-07 Glenn Morris <rgm@gnu.org>
7832
7833 * Makefile.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
7834 (LD_SWITCH_SYSTEM_EXTRA): New variable, set by configure.
7835 (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM and $LD_SWITCH_SYSTEM_EXTRA,
7836 move out of cpp section.
7837 * s/freebsd.h (LD_SWITCH_SYSTEM):
7838 * s/gnu-linux.h (LD_SWITCH_SYSTEM):
7839 * s/netbsd.h (LD_SWITCH_SYSTEM):
7840 * s/openbsd.h (LD_SWITCH_SYSTEM): Move to configure.in.
7841
7842 2010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
7843
7844 Define LIB_STANDARD and START_FILES using autoconf.
7845 * s/usg5-4.h (LIB_STANDARD):
7846 * s/netbsd.h (START_FILES):
7847 * s/irix6-5.h (LIB_STANDARD):
7848 * s/hpux10-20.h (LIB_STANDARD, START_FILES):
7849 * s/gnu-linux.h (START_FILES, LIB_STANDARD):
7850 * s/freebsd.h (START_FILES):
7851 * s/darwin.h (START_FILES):
7852 * s/cygwin.h (START_FILES):
7853 * s/aix4-2.h (LIB_STANDARD):
7854 * m/ibmrs6000.h (START_FILES): Remove, move logic to configure.in.
7855 * Makefile.in (STARTFILES): Rename to START_FILES, define using
7856 autoconf, not cpp.
7857
7858 2010-05-06 Dan Nicolaescu <dann@ics.uci.edu>
7859
7860 Remove NEED_BSDTTY and NEED_UNISTD_H.
7861 * s/hpux10-20.h (NEED_BSDTTY): Remove.
7862 * s/aix4-2.h (NEED_UNISTD_H): Remove.
7863 * systty.h: Simplify conditionals for including <sys/bsdtty.h>,
7864 <sys/ptyio.h> and <unistd.h>.
7865
7866 * emacs.c (main): Remove NO_DIR_LIBRARY conditional, unused.
7867
7868 * Makefile.in (STARTFILES): Conditionally define to make the usage clear.
7869 * s/gnu.h (START_FILES): Remove empty definition.
7870
7871 2010-05-06 Jan Djärv <jan.h.d@swipnet.se>
7872
7873 * xterm.c (x_draw_image_relief): Move declaration of extra to beginning.
7874
7875 2010-05-06 Glenn Morris <rgm@gnu.org>
7876
7877 * Makefile.in (CPP, LN_S): Remove unused variables.
7878
7879 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
7880
7881 * syntax.c (Fchar_syntax): Check the arg is a character (bug#6080).
7882
7883 2010-05-05 Lawrence Mitchell <wence@gmx.li>
7884
7885 * m/sparc.h: Fix typo in earlier change.
7886
7887 2010-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
7888
7889 Misc tweaks.
7890 * eval.c (Fdefvaralias): Remove unintended nested if.
7891 (internal_condition_case_2, internal_condition_case_n): Use ANSI type.
7892
7893 2010-05-04 Bernhard Herzog <bh@intevation.de> (tiny change)
7894
7895 * xsmfns.c (smc_save_yourself_CB): strlen(client_id) => strlen(cwd).
7896
7897 2010-05-04 Dan Nicolaescu <dann@ics.uci.edu>
7898
7899 Remove BSD_PGRPS.
7900 * s/bsd-common.h (BSD_PGRPS): Remove undef.
7901 * s/gnu-linux.h (BSD_PGRPS): Remove.
7902 * term.c (dissociate_if_controlling_tty):
7903 * sysdep.c (narrow_foreground_group, widen_foreground_group)
7904 (init_sys_modes, reset_sys_modes):
7905 * emacs.c (main):
7906 * callproc.c (Fcall_process, child_setup): Remove code depending
7907 on BSD_PGRPS.
7908
7909 Remove POSIX_SIGNALS.
7910 * s/usg5-4.h (POSIX_SIGNALS):
7911 * s/netbsd.h (POSIX_SIGNALS):
7912 * s/msdos.h (POSIX_SIGNALS):
7913 * s/ms-w32.h (POSIX_SIGNALS):
7914 * s/hpux11.h (POSIX_SIGNALS):
7915 * s/gnu.h (POSIX_SIGNALS):
7916 * s/gnu-linux.h (POSIX_SIGNALS):
7917 * s/freebsd.h (POSIX_SIGNALS):
7918 * s/darwin.h (POSIX_SIGNALS):
7919 * s/cygwin.h (POSIX_SIGNALS):
7920 * s/aix4-2.h (POSIX_SIGNALS): Remove definition.
7921 * s/unixware.h:
7922 * s/sol2-6.h: Remove comments on POSIX_SIGNALS.
7923 * process.c (create_process):
7924 * syssignal.h:
7925 * sysdep.c (wait_for_termination, init_signals):
7926 * process.c (create_process):
7927 * msdos.c: POSIX_SIGNALS is always defined on all platforms,
7928 remove all code that assumes the contrary.
7929
7930 2010-05-04 Glenn Morris <rgm@gnu.org>
7931
7932 * s/gnu-linux.h (LD_SWITCH_SYSTEM): Use LD_SWITCH_X_SITE_AUX as a shell
7933 variable.
7934 * s/netbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
7935 (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH.
7936 * s/openbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
7937 (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH instead of
7938 LD_SWITCH_SYSTEM_tmp.
7939 * Makefile.in (LD_SWITCH_X_SITE_AUX, LD_SWITCH_X_SITE_AUX_RPATH):
7940 New variables, set by configure.
7941
7942 * s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in.
7943 * s/darwin.h (HEADERPAD_EXTRA, LIBS_NSGUI): Remove.
7944 (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in.
7945 * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): New variable, set by configure.
7946 (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM_TEMACS.
7947
7948 * s/aix4-2.h (C_SWITCH_SYSTEM):
7949 * m/alpha.h (C_SWITCH_MACHINE):
7950 Move to configure.in.
7951 * Makefile.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM):
7952 New variables, set by configure.
7953 (ALL_CFLAGS): Use $C_SWITCH_MACHINE and $C_SWITCH_SYSTEM in place of
7954 $c_switch_machine and $c_switch_system.
7955
7956 2010-05-04 Dan Nicolaescu <dann@ics.uci.edu>
7957
7958 * s/hpux10-20.h (LIB_STANDARD): New definition.
7959 * Makefile.in (ORDINARY_LINK): Remove setting LIB_STANDARD based
7960 on it, not used anymore.
7961
7962 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
7963
7964 * eval.c (internal_condition_case_n): Rename from
7965 internal_condition_case_2.
7966 (internal_condition_case_2): New function.
7967
7968 * xdisp.c (safe_call): Use internal_condition_case_n.
7969
7970 * fileio.c (Fdelete_file, internal_delete_file): New arg FORCE.
7971 (internal_delete_file, Frename_file): Callers changed.
7972
7973 * buffer.c (Fkill_buffer):
7974 * callproc.c (delete_temp_file): Callers changed (Bug#6070).
7975
7976 * lisp.h: Update prototypes.
7977
7978 2010-05-03 Glenn Morris <rgm@gnu.org>
7979
7980 * Makefile.in (LIBX_EXTRA, LIBX_BASE): New variables.
7981 (LIBXT_OTHER, LIBX_OTHER): New, set by configure.
7982 (LIBXT): Set with configure, not cpp.
7983 (LIBX): Remove.
7984 (LIBES): Replace $LIBX with $LIBX_BASE and $LIBX_OTHER.
7985
7986 2010-05-02 Dan Nicolaescu <dann@ics.uci.edu>
7987
7988 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Remove.
7989 The FreeBSD is not needed, the default works, Solaris version is
7990 not needed, and the remaining case is not supported by configure.
7991
7992 2010-05-02 Jan Djärv <jan.h.d@swipnet.se>
7993
7994 * xsmfns.c (CHDIR_OPT): New define.
7995 (smc_save_yourself_CB): Add CHDIR_OPT to options to use when
7996 restarting emacs.
7997
7998 * xterm.c (x_connection_closed): Call Fkill_emacs instead of
7999 shut_down_emacs.
8000
8001 * emacs.c (USAGE1): Mention --chdir.
8002 (main): Handle --chdir.
8003 (standard_args): Add --chdir.
8004 (fatal_error_signal): Call Fkill_emacs for SIGTERM and SIGHUP (Bug
8005 #5552).
8006
8007 2010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
8008
8009 Remove LD_SWITCH_MACHINE.
8010 * Makefile.in (LD_SWITCH_MACHINE): Remove definition, unused.
8011 (TEMACS_LDFLAGS): Do not use LD_SWITCH_MACHINE.
8012
8013 Clean up IRIX code.
8014 * m/iris4d.h (TERMINFO, FIRST_PTY_LETTER): Move definitions ...
8015 * s/irix6-5.h (TERMINFO, FIRST_PTY_LETTER): ... here.
8016
8017 Clean up AIX code.
8018 * m/ibmrs6000.inp: Remove file, unused.
8019 * m/ibmrs6000.h (IBMR2AIX): Remove, unused.
8020 (LD_SWITCH_MACHINE): Rename to LD_SWITCH_SYSTEM_TEMACS, and move
8021 definition ...
8022 * s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): ... here.
8023
8024 * sysdep.c (child_setup_tty, init_sys_modes): Remove !IBMR2AIX code,
8025 unused.
8026
8027 2010-05-01 Eli Zaretskii <eliz@gnu.org>
8028
8029 Emulate POSIX_SIGNALS on MS-Windows.
8030
8031 * s/ms-w32.h (POSIX_SIGNALS, struct sigaction, SIG_BLOCK)
8032 (SIG_SETMASK, SIG_UNBLOCK): Define.
8033
8034 * sysdep.c (sys_signal) [WINDOWSNT]: #ifdef away.
8035 (wait_for_termination) [WINDOWSNT]: Move MS-Windows specific code
8036 from non-POSIX_SIGNALS section to POSIX_SIGNALS section.
8037
8038 * w32.c (sigemptyset, sigaddset, sigfillset, sigprocmask):
8039 New stubs.
8040
8041 Miscellaneous fixes of bidi display.
8042
8043 * xdisp.c (find_row_end): New function, refactored from display_line.
8044 (display_line): Use it.
8045 (extend_face_to_end_of_line): In almost-filled rows, extend only
8046 if the row is R2L and not continued.
8047 (display_line): Fix prepending of truncation glyphs to R2L rows.
8048 Preserve overlay and string info in row->end.
8049 (insert_left_trunc_glyphs): Support addition of left truncation
8050 glyphs to R2L rows.
8051 (set_cursor_from_row): Don't place cursor on the vertical border
8052 glyph between adjacent windows. Fix a crash when a display string
8053 is continued to the next line. Don't return zero if cursor was
8054 found by `cursor' property of a display string.
8055 (try_cursor_movement): Don't assume that row->end == (row+1)->start,
8056 test for that explicitly.
8057
8058 2010-05-01 Glenn Morris <rgm@gnu.org>
8059
8060 * Makefile.in (gmallocobj, rallocobj, vmlimitobj): Initialize to null,
8061 for clarity.
8062 (OTHER_OBJ): Remove.
8063 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New, set by configure.
8064 (otherobj): Use PRE_ALLOC_OBJ, POST_ALLOC_OBJ rather than OTHER_OBJ.
8065
8066 2010-05-01 Karel Klíč <kklic@redhat.com>
8067
8068 * fileio.c (Ffile_selinux_context): Context functions may return null.
8069
8070 2010-04-30 Dan Nicolaescu <dann@ics.uci.edu>
8071
8072 * s/gnu.h (POSIX_SIGNALS, START_FILES): New definitions.
8073
8074 2010-04-30 Glenn Morris <rgm@gnu.org>
8075
8076 * Makefile.in (vmlimitobj) [!SYSTEM_MALLOC]: New variable. (Bug#6065)
8077 (OTHER_OBJ): Define as a separate variable, for clarity.
8078
8079 2010-04-30 Jan Djärv <jan.h.d@swipnet.se>
8080
8081 * xsettings.c: include limits.h and update file comment.
8082
8083 2010-04-30 Glenn Morris <rgm@gnu.org>
8084
8085 * Makefile.in (OLDXMENU, LIBXMENU) [HAVE_MENUS]:
8086 Set with configure, not cpp.
8087 (LIBW): Remove, replace with $TOOLKIT_LIBW.
8088
8089 * Makefile.in (mallocobj): Remove.
8090 (otherobj): Simplify using @OTHER_OBJ@.
8091
8092 * Makefile.in (dispnew.o, frame.o, fringe.o, font.o, fontset.o)
8093 (keyboard.o, window.o, xdisp.o, xfaces.o, menu.o):
8094 Don't bother making nsgui.h dependency platform-specific.
8095
8096 * Makefile.in (nsfns.o): Remove duplicate nsgui.h dependency.
8097
8098 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
8099
8100 * process.c (read_process_output, exec_sentinel): Don't burp if the
8101 sentinel/filter kills the current buffer (bug#6060).
8102
8103 Fix wrong-docstring problem introduced with hash-consing. (Bug#6008)
8104 * eval.c (Fautoload): Set doc to a unique number rather than to 0.
8105 Remove unused var `args'.
8106 * lisp.h (XSETCARFASTINT, XSETCDRFASTINT): Remove.
8107 (LOADHIST_ATTACH): Wrap with do...while to avoid surprises for callers.
8108 * doc.c (store_function_docstring): Use XSETCAR.
8109
8110 2010-04-28 Glenn Morris <rgm@gnu.org>
8111
8112 * Makefile.in (BASE_WINDOW_SUPPORT, X_WINDOW_SUPPORT): New variables.
8113 (WINDOW_SUPPORT) [HAVE_WINDOW_SYSTEM]: Use them.
8114
8115 * Makefile.in (CYGWIN_OBJ): Set with configure, not cpp.
8116
8117 * Makefile.in (GPM_MOUSE_SUPPORT): New, set by configure.
8118 (MOUSE_SUPPORT) [!HAVE_MOUSE]: Use $GPM_MOUSE_SUPPORT.
8119
8120 * Makefile.in (FONT_OBJ): New, set by configure.
8121 (FONT_DRIVERS): Use $FONT_OBJ.
8122
8123 * Makefile.in (LIBXMU): Set with configure, not cpp.
8124 * s/aix4-2.h (LIBXMU):
8125 * s/hpux10-20.h (LIBXMU):
8126 Remove definition, now set in configure.
8127
8128 * Makefile.in (NS_OBJ, NS_SUPPORT): Set with configure, not cpp.
8129
8130 * m/amdx86-64.h [i386]: Move this test to configure.in.
8131
8132 2010-04-27 Glenn Morris <rgm@gnu.org>
8133
8134 * Makefile.in (LIBXTR6): Set with configure, not cpp.
8135 * s/unixware.h (NEED_LIBW): Remove definition.
8136
8137 * Makefile.in (LUCID_LIBW, MOTIF_LIBW): Remove, replacing by...
8138 (TOOLKIT_LIBW): New, set by configure.
8139 (@X_TOOLKIT_TYPE@): No longer define it.
8140
8141 * Makefile.in (LIBXP): Remove, since included in MOTIF_LIBW.
8142 (MOTIF_LIBW): Set with configure, not cpp.
8143 * s/aix4-2.h (LIB_MOTIF):
8144 * s/gnu-linux.h (LIB_MOTIF):
8145 * s/unixware.h (LIB_MOTIF): Move to configure.in.
8146
8147 2010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
8148
8149 Reduce CPP usage.
8150 * Makefile.in (LIB_X11_LIB): Remove, inline in the only user.
8151 (obj): Use autoconf for unexec instead of cpp.
8152 (C_SWITCH_SYSTEM, C_SWITCH_MACHINE, C_SWITCH_X_SITE):
8153 Remove definitions and undefs. Inline definitions in the only user.
8154 (ALL_CFLAGS): Substitute C_SWITCH_X_SYSTEM using autoconf.
8155
8156 2010-04-27 Glenn Morris <rgm@gnu.org>
8157
8158 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Change the logic around,
8159 since the defaults (set by the system file) are fine in most cases.
8160 [GNU_LINUX, __OpenBSD__, __NetBSD__, __APPLE__]: Remove sections.
8161 * m/ibms390x.h (START_FILES, LIB_STANDARD):
8162 * m/macppc.h (START_FILES, LIB_STANDARD) [GNU_LINUX]:
8163 * m/sparc.h (START_FILES, LIB_STANDARD) [__linux__]:
8164 Remove definitions, since they are set correctly in s/gnu-linux.h.
8165 * s/freebsd.h (START_FILES, LIB_STANDARD):
8166 * s/gnu-linux.h (START_FILES, LIB_STANDARD):
8167 * s/hpux10-20.h (START_FILES):
8168 * s/netbsd.h (START_FILES, LIB_STANDARD, START_FILES_1, END_FILES_1):
8169 Use $CRT_DIR in place of fixed /usr/lib, /lib directories.
8170
8171 * Makefile.in (LIBXP, LUCID_LIBW, WIDGET_OBJ): Set via configure.
8172 (MOTIF_LIBW): Use $LIBXP.
8173 (otherobj): Use $WIDGET_OBJ.
8174
8175 2010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
8176
8177 * Makefile.in (LIBS_MACHINE): Remove, unused.
8178
8179 Use autoconf instead of cpp for LIB_MATH.
8180 * s/darwin.h (LIB_MATH): Do not define here, move to configure.
8181 * s/cygwin.h (LIB_MATH): Likewise.
8182 * Makefile.in (LIB_MATH): Do not define with cpp.
8183 (LIBES): Use autoconf for LIB_MATH.
8184
8185 2010-04-26 Kenichi Handa <handa@m17n.org>
8186
8187 * composite.c (Ffind_composition_internal): Fix the return value
8188 for an automatic composition.
8189
8190 2010-04-25 Dan Nicolaescu <dann@ics.uci.edu>
8191
8192 Remove all NO_ARG_ARRAY uses.
8193 * fns.c (concat2, concat3, nconc2):
8194 * eval.c (apply1, call1, call2, call3, call4, call5, call6)
8195 (call7): Remove NO_ARG_ARRAY usage, assume it's always true.
8196 * m/xtensa.h (NO_ARG_ARRAY):
8197 * m/template.h (NO_ARG_ARRAY):
8198 * m/sparc.h (NO_ARG_ARRAY):
8199 * m/sh3.h (NO_ARG_ARRAY):
8200 * m/mips.h (NO_ARG_ARRAY):
8201 * m/macppc.h (NO_ARG_ARRAY):
8202 * m/iris4d.h (NO_ARG_ARRAY):
8203 * m/intel386.h (NO_ARG_ARRAY):
8204 * m/ibms390x.h (NO_ARG_ARRAY):
8205 * m/ibms390.h (NO_ARG_ARRAY):
8206 * m/ibmrs6000.h (NO_ARG_ARRAY):
8207 * m/ia64.h (NO_ARG_ARRAY):
8208 * m/hp800.h (NO_ARG_ARRAY):
8209 * m/arm.h (NO_ARG_ARRAY):
8210 * m/amdx86-64.h (NO_ARG_ARRAY):
8211 * m/alpha.h (NO_ARG_ARRAY): Remove definition.
8212
8213 2010-04-25 Eli Zaretskii <eliz@gnu.org>
8214
8215 * xdisp.c (display_line): Don't assume 2nd call to
8216 get_next_display_element cannot return zero. (Bug#6030)
8217 (iterate_out_of_display_property): New function, body from pop_it.
8218 (pop_it): Use it.
8219
8220 2010-04-24 Glenn Morris <rgm@gnu.org>
8221
8222 * m/amdx86-64.h (START_FILES, LIB_STANDARD) [__OpenBSD__]:
8223 For clarity, revert to using fixed /usr/lib rather than $CRT_DIR.
8224 (START_FILES, LIB_STANDARD) [__FreeBSD__]: Merge into the generic case,
8225 since CRT_DIR defaults to /usr/lib. Suggested by Dan Nicolaescu.
8226
8227 2010-04-24 Eli Zaretskii <eliz@gnu.org>
8228
8229 * xdisp.c (display_line): Use `reseat' instead of `reseat_1', and
8230 use `get_next_display_element' and `set_iterator_to_next' to
8231 advance to the next character, when looking for the character that
8232 begins the next row.
8233
8234 * .gdbinit: Add a "set Fmake_symbol" line to force GDB to load the
8235 definition of "struct Lisp_Symbol".
8236
8237 2010-04-24 Glenn Morris <rgm@gnu.org>
8238
8239 * Makefile.in (CRT_DIR): New variable, set by configure.
8240 * m/amdx86-64.h, m/ibms390x.h (START_FILES, LIB_STANDARD):
8241 Use $CRT_DIR rather than HAVE_LIB64_DIR. (Bug#5655)
8242
8243 2010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
8244
8245 * Makefile.in: Remove C_SWITCH_X_MACHINE, unused.
8246
8247 * s/cygwin.h (LIBS_DEBUG): Remove, unused.
8248
8249 Remove redundant flags.
8250 * s/freebsd.h (C_SWITCH_SYSTEM):
8251 * s/hpux10-20.h (C_SWITCH_X_SYSTEM, LD_SWITCH_X_DEFAULT):
8252 * s/netbsd.h (C_SWITCH_SYSTEM):
8253 * s/openbsd.h (LD_SWITCH_X_DEFAULT): Remove, configure takes care
8254 of these.
8255
8256 Simplify m/intel386.h.
8257 * m/intel386.h (CRT0_DUMMIES): Remove, inline value in the only
8258 user: ecrt0.c.
8259 (SOLARIS2): Remove LOAD_AVE_TYPE, LOAD_AVE_CVT, LIBS_MACHINE, unused.
8260 (USG5_4): Move LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE definitions to
8261 the only user: s/unixware.h.
8262 * ecrt0.c: Remove #ifndef static. Inline CRT0_DUMMIES definition
8263 from m/intel386.h.
8264 * s/unixware.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE):
8265 Definitions moved here from m/intel386.h.
8266
8267 * m/mips.h: Remove #if 0 code.
8268
8269 2010-04-23 Eli Zaretskii <eliz@gnu.org>
8270
8271 Fix display of composed characters from L2R scripts in bidi buffers.
8272 * xdisp.c (set_iterator_to_next, next_element_from_composition):
8273 After advancing IT past the composition, resync the bidi iterator
8274 with IT's position. (Bug#5977)
8275
8276 2010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
8277
8278 * Makefile.in (LD_SWITCH_MACHINE_TEMACS): Remove, unused.
8279 (TEMACS_LDFLAGS): Don't use LD_SWITCH_SYSTEM_TEMACS.
8280
8281 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
8282
8283 * gtkutil.c: Include xsettings.h for Ftool_bar_get_system_style.
8284
8285 2010-04-23 Eli Zaretskii <eliz@gnu.org>
8286
8287 Support `display' text properties and overlay strings in bidi buffers.
8288 * xdisp.c (pop_it): When the stack is popped after displaying
8289 from a string, bidi-iterate to exit from the text portion covered
8290 by the `display' property or overlay. (Bug#5988, bug#5920)
8291
8292 2010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
8293
8294 * m/macppc.h (LD_SWITCH_SYSTEM_TEMACS): Remove #undef.
8295 (LD_SWITCH_MACHINE_TEMACS): Remove, configure sets nocombreloc.
8296
8297 * s/netbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure sets nocombreloc.
8298 * s/openbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove.
8299
8300 Simplify STARTFILES definition.
8301 * s/hpux10-20.h (START_FILES): Explicitly define here instead of
8302 relying on Makefile.in to define it.
8303 * s/cygwin.h (START_FILES): Likewise.
8304 * Makefile.in (STARTFILES): Remove conditional code, not needed anymore.
8305
8306 Clean up Solaris code.
8307 * s/sol2-6.h (LD_SWITCH_SYSTEM_TEMACS, C_SWITCH_X_SYSTEM)
8308 (LIB_MOTIF): Remove, configure takes care of this.
8309 (NOT_USING_MOTIF): Remove, unused.
8310 * xrdb.c: Remove #if 0-ed #include.
8311 (SYSV): Remove conditional for old SysV.
8312 * sysdep.c (closedir): Remove conditional code for Solaris,
8313 Solaris has closedir.
8314
8315 2010-04-22 Jan Djärv <jan.h.d@swipnet.se>
8316
8317 * xsettings.c (read_and_apply_settings): Check if current_font is
8318 NULL before strcmp (Bug#6001).
8319
8320 2010-04-21 Dan Nicolaescu <dann@ics.uci.edu>
8321
8322 Clean up HP-UX files.
8323 * m/hp800.h (NO_REMAP, VIRT_ADDR_VARIES, DATA_SEG_BITS)
8324 (DATA_START, TEXT_START, LOAD_AVE_TYPE, LOAD_AVE_CVT)
8325 (LDAV_SYMBOL, index, rindex): Move definitions only used in HP-UX ...
8326 * s/hpux10-20.h: ... to the only user, here.
8327
8328 2010-04-21 Eli Zaretskii <eliz@gnu.org>
8329
8330 * bidi.c (bidi_find_paragraph_start, bidi_at_paragraph_end): Don't
8331 use buffer-local values of paragraph-start and paragraph-separate.
8332 <paragraph_start_re, paragraph_separate_re>: Rename from
8333 fallback_paragraph_start_re and fallback_paragraph_separate_re.
8334 (Bug#5992)
8335
8336 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
8337
8338 * xsettings.c: Qmonospace_font_name, Qtool_bar_style and
8339 current_tool_bar_style are new.
8340 (store_config_changed_event): Rename from store_font_changed_event.
8341 (XSETTINGS_TOOL_BAR_STYLE): New define.
8342 (SEEN_FONT, SEEN_TB_STYLE): New enum values.
8343 (struct xsettings): Add font and tb_style, set xft stuff inside #ifdef
8344 HAVE_XFT.
8345 (something_changedCB): store_font_changed_event is now
8346 store_config_changed_event.
8347 (parse_settings): Rename from parse_xft_settings.
8348 Read non-xft xsettings outside #ifdef HAVE_XFT.
8349 (read_settings): Rename from read_xft_settings.
8350 (apply_xft_settings): Take current settings as parameter. Do not
8351 call read_(xft)_settings.
8352 (read_and_apply_settings): New function.
8353 (xft_settings_event): Do non-xft stuff out of HAVE_XFT.
8354 Call read_and_apply_settings if there are settings to be read.
8355 (init_xsettings): Rename from init_xfd_settings.
8356 Call read_and_apply_settings unconditionally.
8357 (xsettings_initialize): Call init_xsettings.
8358 (Ftool_bar_get_system_style): New function.
8359 (syms_of_xsettings): Define Qmonospace_font_name and
8360 Qtool_bar_style. Initialize current_tool_bar_style to nil.
8361 defsubr Stool_bar_get_system_style. Fprovide on
8362 dynamic-setting.
8363 Move misplaced HAVE_GCONF
8364
8365 * xsettings.h (Ftool_bar_get_system_style): Declare.
8366
8367 * xdisp.c: Vtool_bar_style, tool_bar_max_label_size,
8368 Qtext, Qboth, Qboth_horiz are new.
8369 (syms_of_xdisp): Intern Qtext, Qboth, Qboth_horiz, DEFVAR
8370 Vtool_bar_style, tool_bar_max_label_size.
8371
8372 * lisp.h: Extern declare Qtext, Qboth, Qboth_horiz.
8373
8374 * keyboard.c: QClabel is new.
8375 (parse_tool_bar_item): Take out QClabel from tool bar items.
8376 Try to construct a label if ther is no QClabel.
8377 (syms_of_keyboard): Intern :label as QClabel.
8378
8379 * dispextern.h (tool_bar_item_idx): TOOL_BAR_ITEM_LABEL is new.
8380 (Vtool_bar_style, tool_bar_max_label_size, DEFAULT_TOOL_BAR_LABEL_SIZE):
8381 New.
8382
8383 * Makefile.in (SOME_MACHINE_LISP): font-setting.el renamed to
8384 dynamic-setting.el.
8385
8386 * gtkutil.c (xg_tool_bar_menu_proxy): Handle label in tool bar item.
8387 (xg_make_tool_item, xg_show_toolbar_item): New function.
8388 (update_frame_tool_bar): Take label from TOOL_BAR_ITEM_LABEL.
8389 Call xg_make_tool_item to make a tool bar item.
8390 Call xg_show_toolbar_item. Use wtoolbar instead of x->toolbar_widget.
8391
8392 * xterm.c (x_draw_image_relief): Take Vtool_bar_button_margin
8393 into account for toolbars.
8394
8395 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
8396
8397 * data.c (make_blv): Declarations before code (Bug#5993).
8398
8399 2010-04-21 Glenn Morris <rgm@gnu.org>
8400
8401 * Makefile.in (DBUS_OBJ, GTK_OBJ, XMENU_OBJ, XOBJ):
8402 Define using autoconf, not cpp.
8403 (LIBXSM): New variable, set by autoconf.
8404 (LIBXT): Use $LIBXSM.
8405
8406 2010-04-21 Dan Nicolaescu <local_user@dannlt>
8407
8408 Remove NOMULTIPLEJOBS, unused.
8409 * s/template.h (NOMULTIPLEJOBS):
8410 * s/msdos.h (NOMULTIPLEJOBS): Remove, unused.
8411
8412 Simplify LD_SWITCH_SYSTEM_TEMACS usage.
8413 * s/freebsd.h (LD_SWITCH_SYSTEM_TEMACS):
8414 * s/gnu-linux.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure
8415 detects -znocombreloc and passes it to the linker
8416 * s/hpux10-20.h (LD_SWITCH_SYSTEM_TEMACS): Remove, empty.
8417
8418 2010-04-21 Glenn Morris <rgm@gnu.org>
8419
8420 * Makefile.in (LIBSELINUX_LIBS): Move out of #ifdef.
8421
8422 2010-04-21 Karel Klíč <kklic@redhat.com>
8423
8424 * Makefile.in (LIBSELINUX_LIBS): New.
8425 (LIBES): Add $LIBSELINUX_LIBS.
8426 * eval.c, lisp.h (call7): New function.
8427 * fileio.c [HAVE_LIBSELINUX]: Include selinux headers.
8428 (Ffile_selinux_context, Fset_file_selinux_context):
8429 New functions.
8430 (Fcopy_file): New parameter preserve-selinux-context.
8431 (Frename_file): Preserve selinux context when renaming by copy-file.
8432
8433 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
8434 Eli Zaretskii <eliz@gnu.org>
8435
8436 Don't depend on cm.c or termcap.c on Windows, use stubs.
8437 * makefile.w32-in (OBJ1): Remove cm.$(O) and termcap.$(O).
8438 ($(BLD)/cm.$(O), $(BLD)/termcap.$(O)): Remove.
8439 * w32console.c (current_tty, cost): New vars; lifted from cm.c.
8440 (evalcost, cmputc, cmcheckmagic, cmcostinit, cmgoto, Wcm_clear)
8441 (sys_tputs, sys_tgetstr): New stubs.
8442 * s/ms-w32.h (chcheckmagic, cmcostinit, cmgoto, cmputc, Wcm_clear)
8443 (tputs, tgetstr): New; define to sys_*.
8444
8445 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
8446
8447 * buffer.c (syms_of_buffer) <bidi-display-reordering>: Doc fix.
8448
8449 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
8450
8451 * data.c (Fmake_variable_buffer_local, Fmake_local_variable):
8452 Just signal a warning rather than an error when inside a let.
8453 (Fmake_variable_frame_local): Add the same test.
8454
8455 * font.c (syms_of_font): Make the style table vars read-only.
8456
8457 * buffer.h (struct buffer): Remove unused var `direction_reversed'.
8458 * buffer.c (init_buffer_once, syms_of_buffer): Remove its initialization.
8459
8460 * bidi.c (bidi_initialize): Simplify fallback_paragraph_*_re init.
8461
8462 2010-04-20 Eli Zaretskii <eliz@gnu.org>
8463
8464 Fix R2L paragraph display on TTY.
8465
8466 * xdisp.c (unproduce_glyphs): New function.
8467 (display_line): Use it when produced glyphs are discarded from R2L
8468 glyph rows.
8469 (append_composite_glyph): In R2L rows, prepend the glyph rather
8470 than appending it.
8471
8472 * term.c (append_composite_glyph): In R2L rows, prepend the glyph
8473 rather than append it. Set up the resolved_level and bidi_type
8474 attributes of the appended glyph.
8475 (produce_special_glyphs): Mirror the backslash continuation
8476 character in R2L lines.
8477
8478 Implement display of R2L paragraphs in GUI sessions.
8479
8480 * xdisp.c [HAVE_WINDOW_SYSTEM]: Add prototype for
8481 append_stretch_glyph.
8482 (set_cursor_from_row) <cursor_x>: Remove unused variable.
8483 Fix off-by-one error in computing x at end of text in the row.
8484 (append_stretch_glyph): In reversed row, prepend the glyph rather
8485 than append it. Set resolved_level and bidi_type of the glyph.
8486 (extend_face_to_end_of_line): If the row is reversed, prepend a
8487 stretch glyph whose width is such that the rightmost glyph will be
8488 drawn at the right margin of the window. Fix off-by-one error on
8489 TTY frames in testing whether a line needs face extension.
8490 Fix face extension at ZV. If this is the last glyph row, use
8491 DEFAULT_FACE_ID, to avoid painting the rest of the window with the
8492 region face.
8493 (set_cursor_from_row, display_line):
8494 Use MATRIX_ROW_CONTINUATION_LINE_P instead of testing value of
8495 row->continuation_lines_width.
8496 (next_element_from_buffer): Don't call bidi_paragraph_init if we
8497 are at ZV. Fixes a crash when reseated to ZV by
8498 try_window_reusing_current_matrix.
8499 (display_and_set_cursor, erase_phys_cursor): Handle negative HPOS,
8500 which happens with R2L glyph rows. Fixes a crash when inserting a
8501 character at end of an R2L line.
8502 (set_cursor_from_row): Don't be fooled by truncated rows: don't
8503 treat them as having zero-width characters. Improve comments.
8504 Don't reverse pos_before and pos_after for reversed glyph rows.
8505 Set cursor.x to negative value when the cursor might be on the
8506 left fringe.
8507 (IT_OVERFLOW_NEWLINE_INTO_FRINGE): For R2L lines, consider the
8508 left fringe, not the right one.
8509 (notice_overwritten_cursor, draw_phys_cursor_glyph)
8510 (erase_phys_cursor): For reversed cursor_row, support cursor on
8511 the left fringe.
8512
8513 * fringe.c (update_window_fringes): For R2L rows, swap the bitmaps
8514 of continuation indicators on the fringes.
8515 (draw_fringe_bitmap): For reversed glyph rows, allow cursor on the
8516 left fringe.
8517
8518 * w32term.c (w32_draw_window_cursor): For reversed glyph rows,
8519 draw cursor on the left fringe.
8520
8521 * xterm.c (x_draw_window_cursor): For reversed glyph rows, draw
8522 cursor on the left fringe.
8523
8524 * dispnew.c (update_text_area): Handle reversed desired rows when
8525 the cursor is on the left fringe.
8526 (set_window_cursor_after_update): Limit cursor's hpos by -1 from
8527 below, not by 0, for when the cursor is on the left fringe.
8528
8529 2010-04-20 Jan Djärv <jan.h.d@swipnet.se>
8530
8531 * gtkutil.c (xg_event_is_for_scrollbar): Check if grabbed
8532 widget is a scrollbar.
8533
8534 2010-04-20 Kenichi Handa <handa@m17n.org>
8535
8536 * charset.c (char_charset): Consider Vcharset_non_preferred_head
8537 only when the arg CHARSET_LIST is nil.
8538
8539 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
8540
8541 Make variable forwarding explicit rather the using special values.
8542 Basically, this makes the structure of buffer-local values and object
8543 forwarding explicit in the type of Lisp_Symbols rather than use
8544 special Lisp_Objects for that. This tends to lead to slightly more
8545 verbose code, but is more C-like, simpler, and makes it easier to make
8546 sure we handled all cases, among other things by letting the compiler
8547 help us check it.
8548 * lisp.h (enum Lisp_Misc_Type, union Lisp_Misc):
8549 Removing forwarding objects.
8550 (enum Lisp_Fwd_Type, enum symbol_redirect, union Lisp_Fwd): New types.
8551 (struct Lisp_Symbol): Make the various forms of variable-forwarding
8552 explicit rather than hiding them inside Lisp_Object "values".
8553 (XFWDTYPE): New macro.
8554 (XINTFWD, XBOOLFWD, XOBJFWD, XKBOARD_OBJFWD): Redefine.
8555 (XBUFFER_LOCAL_VALUE): Remove.
8556 (SYMBOL_VAL, SYMBOL_ALIAS, SYMBOL_BLV, SYMBOL_FWD, SET_SYMBOL_VAL)
8557 (SET_SYMBOL_ALIAS, SET_SYMBOL_BLV, SET_SYMBOL_FWD): New macros.
8558 (SYMBOL_VALUE, SET_SYMBOL_VALUE): Remove.
8559 (struct Lisp_Intfwd, struct Lisp_Boolfwd, struct Lisp_Objfwd)
8560 (struct Lisp_Buffer_Objfwd, struct Lisp_Kboard_Objfwd):
8561 Remove the Lisp_Misc_* header.
8562 (struct Lisp_Buffer_Local_Value): Redefine.
8563 (BLV_FOUND, SET_BLV_FOUND, BLV_VALUE, SET_BLV_VALUE): New macros.
8564 (struct Lisp_Misc_Any): Add filler to get the right size.
8565 (struct Lisp_Free): Use struct Lisp_Misc_Any rather than struct
8566 Lisp_Intfwd.
8567 (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL, DEFVAR_INT)
8568 (DEFVAR_KBOARD): Allocate a forwarding object.
8569 * data.c (do_blv_forwarding, store_blv_forwarding): New macros.
8570 (let_shadows_global_binding_p): New function.
8571 (union Lisp_Val_Fwd): New type.
8572 (make_blv): New function.
8573 (swap_in_symval_forwarding, indirect_variable, do_symval_forwarding)
8574 (store_symval_forwarding, swap_in_global_binding, Fboundp)
8575 (swap_in_symval_forwarding, find_symbol_value, Fset)
8576 (let_shadows_buffer_binding_p, set_internal, default_value)
8577 (Fset_default, Fmake_variable_buffer_local, Fmake_local_variable)
8578 (Fkill_local_variable, Fmake_variable_frame_local)
8579 (Flocal_variable_p, Flocal_variable_if_set_p)
8580 (Fvariable_binding_locus):
8581 * xdisp.c (select_frame_for_redisplay):
8582 * lread.c (Fintern, Funintern, init_obarray, defvar_int)
8583 (defvar_bool, defvar_lisp_nopro, defvar_lisp, defvar_kboard):
8584 * frame.c (store_frame_param):
8585 * eval.c (Fdefvaralias, Fuser_variable_p, specbind, unbind_to):
8586 * bytecode.c (Fbyte_code) <varref, varset>: Adapt to the new symbol
8587 value structure.
8588 * buffer.c (PER_BUFFER_SYMBOL): Move from buffer.h.
8589 (clone_per_buffer_values): Only adjust markers into the current buffer.
8590 (reset_buffer_local_variables): PER_BUFFER_IDX is never -2.
8591 (Fbuffer_local_value, set_buffer_internal_1)
8592 (swap_out_buffer_local_variables):
8593 Adapt to the new symbol value structure.
8594 (DEFVAR_PER_BUFFER): Allocate a Lisp_Buffer_Objfwd object.
8595 (defvar_per_buffer): Take a new arg for the fwd object.
8596 (buffer_lisp_local_variables): Return a proper alist (different fix
8597 for bug#4138).
8598 * alloc.c (Fmake_symbol): Use SET_SYMBOL_VAL.
8599 (Fgarbage_collect): Don't handle buffer_defaults specially.
8600 (mark_object): Handle new symbol value structure rather than the old
8601 special Lisp_Misc_* objects.
8602 (gc_sweep) <symbols>: Free also the buffer-local-value objects.
8603 * term.c (set_tty_color_mode):
8604 * bidi.c (bidi_initialize): Don't access the ->value field directly.
8605 * buffer.h (PER_BUFFER_VAR_OFFSET): Don't bother with
8606 a buffer_local_flags.
8607 * print.c (print_object): Get rid of impossible forwarding objects.
8608
8609 2010-04-19 Eli Zaretskii <eliz@gnu.org>
8610
8611 * bidi.c (bidi_get_type, bidi_get_category)
8612 (bidi_at_paragraph_end, bidi_resolve_weak, bidi_resolve_neutral)
8613 (bidi_type_of_next_char, bidi_level_of_next_char):
8614 Declare static. Use `INLINE' rather than `inline'.
8615
8616 2010-04-19 Juanma Barranquero <lekktu@gmail.com>
8617
8618 * dired.c (Ffile_attributes): Fix typo in docstring.
8619
8620 2010-04-19 Adrian Robert <Adrian.B.Robert@gmail.com>
8621
8622 * nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as
8623 NSInteger (Bug#5811).
8624
8625 2010-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8626
8627 * s/darwin.h (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF)
8628 (PTY_OPEN): New defines. Use openpty (Bug#726, Bug#5819).
8629
8630 2010-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8631
8632 * frame.h (FRAME_LINE_TO_PIXEL_Y): Add missing parenthesis.
8633
8634 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
8635
8636 * xdisp.c (prepare_menu_bars): Don't call ns_set_doc_edited for
8637 terminal frames (Bug#5837).
8638
8639 2010-04-19 Eli Zaretskii <eliz@gnu.org>
8640
8641 * .gdbinit (xsubchartable): New command.
8642
8643 2010-04-19 Eli Zaretskii <eliz@gnu.org>
8644
8645 * xdisp.c (display_line): Don't write beyond the last glyph row in
8646 the desired matrix. Fixes a crash in "emacs -nw" (bug#5972), see
8647 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00075.html
8648 and
8649 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00213.html
8650
8651 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
8652
8653 * alloc.c (Fpurecopy): Hash-cons if requested.
8654 (syms_of_alloc): Update purify-flag docstring.
8655
8656 2010-04-18 Jan Djärv <jan.h.d@swipnet.se>
8657
8658 * gtkutil.c (xg_set_geometry): Set size in geometry string also.
8659 (x_wm_set_size_hint): Set USER_POS in hint_flags (Bug#5968).
8660
8661 2010-04-17 Eli Zaretskii <eliz@gnu.org>
8662
8663 Fix a crash when an NSM character is inserted at BEGV.
8664
8665 * bidi.c (bidi_init_it): Fix initialization of bidi_it->prev.
8666 (bidi_resolve_weak): Don't use prev.type_after_w1 if it is
8667 NEUTRAL_B or UNKNOWN_BT.
8668
8669 2010-04-16 Eli Zaretskii <eliz@gnu.org>
8670
8671 * xdisp.c (set_cursor_from_row): Don't consider possibility of
8672 other rows with cursor unless they are different from this row and
8673 this row is part of a continued line. (Bug#5943)
8674
8675 2010-04-16 Dan Nicolaescu <dann@ics.uci.edu>
8676
8677 * s/freebsd.h: Restore osreldate.h include.
8678 Suggested by Naohiro Aota.
8679
8680 2010-04-16 Jan Djärv <jan.h.d@swipnet.se>
8681
8682 * xmenu.c (apply_systemfont_to_menu): *childs was incorrectly used.
8683
8684 2010-04-16 Ken Brown <kbrown@cornell.edu> (tiny change)
8685
8686 * s/cygwin.h: Avoid linking against static libgcc.
8687
8688 2010-04-15 Juri Linkov <juri@jurta.org>
8689
8690 * window.c: Add Qscroll_command.
8691 Remove Vscroll_preserve_screen_position_commands.
8692 (window_scroll_pixel_based, window_scroll_line_based): Check the
8693 `scroll-command' property on the last command instead of searching
8694 the last command in Vscroll_preserve_screen_position_commands.
8695 (syms_of_window): Initialize and staticpro `Qscroll_command'.
8696 Put Qscroll_command property on Qscroll_up and Qscroll_down.
8697 (scroll-preserve-screen-position): Doc fix.
8698 (Vscroll_preserve_screen_position_commands): Remove variable.
8699
8700 2010-04-15 Dan Nicolaescu <dann@ics.uci.edu>
8701
8702 * xdisp.c (message): Do not use NO_ARG_ARRAY.
8703
8704 2010-04-14 Dan Nicolaescu <dann@ics.uci.edu>
8705
8706 Reduce cpp use in Makefile.in.
8707 * Makefile.in (DBUS_CFLAGS, DBUS_LIBS, GCONF_CFLAGS, GCONF_LIBS)
8708 (LIBSOUND, CFLAGS_SOUND, RSVG_LIBS, RSVG_CFLAGS, INTERVALS_H)
8709 (GETLOADAVG_LIBS, RUN_TEMACS): Move to the autoconf section.
8710 (ORDINARY_LINK): Remove, defined in src/s/gnu.h.
8711 (CRT0_COMPILE): Remove, inline it in the only user.
8712
8713 2010-04-14 Juri Linkov <juri@jurta.org>
8714
8715 * window.c (keys_of_window): Rebind `C-v' from `scroll-up' to
8716 `scroll-up-command' and `M-v' from `scroll-down' to
8717 `scroll-down-command'.
8718
8719 2010-04-14 Juri Linkov <juri@jurta.org>
8720
8721 * window.c (Vscroll_preserve_screen_position_commands): New variable
8722 with the default value as the list of Qscroll_down and Qscroll_up.
8723 (window_scroll_pixel_based, window_scroll_line_based): Search the
8724 last command in the list Vscroll_preserve_screen_position_commands
8725 instead of comparing with Qscroll_up and Qscroll_down.
8726
8727 2010-04-13 Jan Djärv <jan.h.d@swipnet.se>
8728
8729 * gtkutil.c (xg_set_geometry): Set geometry for PPosition also.
8730 (x_wm_set_size_hint): Dont set position flags, gtk_window_parse_geometry
8731 does that.
8732
8733 * xfns.c (Fx_create_frame, x_create_tip_frame): Set default border width
8734 to zero.
8735
8736 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
8737
8738 * term.c (init_tty): Move common text outside of #ifdef TERMINFO.
8739
8740 Try to solve the problem of spurious EOF chars in long lines of text
8741 sent to interactive subprocesses.
8742 * sysdep.c (child_setup_tty): Do not enable ICANON any more.
8743 (system_process_attributes): Remove unused var `ttotal'.
8744 * process.c (send_process): Don't bother breaking long line with EOF
8745 chars when talking to ttys any more.
8746 (wait_reading_process_output): Output a warning when called in such
8747 a way that it could block without being interruptible.
8748
8749 Try to detect file modification within the same second.
8750 * buffer.h (struct buffer): New field modtime_size.
8751 * buffer.c (reset_buffer): Initialize it.
8752 * fileio.c (Finsert_file_contents, Fwrite_region): Set it.
8753 (Fverify_visited_file_modtime): Check it.
8754 (Fclear_visited_file_modtime, Fset_visited_file_modtime): Clear it.
8755 (Fset_visited_file_modtime): Set (or clear) it.
8756
8757 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
8758
8759 * process.c (status_notify): Remove unused var `ro'.
8760
8761 2010-04-12 Jan Djärv <jan.h.d@swipnet.se>
8762
8763 * xfns.c (select_visual): Don't call error if XGetVisualInfo returns
8764 more than one visual (Bug#5938).
8765
8766 2010-04-12 Dan Nicolaescu <dann@ics.uci.edu>
8767
8768 * Makefile.in (C_SWITCH_SYSTEM,C_SWITCH_MACHINE,C_SWITCH_X_SITE):
8769 Undefine.
8770
8771 2010-04-11 Dan Nicolaescu <dann@ics.uci.edu>
8772
8773 Remove C_SWITCH_SYSTEM_TEMACS.
8774 * s/darwin.h (C_SWITCH_SYSTEM_TEMACS): Remove.
8775 (malloc, realloc, free): Use emacs, not temacs for conditional
8776 definition.
8777
8778 * Makefile.in (C_SWITCH_SYSTEM_TEMACS): Remove.
8779 (ALL_CFLAGS): Do not use C_SWITCH_SYSTEM_TEMACS.
8780
8781 Use autoconf, not cpp for some variables.
8782 * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE)
8783 (C_SWITCH_X_SITE): Define using autoconf, not cpp.
8784 (ALL_CFLAGS): Use them as make variables.
8785 (really-lwlib, really-oldXMenu): Do not pass them.
8786
8787 2010-04-11 Jan Djärv <jan.h.d@swipnet.se>
8788
8789 * xmenu.c (apply_systemfont_to_dialog): New.
8790 (create_and_show_dialog): Call apply_systemfont_to_dialog if HAVE_XFT.
8791
8792 2010-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
8793
8794 * process.c (exec_sentinel): Preserve current-buffer.
8795
8796 * process.c (read_process_output): Move the save-current-buffer to
8797 apply to both the filter and the non-filter branches.
8798
8799 2010-04-10 Dan Nicolaescu <dann@ics.uci.edu>
8800
8801 * s/msdos.h (UNEXEC): New definition.
8802
8803 2010-04-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8804
8805 * dispextern.h (TRY_WINDOW_CHECK_MARGINS)
8806 (TRY_WINDOW_IGNORE_FONTS_CHANGE): New defines.
8807
8808 * xdisp.c (try_window): Change arg from CHECK_MARGINS to FLAGS.
8809 Don't abort with fonts change if TRY_WINDOW_IGNORE_FONTS_CHANGE is
8810 set in FLAGS. Callers with non-zero CHECK_MARGINS changed to use
8811 TRY_WINDOW_CHECK_MARGINS.
8812
8813 * xfns.c (Fx_show_tip): Undo last change. Call try_window with
8814 TRY_WINDOW_IGNORE_FONTS_CHANGE (Bug#2423). Subtract last glyph's
8815 width only when it is for padding.
8816
8817 2010-04-09 Jan Djärv <jan.h.d@swipnet.se>
8818
8819 * xfns.c (Fx_show_tip): Call try_window in a loop until
8820 fonts_changed_p is zero (Bug#2423).
8821
8822 2010-04-08 Eli Zaretskii <eliz@gnu.org>
8823
8824 * xdisp.c (set_cursor_from_row): Don't dereference glyphs beyond
8825 the end of TEXT_AREA. (Bug#5856)
8826
8827 2010-04-08 Jan Djärv <jan.h.d@swipnet.se>
8828
8829 * xsettings.c (XSETTINGS_FONT_NAME): Move XSETTINGS_FONT_NAME out of
8830 HAVE_GCONF.
8831
8832 2010-04-08 Eli Zaretskii <eliz@gnu.org>
8833
8834 * bidi.c (bidi_resolve_weak): Use prev.type_after_w1, instead of
8835 prev.orig_type, for resolving type of NSM. (Bug#5858)
8836
8837 2010-04-08 Jan Djärv <jan.h.d@swipnet.se>
8838
8839 * xsettings.c (current_font, SYSTEM_FONT, XSETTINGS_FONT_NAME): New.
8840 (parse_xft_settings): Also check for XSETTINGS_FONT_NAME and save that
8841 in current_font.
8842 (init_gconf): Read value of SYSTEM_FONT and save it in current_font.
8843 (Ffont_get_system_normal_font, xsettings_get_system_normal_font):
8844 New functions.
8845 (syms_of_xsettings): Initialize current_font.
8846 defsubr Sfont_get_system_normal_font.
8847
8848 * xsettings.h (Ffont_get_system_normal_font)
8849 (xsettings_get_system_normal_font): Declare.
8850
8851 * xfns.c (extern xlwmenu_default_font): Remove.
8852 (Fx_create_frame): Remove setting of xlwmenu_default_font, moved
8853 to xlwmenu.c.
8854
8855 * menu.c (digest_single_submenu): If USE_LUCID and HAVE_XFT, encode
8856 menu items in UTF-8.
8857
8858 * xmenu.c: include xsettings.h and xlwmenu.h if USE_LUCID.
8859 (apply_systemfont_to_menu): New function.
8860 (set_frame_menubar, create_and_show_popup_menu):
8861 Call apply_systemfont_to_menu.
8862
8863 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
8864
8865 * frame.h (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Don't use
8866 FRAME_LINE_TO_PIXEL_Y.
8867
8868 * xterm.c (x_set_window_size_1): Don't add border_width/height to
8869 pixelwidth/height.
8870
8871 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
8872
8873 Simplify code for HP machines.
8874 * m/hp800.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, NO_REMAP): Do not define
8875 for GNU_LINUX, not needed.
8876 (UNEXEC, NEED_BSDTTY): Move definitions...
8877 * s/hpux10-20.h (UNEXEC, NEED_BSDTTY): ... here.
8878
8879 * m/iris4d.h (UNEXEC): Move definition ...
8880 * s/irix6-5.h (UNEXEC): ... here.
8881
8882 2010-04-04 Jan Djärv <jan.h.d@swipnet.se>
8883
8884 * xfns.c (set_machine_and_pid_properties): New function.
8885 (Fx_create_frame): Call set_machine_and_pid_properties.
8886
8887 2010-04-03 Eli Zaretskii <eliz@gnu.org>
8888
8889 * bidi.c (bidi_resolve_explicit, bidi_level_of_next_char):
8890 Check bidi_it->bytepos against ZV_BYTE instead of bidi_it->ch against
8891 BIDI_EOB. Fixes infloop with vertical cursor motion at ZV.
8892
8893 * w32fns.c (x_create_tip_frame): Copy `parms' before we modify it
8894 in this function. (Bug#5703)
8895
8896 2010-04-03 Chong Yidong <cyd@stupidchicken.com>
8897
8898 * nsterm.h: Fix last change.
8899
8900 2010-04-03 Dan Nicolaescu <dann@ics.uci.edu>
8901
8902 * m/intel386.h (NO_REMAP): Move definition ...
8903 * s/msdos.h (NO_REMAP): ... here.
8904
8905 * m/vax.h (CRT0_DUMMIES): Remove, unused.
8906
8907 * ecrt0.c: Remove MSDOS, m68k and __sparc__ conditionals, file not
8908 used on those platforms.
8909
8910 2010-04-02 Dan Nicolaescu <dann@ics.uci.edu>
8911
8912 Remove extern errno declarations.
8913 * xterm.c:
8914 * xrdb.c:
8915 * w32term.c:
8916 * unexec.c:
8917 * unexaix.c:
8918 * sysdep.c:
8919 * process.c:
8920 * lread.c:
8921 * keyboard.c:
8922 * floatfns.c:
8923 * filelock.c:
8924 * fileio.c:
8925 * emacs.c (main):
8926 * ecrt0.c:
8927 * dispnew.c:
8928 * callproc.c:
8929 * buffer.c: Remove errno extern declarations.
8930 * s/netbsd.h (NEED_ERRNO): Remove.
8931
8932 2010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
8933
8934 Remove all uses of LIBX11_SYSTEM.
8935 * Makefile.in (LIBX11_SYSTEM): Remove.
8936 * s/msdos.h (LIBX11_SYSTEM): Do not define, define LIBS_SYSTEM
8937 instead.
8938
8939 2010-04-01 Eli Zaretskii <eliz@gnu.org>
8940
8941 Remove support for DJGPP v1.x (bug#5813).
8942
8943 * w16select.c (__dpmi_int): Remove DJGPP v1.x compatibility.
8944 * s/msdos.h:
8945 * unexec.c (make_hdr, copy_text_and_data):
8946 * sysdep.c (wait_for_termination, sys_subshell):
8947 * msdos.c (dos_set_window_size, msdos_set_cursor_shape)
8948 (IT_set_terminal_modes, __write, _rename, gethostname)
8949 (gettimeofday, alarm, fork, kill, dos_ttraw, dos_ttcooked)
8950 (run_msdos_command, abort): Remove DJGPP v1.x code and tests of
8951 the value of __DJGPP__.
8952 (nice, pause, sigsetmask, sigblock): Remove DJGPP v1.x
8953 compatibility code.
8954 * lread.c:
8955 * gmalloc.c (memalign):
8956 * fileio.c (Fcopy_file, check_executable, Ffile_modes):
8957 * emacs.c (main):
8958 * dosfns.c (init_dosfns):
8959 * dired.c (file_name_completion_stat): Remove tests of __DJGPP__.
8960
8961 2010-04-01 Eli Zaretskii <eliz@gnu.org>
8962
8963 * xdisp.c (set_cursor_from_row): Fix cursor positioning when the
8964 string with `cursor' property comes from an `after-string'
8965 overlay. (Bug#5816)
8966
8967 2010-04-01 Glenn Morris <rgm@gnu.org>
8968
8969 * Makefile.in (LIBTIFF, LIBJPEG, LIBPNG, LIBGIF, LIBXPM, XFT_LIBS):
8970 Define as Makefile variables.
8971 (LIBX): Use above variables rather than directly using autoconf.
8972
8973 2010-03-31 Dan Nicolaescu <dann@ics.uci.edu>
8974
8975 Clean up BSD_SYSTEM use.
8976 * xterm.c:
8977 * process.c:
8978 * emacs.c: Use HAVE_SYS_IOCTL_H instead of BSD_SYSTEM as a guard
8979 for including <sys/ioctl.h>.
8980 * sysdep.c (wait_without_blocking): Remove BSD_SYSTEM case, this
8981 code is only used for MSDOS.
8982
8983 2010-03-31 Juri Linkov <juri@jurta.org>
8984
8985 * image.c: Add `Qextension_data'.
8986 (syms_of_image): Initialize and staticpro `Qextension_data'.
8987 (Fimage_metadata): Rename from `Fimage_extension_data'.
8988 (gif_load): Put GIF extension data to the property
8989 `Qextension_data'.
8990
8991 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
8992
8993 * nsfns.m (ns_set_doc_edited): Remove unused arg OLDVAL.
8994 * nsterm.h: Fix prototype.
8995
8996 2010-03-31 Eli Zaretskii <eliz@gnu.org>
8997
8998 * xdisp.c (highlight_trailing_whitespace): Support highlight of
8999 trailing whitespace in right-to-left rows.
9000
9001 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
9002
9003 Get rid of the direct_output optimizations.
9004 * keyboard.c (nonundocount): Remove extern declaration.
9005 (command_loop_1): Remove brittle optimisation for cheap and
9006 common operations.
9007 * xdisp.c (redisplay_internal): Don't bother checking
9008 redisplay_performed_directly_p any more.
9009 * sysdep.c (init_sys_modes): Don't call direct_output_forward_char
9010 any more.
9011 * dispnew.c (redisplay_performed_directly_p)
9012 (direct_output_for_insert, direct_output_forward_char):
9013 * dispextern.h (redisplay_performed_directly_p)
9014 (direct_output_for_insert, direct_output_forward_char): Remove.
9015 * cmds.c (nonundocount): Make it static.
9016
9017 2010-03-31 Bernhard Herzog <bh@intevation.de> (tiny change)
9018
9019 * menu.c (Fx_popup_menu): Use last_event_timestamp (Bug#4930).
9020
9021 2010-03-31 Jan Djärv <jan.h.d@swipnet.se>
9022
9023 * xdisp.c (note_mouse_highlight): Don't do highlight if pointer is
9024 invisible (Bug#5766).
9025
9026 2010-03-31 Adrian Robert <adrian.b.robert@gmail.com>
9027
9028 * xdisp.c (x_consider_frame_title, update_window_cursor):
9029 Remove HAVE_NS conditionals.
9030 (prepare_menu_bars) [HAVE_NS]: Call ns_set_doc_edited.
9031
9032 * nsfns.m (x_implicitly_set_name): If frame-title-format is t, use
9033 filename for the title.
9034 (ns_set_doc_edited): Do nothing if the selected window is a
9035 minibuffer window.
9036
9037 * nsterm.h: Add prototypes for ns_set_name_as_filename and
9038 ns_set_doc_edited.
9039
9040 * nsterm.m: Remove unneeded prototype.
9041
9042 2010-03-31 Glenn Morris <rgm@gnu.org>
9043
9044 * Makefile.in (SOME_MACHINE_OBJECTS): Ensure dbus stuff is always
9045 in the DOC file. (Bug#5336)
9046
9047 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
9048
9049 * xdisp.c (pos_visible_p): Revert 2008-01-25 change (Bug#5730).
9050
9051 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
9052
9053 * window.c (keys_of_window): Remove redundant/overridden bindings.
9054
9055 2010-03-30 Eli Zaretskii <eliz@gnu.org>
9056
9057 * xdisp.c (BUFFER_POS_REACHED_P, move_it_in_display_line_to):
9058 Restore original behavior when the iterator is not bidi_p.
9059
9060 2010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
9061
9062 * xdisp.c (syms_of_xdisp): Use intern_c_string instead of intern.
9063
9064 2010-03-30 Eli Zaretskii <eliz@gnu.org>
9065
9066 * bidi.c (bidi_cache_iterator_state): Invalidate the cache if we
9067 are outside the range of cached character positions.
9068
9069 2010-03-30 Juanma Barranquero <lekktu@gmail.com>
9070
9071 * makefile.w32-in ($(BLD)/bidi.$(O)): Add dependency on w32gui.h.
9072
9073 2010-03-30 Eli Zaretskii <eliz@gnu.org>
9074
9075 Initial support for bidirectional editing.
9076
9077 * Makefile.in (obj): Include bidi.o.
9078 (bidi.o): New target.
9079
9080 * makefile.w32-in (OBJ1): Add $(BLD)/bidi.$(O).
9081 ($(BLD)/bidi.$(O)): New target.
9082
9083 * bidi.c: New file.
9084
9085 * buffer.h (struct buffer): New members bidi_display_reordering
9086 and bidi_paragraph_direction.
9087
9088 * buffer.c (init_buffer_once): Initialize bidi_display_reordering
9089 and bidi_paragraph_direction.
9090 (syms_of_buffer): Declare Lisp variables bidi-display-reordering
9091 and bidi-paragraph-direction.
9092 (Fbuffer_swap_text): Swap the values of
9093 bidi_display_reordering and bidi_paragraph_direction.
9094
9095 * dispextern.h (BIDI_MAXLEVEL, BIDI_AT_BASE_LEVEL): New macros.
9096 (bidi_type_t, bidi_dir_t): New types.
9097 (bidi_saved_info, bidi_stack, bidi_it): New structures.
9098 (struct it): New members bidi_p, bidi_it, paragraph_embedding,
9099 prev_stop, base_level_stop, and eol_pos.
9100 (bidi_init_it, bidi_get_next_char_visually): New prototypes.
9101 (IT_STACK_SIZE): Enlarge to 5.
9102 (struct glyph_row): New member reversed_p.
9103 <string_buffer_position>: Update prototype.
9104 (PRODUCE_GLYPHS): Set the reversed_p flag in the iterator's
9105 glyph_row if bidi_it.paragraph_dir == R2L.
9106 (struct glyph): New members resolved_level and bidi_type.
9107
9108 * dispnew.c (direct_output_forward_char): Give up if we need bidi
9109 processing or buffer's direction is right-to-left.
9110 (prepare_desired_row): Preserve the reversed_p flag.
9111 (row_equal_p): Compare the reversed_p attributes as well.
9112
9113 * xdisp.c (init_iterator): Initialize it->bidi_p.
9114 Call bidi_init_it and set it->paragraph_embedding from the current
9115 buffer's value of bidi_paragraph_direction.
9116 (reseat_1): Initialize bidi_it.first_elt.
9117 (set_iterator_to_next, next_element_from_buffer): Use the value of
9118 paragraph_embedding to determine the paragraph direction.
9119 (set_iterator_to_next): Under bidi reordering, call
9120 bidi_get_next_char_visually. Call bidi_paragraph_init if the
9121 new_paragraph flag is set in the bidi iterator.
9122 (next_element_from_buffer): If bidi_it.first_elt is set,
9123 initialize paragraph direction and find the first character to
9124 display in the visual order. If reseated to a middle of a line,
9125 prime the bidi iterator starting at the line's beginning.
9126 Handle the situation where we overstepped stop_charpos due to
9127 non-linearity of the bidi iteration. Likewise for when we back up
9128 beyond the previous stop_charpos. When moving across stop_charpos,
9129 record it in prev_stop.
9130 (display_line): Set row->end and it->start for the next row to the
9131 next character in logical order. Always extend reversed_p rows to
9132 the end of line, even if they end at ZV. Copy the reversed_p flag
9133 to the next glyph row. Keep calling set_cursor_from_row for
9134 bidi-reordered rows even if we already have a possible candidate
9135 for cursor position. Set row_end after all the row's glyphs have
9136 been produced, by looping over the glyphs. Record the position
9137 after EOL in it->eol_pos, and use it to set end_pos of the last
9138 row produced for a continued line.
9139 <Qright_to_left, Qleft_to_right>: New variables.
9140 (syms_of_xdisp): Initialize and staticpro them.
9141 (string_buffer_position_lim): New function.
9142 (string_buffer_position): Most of code moved to
9143 string_buffer_position_lim. Last argument and return value are
9144 now EMACS_INT; all callers changed.
9145 (set_cursor_from_row): Rewritten to support bidirectional text and
9146 reversed glyph rows.
9147 (text_outside_line_unchanged_p, try_window_id):
9148 Disable optimizations if we are reordering bidirectional text and the
9149 paragraph direction can be affected by the change.
9150 (append_glyph, append_composite_glyph)
9151 (produce_image_glyph, append_stretch_glyph): Set the
9152 resolved_level and bidi_type members of each glyph.
9153 (append_glyph): If the glyph row is reversed, prepend the glyph
9154 rather than appending it.
9155 (handle_stop_backwards): New function.
9156 (reseat_1, pop_it, push_it): Set prev_stop and base_level_stop.
9157 (reseat): call handle_stop_backwards to recompute prev_stop and
9158 base_level_stop for the new position.
9159 (handle_invisible_prop): Under bidi iteration, skip invisible text
9160 using bidi_get_next_char_visually. If we are `reseat'ed, init the
9161 paragraph direction. Update IT->prev_stop after skipping
9162 invisible text.
9163 (move_it_in_display_line_to): New variables prev_method
9164 and prev_pos. Compare for strict equality in
9165 BUFFER_POS_REACHED_P.
9166 (try_cursor_movement): Examine all the candidate rows that occlude
9167 point, to return the best match. If rows are bidi-reordered
9168 and point moved backwards, back up to the row that is not a
9169 continuation line, and start looking for a suitable row from
9170 there.
9171
9172 * term.c (append_glyph): Reverse glyphs by pre-pending them,
9173 rather than appending, if the glyph_row's reversed_p flag is set.
9174 Set the resolved_level and bidi_type members of each glyph.
9175
9176 * .gdbinit (pbiditype): New command.
9177 (pgx): Use it to display bidi level and type of the glyph.
9178 (pitx): Display some bidi information about the iterator.
9179 (prowlims, pmtxrows): New commands.
9180
9181 2010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
9182
9183 Remove all uses of C_DEBUG_SWITCH and LIBS_DEBUG.
9184 * s/usg5-4.h (LIBS_DEBUG):
9185 * s/irix6-5.h (C_DEBUG_SWITCH):
9186 * s/gnu-linux.h (LIBS_DEBUG):
9187 * s/darwin.h (LIBS_DEBUG):
9188 * s/bsd-common.h (LIBS_DEBUG):
9189 * s/aix4-2.h (LIBS_DEBUG, C_DEBUG_SWITCH):
9190 * m/iris4d.h (LIBS_DEBUG):
9191 * m/hp800.h (LIBS_DEBUG): Remove definitions.
9192
9193 * Makefile.in (LIBES): Remove reference to LIBS_DEBUG.
9194 (LIBS_DEBUG): Remove definition.
9195
9196 2010-03-27 Chong Yidong <cyd@stupidchicken.com>
9197
9198 * process.c (Fmake_network_process): Don't apply Bug#5173 fix for
9199 Windows.
9200
9201 2010-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9202
9203 * process.c (Fmake_network_process): Don't call turn_on_atimers around
9204 `connect' (Bug#5723).
9205
9206 2010-03-25 Helmut Eller <eller.helmut@gmail.com>
9207
9208 * process.c (Fmake_network_process): Call `select' for interrupted
9209 `connect' rather than creating new socket (Bug#5173).
9210
9211 2010-03-24 Jan Djärv <jan.h.d@swipnet.se>
9212
9213 * frame.c (x_get_arg): Handle RES_TYPE_BOOLEAN_NUMBER (bug #5736).
9214
9215 * xfns.c (Fx_create_frame): Make menuBar a RES_TYPE_BOOLEAN_NUMBER.
9216
9217 * dispextern.h (resource_types): RES_TYPE_BOOLEAN_NUMBER is new.
9218
9219 2010-03-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9220
9221 * xfns.c (Fx_create_frame) [USE_LUCID]: Add BLOCK_INPUT around
9222 XLoadQueryFont.
9223
9224 2010-03-24 Kenichi Handa <handa@m17n.org>
9225
9226 * coding.c (decode_coding_ccl): Fix previous change for the
9227 multibyte case.
9228 (encode_coding_ccl): Don't setup ccl program here. Fix for the
9229 case that the output buffer is fullfilled.
9230 (encode_coding): Setup ccl program here.
9231
9232 2010-03-23 Dan Nicolaescu <dann@ics.uci.edu>
9233
9234 * s/gnu-linux.h (LIBS_SYSTEM): Remove, same as default.
9235
9236 Simplify LIBS_MACHINE definitions.
9237 * m/hp800.h (LIBS_MACHINE): Remove, same as default.
9238 * m/iris4d.h (LIBS_MACHINE): Likewise.
9239 * m/ibmrs6000.h (LIBS_MACHINE): Rename to LIBS_SYSTEM and move ...
9240 * s/aix4-2.h (LIBS_SYSTEM): ... here.
9241 * s/netbsd.h: Remove commented out code.
9242
9243 2010-03-22 Dan Nicolaescu <dann@ics.uci.edu>
9244
9245 Remove dead code dealing with POSIX_SIGNALS.
9246 * atimer.c (set_alarm): Remove dead code, all USG systems define
9247 POSIX_SIGNALS.
9248 * data.c (arith_error): Likewise.
9249 * keyboard.c (input_available_signal, handle_user_signal)
9250 (interrupt_signal): Likewise.
9251 * process.c (sigchld_handler): Likewise.
9252 (create_process): Remove if 0 code. Remove HPUX conditional when
9253 !defined (POSIX_SIGNALS), it cannot be true.
9254 * syssignal.h: Remove USG5_4 and USG conditionals when
9255 !POSIX_SIGNALS, they cannot be true.
9256
9257 * keyboard.c (Fset_input_interrupt_mode): Remove code depending on
9258 NO_SOCK_SIGIO, not used anymore.
9259
9260 2010-03-21 Dan Nicolaescu <dann@ics.uci.edu>
9261
9262 * m/vax.h (BSD_SYSTEM, BSD4_2): Remove conditionals, we only
9263 support vax on BSDs.
9264
9265 * m/ibmrs6000.h (ORDINARY_LINK): Move definition ...
9266 * s/aix4-2.h (ORDINARY_LINK): ... here.
9267
9268 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
9269
9270 * Makefile.in (abs_builddir): Define.
9271 (bootstrap_exe): Use it.
9272 (VPATH): Use $(srcdir) instead of @srcdir@.
9273
9274 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
9275
9276 * Makefile.in (bootstrap_exe): Use an absolute name.
9277
9278 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
9279
9280 Remove support for old GNU/Linux using libc version 5.
9281 * m/alpha.h (LINUX_SBRK_BUG): Remove definition.
9282 * emacs.c (main): Remove code depending on LINUX_SBRK_BUG.
9283
9284 Consolidate redundant definitions in s/bsd-common.h.
9285 * s/bsd-common.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
9286 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
9287 (LDAV_SYMBOL, KERNEL_FILE): Define (or undefine) here instead of
9288 doing it in all files that include this one.
9289 * s/gnu.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
9290 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
9291 (LDAV_SYMBOL, KERNEL_FILE): Remove.
9292 * s/freebsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
9293 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
9294 (LDAV_SYMBOL, KERNEL_FILE): Remove.
9295 * s/netbsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
9296 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
9297 (LDAV_SYMBOL, KERNEL_FILE): Remove.
9298
9299 Consolidate redundant definitions.
9300 * s/usg5-4.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not define,
9301 it's undefined in all files that include this one.
9302 (POSIX_SIGNALS): Define here instead of doing it in all files that
9303 include this one.
9304 * s/irix6-5.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
9305 (POSIX_SIGNALS): Do not define.
9306 * s/sol2-6.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
9307 (POSIX_SIGNALS): Do not define.
9308 * s/unixware.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
9309 (POSIX_SIGNALS): Do not define.
9310
9311 Remove support for old UNIX System V systems.
9312 * s/unixware.h: Add the contents of s/usg-5-4-2.h.
9313 * s/usg-5-4-2.h: Remove.
9314
9315 Remove support for Solaris on PPC and for old versions.
9316 * s/sol2-6.h: Add the contents of s/sol-2.3.h, s/sol-2.4.h, s/sol-2.5.h.
9317 (LD_SWITCH_SYSTEM, USE_MMAP_FOR_BUFFERS): Remove #defines/#undef
9318 that cancel each other.
9319 * s/sol2-3.h:
9320 * s/sol2-4.h:
9321 * s/sol2-5.h: Remove.
9322 * m/ibmrs6000.h: Remove code for USG5_4, this file is only used on AIX.
9323 (NO_REMAP): Remove, unused.
9324 (UNEXEC): Move definition ...
9325 * s/aix4-2.h (UNEXEC): ... here.
9326
9327 * s/openbsd.h: Remove support for non-ELF and for systems that do
9328 not support shared libraries.
9329 * s/netbsd.h:
9330 * s/freebsd.h: Likewise.
9331
9332 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
9333
9334 Remove non-working support for lynxos 3.0.
9335 * s/lynxos.h: Remove file.
9336
9337 * unexec.c (unexec, adjust_lnnoptrs): Do not depend on
9338 COFF_BSD_SYMBOLS, nothing defines it anymore.
9339
9340 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
9341
9342 Remove obsolete uses of HAVE_SHM.
9343 * emacs.c (standard_args):
9344 (Fdump_emacs):
9345 (syms_of_emacs): Remove code depending on HAVE_SHM.
9346
9347 * alloc.c: Remove HAVE_SHM dependent definition.
9348
9349 * Makefile.in (RUN_TEMACS): Do not depend on HAVE_SHM.
9350
9351 2010-03-18 Glenn Morris <rgm@gnu.org>
9352
9353 * emacs.c (USAGE4): Hard-code bug address.
9354 (REPORT_EMACS_BUG_ADDRESS, REPORT_EMACS_BUG_PRETEST_ADDRESS): Remove.
9355 (bug_reporting_address): Remove.
9356 (main): Don't call bug_reporting_address.
9357
9358 * Makefile.in (XFT_LIBS, LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF)
9359 (LIBGPM, LIBRESOLV): Set using autoconf rather than cpp.
9360
9361 2010-03-15 Chong Yidong <cyd@stupidchicken.com>
9362
9363 * xfns.c (Fx_create_frame):
9364 * frame.c (Vdefault_frame_scroll_bars): Put non-GTK X scroll-bars
9365 on left.
9366
9367 2010-03-13 Andreas Politz <politza@fh-trier.de> (tiny change)
9368
9369 * editfns.c (Fformat): Account for string precision when computing
9370 field width (Bug#5710).
9371
9372 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
9373
9374 * xfns.c (Fx_create_frame): Set default to Qright.
9375
9376 * frame.c (Vdefault_frame_scroll_bars): Set default to Qright for
9377 all window systems.
9378
9379 2010-03-12 Eli Zaretskii <eliz@gnu.org>
9380
9381 These changes remove termcap.c from the build on Posix platforms.
9382 * Makefile.in (termcapobj): Move termcap.o from here...
9383 (MSDOS_OBJ): ...to here.
9384 (termcapobj) [!LIBS_TERMCAP]: Remove specialized value, as it is
9385 now identical to when LIBS_TERMCAP is defined.
9386
9387 * term.c: Remove (ifdef'ed away) inclusion of termcap.h.
9388
9389 * cm.c: Remove (ifdef'ed away) inclusion of termcap.h.
9390
9391 * config.in: Regenerated. (See top-level ChangeLog.)
9392
9393 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
9394
9395 * Branch for 23.2.
9396
9397 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
9398
9399 Cleanup setup of gl_state in various parts of the code.
9400 * syntax.h (SETUP_BUFFER_SYNTAX_TABLE): New macro.
9401 (SETUP_SYNTAX_TABLE, SETUP_SYNTAX_TABLE_FOR_OBJECT):
9402 * syntax.c (find_defun_start, Fchar_syntax, Fmatching_paren)
9403 (skip_chars):
9404 * regex.c (regex_compile): Use it.
9405 (re_compile_pattern): Don't set gl_state.current_syntax_table since
9406 it's now set in regex_compile when/if we need it.
9407
9408 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
9409
9410 Make it possible to C-g in a tight bytecode loop again (bug#5680).
9411 * lisp.h (ELSE_PENDING_SIGNALS): New macro.
9412 (QUIT): Use it to consolidate code and remove redundancy.
9413 * bytecode.c (BYTE_CODE_QUIT): Use it as well.
9414
9415 * regex.c (regex_compile): Setup gl_state as well.
9416
9417 * syntax.c (skip_chars): Setup gl_state (bug#3823).
9418 (in_classes): Use CONSP before XCAR/XCDR.
9419
9420 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
9421
9422 * keymap.c (Fwhere_is_internal): Use Fequal to compare
9423 definitions, so that keyboard macros are correctly handled
9424 (Bug#5481).
9425
9426 2010-03-02 Eli Zaretskii <eliz@gnu.org>
9427
9428 * coding.c (decode_coding_emacs_mule): Fixup pointers to buffer
9429 text that could be relocated inside the call to emacs_mule_char.
9430 (emacs_mule_char): Use CODING_DECODE_CHAR instead of DECODE_CHAR.
9431 (CODING_DECODE_CHAR): Add a comment describing its purpose.
9432
9433 2010-03-02 Kenichi Handa <handa@m17n.org>
9434
9435 * character.c (parse_str_as_multibyte): Fix handling of the
9436 multibyte form of raw-bytes.
9437 (str_as_multibyte): Likewise.
9438
9439 * buffer.c (Fset_buffer_multibyte): Fix handling of the multibyte
9440 form of raw-bytes.
9441
9442 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
9443
9444 * charset.c (load_charset_map_from_file)
9445 (load_charset_map_from_vector): Zero out allocated
9446 charset_map_entries before using them.
9447
9448 2010-02-27 Andreas Schwab <schwab@linux-m68k.org>
9449
9450 * w32uniscribe.c (uniscribe_check_otf): Fix length check.
9451
9452 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
9453
9454 * font.c (font_parse_fcname): Recognize "Book", "Condensed",
9455 "Medium", and "Semi-Condensed" keywords in GTK names (Bug#5646).
9456
9457 2010-02-26 Kenichi Handa <handa@m17n.org>
9458
9459 * ftfont.c (ftfont_get_open_type_spec): Fix parsing of otf_spec.
9460
9461 * xdisp.c (reseat_to_string): Fix previous change.
9462
9463 2010-02-26 David Reitter <david.reitter@gmail.com>
9464
9465 * nsfont.m (nsfont_draw): ns_antialias_text should be a
9466 Lisp_Object (Bug#4736).
9467
9468 2010-02-25 Kenichi Handa <handa@m17n.org>
9469
9470 * xdisp.c (reseat_to_string): Fix previous change (bug#5609).
9471
9472 2010-02-24 Jan Djärv <jan.h.d@swipnet.se>
9473
9474 * xterm.c (XTflash): Move declarations before statements.
9475
9476 * gtkutil.c (xg_get_gdk_display): Remove (unused).
9477 (xg_get_pixbuf_from_pix_and_mask, xg_create_frame_widgets)
9478 (xg_toggle_notify_cb, xg_set_toolkit_scroll_bar_thumb)
9479 (xg_create_tool_bar): Remove unused variables.
9480 (x_wm_set_size_hint): Move declarations before statements.
9481 (xg_create_frame_widgets): Remove variable grav.
9482
9483 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
9484
9485 * m/arm.h: Define the LIB_GCC flag to be -lgcc_s (Bug#5518).
9486
9487 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
9488
9489 * term.c (fatal): Add a final \n if needed (bug#5596).
9490
9491 2010-02-18 Chong Yidong <cyd@stupidchicken.com>
9492
9493 * nsterm.m (ns_ring_bell): Revert last change (Bug#5569).
9494
9495 2010-02-18 Glenn Morris <rgm@gnu.org>
9496
9497 * callint.c (Finteractive): Doc fix.
9498
9499 2010-02-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
9500
9501 * coding.c (record_conversion_result):
9502 Handle CODING_RESULT_INSUFFICIENT_DST.
9503 (decode_coding_object): Record CODING_RESULT_INSUFFICIENT_MEM on
9504 memory allocation error.
9505
9506 2010-02-17 Kenichi Handa <handa@m17n.org>
9507
9508 * coding.c (decode_coding_ccl): Don't setup ccl program here.
9509 Fix for the case that the output buffer is fullfilled.
9510 (decode_coding): Setup ccl program here. Keep looping when the
9511 decoder stopped because the output buffer is
9512 fullfilled (bug#5534).
9513
9514 * ccl.c (ccl_driver): Never reset ic to CCL_HEADER_MAIN.
9515
9516 2010-02-13 Jan Djärv <jan.h.d@swipnet.se>
9517
9518 * xterm.c (x_clear_frame_area): Call gtk_widget_queue_draw if USE_GTK,
9519 bug #5571.
9520 (XTflash): Use Gdk-routines if USE_GTK so scroll bars don't get
9521 overdrawn.
9522
9523 2010-02-10 Jan Djärv <jan.h.d@swipnet.se>
9524
9525 * xsmfns.c (x_session_initialize): Move initialization of ice_fd and
9526 doing_interact here.
9527 (ice_connection_closed): New function.
9528 (x_session_check_input, smc_die_CB, ice_io_error_handler)
9529 (ice_conn_watch_CB, x_session_close): Call ice_connection_closed.
9530 (x_session_check_input): Call IceCloseConnection if IceProcessMessages
9531 returns I/O error.
9532 (ice_conn_watch_CB): Call add_keyboard_wait_descriptor on ice_fd,
9533 bug #5512.
9534
9535 2010-02-08 Francis Devereux <francis@devrx.org> (tiny change)
9536
9537 * nsfont.m (nsfont_open): The system's value for the font descent
9538 is negative, so round it down to avoid clipping.
9539
9540 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
9541
9542 * charset.c (load_charset_map_from_file)
9543 (load_charset_map_from_vector): Fix last change to use SAFE_ALLOCA
9544 instead of xmalloc (Bug#5526). Suggested by Vivek Dasmohapatra.
9545
9546 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
9547
9548 * charset.c (load_charset_map_from_file): Allocate large
9549 charset_map_entries structure on the heap rather than the stack.
9550 (Bug#5526).
9551
9552 2010-01-31 Kenichi Handa <handa@m17n.org>
9553
9554 * font.c (font_parse_xlfd): If FONT is a font-entity and pixel
9555 size in NAME is invalid, return -1 (Bug#5396).
9556
9557 2010-01-31 Chong Yidong <cyd@stupidchicken.com>
9558
9559 * nsterm.m (ns_defined_color): Block input. Suggested by Mike
9560 <deactivated@gmail.com> (Bug#3605).
9561
9562 2010-01-31 David De La Harpe Golden <david@harpegolden.net>
9563
9564 * fileio.c (Frename_file): Correctly rename symlinks to
9565 directories (Bug#5496).
9566
9567 2010-01-31 Filipe Cabecinhas <filcab@gmail.com> (tiny change)
9568
9569 * nsterm.m (ns_ring_bell): Handle visible bell like X.
9570
9571 2010-01-30 Andreas Schwab <schwab@linux-m68k.org>
9572
9573 * character.h (CHAR_PRINTABLE_P): Reparenthesize to avoid warning.
9574
9575 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
9576
9577 * frame.c (DEFAULT_ROWS): Change default to 35.
9578
9579 * xfns.c (x_default_font_parameter): Change default XFT font to
9580 monospace-10 (Bug#3643).
9581
9582 2010-01-29 Eli Zaretskii <eliz@gnu.org>
9583
9584 * w32inevt.c (key_event): Remove unnecessary comparison of
9585 event->uChar.AsciiChar with 128.
9586
9587 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
9588
9589 * fileio.c (Frename_file): Fix last change (Bug#5487).
9590
9591 * m/mips.h: Remove DATA_START. Suggested by Dan Nicolaescu.
9592
9593 * m/alpha.h: Don't define DATA_START on NetBSD (Bug#4629).
9594
9595 2010-01-28 Jan Djärv <jan.h.d@swipnet.se>
9596
9597 * xfns.c (Fx_create_frame): Remove window size matching code from
9598 2010-01-15.
9599 (x_get_current_desktop, x_get_desktop_workarea): Remove.
9600
9601 2010-01-27 Jason Rumney <jasonr@gnu.org>
9602
9603 * w32inevt.c (w32_kbd_patch_key): Save the unicode character.
9604 (key_event): Use unicode for characters 128 and higher (Bug#4567).
9605
9606 2010-01-27 Kenichi Handa <handa@m17n.org>
9607
9608 * regex.c (analyse_first): Fix setting of fastmap for unibyte
9609 pattern string (Bug#4209).
9610
9611 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
9612
9613 * fileio.c (Frename_file): Call copy-directory and
9614 delete-directory for directories, in order to handle cross-device
9615 renaming (Bug#3353).
9616
9617 2010-01-25 Jan Djärv <jan.h.d@swipnet.se>
9618
9619 * xfns.c (Fx_create_frame): If frame height is too big, try
9620 sizes 24 and 10. Bug #3643.
9621
9622 2010-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
9623
9624 Try and fix bug#788, hopefully for real this time.
9625 * keymap.c (shadow_lookup): Add `remap' arg.
9626 (describe_map, describe_vector): Update calls to shadow_lookup.
9627 (Fwhere_is_internal): Fix up handling of `remapped_sequences' and
9628 `remapped' so this flag is applicable to `sequence'. Be careful to
9629 perform remapping during shadow_lookup check of remapped_sequences.
9630
9631 2010-01-24 Eric Bélanger <snowmaniscool@gmail.com> (tiny change)
9632
9633 * image.c (png_load): Use png_sig_cmp instead of the obsolete
9634 png_check_sig, which has been removed in libpng 1.4.
9635
9636 2010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
9637
9638 * filelock.c: Include utmp.h only when HAVE_UTMP_H (FreeBSD 9.x
9639 lacks this header file).
9640
9641 2010-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9642
9643 * xdisp.c (draw_glyphs): Update `start' for left_overwritten case
9644 as in Emacs 22.
9645
9646 2010-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9647
9648 * lisp.h (make_pure_string): String pointer arg now points to const.
9649
9650 * alloc.c (find_string_data_in_pure, make_pure_string): String pointer
9651 args now point to const.
9652
9653 2010-01-22 Eli Zaretskii <eliz@gnu.org>
9654
9655 * lread.c (Fload): Don't treat files without .elc extension as
9656 byte-compiled if they are ``magic'', i.e. `openp' returned -2 for
9657 them. (bug#5303)
9658
9659 2010-01-20 Kenichi Handa <handa@m17n.org>
9660
9661 * coding.c (consume_chars): If ! multibyte and the encoder is ccl,
9662 treat the source as actual byte sequence.
9663
9664 2010-01-19 Alan Mackenzie <acm@muc.de>
9665
9666 Fix spurious before-change-functions invocation from (insert ?\n).
9667 * textprop.c (set_text_properties): Rename parameter
9668 `signal_after_change_p' to `coherent_change_p', and make the
9669 invocation of `modify_region' conditional on it.
9670
9671 2010-01-19 Jan Djärv <jan.h.d@swipnet.se>
9672
9673 * xsettings.c (apply_xft_settings): Save settings in Vxft_settings
9674 for debug purpose.
9675 (syms_of_xsettings): Declare xft-settings.
9676
9677 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
9678
9679 * editfns.c (Fcurrent_time_string): Doc fix (Bug#5408).
9680
9681 2010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
9682
9683 * xterm.c (event_handler_gdk): Block input (Bug#5037).
9684
9685 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
9686
9687 * emacs.c (standard_args): Adjust arg priorities to reflect how
9688 they are processed in startup.el.
9689
9690 2010-01-16 Andreas Schwab <schwab@linux-m68k.org>
9691
9692 * Makefile.in (lisp, shortlisp): Update.
9693
9694 2010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
9695
9696 * xterm.c (x_term_init): Instead of inhibiting GC while running Lisp
9697 code, link the new kboard into all_kboard before running Lisp code,
9698 and protect the new terminal with GCPRO (Bug#5365).
9699 (x_term_init): Remove unused var `atom'.
9700 (x_delete_display, x_delete_terminal): Remove unused var `i'.
9701
9702 2010-01-15 Jan Djärv <jan.h.d@swipnet.se>
9703
9704 * xfns.c (x_get_current_desktop, x_get_desktop_workarea): New functions.
9705 (Fx_create_frame): Call x_get_current_desktop and x_get_desktop_workarea
9706 to find out usable size of the desktop. Don't make frames larger than
9707 this. Bug #3643.
9708
9709 2010-01-15 Kenichi Handa <handa@m17n.org>
9710
9711 * xdisp.c (CHAR_COMPOSED_P): New arg END_CHARPOS. Callers changed.
9712
9713 2010-01-15 Chong Yidong <cyd@stupidchicken.com>
9714
9715 * nsterm.m (Qnone): Define.
9716
9717 * nsfns.m (Qnone): Move definition to nsterm.m.
9718
9719 2010-01-14 Kenichi Handa <handa@m17n.org>
9720
9721 * coding.c (detect_coding_iso_2022): Fix handling of euc-xx coding
9722 systems.
9723
9724 2010-01-14 Kenichi Handa <handa@m17n.org>
9725
9726 Make auto-composition work on all buffers even if they are
9727 fundamental mode.
9728
9729 * composite.c (Vauto_composition_mode): New variable.
9730 (composition_compute_stop_pos): Check Vauto_composition_mode
9731 instead of Vauto_composition_function.
9732 (composition_adjust_point, Ffind_composition_internal): Likewise.
9733 (syms_of_composite): Declare Lisp variable
9734 "auto-composition-mode" here.
9735
9736 2010-01-13 Chong Yidong <cyd@stupidchicken.com>
9737
9738 * xterm.c (x_term_init): Avoid garbage-collecting the new terminal
9739 during call to vendor-specific-keysyms (Bug#5365).
9740
9741 2010-01-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9742
9743 * keyboard.c (input_available_signal) [SYNC_INPUT]:
9744 Call SIGNAL_THREAD_CHECK (Bug#5333).
9745
9746 * atimer.c (alarm_signal_handler) [!SYNC_INPUT]:
9747 Call SIGNAL_THREAD_CHECK.
9748
9749 2010-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
9750
9751 Try to fix bug#5314. This is probably not the final word, tho.
9752 * buffer.c (Fset_buffer_modified_p): Try and be careful not to modify
9753 recent-auto-save-p as a side-effect.
9754 * buffer.h (BUF_AUTOSAVE_MODIFF): New macro.
9755 * buffer.c (Fkill_buffer, reset_buffer):
9756 * editfns.c (Fsubst_char_in_region):
9757 * fileio.c (Finsert_file_contents, Fdo_auto_save)
9758 (Fset_buffer_auto_saved, Frecent_auto_save_p): Use it.
9759
9760 2010-01-13 Kenichi Handa <handa@m17n.org>
9761
9762 Display buffer name, etc. in mode line by composing correctly.
9763
9764 * xdisp.c (reseat_to_string): Call composition_compute_stop_pos if
9765 STRING is not nil.
9766 (display_mode_element): Adjust for the change of
9767 decode_mode_spec and display_line.
9768 (decode_mode_spec): Change arg MULTIBYTE to STRING.
9769 (display_string): Handle the case that STRING is non-null and
9770 LISP_STRING is not nil.
9771
9772 * xterm.c (x_draw_composite_glyph_string_foreground):
9773 Pay attention to s->face->overstrike.
9774
9775 * composite.c (composition_reseat_it): Don't check PT if STRING is
9776 non nil.
9777
9778 2010-01-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9779
9780 * keyboard.c (read_char): Don't apply previous change when current
9781 buffer is unchanged by command execution.
9782
9783 2010-01-12 Jan Djärv <jan.h.d@swipnet.se>
9784
9785 * keyboard.c (read_char): Return after executing from special map.
9786
9787 2010-01-12 Glenn Morris <rgm@gnu.org>
9788
9789 * emacs.c (REPORT_EMACS_BUG_PRETEST_ADDRESS): Set it to
9790 bug-gnu-emacs rather than emacs-pretest-bug.
9791
9792 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
9793
9794 * nsterm.m (syms_of_nsterm): Initialize Qcontrol etc. before
9795 initializing the Lisp variables that depend on them.
9796
9797 2010-01-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9798
9799 * xfns.c (x_set_menu_bar_lines) [!USE_X_TOOLKIT && !USE_GTK]:
9800 Clear areas that will not be updated after change of menu bar lines.
9801 Clear the menu bar window's current matrix when the window gets empty.
9802
9803 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
9804
9805 * intervals.h, textprop.c (extend_property_ranges): Return value
9806 and args changed. Discard properties that begin at or after the
9807 new end (Bug#5306).
9808
9809 * editfns.c (Fformat): Caller changed.
9810
9811 * nsterm.m (ns_set_default_prefs): Delete function.
9812 (syms_of_nsterm): Initialize ns_command_modifier,
9813 ns_control_modifier, ns_function_modifier, ns_antialias_text, and
9814 ns_antialias_threshold here, not in ns_term_init (Bug#4113).
9815
9816 * xdisp.c (pos_visible_p): Check for invisible text at the correct
9817 position (Bug#4040).
9818
9819 2010-01-09 Eli Zaretskii <eliz@gnu.org>
9820
9821 * editfns.c (Ffloat_time): Doc fix.
9822
9823 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
9824
9825 * xfns.c (Fx_create_frame): Don't create frame larger than display
9826 by default bug#3643.
9827
9828 2010-01-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9829
9830 * frame.h (FRAME_TOP_MARGIN_HEIGHT): New macro.
9831 (FRAME_LINE_TO_PIXEL_Y, FRAME_PIXEL_Y_TO_LINE): Take account of pseudo
9832 windows above internal border.
9833
9834 * window.h (WINDOW_MENU_BAR_P, WINDOW_TOOL_BAR_P): New macros.
9835 (WINDOW_TOP_EDGE_Y, WINDOW_BOTTOM_EDGE_Y): Take account of pseudo
9836 windows above internal border.
9837
9838 * xdisp.c (get_glyph_string_clip_rects, init_glyph_string): Don't treat
9839 tool bar windows specially.
9840
9841 * xfns.c (x_set_tool_bar_lines): Take account of menu bar height.
9842
9843 * xterm.c (x_after_update_window_line): Don't treat tool bar windows
9844 specially.
9845 (XTflash): Take account of menu bar height.
9846
9847 * w32term.c (x_after_update_window_line): Don't treat tool bar windows
9848 specially.
9849
9850 2010-01-08 Jan Djärv <jan.h.d@swipnet.se>
9851
9852 * dispnew.c (change_frame_size_1): newwidth == FRAME_COLS (f) must
9853 also be true before we can return early (bug #5339).
9854
9855 2010-01-06 David Reitter <david.reitter@gmail.com>
9856
9857 * nsfns.m (ns_get_screen): Rewrite, returning NULL for non-NS.
9858 (Fns_display_usable_bounds): Rewrite, computing bounds properly
9859 (Bug#3233).
9860
9861 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
9862
9863 * font.c (font_open_entity): Enable chache and call cached_font_ok
9864 for the driver if defined.
9865 (QCuser_spec): New symbol.
9866 (font_spec_from_name): Save name as user-spec.
9867 (font_load_for_lface): Keep user-spec instead of name.
9868 (font_open_by_name): Save name as user-spec.
9869 (syms_of_font): Initialize QCuser_spec.
9870 (font_clear_prop): Clear name if it exists in font (bug#5157).
9871
9872 * xftfont.c (xftfont_open): Call xftfont_add_rendering_parameters.
9873 (xftfont_add_rendering_parameters, xftfont_cached_font_ok): New.
9874 (syms_of_xftfont): Initialize xftfont_driver.cached_font_ok.
9875
9876 * font.h (struct font_driver): Add cached_font_ok.
9877
9878 * xterm.c (x_clear_frame): Queue draw for scroll bars.
9879
9880 2010-01-05 Jan Djärv <jan.h.d@swipnet.se>
9881
9882 * xterm.c (x_new_font): Move code for setting rows/cols before
9883 resizing ...
9884 (x_set_window_size): ... to here. Bug #2568.
9885
9886 * gtkutil.c (xg_clear_under_internal_border): New function.
9887 (xg_frame_resized, xg_frame_set_char_size):
9888 Call xg_clear_under_internal_border.
9889 (xg_update_scrollbar_pos): Clear under old scroll bar position.
9890
9891 2010-01-05 Chong Yidong <cyd@stupidchicken.com>
9892
9893 * keyboard.c (read_key_sequence): Catch keyboard switch after
9894 making a new tty frame (Bug#5095).
9895
9896 2010-01-05 Kenichi Handa <handa@m17n.org>
9897
9898 * fontset.c (fontset_find_font): Fix getting the frame pointer.
9899
9900 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
9901
9902 * dbusbind.c (xd_remove_watch): Avoid trying to convert a void* to
9903 Lisp_Object, preferring to convert a lisp_Object to a void* instead.
9904 (Fdbus_init_bus): Use XHASH to get a scalar value from a Lisp_Object.
9905
9906 2010-01-03 Michael Albinus <michael.albinus@gmx.de>
9907
9908 * dbusbind.c (xd_add_watch): Improve debug message.
9909 (xd_remove_watch): Improve debug message. If DATA is the session
9910 bus, unset D-Bus session environment.
9911 (Fdbus_init_bus): Pass the bus as argument to
9912 dbus_connection_set_watch_functions. (Bug#5283)
9913
9914 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
9915
9916 * nsterm.m (ns_get_color): Fix buffer overflow (Bug#4763).
9917
9918 * lread.c (syms_of_lread): Make it clearer that these are the
9919 names of loaded files (Bug#5068).
9920
9921 * eval.c (run_hook_with_args): Handle the case where the global
9922 value has the obsolete single-function form (Bug#5026).
9923
9924 2009-12-27 Chong Yidong <cyd@stupidchicken.com>
9925
9926 * minibuf.c (Fall_completions): Minor optimization.
9927
9928 2009-12-26 Eli Zaretskii <eliz@gnu.org>
9929
9930 * .gdbinit (pgx): Fix display of composite glyphs.
9931 Display cmp.from and cmp.to as well.
9932 (pitx): Fix last change.
9933
9934 2009-12-25 Kenichi Handa <handa@m17n.org>
9935
9936 * composite.h (composition_adjust_point): Update prototype.
9937
9938 * composite.c (composition_reseat_it): Don't make a composition
9939 spanning over point.
9940 (CHAR_COMPOSABLE_P): Treat U+200C (ZWNJ) and U+200D (ZWJ) as
9941 composable characters.
9942 (composition_adjust_point): New arg NEW_PT. Callers changed.
9943
9944 * keyboard.c (command_loop_1): Force redisplay if the last point
9945 was within a composition.
9946 (adjust_point_for_property): Don't adjust point for automatic
9947 composition when called after buffer modification.
9948
9949 2009-12-19 Eli Zaretskii <eliz@gnu.org>
9950
9951 * .gdbinit (pitx): Don't use enum names, use their values.
9952 Remove reference to non-existing value GET_FROM_COMPOSITION.
9953 (pgx): Don't use enum names, use their values.
9954 (pitmethod): New helper command.
9955 (pitx): Use it to display iteration method.
9956 (pgrowit): New command.
9957
9958 * makefile.w32-in ($(BLD)/cmds.$(O)): Depend on frame.h.
9959
9960 Update dependencies in Makefile.in.
9961
9962 * Makefile.in (alloc.o): Depend on termhooks.h.
9963 (atimer.o): Depend on blockinput.h.
9964 (buffer.o): Depend on indent.h, keyboard.h, coding.h, keymap.h,
9965 and frame.h.
9966 (callint.o): Depend on systime.h, coding.h, and composite.h.
9967 (callproc.o): Depend on buffer.h.
9968 (casefiddle.o): Don't depend on charset.h.
9969 (casetab.o): Depend on character.h.
9970 (ccl.o): Depend on composite.h.
9971 (chartab.o): Depend on ccl.h.
9972 (cm.o): Depend on dispextern.h.
9973 (cmds.o): Depend on systime.h, coding.h, frame.h, and composite.h.
9974 (coding.o): Don't depend on $(INTERVALS_H).
9975 (composite.o): Don't depend on dispextern.h explicitly (it's in
9976 $(INTERVALS_H)). Depend on ccl.h.
9977 (data.o): Depend on systime.h, coding.h, composite.h,
9978 dispextern.h, font.h, and ccl.h.
9979 (dired.o): Depend on composite.h.
9980 (dispnew.o): Depend on coding.h. Don't depend explicitly on
9981 composite.h (it's in $(INTERVALS_H)).
9982 (doc.o): Depend on systime.h, coding.h, and composite.h.
9983 (editfns.o): Don't depend explicitly on dispextern.h.
9984 (emacs.o): Depend on frame.h and coding.h.
9985 (eval.o): Depend on coding.h, composite.h, and xterm.h.
9986 (fileio.o): Depend on frame.h and commands.h. Don't depend
9987 explicitly on dispextern.h.
9988 (filelock.o): Don't depend on epaths.h and charset.h. Depend on
9989 composite.h.
9990 (fns.o): Don't depend on termhooks.h.
9991 (font.o): Depend on buffer.h, composite.h, fontset.h, and xterm.h.
9992 (fontset.o): Depend on blockinput.h, atimer.h, systime.h,
9993 coding.h, $(INTERVALS_H), window.h, xterm.h.
9994 (frame.o): Depend on coding.h, composite.h, termhooks.h, and ccl.h.
9995 (fringe.o): Depend on blockinput.h, atimer.h, and systime.h.
9996 (ftfont.o): Depend on blockinput.h, atimer.h, systime.h, coding.h,
9997 fontset.h, ccl.h, and ftfont.h.
9998 (ftxfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
9999 (gtkutil.o): Depend on dispextern.h and composite.h.
10000 (image.o): Depend on epaths.h, character.h, coding.h, composite.h,
10001 termhooks.h, and ccl.h.
10002 (indent.o): Depend on systime.h, coding.h, and $(INTERVALS_H).
10003 (intervals.o): Depend on systime.h and coding.h.
10004 (keyboard.o): Depend on composite.h and coding.h.
10005 (keymap.o): Depend on coding.h and frame.h.
10006 (lread.o): Depend on systime.h, frame.h, blockinput.h, and atimer.h.
10007 (macros.o): Depend on systime.h, coding.h, and composite.h.
10008 (menu.o): Depend on systime.h, coding.h, composite.h, window.h,
10009 and atimer.h.
10010 (minibuf.o): Depend on systime.h and coding.h. Don't depend on
10011 dispextern.h explicitly.
10012 (print.o): Depend on termhooks.h, coding.h, and ccl.h.
10013 Don't depend explicitly on dispextern.h and composite.h.
10014 (process.o): Depend on character.h, xgselect.h, and sysselect.h.
10015 (regex.o): Don't depend on charset.h.
10016 (scroll.o): Depend on systime.h, coding.h, composite.h, and window.h.
10017 (search.o): Don't depend explicitly on composite.h.
10018 (sound.o): Depend on atimer.h and systime.h.
10019 (syntax.o): Don't depend explicitly on composite.h.
10020 (sysdep.o): Depend on coding.h and composite.h.
10021 (term.o): Depend on xterm.h and buffer.h.
10022 (terminal.o): Depend on dispextern.h, composite.h, and systime.h.
10023 (textprop.o): Don't depend on dispextern.h explicitly.
10024 (undo.o): Depend on dispextern.h.
10025 (window.o): Depend on coding.h and termhooks.h. Don't depend on
10026 dispextern.h and composite.h explicitly.
10027 (xdisp.o): Depend on ccl.h.
10028 (xfaces.o): Depend on coding.h and ccl.h.
10029 (xfns.o): Depend on $(INTERVALS_H) and ccl.h.
10030 (xfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
10031 (xftfont.o): Depend on atimer.h, systime.h, fontset.h, ccl.h, and
10032 ftfont.h.
10033 (xgselect.o): New dependency.
10034 (xmenu.o): Depend on composite.h, keymap.h, and sysselect.h.
10035 (xselect.o): Depend on keyboard.h, coding.h, and composite.h.
10036 (xsettings.o): Depend on dispextern.h, keyboard.h, systime.h,
10037 coding.h, composite.h, blockinput.h, atimer.h, and termopts.h.
10038 (xsmfns.o): Depend on frame.h and dispextern.h.
10039 (xterm.o): Depend on intervals.h, keymap.h, xgselect.h, and
10040 sysselect.h.
10041
10042 2009-12-19 Andreas Schwab <schwab@linux-m68k.org>
10043
10044 * font.c (Fclear_font_cache): Pass correct cache argument to
10045 font_clear_cache.
10046
10047 2009-12-16 Andreas Schwab <schwab@linux-m68k.org>
10048
10049 * Makefile.in (prefix-args${EXEEXT}): Don't compile prefix-args.c
10050 twice.
10051
10052 2009-12-15 Chong Yidong <cyd@stupidchicken.com>
10053
10054 * xdisp.c (decode_mode_spec): Inhibit garbage collection when
10055 calling file-remote-p. Reported by Jim Meyering.
10056
10057 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
10058
10059 * dbusbind.c (xd_retrieve_arg): Reorder declarations in order to
10060 avoid compiler warnings. (Bug #5217)
10061
10062 2009-12-14 Kenichi Handa <handa@m17n.org>
10063
10064 * coding.c (decode_coding_iso_2022): Ignore ISO_CODE_SS2_7 (0x19)
10065 in 8-bit encoding.
10066
10067 2009-12-13 Pat Thoyts <patthoyts@users.sourceforge.net> (tiny change)
10068
10069 * xfns.c (x_create_tip_frame): Set the extended window manager hint for
10070 tooltip windows.
10071
10072 2009-12-13 Jan Djärv <jan.h.d@swipnet.se>
10073
10074 * xterm.h (struct x_display_info): Add Xatom_net_window_type_tooltip and
10075 Xatom_net_window_type.
10076
10077 * xterm.c (x_term_init): Initialize Xatom_net_window_type_tooltip and
10078 Xatom_net_window_type.
10079
10080 * xterm.c (my_log_handler): New function.
10081 (x_term_init): Set my_log_handler as log handler during gtk_init
10082 so we can filter out buggy messages. (Bug #5120).
10083
10084 * xterm.c (xg_scroll_callback): Parameter list changed,
10085 use parameter GtkScrollType to determine scroll/line/page.
10086 Only allow dragging if a button < 4 is grabbed (bug #5177).
10087 (xg_end_scroll_callback): New function.
10088 (x_create_toolkit_scroll_bar): Pass xg_end_scroll_callback to
10089 xg_create_scroll_bar.
10090
10091 * gtkutil.c (xg_gtk_scroll_destroy): Remove XG_LAST_SB_DATA handling.
10092 (scroll_end_callback): Remove.
10093 (xg_create_scroll_bar): Add parameter end_callback, bind it to
10094 button-release-event. Replace value-changed event with change-value,
10095 bug #5177.
10096 (xg_event_is_for_scrollbar): Only return true if button is less than 4,
10097 bug #5177.
10098
10099 * gtkutil.h (XG_LAST_SB_DATA): Remove.
10100 (xg_create_scroll_bar): Add GCallback end_callback.
10101
10102 * xftfont.c (QClcdfilter): New variable.
10103 (xftfont_open): Parse constant names for RGBA, HINT_STYLE and LCDFILTER.
10104 (syms_of_xftfont): Initialize QClcdfilter.
10105
10106 2009-12-12 Jan Djärv <jan.h.d@swipnet.se>
10107
10108 * xsettings.c (struct xsettings): Add member seen.
10109 (parse_xft_settings): Update member seen with what we have read.
10110 Return non-zero if Xft-settings have been parsed, 0 otherwise.
10111 (apply_xft_settings): Only update Xft settings with what member seen
10112 indicates as new.
10113
10114 2009-12-12 Eli Zaretskii <eliz@gnu.org>
10115
10116 * dispextern.h (struct text_pos): Use EMACS_INT.
10117 (struct glyph): Use EMACS_INT for charpos.
10118 (struct it): Use EMACS_INT for stop_charpos, end_charpos,
10119 region_beg_charpos, region_end_charpos,
10120 redisplay_end_trigger_charpos, and also for
10121 iterator_stack_entry.end_charpos and
10122 iterator_stack_entry.stop_charpos.
10123
10124 2009-12-12 Jan Djärv <jan.h.d@swipnet.se>
10125
10126 * gtkutil.c (scroll_end_callback): New function (bug #5177).
10127 (xg_create_scroll_bar): Call scroll_end_callback on button release
10128 event (bug #5177).
10129 (xg_event_is_for_scrollbar): != replaced with ==.
10130
10131 2009-12-12 Kenichi Handa <handa@m17n.org>
10132
10133 * ftfont.c (struct ftfont_info): New member matrix.
10134 (ftfont_open): Setup xftfont_info->matrix.
10135 (MFLTFontFT): New member matrix.
10136 (FLOOR, CEIL, ROUND): New macros.
10137 (ftfont_get_metrics): Handle matrix transformation.
10138 (ftfont_shape_by_flt): New arg matrix. Callers changed.
10139
10140 * xftfont.c (struct xftfont_info): New member matrix.
10141 (xftfont_open): Setup xftfont_info->matrix.
10142
10143 2009-12-10 Kenichi Handa <handa@m17n.org>
10144
10145 * xdisp.c (append_space_for_newline): Consider face-remapping.
10146
10147 2009-12-09 Andreas Schwab <schwab@linux-m68k.org>
10148
10149 * xsettings.c: Include "keyboard.h".
10150
10151 * gtkutil.c (xg_tool_bar_proxy_help_callback): Fix missing return.
10152
10153 Fix implicit function declarations.
10154 * cmds.c: Include "frame.h".
10155 * frame.c: Include "font.h" also if !HAVE_WINDOW_SYSTEM.
10156 * frame.h: Move declaration of delete_frame outside of
10157 HAVE_WINDOW_SYSTEM.
10158
10159 2009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
10160
10161 * s/cygwin.h (G_SLICE_ALWAYS_MALLOC): New variable.
10162
10163 * emacs.c (main): Set the G_SLICE environment variable for Cygwin
10164 GTK builds.
10165
10166 2009-12-07 Andreas Schwab <schwab@linux-m68k.org>
10167
10168 * unexelf.c (unexec): Don't search for .data twice.
10169
10170 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
10171
10172 * xdisp.c (push_display_prop): Don't set avoid_cursor_p. Return 0
10173 if push failed.
10174 (handle_line_prefix): Set avoid_cursor_p here. Check return value
10175 of push_display_prop (Bug#5000).
10176
10177 * xfaces.c (Fx_family_fonts): Handle 2009-07-14 change to return
10178 value of font_list_entities (Bug#5085).
10179
10180 2009-12-04 Juanma Barranquero <lekktu@gmail.com>
10181
10182 Fix `string-to-number' to deal consistently with integers and floats.
10183 * lread.c (isfloat_string): New argument ignore_trailing to accept all
10184 trailing characters, not just whitespace.
10185 (read1): Pass new arg 0 to keep old behavior.
10186 * data.c (Fstring_to_number): Pass 1 to isfloat_string to ignore
10187 trailing chars, as it is already done for integers. Doc fixes.
10188 * lisp.h (isfloat_string): Add new arg to declaration of isfloat_string.
10189
10190 2009-12-04 Eli Zaretskii <eliz@gnu.org>
10191
10192 * dispextern.h (enum prop_idx) <AUTO_COMPOSED_PROP_IDX>:
10193 Delete unused enumeration value.
10194
10195 2009-12-03 Eli Zaretskii <eliz@gnu.org>
10196
10197 * Makefile.in (lisp, shortlisp): Replace indian.el with indian.elc.
10198
10199 2009-12-03 Daniel Hackney <dan@haxney.org> (tiny change)
10200
10201 * process.c (Fmake_network_process): Fix up the tests for
10202 "connectionless socket", so they DTRT for seqpacket sockets as well.
10203
10204 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
10205
10206 * process.c (Qseqpacket): New symbol.
10207 (HAVE_SEQPACKET): New macro.
10208 (Fmake_network_process): Accept new :type `seqpacket'.
10209 (init_process): Add `seqpacket' feature when applicable.
10210 (syms_of_process): Initialize Qseqpacket.
10211
10212 2009-12-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10213
10214 * font.c (font_load_for_lface, font_open_by_name): Don't store name
10215 if entity is Qnil.
10216
10217 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
10218
10219 * print.c (print_preprocess): Preprocess the key_and_value table of
10220 hashtables, even tho they're "hidden" (bug#5082).
10221
10222 2009-11-29 Jan Djärv <jan.h.d@swipnet.se>
10223
10224 * frame.c (frame_make_pointer_invisible)
10225 (frame_make_pointer_visible): Declare f before statements.
10226
10227 2009-11-28 Eli Zaretskii <eliz@gnu.org>
10228
10229 * Makefile.in [!AUTO_DEPEND]: Remove outdated comment about
10230 omitted dependencies on lisp.h.
10231
10232 2009-11-27 Jan Djärv <jan.h.d@swipnet.se>
10233
10234 * xftfont.c (xftfont_end_for_frame): Just return if dpyinfo->display
10235 is NULL.
10236
10237 * xterm.c (x_delete_terminal): Set dpyinfo->display to NULL.
10238
10239 * frame.c (frame_make_pointer_invisible)
10240 (frame_make_pointer_visible): Just return if there isn't any selected
10241 frame.
10242
10243 * search.c (simple_search): Remove warning by making *p const.
10244
10245 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
10246
10247 * xdisp.c (power_letter): Remove duplicate const.
10248
10249 2009-11-25 Jan Djärv <jan.h.d@swipnet.se>
10250
10251 * term.c (delete_tty): Remove check for last terminal (bug#4970).
10252
10253 * xsettings.c: Revert changes from 2009-11-23. Just use Xft
10254 defaults (bug #5025).
10255
10256 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
10257
10258 * insdel.c (adjust_markers_for_delete): Move it in the
10259 right direction! (bug#4803)
10260
10261 2009-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10262
10263 * font.c (font_open_entity): Don't use ASET if font_object is Qnil.
10264
10265 * xterm.c (x_new_font): Update f->scroll_bar_actual_width.
10266
10267 2009-11-24 Glenn Morris <rgm@gnu.org>
10268
10269 * frame.c (focus-follows-mouse): Mention mouse-autoselect-window.
10270
10271 2009-11-23 Jan Djärv <jan.h.d@swipnet.se>
10272
10273 * Makefile.in: Must create deps for ecrt0.o in its rule.
10274
10275 * xfns.c (Fx_select_font): Try to convert Fontconfig name to Gtk name
10276 because that is what Gtk+ font dialog understands.
10277
10278 * font.c (font_make_object, Fcopy_font_spec): Use Fcopy_alist instead
10279 of Fcopy_sequence.
10280 (font_open_by_name): Put name given into QCname for font-object returned.
10281
10282 * frame.c (x_set_font): Save original font name as frame parameter
10283 font-parameter.
10284
10285 * xsettings.c (set_default_xft_settings): New function.
10286 (init_xfd_settings): Call set_default_xft_settings if no XSETTINGS window
10287 is found.
10288
10289 2009-11-22 Andreas Schwab <schwab@linux-m68k.org>
10290
10291 * search.c (simple_search): Avoid CHAR_TO_BYTE in inner loop when
10292 searching backwards through multibyte buffer.
10293
10294 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
10295
10296 * xterm.c: #include xgselect.h.
10297 (x_initialize): Call xgselect_initialize.
10298
10299 * xsettings.c (something_changedCB): C++ comments => C comments.
10300 (init_gconf): Do not deal with any GLib file descriptors, xg_select
10301 does that now.
10302
10303 * gtkutil.c (xg_timer, xg_process_timeouts, xg_start_timer)
10304 (xg_stop_timer, menu_grab_callback_cnt, menu_grab_callback)
10305 (scroll_bar_button_cb): Remove.
10306 (create_menus): C++ comments => C comments. Don't bind grab-notify
10307 event.
10308 (xg_create_scroll_bar): Don't bind button-press-event and
10309 button-release-event.
10310
10311 * process.c: Include xgselect.h if defined (USE_GTK) ||
10312 defined (HAVE_GCONF).
10313 (wait_reading_process_output): Call xg_select for the same condition.
10314
10315 * xgselect.c (xg_select): New function to better integrate with
10316 GLib/Gtk event handling. Needed if GConf daemon dies/restarts.
10317
10318 * xgselect.h: New file, declare xg_select, xgselect_initialize.
10319
10320 * Makefile.in (XOBJ): Add xgselect.o.
10321
10322 2009-11-21 Andreas Schwab <schwab@linux-m68k.org>
10323
10324 * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH):
10325 Remove ignored second argument. All callers changed.
10326 * regex.c (STRING_CHAR, STRING_CHAR_AND_LENGTH, RE_STRING_CHAR)
10327 (RE_STRING_CHAR_AND_LENGTH): Likewise.
10328 * xdisp.c (string_char_and_length): Likewise.
10329
10330 2009-11-21 Dan Nicolaescu <dann@ics.uci.edu>
10331
10332 * xterm.c (x_new_font):
10333 * print.c (print_object):
10334 * cmds.c (Fself_insert_command): Move declarations before statements.
10335
10336 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
10337
10338 * s/cygwin.h: Remove unneeded linker flags.
10339
10340 2009-11-20 Jan Djärv <jan.h.d@swipnet.se>
10341
10342 * xfns.c (x_default_font_parameter): Call xsettings_get_system_font.
10343
10344 * xsettings.h: Declare xsettings_get_system_font.
10345
10346 * xsettings.c (xsettings_get_system_font): New function.
10347 (init_gconf): No use initiating gconf unless we have Xft also.
10348 (syms_of_xsettings): Only provide system-font-setting if HAVE_XFT and
10349 HAVE_GCONF.
10350
10351 * gtkutil.c (xg_modify_menubar_widgets): If menubar is totally empty
10352 add a blank entry so it doesn't collapse into nothing.
10353
10354 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
10355
10356 * lread.c (Funintern): Comment out last change.
10357
10358 2009-11-19 Richard Stallman <rms@gnu.org>
10359
10360 * lread.c (Funintern): Error if symbol is t or nil.
10361
10362 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
10363
10364 * insdel.c (make_gap_larger): Don't make as many assumptions about the
10365 representation of Lisp integers.
10366 Reported by MJ Chan <mjchan.inbox@gmail.com>.
10367
10368 2009-11-17 Andreas Schwab <schwab@linux-m68k.org>
10369
10370 * lisp.h: Remove declaration of Ffont_get_system_font.
10371 * xfns.c: Move include of "xsettings.h".
10372 * xsettings.h: Use EXFUN to declare Ffont_get_system_font.
10373
10374 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
10375
10376 * xsettings.c (something_changedCB, Ffont_get_system_font):
10377 Check use_system_font.
10378 (syms_of_xsettings): DEFVAR font-use-system-font.
10379
10380 2009-11-17 Andreas Schwab <schwab@linux-m68k.org>
10381
10382 * xfns.c (x_default_font_parameter): Remove dead assignment.
10383
10384 * lisp.h (Fbyteorder, init_font, Ffont_get_system_font): Declare.
10385
10386 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
10387
10388 * xftfont.c (xftfont_fix_match): Older versions of fontconfig do
10389 not have FC_LCD_*. #define them if not there.
10390
10391 * xsettings.c (parse_xft_settings, apply_xft_settings): Ditto.
10392
10393 * xterm.h (struct x_display_info): Add atoms and Window for xsettings.
10394
10395 * xterm.c (handle_one_xevent): Call xft_settings_event for
10396 ClientMessage, PropertyNotify and DestroyNotify.
10397 (x_term_init): If we have XFT, get DPI from Xft.dpi.
10398 Call xsettings_initialize.
10399
10400 * xftfont.c (xftfont_fix_match): New function.
10401 (xftfont_open): Call XftDefaultSubstitute before XftFontMatch.
10402 Call xftfont_fix_match after XftFontMatch.
10403
10404 * xfont.c (xfont_driver): Initialize all members.
10405
10406 * xfns.c (x_default_font_parameter):
10407 Try font from Ffont_get_system_font.
10408 Do not get font from x_default_parameter if we got one from
10409 Ffont_get_system_font.
10410 (Fx_select_font): Get the defaut font name from :name of FRAME_FONT(f).
10411
10412 * w32font.c (w32font_driver): Initialize all members.
10413
10414 * termhooks.h (enum event_kind): CONFIG_CHANGED_EVENT is new.
10415
10416 * lisp.h: Declare syms_of_xsettings.
10417
10418 * keyboard.c (kbd_buffer_get_event, make_lispy_event):
10419 Handle CONFIG_CHANGED_EVENT.
10420
10421 * ftfont.c (ftfont_filter_properties): New function.
10422
10423 * frame.c (x_set_font): Remove unused variable lval.
10424
10425 * font.h (struct font_driver): Add filter_properties.
10426
10427 * font.c (font_put_extra): Don't return if val is nil, it means
10428 boolean option is off.
10429 (font_parse_fcname): Collect all extra properties in extra_props
10430 and call filter_properties for all drivers with extra_props and
10431 font as parameter.
10432 (font_open_entity): Do not use cache, it does not pick up new
10433 fontconfig settings like hinting.
10434 (font_load_for_lface): If spec had a name in it, store it in entity.
10435
10436 * emacs.c (main): Call syms_of_xsettings.
10437
10438 * config.in: HAVE_GCONF is new.
10439
10440 * Makefile.in (GCONF_CFLAGS, GCONF_LIBS): New variables for HAVE_GCONF.
10441 xsettings.o is new.
10442
10443 2009-11-17 Kenichi Handa <handa@m17n.org>
10444
10445 * xdisp.c (x_produce_glyphs): Consider face-remapping when falling
10446 back to the default font in case that no suitable font is found.
10447
10448 2009-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
10449
10450 * menu.c (Fx_popup_menu) [HAVE_NS]: Use generic code for window edge.
10451 Suggested by Chad Brown <yandros@mit.edu>.
10452 (push_menu_item): Use MENU_ITEMS_ITEM_* names.
10453
10454 2009-11-16 Jan Djärv <jan.h.d@swipnet.se>
10455
10456 * xmenu.c (x_menu_wait_for_event): Call XFlush before select.
10457
10458 2009-11-14 Andreas Schwab <schwab@linux-m68k.org>
10459
10460 * Makefile.in: Ignore errors from mkdir when creating deps directory.
10461
10462 2009-11-14 Jan Djärv <jan.h.d@swipnet.se>
10463
10464 * gtkutil.c (xg_update_frame_menubar): Do nothing if menubar already
10465 has a parent.
10466
10467 * Makefile.in: If AUTO_DEPEND is defined, make gcc generate
10468 dependency files in deps/. Include those files into Makefile.
10469
10470 * config.in: Generated (AUTO_DEPEND).
10471
10472 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
10473
10474 * dbusbind.c (Vdbus_registered_objects_table): Rename from
10475 Vdbus_registered_functions_table, because it contains also
10476 properties. Fix docstring.
10477 (Fdbus_call_method, Fdbus_call_method_asynchronously): Fix docstring.
10478
10479 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
10480
10481 * alloc.c (mark_object): Don't reprocess marked strings.
10482 Check vector's markbit earlier. Adjust calls to mark_vectorlike.
10483 (mark_vectorlike, mark_char_table): Assume the object is unmarked.
10484
10485 2009-11-13 Kenichi Handa <handa@m17n.org>
10486
10487 * category.c (word_boundary_p): Adjust for the change of the
10488 semantics of Vword_combining_categories.
10489 (Vword_combining_categories): Describe the slight change of the
10490 semantics.
10491
10492 2009-11-13 Eli Zaretskii <eliz@gnu.org>
10493
10494 * menu.c (Fx_popup_menu): Call Fx_hide_tip only if HAVE_WINDOW_SYSTEM.
10495
10496 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Revert last change.
10497
10498 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
10499
10500 * xdisp.c (syms_of_xdisp): Fix typo in last change.
10501
10502 2009-11-12 Juanma Barranquero <lekktu@gmail.com>
10503
10504 * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
10505
10506 2009-11-11 David Reitter <david.reitter@gmail.com>
10507
10508 * menu.c (Fx_popup_menu): Remove left-over debugging code and rename
10509 variables to fix 2009-11-09 change.
10510
10511 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
10512
10513 * process.c (ifflag_def): Make flag_sym constant.
10514 (Fnetwork_interface_info): Use a constant pointer.
10515 (ifflag_table):
10516 * xfns.c (cursor_bits):
10517 * xdisp.c (power_letter):
10518 * termcap.c (speeds, esctab):
10519 * sysdep.c (baud_convert):
10520 * keyboard.c (lispy_accent_codes, modifier_names):
10521 * image.c (xbm_format, xpm_format, pbm_format, png_format)
10522 (jpeg_format, tiff_format, gif_format, svg_format)
10523 (interlace_start, interlace_increment, gs_format):
10524 * gtkutil.c (separator_names):
10525 * fringe.c (swap_nibble):
10526 * fns.c (base64_value_to_char, base64_char_to_value):
10527 * fileio.c (make_temp_name_tbl):
10528 * coding.c (suffixes): Make constant.
10529
10530 * frame.c (make_initial_frame):
10531 * buffer.c (init_buffer_once): Use make_pure_c_string instead of
10532 build_string.
10533 * alloc.c (syms_of_alloc): Build Vmemory_signal_data in pure memory.
10534
10535 * s/freebsd.h:
10536 * s/netbsd.h: Remove code referring to non-existent file: unexsunos4.o.
10537
10538 * Makefile.in: Add dependencies to lisp.h. Remove dependencies
10539 for non-existent files: unexmips.c, unexnext.c, abbrev.c, malloc.c.
10540
10541 * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.
10542 * xterm.c (syms_of_xterm):
10543 * xfaces.c (syms_of_xfaces):
10544 * xdisp.c (syms_of_xdisp):
10545 * lread.c (syms_of_lread):
10546 * keyboard.c (syms_of_keyboard): Use make_pure_c_string instead of
10547 build_string.
10548
10549 * doc.c (Fsnarf_documentation): Purecopy Vbuild_files.
10550
10551 2009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
10552
10553 * fns.c (Fplist_get): Merge the active and the commented out code.
10554
10555 2009-11-10 Jan Djärv <jan.h.d@swipnet.se>
10556
10557 * keyboard.h: Declare timer_check.
10558
10559 * keyboard.c (timer_check_2): New function that does what the old
10560 timer_check did.
10561 (timer_check): Call timer_check_2 until -1 or a non-zero time is
10562 returned, i.e. don't return -1 with timers pending.
10563
10564 * process.c: Remove extern declaration of timer_check.
10565
10566 * xmenu.c (x_menu_wait_for_event): Remove code that did a timeout
10567 even if timer_check returned -1.
10568
10569 * gtkutil.c (xg_dialog_response_cb): Data is now a struct
10570 xg_dialog_data.
10571 (pop_down_dialog): Destroy widget (if any), cancel timer and unref
10572 the event loop.
10573 (xg_maybe_add_timer, xg_dialog_run): New functions (bug #4574).
10574 (xg_get_file_name, xg_get_font_name): Call xg_dialog_run (bug #4574).
10575 Destroy the dialog after xg_dialog_run.
10576
10577 2009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
10578
10579 * menu.c (Fx_popup_menu) [HAVE_NS]: Remove unused vars.
10580
10581 2009-11-10 Jan Djärv <jan.h.d@swipnet.se>
10582
10583 * xmenu.c (xmenu_show): Must not be static after 2009-11-09 changes.
10584
10585 2009-11-09 Juanma Barranquero <lekktu@gmail.com>
10586
10587 * menu.c [HAVE_NTGUI]: Declare current_popup_menu.
10588
10589 2009-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
10590
10591 * menu.c (Fx_popup_menu): Consolidate versions from xmenu.c,
10592 w32menu.c, and nsmenu.m.
10593 Simplify the obsolete case where position is nil.
10594 (cleanup_popup_menu): New function, moved from nsmenu.m.
10595 (struct skp): Remove slot `notreal'.
10596 (single_keymap_panes, keymap_panes): Remove arg `notreal' and
10597 adjust callers.
10598 (single_menu_item): Adjust call to parse_menu_item.
10599 (syms_of_menu): Defsubr x-popup-menu.
10600 * menu.h (Vmenu_updating_frame): Consolidate declarations from *menu.c.
10601 (keymap_panes): Don't export any more.
10602 (mouse_position_for_popup, w32_menu_show, ns_menu_show)
10603 (xmenu_show): Declare.
10604 * keyboard.c (parse_menu_item): Remove arg `notreal'.
10605 (menu_bar_item, read_char_minibuf_menu_prompt): Adjust callers.
10606 * keyboard.h (parse_menu_item): Update declaration.
10607 * xmenu.c (Fx_popup_menu): Remove.
10608 (syms_of_xmenu): Don't defsubr x-popup-menu.
10609 * w32menu.c (Fx_popup_menu): Remove.
10610 (syms_of_w32menu): Don't defsubr x-popup-menu.
10611 * nsmenu.m (cleanup_popup_menu): Remove.
10612 (ns_menu_show): Rename from ns_popup_menu and remove all the code
10613 moved to menu.c's Fx_popup_menu.
10614 (Fx_popup_menu): Remove.
10615 (syms_of_nsmenu): Don't defsubr x-popup-menu, and don't initialize
10616 menu_items (it's done in menu.c already).
10617
10618 2009-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
10619
10620 * keyboard.c (parse_menu_item): Handle `notreal' a bit earlier.
10621 Use `tem' less. Make sure KEYEQ holds a string or nil (bug#4879).
10622
10623 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
10624
10625 * xmenu.c (Fx_popup_menu): Extract event timestamp. Pass it to
10626 xmenu_show. Hide any tooltip before opening a menu.
10627 (xmenu_show): New arg. Pass it to create_and_show_popup_menu.
10628 (create_and_show_popup_menu): New arg. Pass it to gtk_menu_popup.
10629
10630 2009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
10631
10632 Let integers use up 2 tags to give them one extra bit and thus double
10633 their range.
10634 * lisp.h (USE_2_TAGS_FOR_INTS): New macro.
10635 (LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P):
10636 New macros.
10637 (enum Lisp_Type): Use them. Give explicit values.
10638 (Lisp_Type_Limit): Remove.
10639 (XINT, XUINT, make_number) [!USE_LISP_UNION_TYPE]:
10640 (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM, INTMASK):
10641 Pay attention to USE_2_TAGS_FOR_INTS.
10642 (INTEGERP): Use LISP_INT_TAG_P.
10643 * fns.c (internal_equal): Simplify the default case.
10644 (sxhash): Use case_Lisp_Int.
10645 * data.c (wrong_type_argument): Don't check against Lisp_Type_Limit
10646 any more.
10647 (Ftype_of): Use case_Lisp_Int.
10648 (store_symval_forwarding): Take into account the fact that Ints can
10649 now have more than one tag.
10650 * buffer.c (syms_of_buffer): Use LISP_INT_TAG.
10651 (buffer_slot_type_mismatch):
10652 * xfaces.c (face_attr_equal_p):
10653 * print.c (print_object):
10654 * alloc.c (mark_maybe_object, mark_object, survives_gc_p):
10655 Use case_Lisp_Int.
10656
10657 2009-11-06 Eli Zaretskii <eliz@gnu.org>
10658
10659 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce by further 30K.
10660
10661 * alloc.c (make_pure_c_string): Fix last change to avoid compiler
10662 warning.
10663
10664 2009-11-06 Jan Djärv <jan.h.d@swipnet.se>
10665
10666 * gtkutil.c (xg_event_is_for_scrollbar): New function (bug#4870).
10667
10668 * gtkutil.h: Declare xg_event_is_for_scrollbar (bug#4870).
10669
10670 * xterm.c (handle_one_xevent): Call xg_event_is_for_scrollbar for
10671 ButtonPressRelease and MotionNotify (bug#4870).
10672
10673 2009-11-06 Dan Nicolaescu <dann@ics.uci.edu>
10674
10675 * keymap.c (syms_of_keymap): Construct exclude_keys in pure memory.
10676
10677 * xterm.c (syms_of_xterm):
10678 * xselect.c (syms_of_xselect):
10679 * xmenu.c (syms_of_xmenu):
10680 * xfns.c (syms_of_xfns):
10681 * xfaces.c (syms_of_xfaces):
10682 * xdisp.c (syms_of_xdisp):
10683 * window.c (syms_of_window):
10684 * w32fns.c (syms_of_w32fns):
10685 * undo.c (syms_of_undo):
10686 * textprop.c (syms_of_textprop):
10687 * terminal.c (syms_of_terminal):
10688 * syntax.c (syms_of_syntax):
10689 * sound.c (syms_of_sound):
10690 * search.c (syms_of_search):
10691 * print.c (syms_of_print):
10692 * minibuf.c (syms_of_minibuf):
10693 * macros.c (syms_of_macros):
10694 * keymap.c (syms_of_keymap, initial_define_key)
10695 (initial_define_lispy_key):
10696 * keyboard.c (syms_of_keyboard):
10697 * insdel.c (syms_of_insdel):
10698 * image.c (syms_of_image):
10699 * fringe.c (syms_of_fringe):
10700 * frame.c (syms_of_frame):
10701 * fontset.c (syms_of_fontset):
10702 * fns.c (syms_of_fns):
10703 * fns.c (syms_of_fns):
10704 * fileio.c (syms_of_fileio):
10705 * fileio.c (syms_of_fileio):
10706 * eval.c (syms_of_eval):
10707 * doc.c (syms_of_doc):
10708 * dispnew.c (syms_of_display):
10709 * dired.c (syms_of_dired):
10710 * dbusbind.c (syms_of_dbusbind):
10711 * data.c (syms_of_data):
10712 * composite.c (syms_of_composite):
10713 * coding.c (syms_of_coding):
10714 * cmds.c (syms_of_cmds):
10715 * charset.c (define_charset_internal, syms_of_character):
10716 * ccl.c (syms_of_ccl):
10717 * category.c (syms_of_category, init_category_once):
10718 * casetab.c (syms_of_casetab):
10719 * casefiddle.c (syms_of_casefiddle):
10720 * callint.c (syms_of_callint):
10721 * bytecode.c (syms_of_bytecode):
10722 * buffer.c (keys_of_buffer, syms_of_buffer):
10723 * alloc.c (syms_of_alloc):
10724 * process.c (syms_of_process, init_process):
10725 * lread.c (syms_of_lread, init_obarray):
10726 * font.c (build_style_table):
10727 * emacs.c (syms_of_emacs, main): Replace calls to intern with
10728 intern_c_string, calls to make_pure_string with
10729 make_pure_c_string. Use pure_cons instead of Fcons.
10730
10731 * process.c (socket_options): Make it const.
10732 (set_socket_option, init_process): Use a const pointer.
10733
10734 * lread.c (intern_c_string): New function.
10735 (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
10736 (defvar_int): Uset it. Make the name const char*.
10737
10738 * lisp.h (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
10739 (defvar_int): Update prototypes.
10740 (DEFUN, EXFUN): Support for prototypes is now required.
10741 (intern_c_string): New prototype.
10742 (struct Lisp_Subr): Make symbol_name constant.
10743
10744 * font.c (struct table_entry): Remove unused member. Make NAMES
10745 constant.
10746 (weight_table, slant_table, width_table): Make constant.
10747
10748 * emacs.c (struct standard_args): Make name and longname constant.
10749
10750 * character.h (DEFSYM): Use intern_c_string.
10751
10752 2009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
10753
10754 * alloc.c (make_pure_c_string): New function.
10755
10756 * eval.c (Fautoload): Purecopy all arguments.
10757
10758 2009-11-05 Kenichi Handa <handa@m17n.org>
10759
10760 * fileio.c (Finsert_file_contents): Be sure set coding-system of
10761 the buffer in case of replace.
10762
10763 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
10764
10765 * puresize.h (BASE_PURESIZE): Increase to 1620000.
10766
10767 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
10768
10769 * editfns.c (save_restriction_restore): Update the (pt/begv/vz)_markers
10770 when applicable (bug#4851).
10771
10772 * lisp.h: Make USE_LSB_TAG work with USE_LISP_UNION_TYPE.
10773 (P_): Support for prototypes is now required.
10774
10775 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
10776
10777 * frame.c (Fmake_frame_invisible, Fframe_visible_p): Doc fix
10778 (Bug#4827).
10779
10780 2009-10-30 Eli Zaretskii <eliz@gnu.org>
10781
10782 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Redefine to waste less pure space.
10783
10784 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
10785
10786 * puresize.h (BASE_PURESIZE): Increase to 1470000.
10787
10788 * lread.c (Fload): Purecopy the file name when building
10789 Vpreloaded_file_list.
10790
10791 2009-10-29 Jason Rumney <jasonr@wanchan.jasonrumney.net>
10792
10793 * w32fns.c (syms_of_w32fns): Change default value of
10794 w32-scroll-lock-modifier to nil. (Bug#2827)
10795
10796 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
10797
10798 * minibuf.c (Fall_completions): Fix typos in docstring.
10799
10800 2009-10-26 Andreas Schwab <schwab@redhat.com>
10801
10802 * puresize.h (PURESIZE_RATIO): Increase back to 10/6.
10803
10804 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
10805
10806 * window.c (grow_mini_window): Comment out "delta >= 0" assertion.
10807 For delta < 0, skip check that only makes sense when the mini-window
10808 is going to be enlarged. (Bug#4534)
10809
10810 2009-10-25 Chong Yidong <cyd@stupidchicken.com>
10811
10812 * keyboard.c (read_char_x_menu_prompt): Don't demand a prompt
10813 string in menu maps (Bug#4471).
10814
10815 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
10816
10817 * nsfns.m (ns_set_name, ns_set_name_as_filename): Don't call
10818 FRAME_NS_VIEW on terminal frames (Bug#4765).
10819
10820 2009-10-24 Andreas Schwab <schwab@linux-m68k.org>
10821
10822 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_INTnn and
10823 DBUS_TYPE_UINTnn separately to get proper sign extension.
10824
10825 * dired.c (Ffile_attributes): Simplify now that FIXNUM_OVERFLOW_P
10826 can properly handle unsigned types.
10827 (make_uid, make_gid): Remove.
10828
10829 * lisp.h (FIXNUM_OVERFLOW_P): Fix last change to handle unsigned
10830 types again.
10831
10832 * sysdep.c (procfs_ttyname): Fix sprintf format to match argument type.
10833 (system_process_attributes): Likewise.
10834
10835 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
10836
10837 * keymap.c (Fmake_sparse_keymap): Purecopy the name.
10838
10839 * eval.c (Fautoload): Purecopy the filename. Simplify.
10840
10841 * category.c (Fdefine_category): Purecopy docstring.
10842
10843 2009-10-23 Andreas Schwab <schwab@linux-m68k.org>
10844
10845 * lisp.h (FIXNUM_OVERFLOW_P): Remove cast to avoid overflow.
10846
10847 * puresize.h (PURESIZE_RATIO): Decrease to 11/7.
10848
10849 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
10850
10851 * window.c (Fwindow_edges, Fwindow_pixel_edges)
10852 (Fwindow_inside_edges, Fwindow_inside_pixel_edges): Doc fix
10853 (Bug#4775).
10854
10855 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
10856
10857 * fileio.c (syms_of_fileio): Initialize Vdirectory_sep_char.
10858 (init_fileio_once):
10859 * lisp.h (init_fileio_once): Remove.
10860 * emacs.c (main): Don't call init_fileio_once.
10861
10862 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
10863
10864 * puresize.h (BASE_PURESIZE): Increase to 1430000.
10865
10866 2009-10-21 Andreas Schwab <schwab@linux-m68k.org>
10867
10868 * doprnt.c (doprnt): Fix overflow check.
10869
10870 2009-10-21 Jan Djärv <jan.h.d@swipnet.se>
10871
10872 * xterm.c (x_term_init): Remove XSynchronize call done for debugging.
10873
10874 * xterm.h (x_wait_for_event): Declare it.
10875
10876 * xterm.c (pending_event_wait): New variable.
10877 (handle_one_xevent): Set pending_event_wait.eventtype to 0 if we
10878 see pending_event_wait.eventtype.
10879 (handle_one_xevent): Don't change gravity when parent changes.
10880 (x_new_font): Call change_frame_size with new rows/columns before we
10881 try to resize the frame.
10882 (x_wait_for_event): New function.
10883 (x_set_window_size_1): Don't change gravity unless change_gravity
10884 is set.
10885 Call XResizeWindow with FRAME_OUTER_WINDOW. If we are visible,
10886 don't change frame size, instead wait for the ConfigureNotify.
10887 (x_set_window_size): Call x_set_window_size_1 for USE_X_TOOLKIT also.
10888 (x_wm_set_size_hint): Remove ifdefs for USE_X_TOOLKIT.
10889 (x_initialize): Initialize pending_event_wait.
10890
10891 * xmenu.c (set_frame_menubar): Add internal border width to menu bar
10892 size.
10893
10894 * widget.c (EmacsFrameSetValues): Add comment.
10895 (EmacsFrameSetCharSize): Just call x_set_window_size.
10896
10897 * gtkutil.c (xg_frame_set_char_size): Flush events and call
10898 x_wait_for_event.
10899 (flush_and_sync): Remove again.
10900 (xg_get_font_name): Suggest monospace if no previous font is known.
10901
10902 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
10903
10904 * character.c (char_resolve_modifier_mask): Don't resolve meta to the
10905 8th bit, since that only made sense in the ASCII world (bug#4751).
10906
10907 2009-10-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10908
10909 * xterm.c (XTread_socket) [!USE_GTK && HAVE_X_I18N]: Don't quit
10910 processing pending events when event is filtered for input method.
10911 (Bug#3681)
10912
10913 2009-10-20 Juanma Barranquero <lekktu@gmail.com>
10914
10915 * fns.c: Add #endif accidentally removed in previous change.
10916
10917 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
10918
10919 * fns.c: Remove code for unsupported system: MAC_OS.
10920 * image.c: Likewise. Include setjmp.h.
10921
10922 2009-10-19 Jan Djärv <jan.h.d@swipnet.se>
10923
10924 * xterm.c (x_create_toolkit_scroll_bar): Don't allocate color for
10925 pixel -1 (bug #4742).
10926
10927 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
10928
10929 * process.c (create_pty): Remove conditionals for no longer
10930 supported systems: UNIPLUS and RTU.
10931
10932 * xterm.c:
10933 * xfns.c: Remove always true condition: XtSpecificationRelease >= 5.
10934
10935 * alloc.c: Do not define struct catchtag.
10936 * eval.c: Move struct catchtag definition ...
10937 * lisp.h: ... here.
10938
10939 * image.c: Move png.h #include earlier to avoid warnings.
10940
10941 * xterm.c:
10942 * xsmfns.c:
10943 * xselect.c:
10944 * xrdb.c:
10945 * xmenu.c:
10946 * xftfont.c:
10947 * xfont.c:
10948 * xfns.c:
10949 * xfaces.c:
10950 * xdisp.c:
10951 * window.c:
10952 * widget.c:
10953 * w32xfns.c:
10954 * w32uniscribe.c:
10955 * w32term.c:
10956 * w32select.c:
10957 * w32reg.c:
10958 * w32proc.c:
10959 * w32menu.c:
10960 * w32inevt.c:
10961 * w32heap.c:
10962 * w32font.c:
10963 * w32fns.c:
10964 * w32console.c:
10965 * w32.c:
10966 * w16select.c:
10967 * vm-limit.c:
10968 * unexsol.c:
10969 * unexec.c:
10970 * unexcw.c:
10971 * unexaix.c:
10972 * undo.c:
10973 * tparam.c:
10974 * textprop.c:
10975 * terminfo.c:
10976 * terminal.c:
10977 * termcap.c:
10978 * term.c:
10979 * syntax.c:
10980 * sound.c:
10981 * sheap.c:
10982 * search.c:
10983 * scroll.c:
10984 * region-cache.c:
10985 * regex.c:
10986 * ralloc.c:
10987 * process.c:
10988 * print.c:
10989 * nsterm.m:
10990 * nsselect.m:
10991 * nsmenu.m:
10992 * nsimage.m:
10993 * nsfont.m:
10994 * nsfns.m:
10995 * msdos.c:
10996 * minibuf.c:
10997 * menu.c:
10998 * marker.c:
10999 * macros.c:
11000 * keymap.c:
11001 * keyboard.c:
11002 * intervals.c:
11003 * insdel.c:
11004 * indent.c:
11005 * gtkutil.c:
11006 * ftxfont.c:
11007 * ftfont.c:
11008 * fringe.c:
11009 * frame.c:
11010 * fontset.c:
11011 * font.c:
11012 * fns.c:
11013 * floatfns.c:
11014 * filelock.c:
11015 * fileio.c:
11016 * emacs.c:
11017 * editfns.c:
11018 * dosfns.c:
11019 * doprnt.c:
11020 * doc.c:
11021 * dispnew.c:
11022 * dired.c:
11023 * dbusbind.c:
11024 * data.c:
11025 * composite.c:
11026 * coding.c:
11027 * cmds.c:
11028 * cm.c:
11029 * chartab.c:
11030 * charset.c:
11031 * character.c:
11032 * ccl.c:
11033 * category.c:
11034 * casetab.c:
11035 * casefiddle.c:
11036 * callproc.c:
11037 * callint.c:
11038 * bytecode.c:
11039 * buffer.c:
11040 * atimer.c: Include setjmp.h. (Bug#4643)
11041
11042 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
11043
11044 Remove leftover table unibyte_to_multibyte_table.
11045 * character.c (unibyte_to_multibyte_table): Remove.
11046 (Funibyte_char_to_multibyte): Use MAKE_CHAR_MULTIBYTE.
11047 * charset.c (init_charset_once): Don't init unibyte_to_multibyte_table.
11048 * character.h (UNIBYTE_TO_CHAR): New macro.
11049 (MAKE_CHAR_MULTIBYTE): Use it.
11050 (unibyte_to_multibyte_table, unibyte_char_to_multibyte): Remove.
11051 * xdisp.c (get_next_display_element): USE ASCII_CHAR_P.
11052 (message_dolog, set_message_1):
11053 * search.c (Freplace_match):
11054 * editfns.c (Fcompare_buffer_substrings):
11055 * fns.c (Fcompare_strings): Use MAKE_CHAR_MULTIBYTE.
11056 (concat):
11057 * insdel.c (copy_text, count_size_as_multibyte):
11058 Use ASCII_CHAR_P and BYTE8_TO_CHAR.
11059 * term.c (produce_glyphs):
11060 * syntax.c (skip_chars): Use BYTE8_TO_CHAR.
11061 * regex.c (RE_CHAR_TO_MULTIBYTE):
11062 * cmds.c (internal_self_insert):
11063 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use UNIBYTE_TO_CHAR.
11064
11065 * cmds.c (internal_self_insert): `c' is already in "multibyte" form.
11066
11067 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
11068
11069 * puresize.h (BASE_PURESIZE): Increase to 1310000.
11070
11071 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
11072
11073 * buffer.c (Fbuffer_name): Doc fix. (Bug#4728)
11074
11075 2009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
11076
11077 * nsterm.h (NS_HAVE_NSINTEGER): Back out and augment with CGFloat,
11078 still needed under Tiger.
11079
11080 * nsterm.m (EmacsView-conversationIdentifier): Arg is long.
11081
11082 * m/amdx86-64.h: Don't set LIB_STANDARD and START_FILES under
11083 __Apple__.
11084
11085 * m/intel386.h: Remove DARWIN_OS/_LP64 special case.
11086
11087 2009-10-15 Kenichi Handa <handa@m17n.org>
11088
11089 * print.c (print_object): Escape a symbol like "2E10" too.
11090
11091 2009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
11092
11093 Cleanups and changes for 64-bit compile under Snow Leopard.
11094 Based on suggestions by Erik Charlebois.
11095
11096 * nsfns.m (xw-color-values): Use CGFloat where appropriate.
11097
11098 * nsfont.m (ns_char_width): Replace deprecated call.
11099 (ns_findfonts, nsfont_list_family): Use long format in printf, and
11100 cast argument.
11101 (nsfont_open): Use ns_char_width() everywhere.
11102 (ns_uni_to_glyphs, NSGlyphStorage): Use NS[U]Integer where appropriate.
11103
11104 * nsgui.h (NSPoint, NSSize) [!__OBJC__]: Define and use CGFloat.
11105
11106 * nsimage.m (EmacsImage-setXBMColor:,-getPixelAtX:Y:): Use CGFloat
11107 where appropriate.
11108
11109 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Use NSInteger
11110 where appropriate.
11111 (EmacsToolbar-addDisplayItemWithImage:idx:helpText:enabled:):
11112 Use stringWithUTF8String.
11113 (EmacsDialogPanel-initWithContentRect:styleMask:): Fix signature.
11114
11115 * nsterm.h (EmacsView, EmacsMenu, EmacsToolbar, EmacsTooltip):
11116 Add formal protocol mention to inheritance.
11117 [NS_HAVE_NSINTEGER]: Drop conditional and contents.
11118
11119 * nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate.
11120 Fix printf format.
11121 (ns_query_color): Use CGFloat where appropriate.
11122 (EmacsView<NSTextInput>, EmacsScroller): Fix method signatures.
11123 (EmacsScroller-mouseDown:): Use long format in printf, and cast
11124 argument.
11125
11126 * config.in (NS_HAVE_NSINTEGER): Drop.
11127
11128 * dbusbind.c (dbus-method-return-internal)
11129 (dbus-method-error-internal): Use long format in printf, and cast
11130 argument.
11131
11132 * font.c (font_unparse_xlfd, font_unparse_fcname): Use long format
11133 in printf, and cast argument.
11134
11135 * process.c (list_processes_1): Use long format in printf, and
11136 cast argument.
11137
11138 2009-10-11 Glenn Morris <rgm@gnu.org>
11139
11140 * frame.c (Fframe_pixel_height): Doc fix. (Bug#4535)
11141
11142 2009-10-08 Jan Djärv <jan.h.d@swipnet.se>
11143
11144 * gtkutil.c (create_menus): Call gtk_widget_set_size_request for
11145 menu bar with a small width so it doesn't enlarge the frame.
11146
11147 2009-10-08 Juanma Barranquero <lekktu@gmail.com>
11148
11149 * fontset.c (Fset_fontset_font): Fix typos in error messages.
11150
11151 2009-10-06 Glenn Morris <rgm@gnu.org>
11152
11153 * Makefile.in (emacs${EXEEXT}): Remove direct dependence on
11154 SOME_MACHINE_LISP (this enters indirectly via DOC).
11155
11156 2009-10-05 Eli Zaretskii <eliz@gnu.org>
11157
11158 * dired.c (Ffile_attributes): Doc fix. (Bug#4638)
11159
11160 2009-10-04 Eli Zaretskii <eliz@gnu.org>
11161
11162 * xdisp.c (syms_of_xdisp) <unibyte-display-via-language-environment>:
11163 Doc fix.
11164
11165 2009-10-03 Martin Rudalics <rudalics@gmx.at>
11166
11167 * window.c (Fdelete_window): Check WINDOW argument. (Bug#4618)
11168
11169 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
11170
11171 * lisp.h (Qdelete_directory_internal): Remove, because it is not
11172 used anymore outside fileio.c.
11173
11174 * w32fns.c (Fsystem_move_file_to_trash): Use delete-directory.
11175
11176 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
11177
11178 * lisp.h (Qdelete_directory_internal):
11179 Declare, instead of Qdelete_directory.
11180
11181 * w32fns.c (Fsystem_move_file_to_trash): Use it.
11182
11183 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
11184
11185 * eval.c (Fcalled_interactively_p): Add `kind' argument.
11186
11187 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
11188
11189 * fileio.c (Fdelete_directory_internal): Rename from
11190 Fdelete_directory. It is not a command anymore. It has no file
11191 name handler.
11192
11193 2009-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
11194
11195 * xdisp.c (get_next_display_element): Use an enum in last change.
11196
11197 2009-09-28 Kenichi Handa <handa@m17n.org>
11198
11199 * xdisp.c (get_next_display_element): Pay attention to
11200 unibyte_display_via_language_environment in handling
11201 Vnobreak_char_display.
11202
11203 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
11204
11205 * nsterm.h (ns_app_name): New extern variable.
11206
11207 * nsterm.m (ns_app_name): New variable.
11208 (ns_term_init): Set and use it.
11209 (ns_term_shutdown): Use it.
11210
11211 * nsmenu.m (ns_update_menubar): Use ns_app_name. Sync with xmenu.c.
11212 (EmacsMenu-clear:, ns_popup_dialog): Use ns_app_name.
11213
11214 * nsfns.m (ns_set_name_iconic, ns_set_name)
11215 (ns_set_name_as_filename, x-create-frame, ns-get-resource)
11216 (ns-set-resource): Use ns_app_name instead of NSProcessInfo call.
11217
11218 * menu.c (find_and_return_menu_selection) [HAVE_NS]:
11219 Remove double-casting in client_data comparison.
11220
11221 2009-09-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11222
11223 * keyboard.c (make_lispy_event): Remember last wheel direction.
11224 (syms_of_keyboard) <wheel_syms>: Compute array size at compile time.
11225
11226 2009-09-26 Glenn Morris <rgm@gnu.org>
11227
11228 * Makefile.in (MSDOS_SUPPORT) [MSDOS]: Remove unneeded '/' in
11229 internal.elc. Add term/pc-win.elc.
11230 (WINDOW_SUPPORT) [HAVE_X_WINDOWS]: Add term/common-win.elc and
11231 term/x-win.elc.
11232 (WINNT_SUPPORT) [WINDOWSNT]: Add term/common-win.elc and
11233 term/w32-win.elc.
11234 (NS_SUPPORT): New.
11235 (lisp): Add NS_SUPPORT.
11236 (SOME_MACHINE_LISP): Add term/w32-win.elc and emacs-lisp/easymenu.elc.
11237
11238 2009-09-25 David Reitter <david.reitter@gmail.com>
11239
11240 * nsmenu.m (EmacsMenu-clear): Recognize application menu
11241 on Mac OS X 10.6+ (bug#4513).
11242
11243 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
11244
11245 * frame.c (xrdb_get_resource): Return nil for empty string resources;
11246 some parts of Emacs code (like font selection) don't grok them.
11247 See http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00528.html
11248
11249 2009-09-24 Andreas Schwab <schwab@redhat.com>
11250
11251 * coding.c (decode_coding_iso_2022): Fix operator precedence.
11252
11253 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
11254
11255 * dired.c (Fdirectory_files): Fix typo in docstring.
11256
11257 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
11258
11259 * nsterm.m (EV_TIMESTAMP, x_set_window_size)
11260 (EmacsApp-application:openFiles:): Remove GNUstep conditionals.
11261 (EmacsScroller-setPosition:portion:whole:): Remove -display call
11262 under GNUstep.
11263 (EmacsView-initFrameFromEmacs:): Set autoresizing mask.
11264
11265 * nsfont.m (ns_glyph_metrics): Remove GNUstep conditional for
11266 glyph advancement.
11267
11268 2009-09-22 Adrian Robert <Adrian.B.Robert@gmail.com>
11269
11270 * nsterm.m (CGContextSetFontRenderingMode): Drop declaration.
11271 (EmacsScroller-mouseDown:): Use SCROLL_BAR_FIRST_DELAY.
11272
11273 * nsmenu.m (EmacsMenu-menuNeedsUpdate): Ignore if frame has been
11274 deleted (bug #4492).
11275
11276 * nsfont.m (Vns_reg_to_script): New lisp variable.
11277 (syms_of_nsfont): Declare it.
11278 (ns_registry_to_script): New function.
11279 (ns_get_req_script): Call it.
11280 (ns_findfonts): Don't give up on non-unicode registry.
11281
11282 * font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case.
11283
11284 2009-09-20 Tom Tromey <tromey@redhat.com>
11285
11286 * eval.c (find_handler_clause): Make stack-trace-on-error work in
11287 batch mode (bug#4228).
11288
11289 2009-09-18 Rob Christie <robchristie@gmail.com> (tiny change)
11290
11291 * nsmenu.m (EmacsMenu-parseKeyEquiv:): Parse key equivalent more
11292 carefully. (Bug #4339)
11293
11294 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
11295
11296 * syntax.c (Fchar_syntax): Minor doc fix (Bug#4400).
11297
11298 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
11299
11300 * emacs.c (inhibit_x_resources): Update doc string for NS.
11301 (main) [HAVE_NS]: Don't process --no-init-file option.
11302 Remove legacy code for -NXHost. Fix error printf in daemon case.
11303
11304 * nsterm.h (ns_no_defaults): Remove.
11305
11306 * nsterm.m (ns_no_defaults): Remove.
11307 (ns_term_init): Switch ns_no_defaults -> inhibit_x_resources.
11308 (ns_use_qd_smoothing): Remove legacy variable.
11309 (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and
11310 don't update the NSWindow itself.
11311 (EmacsView-windowWillUseStandardFrame:defaultFrame:):
11312 Improve state detection and store user rect ourselves. (Bug #3581)
11313
11314 * nsfont.m (nsfont_draw) [NS_IMPL_COCOA]: Don't use
11315 ns_use_qd_smoothing.
11316
11317 * nsfns.m (x_get_string_resource): Ape just-previous changes to other
11318 platform versions. Drop support for emacs-20-style face specs.
11319 (x-close-connection): Drop PSFlush() under OS X.
11320 (x-focus-frame): Activate the app first. (Bug #4180)
11321
11322 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
11323
11324 * emacs.c (inhibit_x_resources): New variable.
11325 (main) [HAVE_NS]: Don't process --quick command line option.
11326 (syms_of_emacs) <inhibit-x-resources>: DEFVAR_BOOL it.
11327
11328 * lisp.h (inhibit_x_resources): Declare it extern.
11329
11330 * w32reg.c (x_get_string_resource):
11331 * xrdb.c (x_get_string_resource): Obey inhibit_x_resources.
11332
11333 2009-09-17 Eli Zaretskii <eliz@gnu.org>
11334
11335 * Makefile.in (MSDOS_SUPPORT, SOME_MACHINE_LISP):
11336 Add lisp/term/internal.elc.
11337
11338 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
11339
11340 * frame.c (x_get_resource_string): Re-add for non-toolkit builds
11341 (bug#4461).
11342
11343 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
11344
11345 * puresize.h (BASE_PURESIZE): Increase to 1290000.
11346
11347 * Makefile.in (OTHER_FILES): Define using autoconf, not cpp.
11348 (OBJECTS_MACHINE): Remove, unused.
11349
11350 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
11351
11352 * frame.c (x_get_resource_string): Remove unused.
11353
11354 2009-09-15 Jan Djärv <jan.h.d@swipnet.se>
11355
11356 * xterm.c (x_new_font): Call change_frame_size before calling
11357 x_set_window_size, in case frame size won't change.
11358
11359 * frame.c (x_set_font): Remove dead code.
11360
11361 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
11362
11363 * lread.c (Fload): Also run do-after-load-evaluation while dumping.
11364
11365 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11366
11367 * lread.c (Fload): Don't output a message after loading an obsolete
11368 package any more (done in Lisp now).
11369
11370 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
11371
11372 * fns.c (syms_of_fns): Doc fix (Bug#4227).
11373
11374 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11375
11376 * keymap.c (Fwhere_is_internal): Use nconc2.
11377
11378 2009-09-11 Alan Mackenzie <acm@muc.de>
11379
11380 * dispnew.c (Fsend_string_to_terminal): Amend doc string to cover
11381 batch mode.
11382
11383 2009-09-11 Andreas Schwab <schwab@linux-m68k.org>
11384
11385 * xdisp.c (display_mode_element): Detect cycles.
11386
11387 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
11388
11389 * keymap.c (where_is_internal): Don't erroneously return nil right after
11390 filling the cache.
11391 (where_is_internal_1): Fix up typo.
11392
11393 2009-09-11 Glenn Morris <rgm@gnu.org>
11394
11395 * frame.c (Fx_parse_geometry): Unify the X and NS versions so that they
11396 share a common doc-string.
11397
11398 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
11399
11400 * keymap.c (get_keymap): Return the actual keymap symbol rather than
11401 t for autoloaded keymaps when autoloading is not allowed (bug#4393).
11402
11403 * keymap.c (QCadvertised_binding): New constant.
11404 (syms_of_keymap): Initialize it.
11405 (Fwhere_is_internal): Try and use bindings from :advertised-binding
11406 if applicable.
11407
11408 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
11409
11410 * keyboard.c (Qmenu_alias, Vdefine_key_rebound_commands): Remove.
11411 (parse_menu_item): Streamline since bindings are recomputed all the
11412 time anyway. Don't bother checking Vdefine_key_rebound_commands any
11413 more and don't support lmenu's menu-alias any more either.
11414
11415 * keymap.c (where_is_internal_data): Make noindirect a boolean.
11416 (where_is_internal): Strip it down to only traverse the keymaps.
11417 Move the cache handling from Fwhere_is_internal to here.
11418 (Fwhere_is_internal): Move the handling of remapping and the choice of
11419 the best binding from where_is_internal to here.
11420 Unify the cached/noncached paths, so remapping is also handled
11421 correctly when the cache is used, and so the cache can be used to
11422 speed up remap-handling when applicable.
11423 Give preference to non-remapped bindings.
11424 * doc.c (Fsubstitute_command_keys): Let Fwhere_is_internal's prefer
11425 non-remapped bindings.
11426 * keyboard.c (parse_menu_item): Let Fwhere_is_internal handle
11427 command remapping.
11428
11429 * xdisp.c (display_mode_element): Move list length limit from 50 to
11430 5000 (see thread starting with <xbaik5174uqu.fsf@cam.ac.uk>).
11431
11432 2009-09-09 Adrian Robert <Adrian.B.Robert@gmail.com>
11433
11434 * nsfont.m (ns_get_family): Don't force first letter to uppercase.
11435
11436 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
11437
11438 * xdisp.c (Vtruncate_partial_width_windows): Improve docstring.
11439 (Bug#4334)
11440
11441 * keymap.c (where_is_internal): Filter out shadowed remappings.
11442 Assume that where_is_internal returns unshadowed bindings to simplify
11443 the code and get rid of the gotos. Use ASIZE.
11444
11445 2009-09-04 Jan Djärv <jan.h.d@swipnet.se>
11446
11447 * xterm.c (x_focus_changed): If we get a focusout and pointer
11448 is invisible, make it visible.
11449
11450 * xterm.h: Remove condition for declaration of
11451 x_*_window_to_frame.
11452
11453 2009-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
11454
11455 * dispnew.c (Fsend_string_to_terminal): Make it work again on the
11456 initial terminal as well.
11457
11458 2009-09-02 Jan Djärv <jan.h.d@swipnet.se>
11459
11460 * xterm.h: Rename x_non_menubar_window_to_frame to
11461 x_menubar_window_to_frame.
11462
11463 * xterm.c: Remove declarations also in xterm.h.
11464 (XTmouse_position): Do not return valid positions
11465 for clicks in the menubar and the toolbar for Gtk+.
11466
11467 * xfns.c (x_any_window_to_frame): Assume less about Gtk+ internals,
11468 if the widget for the event has the same top level as a frame,
11469 return the frame.
11470 (x_menubar_window_to_frame): Detect menu bar even with Gtk+
11471 internal windows, bug #4122.
11472 (x_non_menubar_window_to_frame): Remove.
11473
11474 2009-09-02 Glenn Morris <rgm@gnu.org>
11475
11476 * buffer.c (default-major-mode): Move most of the doc from here...
11477 (major-mode): ... to here.
11478
11479 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
11480
11481 * process.c (wait_reading_process_output): Keep the descriptor
11482 when pty is used by a non-child process, e.g., in I/O buffer of
11483 GDB this allows inferior to be restarted.
11484
11485 2009-08-29 Eli Zaretskii <eliz@gnu.org>
11486
11487 * xdisp.c (redisplay_internal): Remove redundant test and collapse
11488 both branches into one.
11489
11490 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
11491
11492 * emacs.c (USAGE1): Remove --(no-)multibyte, --(no-)unibyte.
11493 (main): Use enable-multibyte-characters rather than
11494 default-enable-multibyte-characters. Output a warning message when
11495 running a unibyte session.
11496
11497 2009-08-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11498
11499 * unexmacosx.c (print_load_command_name) [LC_DYLD_INFO]: Add cases
11500 LC_DYLD_INFO and LC_DYLD_INFO_ONLY.
11501 (copy_data_segment): Also copy __program_vars section.
11502 (copy_dyld_info) [LC_DYLD_INFO]: New function.
11503 (dump_it) [LC_DYLD_INFO]: Use it.
11504
11505 * s/darwin.h [temacs]: Undef HAVE_POSIX_MEMALIGN.
11506
11507 2009-08-28 Eli Zaretskii <eliz@gnu.org>
11508
11509 * makefile.w32-in ($(BLD)/doc.$(O)): Depend on buildobj.h, not on
11510 $(SRC)/buildobj.h.
11511 (buildobj.h): Rename from $(SRC)/buildobj.h.
11512 (make-buildobj-CMD, make-buildobj-SH): Create buildobj.h, not
11513 $(SRC)/buildobj.h.
11514 (clean): Add buildobj.h.
11515
11516 2009-08-28 Teodor Zlatanov <tzz@lifelogs.com>
11517
11518 * print.c (print_object): Set escapeflag to 1 when printing
11519 hashtable keys and values.
11520
11521 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
11522
11523 * lread.c (read_integer): Use doubles (and potentially return a float
11524 number) as we do in string-to-number.
11525 (read1): Use strtol to read integers, signal errors on strtol's
11526 overflow and use floats if strtol's output is too large for
11527 Elisp integers.
11528
11529 2009-08-27 Eli Zaretskii <eliz@gnu.org>
11530
11531 * makefile.w32-in ($(SRC)/buildobj.h, make-buildobj-CMD)
11532 (make-buildobj-SH): Fix last change.
11533 (SRC): Move to before where it's first used.
11534
11535 2009-08-27 Kenichi Handa <handa@m17n.org>
11536
11537 * process.c (send_process): Use encode_coding_object instead of
11538 encode_coding_string to perform eol-conversion even if the string
11539 is unibyte.
11540
11541 * coding.c (encode_coding_utf_16): Fix checking of a Unicode
11542 character.
11543
11544 * cmds.c (Fself_insert_command): Avoid unnecessay
11545 unibyte->multibyte conversion. (Bug#4240) (Bug#4037)
11546
11547 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
11548
11549 * callproc.c (Fcall_process): Remove always true #if.
11550
11551 * lisp.h: Replace #if 0 code for checking with text pointing to
11552 the --enable-checking configure flag.
11553
11554 * emacs.c (main): Mention the --enable-profiling configure flag
11555 instead of using CFLAGS.
11556
11557 2009-08-26 Ken Raeburn <raeburn@raeburn.org>
11558
11559 * Makefile.in (buildobj.h): New target.
11560 (doc.o): Depend on it.
11561 (temacs${EXEEXT}): Don't generate buildobj.lst.
11562 (mostlyclean): Delete buildobj.h, not buildobj.lst.
11563 * makefile.w32-in ($(SRC)/buildobj.h): New target.
11564 ($(BLD)/doc.$(O)): Depend on it.
11565 (make-buildobj-CMD, make-buildobj-SH): New targets. (Syntax help
11566 provided by Eli Zaretskii.)
11567 ($(TEMACS)): Don't generate buildobj.lst.
11568 * doc.c: Include buildobj.h.
11569 (buildobj): New static variable.
11570 (Fsnarf_documentation): Use it, instead of opening and reading
11571 buildobj.lst.
11572
11573 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
11574
11575 * dbusbind.c (Fdbus_call_method)
11576 (Fdbus_call_method_asynchronously): Use English numeric format for
11577 timeout values in doc string.
11578
11579 2009-08-25 Kenichi Handa <handa@m17n.org>
11580
11581 * alloc.c (mark_char_table): New function.
11582 (mark_object): Use mark_char_table for a char-table.
11583
11584 * lisp.h (CHAR_TABLE_REF_ASCII): New macro.
11585 (CHAR_TABLE_REF): Use it.
11586
11587 2009-08-23 Ken Raeburn <raeburn@raeburn.org>
11588
11589 * Makefile.in (emacs${EXEEXT}) [CANNOT_DUMP]: Set EMACSLOADPATH
11590 before invoking the newly build emacs to check for load-path
11591 shadowing.
11592
11593 2009-08-22 Glenn Morris <rgm@gnu.org>
11594
11595 * Makefile.in (bootstrap_exe): New variable.
11596 (.el.elc, ${lispsource}loaddefs.el, bootstrap-emacs${EXEEXT}):
11597 Use ${bootstrap_exe}.
11598
11599 2009-08-22 Eli Zaretskii <eliz@gnu.org>
11600
11601 * coding.h (encode_coding_string): Don't encode unibyte strings.
11602 (Bug#4047)
11603
11604 2009-08-22 Michael Albinus <michael.albinus@gmx.de>
11605
11606 * config.in (HAVE_DBUS_WATCH_GET_UNIX_FD): Add.
11607
11608 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): Remove. It was
11609 intended as hotfix only.
11610 (xd_add_watch, xd_remove_watch): Use HAVE_DBUS_WATCH_GET_UNIX_FD.
11611
11612 2009-08-21 Adrian Robert <Adrian.B.Robert@gmail.com>
11613
11614 * nsterm.m (ns_get_color): Update documentation properly for last
11615 change, and clean up loose ends in the code left by it.
11616 Fix longstanding bug with 16-bit hex parsing, and add support for
11617 yet another X11 format (rgb:r/g/b) for compatibility.
11618 * nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
11619 timer_check() to avoid crash on Leopard/PPC. Bug #2154.
11620
11621 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
11622
11623 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.
11624
11625 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
11626
11627 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): New macro.
11628 (xd_add_watch, xd_remove_watch): Use it. Print debug messages.
11629 (xd_initialize, xd_pending_messages): Check, whether
11630 $DBUS_SESSION_BUS_ADDRESS is set.
11631
11632 2009-08-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11633
11634 * nsfns.m (Fxw_color_values): Return 3-element list. Doc fix.
11635
11636 * nsterm.m (ns_get_color): Remove incompatible color formats again.
11637
11638 2009-08-20 Glenn Morris <rgm@gnu.org>
11639
11640 * emacs.c (system-type): Doc fix.
11641
11642 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
11643
11644 * keyboard.c (syms_of_keyboard): Default to 5 buttons, which should be
11645 enough for the most common situations. Avoid SET_SYMBOL_VALUE.
11646
11647 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
11648
11649 * dbusbind.c (xd_add_watch, xd_remove_watch, Fdbus_init_bus):
11650 New functions.
11651 (xd_initialize): Revert change from 2009-08-16.
11652
11653 2009-08-18 Kenichi Handa <handa@m17n.org>
11654
11655 * fontset.c (Ffontset_font): If a nil element is found in a
11656 font-group vector, return nil.
11657
11658 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
11659
11660 * process.c (status_notify): Don't perform redisplay.
11661 (Fdelete_process, list_processes_1, process_send_signal):
11662 Expliticly perform redisplay.
11663 (wait_reading_process_output): Always check process status, but
11664 don't perform redisplay unless DO_DISPLAY is non-zero (Bug#2930).
11665
11666 2009-08-17 Ken Raeburn <raeburn@raeburn.org>
11667
11668 * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.
11669 (XFLOAT_INIT): New macro for storing a float value.
11670 * alloc.c (make_float, make_pure_float): Use XFLOAT_INIT.
11671 * fns.c (sxhash): Copy out the value of a float in order to
11672 examine its bytes.
11673 * dbusbind.c (xd_append_arg): Likewise.
11674
11675 * emacs.c (main): Don't call syms_of_data twice.
11676
11677 2009-08-16 Michael Albinus <michael.albinus@gmx.de>
11678
11679 * dbusbind.c (xd_initialize): Add connection file descriptor to
11680 input_wait_mask, in order to let select() detect, whether a new
11681 message has been arrived.
11682 (Fdbus_call_method_asynchronously): Allow nil HANDLER.
11683
11684 2009-08-15 Michael Albinus <michael.albinus@gmx.de>
11685
11686 * dbusbind.c (xd_get_dispatch_status, xd_pending_messages):
11687 New functions.
11688
11689 * lisp.h (xd_pending_messages): Declare.
11690
11691 * keyboard.c (readable_events): Call xd_pending_messages.
11692
11693 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
11694
11695 * eval.c (Fcalled_interactively_p, Finteractive_p): Doc fix (Bug#3936).
11696
11697 * xdisp.c (pop_it): Don't pop into a display vector (Bug#4131).
11698
11699 * buffer.c (set_buffer_internal_1)
11700 (swap_out_buffer_local_variables): Check for unbound local
11701 variables (Bug#4138).
11702
11703 2009-08-14 Eli Zaretskii <eliz@gnu.org>
11704
11705 * process.c (create_pty): Fix last change.
11706
11707 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
11708
11709 * image.c (xbm_read_bitmap_data): New arg inhibit_image_error.
11710 (xbm_load_image): Caller changed.
11711 (xbm_file_p): Avoid signalling an image_error (Bug#4107).
11712
11713 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
11714
11715 * process.c (create_pty): New function.
11716 (Fstart_process): Use it to allow Emacs to just associate a pty
11717 with the buffer. See associated change in gdb-mi.el.
11718 (list_processes_1): Deal with no program name.
11719 (start_process_unwind): Use pid == -2 to mean no process.
11720
11721 2009-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
11722
11723 * cmds.c (nonundocount): New global variable.
11724 (keys_of_cmds): Initialize it.
11725 (Fself_insert_command): Use it to combine upto 20 sequential chars
11726 into a single undo entry, just like the Qself_insert_command code in
11727 keyboard.c does.
11728 Call frame_make_pointer_invisible, also like the Qself_insert_command
11729 code in keyboard.c does.
11730 * keyboard.c (command_loop_1): Use the new global nonundocount rather
11731 than its own local replacement for it.
11732
11733 2009-08-10 Ken Raeburn <raeburn@raeburn.org>
11734
11735 * fns.c (concat): Don't re-set string length to its current value.
11736
11737 * coding.h (decode_coding_string, encode_coding_string):
11738 Use SBYTES macro.
11739
11740 * doprnt.c (doprnt_lisp): Delete unused function.
11741 (doprnt): Merge with doprnt1, discarding lispstrings code.
11742 * lisp.h (doprnt_lisp): Don't declare.
11743
11744 2009-08-07 Juri Linkov <juri@jurta.org>
11745
11746 * puresize.h (BASE_PURESIZE): Increase to 1270000.
11747
11748 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
11749
11750 * print.c (syms_of_print): Undo previous change.
11751
11752 2009-08-05 Teodor Zlatanov <tzz@lifelogs.com>
11753
11754 * lread.c (read1, syms_of_lread): Read hashtables back from the
11755 readable format.
11756
11757 * print.c (print_preprocess, print_object): Print hashtables fully
11758 and readably.
11759 (syms_of_print): Provide 'hashtable-print-readable.
11760
11761 2009-08-02 Adrian Robert <Adrian.B.Robert@gmail.com>
11762
11763 * nsfont.m (ns_descriptor_to_entity): Handle case when descriptor has
11764 no family set.
11765 (nsfont_open): Handle case when entity has no family.
11766
11767 2009-07-29 Adrian Robert <Adrian.B.Robert@gmail.com>
11768
11769 * nsfont.m (ns_findfonts): Fix 2009-07-24 change to return only one
11770 element, not a list, for match case.
11771
11772 2009-07-28 Kenichi Handa <handa@m17n.org>
11773
11774 * font.c (font_parse_xlfd): Check DPI and AVGWIDTH properties more
11775 rigidly.
11776
11777 * xfont.c (xfont_list_pattern): Don't ignore the return value of
11778 font_parse_xlfd. Check font properties more rigidly.
11779
11780 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
11781
11782 * s/netbsd.h (SIGNALS_VIA_CHARACTERS): Remove, already defined in
11783 bsd-common.h.
11784
11785 2009-07-27 Kenichi Handa <handa@m17n.org>
11786
11787 * xfaces.c (face_with_height): Call font_clear_prop.
11788
11789 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
11790
11791 * dispnew.c (init_display): Use Qx, Qw32, and Qns.
11792
11793 * xterm.c (x_term_init): Use Qx.
11794
11795 * nsfont.m (nsfont_draw): Revert 2009-07-15 change.
11796
11797 * nsterm.m (ns_maybe_dumpglyphs_background): Revert 2009-07-15 change.
11798 (ns_get_color): Revert 2009-07-16 change.
11799
11800 2009-07-25 Eli Zaretskii <eliz@gnu.org>
11801
11802 * lread.c (syms_of_lread) <force_load_messages>: New variable.
11803 (Fload): Use it to force load messages, even if NOMESSAGES is non-nil.
11804
11805 2009-07-25 Ken Raeburn <raeburn@raeburn.org>
11806
11807 * coding.h (decode_coding_string, encode_coding_string):
11808 Use SCHARS macro.
11809
11810 * lread.c: Rewrite 2009-07-21 changes.
11811 (load_depth): Delete.
11812 (Qload_in_progress): New variable.
11813 (load_unwind): Don't reference load_depth or load_in_progress.
11814 (Fload): Likewise; specbind Qload_in_progress instead.
11815 (init_lread): Don't initialize load_depth.
11816 (syms_of_lread): Initialize and protect Qload_in_progress.
11817
11818 2009-07-24 Adrian Robert <Adrian.B.Robert@gmail.com>
11819
11820 * nsfont.m (ns_findfonts): Correctly return fallback in match case.
11821
11822 2009-07-23 Yavor Doganov <yavor@gnu.org>
11823
11824 * nsfont.m (NSFontDescriptor.h): Explicitly include under GNUstep.
11825
11826 2009-07-23 Adrian Robert <Adrian.B.Robert@gmail.com>
11827
11828 * nsterm.m (EmacsView-keyUp:): Only act when running under Tiger.
11829 Bugs 3792, 3720, 2402.
11830 (ns_lookup_indexed_color): Check for bad index.
11831 (ns_index_color): Init unused slot to 0.
11832 (ns_dumpglyphs_box_or_relief): Replace useless xassert with an if().
11833 Bug 3714, possibly 3082.
11834
11835 2009-07-22 Jason Rumney <jasonr@gnu.org>
11836
11837 * w32fns.c (w32_wnd_proc) [WM_IME_STARTCOMPOSITION]:
11838 Position IME window at cursor (Bug#2570).
11839 (w32_wnd_proc) [WM_IME_CHAR]: Release context when finished.
11840 (globals_of_w32fns): Dynamically load functions required above.
11841
11842 * w32term.c (w32_draw_window_cursor): Send message to reposition
11843 any IME window.
11844
11845 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
11846
11847 * fileio.c: Revert 2009-07-16 changes.
11848 (Vauto_save_include_big_deletions): New variable.
11849 (Fdo_auto_save): Disable auto-save only if
11850 auto-save-include-big-deletions is nil.
11851
11852 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
11853
11854 * xdisp.c (move_it_to): For continued lines ending in a tab, take
11855 the overflowed pixels into account (Bug#3879).
11856
11857 2009-07-21 Ken Raeburn <raeburn@raeburn.org>
11858
11859 * lread.c (load_depth): New variable.
11860 (Fload, load_unwind, init_lread): Set it to the load recursion
11861 depth; set load_in_progress as a simple boolean based on the
11862 current load_depth. (Bug#3892)
11863
11864 2009-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
11865
11866 * nsfont.m (ns_has_attribute): Remove.
11867 (ns_findfonts, nsfont_open): Use ns_attribute_fvalue() instead.
11868
11869 2009-07-18 Juri Linkov <juri@jurta.org>
11870
11871 * process.c (Fset_process_query_on_exit_flag): Mention killing
11872 a buffer in docstring.
11873
11874 2009-07-17 Kenichi Handa <handa@m17n.org>
11875
11876 * casetab.c (shuffle): Fix the logic of setting up the cycle.
11877
11878 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11879
11880 * nsfns.m (Fns_set_alpha): Remove function.
11881 (syms_of_nsfns): Don't defsubr it.
11882
11883 * nsterm.m (ns_get_color): Remove incompatible color formats.
11884 (ns_color_to_lisp): Generate #rrggbb color format string.
11885
11886 2009-07-16 Richard Stallman <rms@gnu.org>
11887
11888 * fileio.c (Fwrite_region, Fdo_auto_save): Handle save_length = -2.
11889 (Fset_buffer_auto_saved): Handle save_length = -2.
11890
11891 2009-07-16 Chong Yidong <cyd@stupidchicken.com>
11892
11893 * xterm.c (Qx_gtk_map_stock): New var.
11894
11895 * gtkutil.c (update_frame_tool_bar): Use Qx_gtk_map_stock instead
11896 of calling intern each time.
11897
11898 2009-07-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11899
11900 * nsfont.m (nsfont_draw): Remove code for stippling, which actually
11901 does tiling.
11902
11903 * nsterm.m (ns_maybe_dumpglyphs_background): Likewise.
11904
11905 2009-07-14 Kenichi Handa <handa@m17n.org>
11906
11907 * font.c (font_vconcat_entity_vectors): New function.
11908 (struct font_sort_data): New member font_driver_preference.
11909 (font_compare): Check font_driver_preference.
11910 (font_sort_entities): The format of the first argument changed.
11911 (font_delete_unmatched): Likewise.
11912 (font_list_entities): The return type changed.
11913 (font_select_entity): The format of the second argument changed.
11914 (font_find_for_lface): Adjuste for the above changes.
11915 Don't suppress the checking of C even if the repertory supports it.
11916 (Flist_fonts): Adjust for the above changes.
11917
11918 * ftfont.c (ftfont_spec_pattern): New arg langname. Change caller.
11919 (ftfont_list): Adjust for the change of ftfont_spec_pattern.
11920 Reject a font who has adstyle property that is different from a
11921 langname derived from registry property.
11922 (ftfont_match): Adjust for the change of ftfont_spec_pattern.
11923
11924 2009-07-13 Eli Zaretskii <eliz@gnu.org>
11925
11926 * dired.c (directory_files_internal) [WINDOWSNT]: Don't make a
11927 local copy of dirfilename.
11928
11929 2009-07-13 Kenichi Handa <handa@m17n.org>
11930
11931 * chartab.c (sub_char_table_ref_and_range): Fix the range check
11932 against max_char.
11933
11934 * cmds.c (internal_self_insert): Check sym by SYMBOLP before
11935 calling XSYMBOL (sym).
11936
11937 2009-07-11 Eli Zaretskii <eliz@gnu.org>
11938
11939 * dired.c (directory_files_internal_w32_unwind) [WINDOWSNT]:
11940 New function.
11941 (directory_files_internal) [WINDOWSNT]:
11942 Bind w32-get-true-file-attributes to either t or nil, depending whether
11943 the filesystem of the directory is fast or slow.
11944
11945 * w32.c (logon_network_drive): Don't assume PATH is an absolute
11946 file name.
11947 (is_slow_fs): New function.
11948 (stat): Use it to determine whether to issue more system calls to
11949 get accurate file attributes, when w32-get-true-file-attributes is
11950 `local'.
11951
11952 2009-07-10 Jan Djärv <jan.h.d@swipnet.se>
11953
11954 * xfns.c (Fx_select_font): Remember last font selected in
11955 x_last_font_name and use that the next time. Also try the frame
11956 parameter font-parameter as default to the font dialog.
11957
11958 2009-07-10 Kenichi Handa <handa@m17n.org>
11959
11960 * xftfont.c (xftfont_open): Fix typo: FC_RGBA->FC_HINT_STYLE.
11961
11962 2009-07-09 Eli Zaretskii <eliz@gnu.org>
11963
11964 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
11965
11966 * w32.c (stat): Treat UNC file names as residing on remote
11967 drives. (Bug#3542)
11968
11969 2009-07-09 Kenichi Handa <handa@m17n.org>
11970
11971 * fontset.c (fontset_find_font): Fix previous change.
11972
11973 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
11974
11975 * dbusbind.c (xd_initialize, Fdbus_call_method, xd_read_message)
11976 (Fdbus_register_signal, Fdbus_register_method): Cleanup memory of
11977 error flag.
11978
11979 2009-07-08 Kenichi Handa <handa@m17n.org>
11980
11981 * fontset.c (fontset_find_font): Fix the logic of handling
11982 charset_matched.
11983 (font_for_char): Delete unused var.
11984 (generate_ascii_font_name): Delete it.
11985
11986 * coding.h (JIS_TO_SJIS2): Fix the code range check.
11987
11988 * coding.c (detect_coding_sjis): Handle shift_jis-2004 correctly.
11989 (encode_coding_sjis): Fix the code range check.
11990
11991 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
11992
11993 * fileio.c (Fsubstitute_in_file_name, Ffile_name_directory)
11994 (Fexpand_file_name): Copy string data properly (Bug#3772).
11995
11996 2009-07-07 Jan Djärv <jan.h.d@swipnet.se>
11997
11998 * xterm.c (handle_one_xevent): Only call x_check_fullscreen on the
11999 first MapNotify.
12000
12001 2009-07-07 Kenichi Handa <handa@m17n.org>
12002
12003 * character.h (unibyte_has_multibyte_table): Delete extern.
12004 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): Delete it.
12005
12006 * charset.c (Fset_charset_priority): Update charset_unibyte.
12007 (syms_of_charset): Initialize charset_unibyte.
12008
12009 * character.c (unibyte_has_multibyte_table): Delete it.
12010 (multibyte_char_to_unibyte): Use CHAR_TO_BYTE8 instead of checking
12011 charset_unibyte.
12012 (multibyte_char_to_unibyte_safe): Likewise.
12013 (Funibyte_char_to_multibyte): Don't check charset_unibyte.
12014
12015 * xdisp.c (get_next_display_element): Decode it->c by charset_unibyte.
12016 (x_produce_glyphs): Likewise.
12017
12018 * .gdbinit (xcharset): Fix the treating $arg0.
12019
12020 2009-07-04 Eli Zaretskii <eliz@gnu.org>
12021
12022 Emulation of `getloadavg' on MS-Windows.
12023 * w32.c: Include float.h.
12024 (g_b_init_get_native_system_info, g_b_init_get_system_times)
12025 (GetNativeSystemInfo_Proc, GetSystemTimes_Proc): Declare.
12026 (get_native_system_info, get_system_times): New functions.
12027 (buf_next, buf_prev, sample_system_load, getavg): New subroutines.
12028 (getloadavg): Rewrite using GetSystemTimes and GetNativeSystemInfo.
12029 (globals_of_w32): Initialize g_b_init_get_native_system_info,
12030 g_b_init_get_system_times, and num_of_processors.
12031
12032 2009-07-03 Jason Rumney <jasonr@gnu.org>
12033
12034 * w32term.c (w32_initialize): Use standard types.
12035
12036 2009-07-03 Eli Zaretskii <eliz@gnu.org>
12037
12038 * dired.c (Ffile_attributes): Decode user and group names by the
12039 locale's encoding. (Bug#3443)
12040
12041 2009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
12042
12043 * sysdep.c (sys_suspend): Remove USG_JOBCTRL #ifdef, unused.
12044 (mkdir): Remove MKDIR_PROTOTYPE #ifdef, unused.
12045
12046 * callproc.c (child_setup): Use #else instead of a separate #ifdef.
12047
12048 * term.c (init_tty): Remove spurious #ifdef.
12049
12050 * m/mips.h: Mention this file is also used for netbsd.
12051 * m/pmax.h: Remove file.
12052
12053 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
12054
12055 * xterm.h (struct x_display_info): Add invisible_cursor.
12056 (struct x_output): Add current_cursor.
12057
12058 * xterm.c (XTtoggle_invisible_pointer): New function.
12059 (x_define_frame_cursor): Don't define cursor if invisible or the
12060 same as before. Set current_cursor.
12061 (x_create_terminal): Set toggle_invisible_pointer_hook.
12062
12063 * xfns.c (make_invisible_cursor): New function.
12064 (x_set_mouse_color): Call make_invisible_cursor.
12065 Set current_cursor.
12066 (x_window): Set current_cursor.
12067
12068 * termhooks.h (struct terminal): Add toggle_invisible_pointer_hook.
12069
12070 * keyboard.c (command_loop_1): Call frame_make_pointer_invisible after
12071 inserting a character.
12072 (read_avail_input): Call frame_make_pointer_visible.
12073
12074 * frame.c (Vmake_pointer_invisible): New variable.
12075 (frame_make_pointer_invisible, frame_make_pointer_visible):
12076 New functions.
12077 (syms_of_frame): DEFVAR make-pointer-invisible, initialize to Qt.
12078
12079 * frame.h: Declare frame_make_pointer_invisible and
12080 frame_make_pointer_visible.
12081 (struct frame): Add pointer_invisible.
12082
12083 2009-07-02 Jan Djärv <jan.h.d@swipnet.se>
12084
12085 * gtkutil.c (xg_frame_set_char_size): Do set width/height if the
12086 frame isn't visible.
12087 (xg_frame_resized): If width/height is -1, get size of window
12088 from X server.
12089
12090 * xterm.c (handle_one_xevent): Call xg_frame_resized for USE_GTK
12091 for MapNotify.
12092
12093 * gtkutil.c (xg_frame_set_char_size): Do not set pixel width/height
12094 here or call change_frame_size. Just call flush_and_sync.
12095 (flush_and_sync): Reintroduce.
12096
12097 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
12098
12099 * xterm.h (struct x_display_info): Add Xatom_net_wm_state_sticky.
12100
12101 * xterm.c (x_handle_net_wm_state): Also look for sticky.
12102 (x_term_init): Initialize Xatom_net_wm_state_sticky.
12103
12104 * frame.h: Declare Qsticky.
12105
12106 * w32fns.c (w32_frame_parm_handlers): Set 0 for sticky.
12107
12108 * nsfns.m (ns_frame_parm_handlers): Ditto.
12109
12110 * frame.c: Declare Qsticky.
12111 (frame_parms): Add sticky.
12112
12113 * xfns.c (x_frame_parm_handlers): Let x_set_sticky handle sticky.
12114
12115 * xterm.h: Declare x_set_sticky.
12116
12117 * xterm.c (x_set_sticky): New function.
12118
12119 * gtkutil.c (xg_tool_bar_proxy_help_callback): New function.
12120 (xg_tool_bar_menu_proxy): Attach enter/leave events to
12121 xg_tool_bar_proxy_help_callback.
12122
12123 * emacs.c (USAGE3, standard_args): Add -mm and --maximized.
12124
12125 * frame.c: Qmaximized is new.
12126 (x_set_frame_parameters): Do not handle fullscreen specially.
12127 Only set width and height if explicitly set.
12128 (x_set_fullscreen): Handle Qmaximized.
12129 (x_set_font, x_figure_window_size): Do not handle fullscreen specially.
12130 (syms_of_frame): Initialize Qmaximized.
12131
12132 * frame.h (fullscreen_type): Add FULLSCREEN_MAXIMIZED.
12133 Declare Qfullwidth, Qfullheight, Qfullboth, Qmaximized.
12134
12135 * xterm.c (handle_one_xevent): Remove call to x_check_fullscreen
12136 for Expose event. Add call to x_check_fullscreen for MapNotify event.
12137 Remove all code w.r.t. fullscreen from ConfigureNotify event. Do not
12138 set gravity to NorthWestGravity when USE_GTK.
12139 (set_wm_state): New function.
12140 (do_ewmh_fullscreen): Use set_wm_state. Also handle FULLSCREEN_MAXIMIZED.
12141 (x_handle_net_wm_state): Handle FULLSCREEN_MAXIMIZED.
12142 (x_check_fullscreen): Simplify so we only handle EMWH type of fullscreen
12143 or the case when no window manager is running. That means remove calls
12144 to x_real_positions and x_fullscreen_adjust.
12145
12146 * gtkutil.c (flush_and_sync, x_wm_size_hint_off): Remove.
12147 (xg_frame_set_char_size): Remove calls to x_wm_size_hint_off and
12148 flush_and_sync.
12149 (xg_height_changed): New function.
12150 (xg_create_frame_widgets): Remove call to gtk_widget_set_size_request
12151 and gtk_window_set_policy. Set frame gravity after parsing the
12152 geometry string.
12153 (xg_update_frame_menubar, free_frame_menubar)
12154 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
12155 (update_frame_tool_bar, free_frame_tool_bar): Call xg_height_changed.
12156 Remove calls to xg_frame_set_char_size.
12157
12158 2009-07-01 Kenichi Handa <handa@m17n.org>
12159
12160 * keyboard.c (decode_keyboard_code): New function.
12161 (tty_read_avail_input): Decode the input bytes if necessary.
12162
12163 * coding.c (setup_coding_system):
12164 Initialize coding->carryover_bytes to 0.
12165 (Fset_keyboard_coding_system_internal): If CODING-SYSTEM is nil,
12166 use Qno_conversion.
12167
12168 2009-07-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12169
12170 * Makefile.in (SOME_MACHINE_LISP): Add ../lisp/term/common-win.elc.
12171
12172 2009-06-30 Chong Yidong <cyd@stupidchicken.com>
12173
12174 * xftfont.c (xftfont_open): Avoid passing NULL argument to XftLockFace.
12175
12176 2009-06-30 Jason Rumney <jasonr@gnu.org>
12177
12178 * w32term.c (w32_initialize): Use GetModuleHandle for library that
12179 is already loaded.
12180 Set user model ID if supported (bug#1849).
12181
12182 2009-06-29 Jim Meyering <meyering@redhat.com>
12183
12184 Remove useless if-before-xfree test.
12185 * nsfont.m (nsfont_close): Remove useless test.
12186 * term.c (delete_tty): Likewise.
12187 * w32.c (system_process_attributes): Likewise.
12188 * w32font.c (w32font_close): Likewise.
12189 * xfaces.c (x_free_gc): Likewise.
12190 * xselect.c (buffer): Likewise.
12191
12192 2009-06-28 Andreas Schwab <schwab@linux-m68k.org>
12193
12194 * process.c (send_process): Keep decoded string in a local
12195 variable and protect it from GC. (Bug#3521)
12196
12197 2009-06-28 Eli Zaretskii <eliz@gnu.org>
12198
12199 * term.c (create_tty_output) [MSDOS]: #ifdef away.
12200 (tty_free_frame_resources) [MSDOS]: Add a DOS-specific version.
12201
12202 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
12203
12204 * xdisp.c (start_display, handle_face_prop)
12205 (move_it_vertically_backward, cursor_row_fully_visible_p)
12206 (redisplay_window, try_window_id, produce_image_glyph):
12207 Delete some #ifdef-ed out code chunks that are now obsolete.
12208
12209 * xterm.c (x_update_window_begin, x_new_focus_frame)
12210 (x_scroll_bar_handle_click, handle_one_xevent)
12211 (handle_one_xevent, XTread_socket, x_focus_on_frame)
12212 (x_make_frame_visible, x_make_frame_invisible)
12213 (x_wm_set_icon_pixmap, x_initialize): Delete some #ifdef-ed out
12214 code chunks that are now obsolete.
12215
12216 2009-06-28 Michael Albinus <michael.albinus@gmx.de>
12217
12218 * dbusbind.c (XD_SYMBOL_TO_DBUS_TYPE): Convert macro into function
12219 xd_symbol_to_dbus_type. With Solaris 2.11, it was said to compile
12220 for hours, when optimzation is enabled.
12221 (xd_signature, xd_append_arg, xd_retrieve_arg, xd_initialize)
12222 (xd_read_message): Make them static.
12223
12224 2009-06-27 Chuck Blake <cblake@pdos.csail.mit.edu> (tiny change)
12225
12226 * term.c (turn_on_face): Allow simultaneously bold and dim
12227 terminal faces (Bug#3530).
12228
12229 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
12230
12231 * frame.c (x_get_arg): Check if dpyinfo is non-NULL.
12232
12233 * xdisp.c (mouse_face_from_buffer_pos): Fix detection of
12234 truncation glyphs (Bug#3686).
12235
12236 2009-06-27 Glenn Morris <rgm@gnu.org>
12237
12238 * m/pmax.h: Restore file, with only netbsd portions.
12239
12240 2009-06-26 David Reitter <david.reitter@gmail.com>
12241
12242 * nsterm.m (keydown): Avoid infinite loop.
12243
12244 2009-06-26 Peter Jolly <peter@jollys.org> (tiny change)
12245
12246 * ftfont.c (get_adstyle_property): Call font_intern_prop with 1 as
12247 the arg FORCE_SYMBOL.
12248
12249 2009-06-25 Kenichi Handa <handa@m17n.org>
12250
12251 * fontset.c (fontset_find_font): When a usable rfont_def is found
12252 in a fallback font-group, make it the first element of the group.
12253
12254 2009-06-24 Chong Yidong <cyd@stupidchicken.com>
12255
12256 * emacs-icon.h: Always define gnu_xpm_bits on GTK (bug#3671).
12257
12258 2009-06-24 Kenichi Handa <handa@m17n.org>
12259
12260 * fontset.c (fontset_get_font_group): Return 0 if no font-group is
12261 set for C.
12262 (fontset_font): Record the availability of a font for C both in
12263 the realized fontsets of the current one and the default one.
12264
12265 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
12266
12267 * sysdep.c (child_setup_tty): Remove SIGNALS_VIA_CHARACTERS
12268 conditional, it is always defined on AIX.
12269
12270 2009-06-23 Miles Bader <miles@gnu.org>
12271
12272 * window.c (Vrecenter_redisplay): New variable.
12273 (syms_of_window): Initialize it.
12274 (Qtty): New extern declaration.
12275 (Frecenter): Only do redisplay if Vrecenter_redisplay requests it.
12276
12277 2009-06-23 Jim Meyering <meyering@redhat.com>
12278
12279 * src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt):
12280 Use xmalloc and xrealloc (not malloc and realloc), so subsequent heap
12281 pointer dereferences are guaranteed to be valid.
12282
12283 2009-06-23 Kenichi Handa <handa@m17n.org>
12284
12285 * emacs.c (main): Call init_font ().
12286
12287 * font.h (Vfont_log): Extern it.
12288 (FONT_ADD_LOG, FONT_DEFERRED_LOG): New macros.
12289
12290 * font.c (font_sort_entities, font_list_entities)
12291 (font_matching_entity, font_open_entity)
12292 (font_close_object): Change font_add_log to FONT_ADD_LOG.
12293 (Vfont_log): Delete static.
12294 (font_log_env_checked): Delete this variable.
12295 (font_add_log): Don't check font_log_env_checked.
12296 (font_deferred_log): Check Vfont_log.
12297 (init_font): New function.
12298
12299 * ftfont.c: Change font_add_log to FONT_ADD_LOG.
12300
12301 * w32font.c: Change font_add_log to FONT_ADD_LOG.
12302
12303 * w32uniscribe.c: Change font_add_log to FONT_ADD_LOG.
12304
12305 * xfont.c: Change font_add_log to FONT_ADD_LOG.
12306
12307 * fontset.c (fontset_font): Call FONT_DEFERRED_LOG.
12308 (face_for_char): Don't call font_deferred_log here.
12309 (font_for_char): Likewise.
12310
12311 2009-06-22 Chong Yidong <cyd@stupidchicken.com>
12312
12313 * w32term.c (x_draw_glyph_string): Use the glyph string's width
12314 rather than its background_width for drawing the overline and
12315 underline (Bug#489).
12316
12317 * xterm.c (x_draw_glyph_string): Use the glyph string's width
12318 rather than its background_width for drawing the overline and
12319 underline (Bug#489).
12320 (xg_default_icon_file): New variable.
12321 (syms_of_xterm): Initialize it to the Emacs SVG icon file.
12322 (x_bitmap_icon): Under GTK, use xg_default_icon_file.
12323
12324 * xdisp.c (Qbefore_string, Qafter_string): Add externs.
12325 (load_overlay_strings): Remove externs.
12326 (fast_find_position): Function deleted.
12327 (mouse_face_from_buffer_pos): New function, based on
12328 fast_find_position. Correctly handle before-strings,
12329 display-strings, and after-strings (Bug#1220).
12330 (note_mouse_highlight): Use mouse_face_from_buffer_pos.
12331
12332 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
12333
12334 * xdisp.c (IT_DISPLAYING_WHITESPACE): Define for !HAVE_WINDOW_SYSTEM.
12335 (move_it_in_display_line_to, move_it_in_display_line_to)
12336 (display_line): Remove #ifdef HAVE_WINDOW_SYSTEM.
12337
12338 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
12339
12340 * Branch for 23.1.
12341
12342 2009-06-21 Jason Rumney <jasonr@gnu.org>
12343
12344 * w32term.c (keyboard_codepage): New static variable.
12345 (w32_read_socket) [WM_INPUTLANGCHANGE]: Update it.
12346 (w32_read_socket) [WM_CHAR]: Use it to decode character
12347 input (bug#3237).
12348 (w32_initialize): Initialize it.
12349 (codepage_for_locale): New function.
12350
12351 2009-06-20 Ken Raeburn <raeburn@raeburn.org>
12352
12353 * process.c (status_message): Pass Faset index argument as a lisp
12354 object, so as to work with USE_LISP_UNION_TYPE.
12355
12356 2009-06-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12357
12358 * coding.c (Ffind_coding_systems_region_internal):
12359 Cache checked characters.
12360
12361 2009-06-18 Kenichi Handa <handa@m17n.org>
12362
12363 * coding.c (decode_coding_iso_2022): Check MSB of bytes more rigidly.
12364
12365 2009-06-18 Andreas Schwab <aschwab@redhat.com>
12366
12367 * xdisp.c (redisplay_internal): Check that the frame is still
12368 live after redisplay of its windows.
12369 (redisplay_windows): Check that the window is still live.
12370
12371 2009-06-17 Andreas Schwab <schwab@linux-m68k.org>
12372
12373 * coding.c (detect_coding_utf_16): Fix previous change.
12374
12375 2009-06-16 Kenichi Handa <handa@m17n.org>
12376
12377 * coding.c (detect_coding_utf_16): Fix the logic of rejecting
12378 UTF-16 by checking the dispersion of Eth and Oth bytes.
12379
12380 2009-06-15 Andreas Schwab <schwab@linux-m68k.org>
12381
12382 * coding.c (detect_coding_utf_16): Fix typo counting odd bytes.
12383
12384 2009-06-15 Kenichi Handa <handa@m17n.org>
12385
12386 * process.c (status_message): Fix previous change. Be sure to
12387 decode a localized string.
12388
12389 2009-06-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12390
12391 * xterm.c (x_delete_terminal): Put previous change in #if 0 and
12392 add comment explaining why.
12393
12394 2009-06-14 Sidney Markowitz <sidney@sidney.com>
12395
12396 * nsmenu.m (EmacsTooltip: setText): Set height of tooltip.
12397
12398 2009-06-14 Adrian Robert <Adrian.B.Robert@gmail.com>
12399
12400 * nsfont.m (ns_attribute_value): Remove.
12401 (ns_attribute_fvalue): Incorporate code from ns_attribute_value.
12402 (ns_has_attribute): Shrink the normal range.
12403 (ns_findfonts): Don't worry about requested spec in determining
12404 need for synthItal.
12405 (ns_get_covering_families): Retain scriptToFamilies.
12406
12407 2009-06-14 Seiji Zenitani <zenitani@mac.com>
12408
12409 * xdisp.c [USE_MAC_TOOLBAR]: Remove obsolete definition for Mac Carbon.
12410
12411 2009-06-11 Kenichi Handa <handa@m17n.org>
12412
12413 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
12414 overhang for the static composition case.
12415
12416 2009-06-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12417
12418 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
12419 overhang for the automatic composition case.
12420
12421 * xterm.c (x_compute_glyph_string_overhangs): Handle the automatic
12422 composition case.
12423
12424 2009-06-10 Chong Yidong <cyd@stupidchicken.com>
12425
12426 * xdisp.c (get_next_display_element): When handling wrap-prefix
12427 and line-prefix, treat \n as a control character (bug#3502).
12428
12429 2009-06-10 Kenichi Handa <handa@m17n.org>
12430
12431 * font.c (font_parse_family_registry): Fix for one-char foundry.
12432 (font_sort_entities): Initialize prefer_prop[FONT_AVGWIDTH_INDEX].
12433
12434 2009-06-09 Dmitry Dzhus <dima@sphinx.net.ru> (tiny change)
12435
12436 * process.c (status_message): Fix handling of multibyte signal
12437 string (Bug#3499).
12438
12439 2009-06-09 Jim Meyering <meyering@redhat.com>
12440
12441 * xfaces.c (Fx_load_color_file): Avoid array bounds error if the
12442 color name is missing.
12443
12444 2009-06-09 Kenichi Handa <handa@m17n.org>
12445
12446 * charset.c (Fmap_charset_chars): In docstring, state clearly that
12447 FROM-CODE and TO-CODE are codepoints of CHARSET.
12448
12449 2009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
12450
12451 * nsterm.m (ns_use_system_highlight_color): Drop, unused.
12452
12453 2009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
12454
12455 Changes to support :script/:lang/:otf in NS font driver.
12456 * nsfont.m (nsfont_escape_name, nsfont_unescape_name)
12457 (nsfont_get_family, nsfont_char_width): Rename to ns_ prefix to
12458 indicate not part of font driver interface, and change callers.
12459 (ns_get_family): Remove pointless null check.
12460 (nsfont_spec_to_traits, nsfont_fmember_to_entity): Replace with
12461 ns_spec_to_descriptor, ns_descriptor_to_entity.
12462 (nsfont_trait_distance, nsfont_make_fontset_for_font): Remove.
12463 (ns_attribute_value, ns_attribute_fvalue, ns_has_attribute)
12464 (ns_spec_to_descriptor, ns_descriptor_to_entity)
12465 (ns_charset_covers, ns_lang_to_script, ns_otf_to_script)
12466 (ns_get_req_script, ns_accumulate_script_ranges)
12467 (ns_script_to_charset, ns_get_covering_families, ns_findfonts):
12468 New functions.
12469 (nsfont_list, nsfont_match): Use ns_findfonts.
12470 (nsfont_open): Use font descriptor instead of traits.
12471 (nsfont_draw): Handle "automatic" (lookup-table) compositions.
12472 (dump_glyphstring): Rename to ns_dump_glyphstring.
12473
12474 * nsterm.h (dump_glyphstring): Rename to ns_dump_glyphstring.
12475
12476 * nsfns.m (Fns_popup_font_panel): Use shared font manager.
12477
12478 * fontset.c (fontset_from_font): Remove NS-specific code.
12479
12480 2009-06-08 Peter Jones <pjones@pmade.com> (tiny change)
12481
12482 * nsterm.m (ns_draw_window_cursor): Respect cursor_type for
12483 nonactive windows.
12484
12485 2009-06-08 Felix Mueller <felix@enqueue.eu> (tiny change)
12486
12487 * nsterm.m (ns_init_paths): Append path separator to INFOPATH variable.
12488
12489 2009-06-08 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
12490
12491 * keyboard.c (kbd_buffer_get_event): Null-check used_mouse_menu.
12492
12493 2009-06-07 Chong Yidong <cyd@stupidchicken.com>
12494
12495 * xdisp.c (move_it_in_display_line_to): On text-only terminals,
12496 account for the overflowing of newlines into the last glyph on the
12497 display line (Bug#3482).
12498
12499 2009-06-05 David Reitter <david.reitter@gmail.com>
12500
12501 * nsselect.m (Fx_own_selection_internal, Fx_selection_exists_p)
12502 (Fx_selection_owner_p): Rename from Fns_own_selection_internal,
12503 Fns_selection_exists_p, Fns_selection_owner_p.
12504
12505 2009-06-03 Jason Rumney <jasonr@gnu.org>
12506
12507 * w32fns.c (x_create_tip_frame): Use the uniscribe font backend if
12508 available. (Bug#3379)
12509
12510 2009-05-29 Kenichi Handa <handa@m17n.org>
12511
12512 * coding.c (get_translation_table):
12513 Check Venable_character_translation.
12514
12515 2009-05-26 David Reitter <david.reitter@gmail.com>
12516
12517 * nsterm.m (ns_raise_frame): Only raise frame if visible.
12518 (x_make_frame_visible): Move frame to front rather than calling
12519 ns_raise_frame().
12520 (keyDown:): Do not swallow events that aren't re-sent if frame
12521 isn't key window.
12522 (drawRect:): Do not set visibility/iconified flags because
12523 drawRect may be called by NSView even if the frame is hidden.
12524
12525 * nsfns.m (Fx_create_frame): Follow other ports in
12526 determining visibility; default to t. Ensure async_visible is set.
12527
12528 2009-05-23 Eli Zaretskii <eliz@gnu.org>
12529
12530 * dired.c (Ffile_attributes): Doc fix.
12531
12532 2009-05-22 Chong Yidong <cyd@stupidchicken.com>
12533
12534 * m/mips.h [GNU_LINUX]: Don't define DATA_START (Bug#2685).
12535
12536 2009-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
12537
12538 * xfont.c (xfont_list_pattern): Don't initialize xfont_scripts_cache
12539 and xfont_scratch_props.
12540 (syms_of_xfont): Do it here instead.
12541 (xfont_find_ccl_program): Delete, unused.
12542 (xfont_open): Delete unused var `i'.
12543
12544 2009-05-21 Kenichi Handa <handa@m17n.org>
12545
12546 * fontset.c (Qlatin): Don't make it static.
12547
12548 * xfont.c (xfont_chars_supported, xfont_supported_scripts):
12549 New functions.
12550 (xfont_scripts_cache, xfont_scratch_props): New variables.
12551 (Qlatin, Vscalable_fonts_allowed): Extern it.
12552 (xfont_list_pattern): Argument changed. Callers changed.
12553 Check Vscalable_fonts_allowed. Check the support of a script.
12554 (xfont_list): Don't reject a font spec with :script property.
12555 (xfont_has_char): Fix setting of encoding.
12556 (syms_of_xfont): Staticpro and initialize xfont_scripts_cache and
12557 xfont_scratch_props.
12558
12559 2009-05-19 Kenichi Handa <handa@m17n.org>
12560
12561 * font.c (font_sort_entities): Rename from font_sort_entites.
12562 Callers changed.
12563
12564 2009-05-18 Kenichi Handa <handa@m17n.org>
12565
12566 * font.c (font_find_for_lface): Copy SPEC's FONT_TYPE too.
12567
12568 2009-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
12569
12570 * frame.c (do_switch_frame) [NS_IMPL_COCOA]: Don't raise any window.
12571 (delete_frame) [NS_IMPL_COCOA]: Instead, do it here.
12572
12573 2009-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12574
12575 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase here.
12576 (x_delete_terminal): Dissociate resource database from display and
12577 then call XrmDestroyDatabase before closing display.
12578
12579 2009-05-18 Adrian Robert <Adrian.B.Robert@gmail.com>
12580
12581 * nsterm.m (ns_read_socket): Remove unused variable.
12582 * frame.c (do_switch_frame): Under NS_IMPL_COCOA section, check
12583 whether selected frame is viable before raising it (based on patch
12584 by David Reitter), and improve commentary.
12585 * nsfont.m (nsfont_make_fontset_for_font): Avoid a compiler warning.
12586
12587 2009-05-15 Kenichi Handa <handa@m17n.org>
12588
12589 * font.c (Ffont_spec): Check arguments.
12590
12591 2009-05-14 Chong Yidong <cyd@stupidchicken.com>
12592
12593 * xfaces.c (tty_supports_face_attributes_p): Recognize unspecified
12594 weight when testing attributes (Bug#3282).
12595
12596 2009-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12597
12598 * gtkutil.c (xg_frame_set_char_size): Set frame pixel width/height to
12599 what we expect to get in the next ConfigureNotify event.
12600
12601 * xftfont.c (xftfont_open): Make sure that Xrender extension is added
12602 before Xft one (Bug#1696).
12603
12604 2009-05-07 David Reitter <david.reitter@gmail.com>
12605
12606 * nsfns.m (Fx_display_planes): Compute bitplanes using
12607 NSBitsPerPixelFromDepth (Bug#3207).
12608
12609 2009-05-10 Chong Yidong <cyd@stupidchicken.com>
12610
12611 * editfns.c (Ftranspose_regions): Doc fix (Bug#3248).
12612
12613 2009-05-10 Ulrich Mueller <ulm@gentoo.org>
12614
12615 * s/gnu-linux.h: Make GCPROs and UNGCPRO no-ops also on SuperH.
12616
12617 2009-05-07 David Reitter <david.reitter@gmail.com>
12618
12619 * nsterm.m (ns_dumpglyphs_stretch, ns_dumpglyphs_image):
12620 Respect mouse face background.
12621
12622 2009-05-07 David Reitter <david.reitter@gmail.com>
12623
12624 * nsterm.m (note_mouse_movement, ns_frame_up_to_date):
12625 Mouse movement/highlight: bracket drawing operations
12626 in ns_update_begin and ns_update_end.
12627
12628 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
12629
12630 * nsfns.m (ns_get_screen): Rewrite.
12631 Don't presume selected-frame is of type `ns'.
12632
12633 * font.c (font_update_drivers): Sanity fallback to avoid disabling
12634 all drivers.
12635
12636 * nsterm.m (-windowDidResize:): Avoid inf-loop under GNUStep.
12637
12638 2009-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12639
12640 * keyboard.h (add_user_signal): Fix typo in extern.
12641
12642 * lisp.h (add_user_signal): Remove extern.
12643
12644 * unexelf.c (unexec): Consider a section to precede the .bss section
12645 if its addresses overlap that of .bss.
12646 (unexec) [NS_IMPL_GNUSTEP]: Copy ObjC-related data from old file
12647 instead of dumping process.
12648
12649 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
12650
12651 * keyboard.c (syms_of_keyboard): Staticpro pending_funcalls.
12652
12653 2009-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
12654
12655 * Makefile.in (ctagsfiles1, ctagsfiles2): Include ObjC files in TAGS.
12656
12657 2009-05-02 Dan Nicolaescu <dann@ics.uci.edu>
12658
12659 * xterm.c (x_handle_net_wm_state): Move declaration of lval before
12660 any statements.
12661
12662 2009-05-02 Andreas Schwab <schwab@linux-m68k.org>
12663
12664 * process.c (read_process_output): Make sure the current buffer is
12665 always restored.
12666
12667 * coding.c (record_conversion_result): Don't modify
12668 Vlast_code_conversion_error for successful result.
12669 (alloc_destination): Don't clobber conversion result. (Bug#1650)
12670
12671 2009-05-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
12672
12673 * charset.c (load_charset): Reformat X==Y==Z to (X==Y)==Z.
12674 (load_charset_map): Remove unnecessary code.
12675
12676 2009-04-30 David Reitter <david.reitter@gmail.com>
12677
12678 * nsterm.m (convert_ns_to_X_keysym): Define function keys f16
12679 through f24.
12680
12681 2009-04-30 Chong Yidong <cyd@stupidchicken.com>
12682
12683 * xfaces.c (face_at_buffer_position): New arg base_face_id.
12684
12685 * xdisp.c (handle_face_prop): Pass base_face_id of iterator to
12686 face_at_buffer_position.
12687 (face_before_or_after_it_pos, get_next_display_element)
12688 (note_mouse_highlight): Update face_at_buffer_position call.
12689
12690 * term.c (term_mouse_highlight):
12691 * msdos.c (IT_note_mouse_highlight):
12692 * fontset.c (Finternal_char_font):
12693 * font.c (font_at, font_range): Update face_at_buffer_position call.
12694
12695 * dispextern.h (face_at_buffer_position): Update prototype.
12696
12697 2009-04-30 Kenichi Handa <handa@m17n.org>
12698
12699 * fontset.c (fontset_find_font): Check if rfont_def is Qnil or not.
12700
12701 2009-04-29 Andreas Schwab <schwab@linux-m68k.org>
12702
12703 * callproc.c (Fcall_process): Fix GC protection. Make sure
12704 current buffer is always restored.
12705
12706 2009-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12707
12708 * atimer.c (init_atimer): Also clear stopped_atimers.
12709
12710 * keyboard.c (init_keyboard) [POLL_FOR_INPUT]: Reset poll_timer.
12711
12712 * process.c (create_process): Clean up merger residues of
12713 2008-07-17 change.
12714
12715 2009-04-29 Ulrich Mueller <ulm@gentoo.org>
12716
12717 * lread.c (Vread_circle): New variable.
12718 (read1): Disable recursive read if Vread_circle is nil.
12719
12720 2009-04-29 Kenichi Handa <handa@m17n.org>
12721
12722 * fontset.h (set_default_ascii_font): Delete extern.
12723
12724 * fontset.c (set_default_ascii_font): Delete this unused function.
12725
12726 * frame.c (x_set_font): When ARG is a font-object, check if the
12727 font-object matches with the ASCII font-spec of the frame's
12728 fontset. If not, create a new fontset for the frame. (Bug #3075)
12729
12730 2009-04-28 Andreas Schwab <schwab@linux-m68k.org>
12731
12732 * fns.c (Flocale_info): Protect vector from GC during decoding.
12733
12734 * process.c (Fstart_process): Protect argv strings from GC during
12735 encoding.
12736
12737 2009-04-27 Andreas Schwab <schwab@linux-m68k.org>
12738
12739 * sysdep.c: Include <ctype.h>.
12740
12741 2009-04-27 David Reitter <david.reitter@gmail.com>
12742
12743 * nsfont.m (nsfont_open): Remove unused variable shrink.
12744 Remove commented-out code.
12745
12746 2009-04-26 Johan Bockgård <bojohan@gnu.org>
12747
12748 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
12749
12750 2009-04-25 Jason Rumney <jasonr@gnu.org>
12751
12752 * w32font.c (clear_cached_metrics): Remove, unused since 2008-08-02.
12753
12754 2009-04-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12755
12756 * fringe.c (init_fringe_bitmap) [HAVE_X_WINDOWS && WORDS_BIG_ENDIAN]:
12757 Swap bytes in short integer if fringe bitmap width > 8.
12758
12759 2009-04-23 Kenichi Handa <handa@m17n.org>
12760
12761 * xfaces.c (Fx_list_fonts): If a font size is specified in
12762 PATTERN, set it in returned scalable fonts.
12763
12764 2009-04-22 Chong Yidong <cyd@stupidchicken.com>
12765
12766 * keyboard.c (Fset_input_meta_mode): Doc fix.
12767
12768 * dispnew.c (Fsend_string_to_terminal): Doc fix.
12769
12770 * data.c (Fterminal_local_value, Fset_terminal_local_value): Doc fixes.
12771
12772 * coding.c (Fterminal_coding_system): Doc fix.
12773
12774 * xfns.c (Fx_display_grayscale_p, Fx_display_pixel_width)
12775 (Fx_display_pixel_height, Fx_display_planes)
12776 (Fx_display_color_cells, Fx_server_max_request_size)
12777 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
12778 (Fx_display_mm_height, Fx_display_mm_width)
12779 (Fx_display_backing_store, Fx_display_visual_class)
12780 (Fx_display_save_under, Fx_close_connection, Fx_synchronize):
12781 Doc fixes, replacing "terminal id" with "terminal object".
12782 (check_x_display_info): Handle terminal objects instead of
12783 terminal ids.
12784
12785 * term.c (Ftty_display_color_p, Ftty_display_color_cells)
12786 (Ftty_type, Fcontrolling_tty_p, Ftty_no_underline, Fsuspend_tty)
12787 (Fresume_tty, Vsuspend_tty_functions, Vresume_tty_functions):
12788 Doc fixes, replacing "terminal id" with "terminal object".
12789
12790 2009-04-21 Kenichi Handa <handa@m17n.org>
12791
12792 * font.c (font_load_for_lface): Cancel previous change (bug#2994).
12793 (font_score): Check AVGWIDTH too.
12794
12795 * coding.c (decode_coding_utf_16): Reduce charbuf_end for the
12796 worst case.
12797 (decode_coding_sjis, decode_coding_big5, decode_coding_charset)
12798 (decode_coding_emacs_mule, decode_coding_iso_2022): Likewise.
12799
12800 2009-04-19 Jason Rumney <jasonr@gnu.org>
12801
12802 The following changes fix Bug#3005 for wide glyphs on each platform,
12803 without reintroducing Bug#1258 for stretch glyphs.
12804
12805 * xterm.c (x_draw_bar_cursor): Limit cursor width differently for
12806 BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR using
12807 get_phys_cursor_geometry.
12808
12809 * w32term.c (x_draw_bar_cursor): Limit cursor width differently
12810 for BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR
12811 using get_phys_cursor_geometry.
12812
12813 * nsterm.m (ns_draw_window_cursor): HBAR_CURSOR width already
12814 correctly calculated.
12815
12816 2009-04-19 Jan Djärv <jan.h.d@swipnet.se>
12817
12818 * gtkutil.c (xg_tool_bar_menu_proxy, update_frame_tool_bar):
12819 Use G_CALLBACK instead of GTK_SIGNAL_FUNC which is deprecated.
12820 (xg_initialize): Use g_type_class_ref instead of gtk_type_class which
12821 is deprecated.
12822
12823 2009-04-18 Andreas Schwab <schwab@linux-m68k.org>
12824
12825 * font.c (font_put_frame_data): Use xfree instead of free.
12826
12827 2009-04-17 Juanma Barranquero <lekktu@gmail.com>
12828
12829 * w32font.c (Qja, Qko): Remove declarations.
12830 (syms_of_w32font): Don't DEFSYM them.
12831
12832 2009-04-17 Chong Yidong <cyd@stupidchicken.com>
12833
12834 * font.c (Qja, Qko): Move definitions here from ftfont.c.
12835
12836 * font.h (Qja, Qko): Extern them.
12837
12838 * ftfont.c (Qja, Qko): Remove declarations.
12839
12840 * xfont.c (Qja, Qko): Remove declarations.
12841
12842 2009-04-17 Kenichi Handa <handa@m17n.org>
12843
12844 * editfns.c (Ftranslate_region_internal): Use Fconcat to make a
12845 string from a vector to handle Latin-1 characters correctly.
12846
12847 * ftfont.c (ftfont_pattern_entity): Return a newly allocated
12848 entity even if the cache hits.
12849
12850 2009-04-16 Andreas Schwab <schwab@linux-m68k.org>
12851
12852 * search.c (boyer_moore): Use zero as marker value for a possible
12853 match instead of depending on overflow behavior. (Bug#2844)
12854
12855 * search.c: Use EMACS_INT for buffer positions. Add prototypes.
12856 * lisp.h: Adjust prototypes.
12857
12858 2009-04-16 Chong Yidong <cyd@stupidchicken.com>
12859
12860 * keyboard.c (adjust_point_for_property): Disable 2009-02-12
12861 change (Bug#3003).
12862
12863 2009-04-16 Kenichi Handa <handa@m17n.org>
12864
12865 * xfont.c (xfont_has_char): Special handling of `ja' and `ko' adstyle.
12866
12867 * xftfont.c (xftfont_has_char): Special handling of `ja' and `ko'
12868 adstyle.
12869
12870 * ftfont.c (Qja, Qko): Don't make them static.
12871 (enum ftfont_cache_for): New enum.
12872 (fc_charset_table): Undo the previous change.
12873 (ftfont_get_latin1_charset): Delete it.
12874 (ftfont_pattern_entity): Check cache by ftfont_lookup_cache.
12875 Set FONT_SIZE_INDEX of the entity to 0 for a scalable font. For a
12876 non-scarable font, try to get AVERAGE_WIDTH.
12877 (ftfont_lookup_cache): Argument FOR-FACE is changed to CACHE_FOR.
12878 Change ft_face_cache from a list of a hash-table. Don't check
12879 `ja' and `ko' adstyle here.
12880 (ftfont_get_fc_charset): Call ftfont_lookup_cache with
12881 FTFONT_CACHE_FOR_CHARET.
12882 (ftfont_get_charset): Undo the previous change.
12883 (ftfont_open): Call ftfont_lookup_cache with FTFONT_CACHE_FOR_FACE.
12884 (ftfont_close): Likewise.
12885 (ftfont_has_char): Special handling of `ja' and `ko' adstyle.
12886
12887 * font.c (font_sort_entites): Change the meaning of the arg
12888 BEST-ONLY. Don't optimize for VEC of lenght 1.
12889 (font_select_entity): Just return the value of font_sort_entites.
12890
12891 * xfaces.c (merge_face_vectors): Reflect font properties in
12892 to[LFACE_FONT_INDEX] to the other face attributes. Don't call
12893 font_clear_prop if a face attribute doesn't change.
12894
12895 * charset.h (charset_ksc5601): Extern it.
12896
12897 * charset.c (charset_ksc5601): New variable.
12898 (Fdefine_charset_internal): Set charset_ksc5601.
12899 (init_charset_once): Initialize charset_ksc5601 to -1.
12900
12901 2009-04-15 Dan Nicolaescu <dann@ics.uci.edu>
12902
12903 * fileio.c (history_delete_duplicates): Remove unused declaration.
12904
12905 * callint.c (history_delete_duplicates): New declaration.
12906 (Fcall_interactively): Remove command history duplicates when
12907 history_delete_duplicates is true.
12908
12909 2009-04-14 Eli Zaretskii <eliz@gnu.org>
12910
12911 * buffer.c (syms_of_buffer) <line-spacing>: Doc fix.
12912
12913 2009-04-14 Kenichi Handa <handa@m17n.org>
12914
12915 * font.c (Ffont_info): Fix docstring. Fix the second element of
12916 the returned value (bug#2949).
12917
12918 2009-04-14 Chong Yidong <cyd@stupidchicken.com>
12919
12920 * xdisp.c (Vwrap_prefix, Vline_prefix): Reflow docstrings.
12921
12922 2009-04-14 Kenichi Handa <handa@m17n.org>
12923
12924 * xfont.c (xfont_has_char): The font has C if C is ASCII and the
12925 encoding charset is ascii_compatible.
12926
12927 * charset.c (Fdefine_charset_internal): Make charset
12928 ascii-compatible if the method is CHARSET_METHOD_OFFSET, the
12929 code_offset is 0, and covers all ASCII characters.
12930
12931 2009-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
12932
12933 * nsselect.m (symbol_to_nsstring, clean_local_selection_data)
12934 (ns_string_to_pasteboard_internal):
12935 * nsmenu.m (process_dialog):
12936 * nsimage.m (ns_load_image): Use SDATA and ASET where appropriate.
12937 * nsfont.m (nsfont_open): Use XHASH to make it compile with LISP_UNION.
12938 * lisp.h (Fx_load_color_file): Declare.
12939
12940 2009-04-13 Kenichi Handa <handa@m17n.org>
12941
12942 * font.c (font_delete_unmatched): Preserve the order of list elements.
12943 (font_select_entity): Suppress the code to optimize for the same
12944 kind of fonts.
12945 (font_load_for_lface): Get a font that supports at least ASCII
12946 characters.
12947
12948 * ftfont.c (Qja, Qko): New variables.
12949 (fc_charset_table): Delete uniquifier data for iso8859-1.
12950 (ftfont_get_latin1_charset): New function.
12951 (get_adstyle_property): New function.
12952 (ftfont_pattern_entity): Set FONT_ADSTYLE_INDEX of entity for
12953 bitmap fonts.
12954 (ftfont_lookup_cache): Handle the case that KEY is a font-entity.
12955 Delete iso-8859-1 range from the charset of fonts whose adstyle is
12956 `ko' or `ja'.
12957 (ftfont_get_fc_charset): Call ftfont_lookup_cache with ENTITY.
12958 (ftfont_get_charset): For iso8859-1, call ftfont_get_latin1_charset.
12959 (ftfont_list): Don't refuse a font spec with non-nil `adstyle'
12960 property.
12961 (ftfont_open): Call ftfont_lookup_cache with ENTITY.
12962 (syms_of_ftfont): DEFSYM Qja and Qko.
12963
12964 2009-04-09 Kenichi Handa <handa@m17n.org>
12965
12966 * charset.c (map_charset_chars): For a charset of `superset'
12967 method, fix calculation of code range.
12968
12969 * font.c (font_put_extra): If VAL is nil, delete the slot for PROP
12970 from the list of extra properties.
12971 (font_clear_prop): Be sure to delete `:name' font property.
12972
12973 2009-04-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12974
12975 * dispnew.c (redraw_overlapping_rows): Fix detection of
12976 overlapping for topmost and bottommost rows.
12977
12978 * ftfont.c (ftfont_text_extents): Fix calculation of metrics->descent.
12979
12980 2009-04-06 Jason Rumney <jasonr@gnu.org>
12981
12982 * frame.c (x_set_font): Avoid C99 mid-block variable declaration.
12983
12984 2009-04-06 Kenichi Handa <handa@m17n.org>
12985
12986 * ftxfont.c (ftxfont_draw_backgrond): Fix args to XFillRectangle.
12987
12988 * xftfont.c (xftfont_open): Fix setting font->underline_thickness.
12989
12990 2009-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12991
12992 * ftfont.c (ftfont_open): Fix checking of the return value of
12993 FT_Load_Char. Fix setting font->underline_thickness.
12994
12995 2009-04-04 Chong Yidong <cyd@stupidchicken.com>
12996
12997 * terminal.c (Fterminal_name, Fdelete_terminal, Fterminal_name)
12998 (Fterminal_parameters, Fterminal_parameter)
12999 (Fset_terminal_parameter): In doc string, refer to terminal
13000 objects rather than terminal ids.
13001
13002 2009-04-04 Eli Zaretskii <eliz@gnu.org>
13003
13004 * dosfns.c (system_process_attributes) [SYSTEM_MALLOC]: Don't call
13005 ret_lim_data. (Bug#2867)
13006
13007 2009-04-03 Chong Yidong <cyd@stupidchicken.com>
13008
13009 * term.c (produce_stretch_glyph): Reduce width of stretch glyphs
13010 so they don't get wider than the window, matching 2006-01-23
13011 change to the partner function in xdisp.c (Bug#2800).
13012
13013 2009-04-03 Kenichi Handa <handa@m17n.org>
13014
13015 * print.c (print_object): Make each lowest sub_char_table start a
13016 new line (Bug#2866).
13017
13018 2009-04-02 Kenichi Handa <handa@m17n.org>
13019
13020 * fontset.c (fontset_font): Record no-font when a fontset
13021 explicitly tells not to try another font-specs.
13022
13023 2009-03-30 Pierre Poissinger <pierre.poissinger@gmail.com> (tiny change)
13024
13025 * charset.c (map_charset_for_dump): Add missing UNGCPRO.
13026
13027 2009-03-30 Kenichi Handa <handa@m17n.org>
13028
13029 * fontset.c (fontset_from_font): Specify only registry in a
13030 font-spec for all characters supported by that registry.
13031
13032 * ftfont.c: Fix previous change. Define ftfont_variation_glyphs
13033 even if HAVE_M17N_FLT is not defined.
13034
13035 2009-03-29 Sebastian Rose <sebastian_rose@gmx.de> (tiny change)
13036
13037 * ftfont.c: Conditionalize prototyping and use of
13038 ftfont_variation_glyphs.
13039
13040 2009-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
13041
13042 * frame.c (delete_frame): Work around compiler bug.
13043
13044 * editfns.c (general_insert_function): Adjust to insdel.c changes.
13045 * insdel.c (prepare_to_modify_buffer, signal_before_change):
13046 Some more EMACS_INT.
13047 * lisp.h (copy_text, count_size_as_multibyte): Fix last change.
13048
13049 * xdisp.c (dump_glyph): Fix typo.
13050
13051 * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
13052 (adjust_markers_gap_motion, adjust_markers_for_delete)
13053 (adjust_markers_for_insert, adjust_point)
13054 (adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
13055 (make_gap, copy_text, count_size_as_multibyte, insert)
13056 (insert_and_inherit, insert_before_markers)
13057 (insert_before_markers_and_inherit, insert_1)
13058 (count_combining_before, count_combining_after, insert_1_both)
13059 (insert_from_string, insert_from_string_before_markers)
13060 (insert_from_string_1, insert_from_gap, insert_from_buffer)
13061 (insert_from_buffer_1, adjust_after_replace)
13062 (adjust_after_replace_noundo, adjust_after_insert, replace_range)
13063 (replace_range_2, del_range, del_range_1, del_range_byte)
13064 (del_range_both, del_range_2, modify_region)
13065 (prepare_to_modify_buffer, signal_before_change)
13066 (signal_after_change, Fcombine_after_change_execute): Use EMACS_INT
13067 for buffer positions and sizes.
13068 * lisp.h: Adjust prototypes accordingly.
13069
13070 * fileio.c (adjust_markers_for_delete): Move declaration to lisp.h.
13071 (non_regular_inserted, non_regular_nbytes, read_non_regular)
13072 (Finsert_file_contents): Use EMACS_INT for buffer positions.
13073
13074 * fileio.c (Finsert_file_contents): Don't limit size to INT_MAX/4.
13075
13076 2009-03-27 Jan Djärv <jan.h.d@swipnet.se>
13077
13078 * frame.c (x_set_font): If the fullscreen property is non-nil, adjust
13079 lines and columns so we keep the same pixel height and width.
13080
13081 * xterm.c (handle_one_xevent): Call x_handle_net_wm_state if
13082 the property _NET_WM_STATE has changed.
13083 (x_handle_net_wm_state): New function to update frame parameter
13084 fullscreen.
13085 (x_term_init): Initialize atoms for _NET_WM_STATE.
13086
13087 * xterm.h (struct x_display_info): Add atoms for _NET_WM_STATE.
13088
13089 2009-03-27 Kevin Ryde <user42@zip.com.au>
13090
13091 * keyboard.c (tty_read_avail_input): Don't treat a -1 return from
13092 Gpm_GetEvent as an error that justifies closing the filedescriptor.
13093 * term.c (close_gpm): Get the filedescriptor as a (new) parameter.
13094 (Fgpm_mouse_stop): Pass that new parameter.
13095 * termhooks.h (close_gpm): Adjust prototype.
13096
13097 2009-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
13098
13099 * lisp.h (Fx_focus_frame): Declare.
13100
13101 * callint.c (Fcall_interactively): For '^' just delegate the work to
13102 handle-shift-selection.
13103 (syms_of_callint): Move declaration of shift-select-mode to simple.el.
13104
13105 2009-03-24 Chong Yidong <cyd@stupidchicken.com>
13106
13107 * editfns.c (Ffloat_time): Doc fix (Bug#2768).
13108
13109 * data.c (Qinteractive_form): New variable.
13110 (Finteractive_form): Use it.
13111
13112 * eval.c (Fcommandp): Use Qinteractive_form.
13113
13114 2009-03-24 Jason Rumney <jasonr@gnu.org>
13115
13116 * fileio.c (Fsubstitute_in_file_name): Always work on a copy.
13117 Calculate total size precisely. Decode environment variables
13118 before substituting. (Bug#38)
13119
13120 2009-03-24 Kenichi Handa <handa@m17n.org>
13121
13122 * font.c (find_font_encoding): Return Qnil for unsupported
13123 encoding (Bug#2722).
13124
13125 2009-03-23 Jan Djärv <jan.h.d@swipnet.se>
13126
13127 * gtkutil.c (xg_display_open): Assign a value to gdpy_def, check
13128 that gdpy is set.
13129
13130 2009-03-22 Alan Mackenzie <acm@muc.de>
13131
13132 * callint.c (Finteractive): Clarify the doc string - even
13133 promptless elements need \n separators.
13134
13135 2009-03-22 Jason Rumney <jasonr@gnu.org>
13136
13137 * w32term.c (syms_of_w32term): Doc fix for
13138 x-use-underline-position-properties.
13139
13140 2009-03-21 Eli Zaretskii <eliz@gnu.org>
13141
13142 * w32.c (getpwuid): Change argument type to unsigned.
13143 (struct w32_id): Change type of `rid' member to unsigned.
13144 (w32_cached_id, w32_add_to_cache, get_name_and_id): Change type of
13145 argument ID to unsigned. All callers changed.
13146 (getuid, geteuid, getgid, getegid): Change return type to unsigned.
13147
13148 2009-03-20 Eli Zaretskii <eliz@gnu.org>
13149
13150 * editfns.c (Fuser_uid, Fuser_real_uid): If UID as EMACS_INT is
13151 negative, produce a float value.
13152
13153 * dired.c (make_uid, make_gid): New functions.
13154 (Ffile_attributes): Use them to avoid negative UID and GID.
13155
13156 2009-03-20 Juanma Barranquero <lekktu@gmail.com>
13157
13158 * keyboard.c (Fcurrent_idle_time): Reflow docstring.
13159 (syms_of_keyboard) <command-hook-internal, input-method-function>:
13160 Fix typos in docstrings.
13161
13162 2009-03-19 Kenichi Handa <handa@m17n.org>
13163
13164 * fontset.c (Fset_fontset_font): When a spec of ASCII font is
13165 changed, use font_load_for_lface to get a new font object.
13166 Call free_realized_fontset after handling ASCII font change.
13167
13168 * frame.c (x_set_font): Handle the case that ARG is a cons.
13169
13170 2009-03-19 Glenn Morris <rgm@gnu.org>
13171
13172 * fileio.c (Fsubstitute_in_file_name): Doc fix.
13173
13174 2009-03-19 Chong Yidong <cyd@stupidchicken.com>
13175
13176 * indent.c (Fvertical_motion): Undo 2005-01-19 change (Bug#2694).
13177
13178 2009-03-19 Kenichi Handa <handa@m17n.org>
13179
13180 * charset.c (load_charset_map_from_file): When a mapfile can't be
13181 loaded, signal an error.
13182
13183 2009-03-18 Eli Zaretskii <eliz@gnu.org>
13184
13185 * dired.c (Ffile_attributes): Make sure UID and GID are always
13186 positive, even if the value is too large for a positive EMACS_INT.
13187 Doc fix.
13188
13189 * editfns.c (Fuser_login_name): Support float arguments. Doc fix.
13190
13191 2009-03-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13192
13193 * xmenu.c (xdialog_show): Move Fredisplay call ...
13194 (Fx_popup_dialog): ... here.
13195
13196 2009-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
13197
13198 * dired.c (file_name_completion): Disable the first optimization just
13199 installed, since it is not implemented correctly.
13200
13201 2009-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
13202
13203 * dired.c (file_name_completion): Check completion-ignored-extensions
13204 only if the entry can affect bestmatch.
13205 Stop the search early, as Ftry_completion already does.
13206
13207 2009-03-17 Chong Yidong <cyd@stupidchicken.com>
13208
13209 * minibuf.c (Vminibuffer_completion_confirm): Doc fix.
13210
13211 2009-03-15 Chong Yidong <cyd@stupidchicken.com>
13212
13213 * keyboard.c (parse_menu_item): Don't display remappings as menu
13214 equivalent bindings (Bug#788).
13215
13216 2009-03-15 Jason Rumney <jasonr@gnu.org>
13217
13218 * w32term.h (WM_EMACS_PAINT): New message.
13219 * w32term.c (w32_read_socket): Use it instead of WM_PAINT.
13220 * w32fns.c (w32_wnd_proc): Change WM_PAINT to WM_EMACS_PAINT
13221 before passing to lisp thread. (Bug#950)
13222
13223 2009-03-14 David Reitter <david.reitter@gmail.com>
13224
13225 * nsterm.m (ns_shutdown_properly, -terminate): Remove global state
13226 variable as it was never reset.
13227 (ns_term_init): Remove initialization of Lisp-settable defaults
13228 and ns_expand_space.
13229 (-setPanelFromDefaultValues): Remove ns_expand_space.
13230 (-showPreferencesWindow): Send new KEY_NS_SHOW_PREFS key.
13231 * nsfont.m (nsfont_open): Remove ns_expand_space, assume -0.5
13232 i.e. no additional spacing, similar to Carbon port.
13233
13234 * nsterm.h: Define KEY_NS_SHOW_PREFS key.
13235 * nsfns.m (ns-popup-prefs-panel): Remove.
13236
13237 2009-03-14 Jan Djärv <jan.h.d@swipnet.se>
13238
13239 * sound.c (alsa_configure): Remove call to deprecated
13240 snd_pcm_sw_params_set_xfer_align.
13241
13242 2009-03-14 Stephen Berman <stephen.berman@gmx.net>
13243
13244 * gtkutil.c (xg_tool_bar_callback): Set focus back to the frame
13245 after clicking in a detached tool bar.
13246 (xg_tool_bar_proxy_callback): Remove call to Fx_focus_frame.
13247
13248 2009-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
13249
13250 * fontset.c (fontset_from_font, Ffontset_info): YAILOM (Yet another
13251 int/Lisp_Object mixup).
13252
13253 2009-03-13 Kenichi Handa <handa@m17n.org>
13254
13255 * fontset.c (Ffontset_info, check_fontset_name): New arg frame.
13256 Handle NAME nil and t correctly. Callers changed.
13257 (font_def_arg, add_arg, from_arg, to_arg): Delete them.
13258 (set_fontset_font): Change ARG to a vector. Handle range_list in
13259 ARG correctly.
13260 (Fset_fontset_font): Fix the case that TARGET is both a script
13261 name and charset name. Adjust the arg to set_fontset_font for
13262 the above change.
13263 (fontset_from_font): Fix previous change.
13264 (Ffontset_info): Adjust for the 2008-07-09 change of fontset
13265 entry. If FONTSET is the default fontset, don't set the extra
13266 slot of the returning char-table.
13267
13268 2009-03-12 Juanma Barranquero <lekktu@gmail.com>
13269
13270 * nsfns.m (Fx_close_connection): Doc fix.
13271 (Fns_do_applescript): Reflow docstring.
13272 (Fns_hide_others, Fns_hide_emacs, Fns_convert_utf8_nfd_to_nfc)
13273 (Fx_display_pixel_width, Fx_display_pixel_height)
13274 (Fns_display_usable_bounds, Fx_display_planes, Fx_show_tip):
13275 Fix typos in docstrings.
13276 (Fns_set_alpha): Fix typos in error messages.
13277
13278 2009-03-12 David Reitter <david.reitter@gmail.com>
13279
13280 * termhooks.h [HAVE_NS]: Define NS_NONKEY_EVENT to be used for
13281 non-key system events on NS. Formerly, NON_ASCII_KEYSTROKE_EVENT
13282 were used for such events.
13283
13284 * nsterm.m (newFrame, openFile, fulfillService, changeFont)
13285 (toggleToolbar, performDragOperation, runHelp): Use it.
13286
13287 * keyboard.c (parse_menu_item) [HAVE_NS]: Treat new event like
13288 NON_ASCII_KEYSTROKE_EVENT, but set used_mouse_menu.
13289
13290 2009-03-11 Kenichi Handa <handa@m17n.org>
13291
13292 * font.h (font_open_by_spec): Extern it.
13293
13294 * font.c (font_open_by_spec): New function.
13295 (font_open_by_name): Use font_open_by_spec.
13296
13297 * frame.c (x_set_font): When ARG is a font-object, don't alter the
13298 fontset of the frame.
13299
13300 * fontset.c (Fset_fontset_font): When a font for ASCII is changed,
13301 modify the default font of frames that use this fontset.
13302 (num_auto_fontsets): New variable.
13303 (fontset_from_font): Use num_auto_fontsets to decide a fontset
13304 name. Be sure to set FONTSET_ASCII to the correct font name.
13305 (update_auto_fontset_alist): New function.
13306
13307 2009-03-11 Juanma Barranquero <lekktu@gmail.com>
13308
13309 * makefile.w32-in: Update dependencies.
13310
13311 2009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
13312
13313 * nsfns.m (syms_of_nsfns): Remove Qbuffered.
13314
13315 2009-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
13316
13317 * buffer.c (Fswitch_to_buffer): Revert part of 2008-10-21's change.
13318
13319 2009-03-10 Chong Yidong <cyd@stupidchicken.com>
13320
13321 * lread.c (Feval_buffer): Doc fix.
13322
13323 2009-03-09 Kenichi Handa <handa@m17n.org>
13324
13325 * charset.c (Qfile_name_handler_alist): Extern it.
13326 (load_charset_map_from_file): Temporarily bind
13327 `file-name-handler-alist' to nil while calling openp. (Bug#2435)
13328
13329 2009-03-06 Aaron Ecay <aaronecay@gmail.com> (tiny change)
13330
13331 * nsterm.m (ns_draw_vertical_window_border): Draw 1 pixel wide,
13332 not two, and use NSRectFill instead of NSDrawGroove. (Bug#2352)
13333
13334 2009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
13335
13336 * nsterm.m: Include <signal.h> for SIGTERM used in ns_term_shutdown.
13337 (x_set_window_size): Change back to calculated method of setting
13338 toolbar height under Cocoa. (Bug#2546)
13339 (EmacsView-windowWillUseStandardFrame:defaultFrame:): New method.
13340 (EmacsView-drawRect:): Completely shortcircuit if ns_in_resize.
13341
13342 * nsfns.m (ns_appkit_version_int): Fix typo in the version macro.
13343
13344 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Don't add
13345 accelerator in parens under GNUstep.
13346
13347 2009-03-06 Kenichi Handa <handa@m17n.org>
13348
13349 These changes are to detect incorrect composition sequence without
13350 looking ahead the source. (Bug#2370)
13351
13352 * coding.h: Include "composite.h".
13353 (enum compisition_state): New enum.
13354 (struct compisition_status): New struct.
13355 (struct iso_2022_spec): New member cmp_status.
13356 (struct emacs_mule_spec): New struct.
13357 (struct coding_system): New members ctext_extended_segment_len and
13358 embedded_utf_8. Change the union member
13359 spec.emacs_mule_full_support to spec.emacs_mule.
13360
13361 * coding.c (CODING_ISO_CMP_STATUS): New macro.
13362 (CODING_ISO_EXTSEGMENT_LEN, CODING_ISO_EMBEDDED_UTF_8): New macros.
13363 (MAX_ANNOTATION_LENGTH): Define to 5.
13364 (ADD_COMPOSITION_DATA): New arg nbytes.
13365 (emacs_mule_char): New arg cmp_status.
13366 (DECODE_EMACS_MULE_COMPOSITION_CHAR): Delete it.
13367 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): New arg c.
13368 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New arg c.
13369 (DECODE_EMACS_MULE_21_COMPOSITION): Delete the arg c.
13370 (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Likewise.
13371 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Likewise.
13372 (DECODE_EMACS_MULE_COMPOSITION_START): New macro.
13373 (EMACS_MULE_COMPOSITION_END): New macro.
13374 (emacs_mule_finish_composition): New function.
13375 (EMACS_MULE_MAYBE_FINISH_COMPOSITION): New macro.
13376 (decode_coding_emacs_mule): Avoid long looking ahead while
13377 handling composition.
13378 (DECODE_COMPOSITION_RULE): Argument changed to rule and nbytes.
13379 (ENCODE_COMPOSITION_RULE): New macro.
13380 (finish_composition): New function.
13381 (MAYBE_FINISH_COMPOSITION): Call finish_composition.
13382 (DECODE_COMPOSITION_START): New implementation.
13383 (DECODE_COMPOSITION_END): Likewise.
13384 (STORE_COMPOSITION_RULE): New macro.
13385 (decode_coding_iso_2022): Avoid long looking ahead while handling
13386 composition, CTEXT extended segment, and embedded UTF-8.
13387 (setup_coding_system): For a coding of type iso-2022, reset
13388 CODING_ISO_EXTSEGMENT_LEN (coding) and
13389 CODING_ISO_EMBEDDED_UTF_8 (coding).
13390 (get_translation): Delete arguments last_block, from_nchars,
13391 to_nchars. Callers changed.
13392 (produce_chars): Don't modify charbuf. Adjusted for the change of
13393 get_translation.
13394 (produce_composition): Adjust for the new annotation sequence.
13395 (handle_composition_annotation): Likewise.
13396 (consume_chars): Adjust for the change of get_translation.
13397
13398 2009-03-05 Adrian Robert <Adrian.B.Robert@gmail.com>
13399
13400 * nsterm.m (ns_select): Shortcircuit if reentrant call. (Bug#2564)
13401
13402 2009-03-05 Kenichi Handa <handa@m17n.org>
13403
13404 * font.c (font_select_entity): New function.
13405 (font_find_for_lface): Use font_select_entity to select a font.
13406
13407 * fontset.c (fontset_find_font): If a font found without
13408 restricting to the characters C doesn't support C, try to find a
13409 font with C restriction.
13410
13411 2009-03-04 Nikolaj Schumacher <me@nschum.de>
13412
13413 * nsfont.m (nsfont_draw): Compare ns_antialias_text against lisp value.
13414
13415 2009-03-04 Jason Rumney <jasonr@gnu.org>
13416
13417 * w32fns.c (w32_wnd_proc): Only ignore IME messages for the
13418 characters that have already been read. (Bug#2569)
13419
13420 * image.c (xbm_read_bitmap_data, png_load, svg_load_image):
13421 Log an error message if check_image_size failed.
13422 (xpm_load_image, pbm_load, jpeg_load, tiff_load, gif_load)
13423 (gs_load): Mention max-image-size in size error message. (Bug#2560)
13424
13425 2009-03-02 Eli Zaretskii <eliz@gnu.org>
13426
13427 * callproc.c (Fcall_process): Bind inhibit-modification-hooks to t
13428 when decoding process output.
13429
13430 2009-03-01 Richard M Stallman <rms@gnu.org>
13431
13432 * m/mips.h (DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
13433
13434 * emacs.c (gdb_data_seg_bits) [USE_LSB_TAG]: Make it 0.
13435
13436 2009-02-28 Eli Zaretskii <eliz@gnu.org>
13437
13438 * coding.c (decode_coding_utf_8, decode_coding_utf_16)
13439 (decode_coding_emacs_mule, decode_coding_iso_2022)
13440 (encode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
13441 (decode_coding_raw_text, decode_coding_charset)
13442 (setup_coding_system, decode_eol, decode_coding, consume_chars):
13443 Honor inhibit-eol-conversion. (Bug #2186)
13444
13445 2009-02-28 Jason Rumney <jasonr@gnu.org>
13446
13447 * coding.c (detect_coding_charset): If not checking latin extra,
13448 fail on characters between 0x80 and 0xA0. (Bug#2354)
13449
13450 2009-02-28 Eli Zaretskii <eliz@gnu.org>
13451
13452 * coding.c (detect_coding_charset): Fix change from 2008-10-21.
13453 Also, check iso-latin-*, not only iso-8859-*. (Bug#2497)
13454
13455 2009-02-27 Glenn Morris <rgm@gnu.org>
13456
13457 * callint.c (Finteractive): Doc fix.
13458
13459 2009-02-27 Kenichi Handa <handa@m17n.org>
13460
13461 * lread.c (read_escape): Signal an error for invalid \UXXXXXXXX.
13462
13463 2009-02-27 Chong Yidong <cyd@stupidchicken.com>
13464
13465 * font.c (font_style_to_value): Set value for unknown symbols to
13466 100 instead of 255.
13467 (weight_table, slant_table, width_table): Treat "unspecified" as
13468 the default value.
13469
13470 2009-02-26 Juanma Barranquero <lekktu@gmail.com>
13471
13472 * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring.
13473
13474 2009-02-25 Juanma Barranquero <lekktu@gmail.com>
13475
13476 * lread.c (Fload): Stop checking Vloads_in_progress and signal
13477 error as soon as a recursive load is detected.
13478
13479 2009-02-24 Adrian Robert <Adrian.B.Robert@gmail.com>
13480
13481 * nsterm.m (ns_ring_bell): Convert rect to window coordinates
13482 before caching.
13483
13484 2009-02-24 Kenichi Handa <handa@m17n.org>
13485
13486 * fontset.c (fontset_find_font): Fix the condition for checking
13487 unavailable font.
13488
13489 2009-02-24 Glenn Morris <rgm@gnu.org>
13490
13491 * xfaces.c (Finternal_set_font_selection_order): Remove leading
13492 whitespace that confuses documentation.
13493
13494 2009-02-23 Miles Bader <miles@gnu.org>
13495
13496 * process.c (Flist_system_processes, Fprocess_attributes)
13497 (syms_of_process): Rename `system-process-attributes' to
13498 `process-attributes'.
13499
13500 2009-02-22 Andreas Schwab <schwab@linux-m68k.org>
13501
13502 * coding.h (struct coding_system): Make safe_charsets a pointer to
13503 unsigned char.
13504 * coding.c (CODING_ISO_REQUEST): Check for safe_charsets content
13505 being 255.
13506 (SAFE_CHARSET_P): Likewise.
13507 (setup_iso_safe_charsets): Properly setup safe_charsets.
13508 (Fdefine_coding_system_internal): Likewise.
13509 (setup_coding_system): Likewise. Remove unneeded casts.
13510 (detect_coding_iso_2022): Compare Viso_2022_charset_list with
13511 CODING_ATTR_CHARSET_LIST, not CODING_ATTR_SAFE_CHARSETS.
13512 Remove unneeded casts.
13513
13514 * insdel.c (del_range_2): Don't modify gap contents when called
13515 from decode_coding_object. (Bug#1809)
13516
13517 2009-02-21 Chong Yidong <cyd@stupidchicken.com>
13518
13519 * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and
13520 Qfont_object.
13521 (Ftype_of): Recognize font objects.
13522
13523 * lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern.
13524
13525 * font.c (Qfont_spec, Qfont_entity, Qfont_object):
13526 Definitions moved to data.c.
13527
13528 2009-02-20 Adrian Robert <Adrian.B.Robert@gmail.com>
13529
13530 * nsterm.m (x_make_frame_invisible): Unset async_visible,
13531 async_iconified. Based on a patch by Christian Lynbech
13532 <christian.lynbech@tieto.com>.
13533 (EmacsView-windowDidMiniaturize:): Unset async_visible.
13534
13535 2009-02-20 Glenn Morris <rgm@gnu.org>
13536
13537 * syntax.c (Fskip_chars_forward): Fix doc typo.
13538
13539 2009-02-20 Chong Yidong <cyd@stupidchicken.com>
13540
13541 * keymap.c (Fkeymap_parent): Doc fix (Bug#2391).
13542
13543 2009-02-19 Chong Yidong <cyd@stupidchicken.com>
13544
13545 * xfns.c (Fx_create_frame): Give Xft driver a higher priority.
13546
13547 2009-02-19 Kenichi Handa <handa@m17n.org>
13548
13549 * coding.c (detect_coding): Preserve coding->mode.
13550 Don't overflow coding->carryover. (Bug#2370)
13551
13552 2009-02-18 Dan Nicolaescu <dann@ics.uci.edu>
13553
13554 * m/ibmrs6000.h (ADDR_CORRECT): Restore, removed by mistake on 2008-07-23.
13555
13556 2009-02-18 Kenichi Handa <handa@m17n.org>
13557
13558 * font.c (font_check_otf_features): Fix handling of `nil' element.
13559 (Ffont_spec): Describe :lang and :otf in the docstring.
13560
13561 2009-02-16 Andreas Schwab <schwab@suse.de>
13562
13563 * coding.c (Fcheck_coding_systems_region): Fix test for unibyte
13564 string.
13565
13566 2009-02-16 Kenichi Handa <handa@m17n.org>
13567
13568 * coding.c (Fcheck_coding_systems_region): Fix typo; Qt -> Qnil.
13569 (Bug#1723)
13570
13571 2009-02-14 Chong Yidong <cyd@stupidchicken.com>
13572
13573 * dispextern.h (struct iterator_stack_entry): New line_wrap member.
13574
13575 * xdisp.c (push_it, pop_it): Save and restore line_wrap.
13576 (handle_line_prefix): Suppress wrapping of wrap prefixes.
13577
13578 2009-02-14 Eli Zaretskii <eliz@gnu.org>
13579
13580 * msdos.c (MAX_SCREEN_BUF): New macro.
13581 (IT_write_glyphs): Make screen_buf[] always be MAX_SCREEN_BUF-long.
13582 Encode the entire run of glyphs sharing the same face, instead of
13583 doing that one glyph at a time (fixes a bug with displaying
13584 double-size characters).
13585
13586 2009-02-13 Adrian Robert <Adrian.B.Robert@gmail.com>
13587
13588 * nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog.
13589
13590 * nsmenu.m (pop_down_menu): Check popup_activated_flag.
13591 (ns_popup_dialog, EmacsDialogPanel-runDialogAt:): Let
13592 pop_down_menu do the cleanup work as it is always called. (Bug#2154)
13593
13594 * nsfont.m (nsfont_make_fontset_for_font): For now, don't try to
13595 set fontset font for "mathematical-" sub-scripts. (Bug #2218)
13596
13597 2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
13598
13599 * keyboard.c (adjust_point_for_property): Allow stopping between two
13600 invisible areas.
13601
13602 2009-02-12 Jason Rumney <jasonr@gnu.org>
13603
13604 * w32font.c (check_face_name): Check for fake helv. (Bug#2275)
13605 (add_font_entity_to_list): Call check_face_name even when family
13606 is unspecified.
13607
13608 * w32term.c (x_display_pixel_height, x_display_pixel_width):
13609 Release DC when finished. Use NULL window to refer to desktop.
13610 (w32_term_init): Use NULL window to refer to desktop. (Bug#460)
13611
13612 * w32font.c (add_font_entity_to_list): Fix check for substituted
13613 raster fonts. (Bug#2219)
13614
13615 2009-02-12 Kenichi Handa <handa@m17n.org>
13616
13617 * composite.c (MAX_AUTO_COMPOSITION_LOOKBACK): New macro.
13618 (composition_gstring_width): Fix handling of LGLYPH_YOFF.
13619 (autocmp_chars): Use fast_looking_at. Don't compose more
13620 characters than MAX_COMPOSITION_COMPONENTS.
13621 (find_automatic_composition): While looking forward and backward,
13622 check static composition. Fix where to stop looking forward.
13623 (composition_adjust_point): Fix checking of static composition.
13624 (Fcomposition_get_gstring): Pay attention to
13625 MAX_COMPOSITION_COMPONENTS.
13626
13627 * lisp.h (fast_looking_at): Extern it.
13628
13629 * search.c (fast_looking_at): New function.
13630
13631 * term.c (encode_terminal_code): Adjust for the change of
13632 <struct glyph>.u.cmp.to.
13633 (append_composite_glyph): Likewise.
13634
13635 * xdisp.c (fill_gstring_glyph_string): Adjust for the change of
13636 <struct glyph>.u.cmp.to. Check if the glyph belongs to the same
13637 composition.
13638 (append_composite_glyph): Adjust for the change of
13639 <strcut glyph>.u.cmp.to.
13640
13641 2009-02-11 Juanma Barranquero <lekktu@gmail.com>
13642
13643 * casetab.c (init_casetab_once):
13644 * coding.c (ALLOC_CONVERSION_WORK_AREA):
13645 * font.c (font_update_lface):
13646 * fontset.c (Fnew_fontset):
13647 * ftfont.c (ftfont_drive_otf):
13648 * xfont.c (xfont_open):
13649 * xftfont.c (xftfont_get_xft_draw): Remove spurious semicolons.
13650
13651 2009-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
13652
13653 * fileio.c (Fwrite_region): !NILP -> CONSP.
13654
13655 2009-02-10 Andreas Schwab <schwab@suse.de>
13656
13657 * process.c (send_process): Properly relocate pointer into data
13658 when using encoded data. (Bug#2272)
13659
13660 2009-02-08 ARISAWA Akihiro <ari@mbf.sphere.ne.jp>
13661
13662 * coding.c (detect_coding_charset): Fix previous change.
13663
13664 2009-02-08 Jason Rumney <jasonr@gnu.org>
13665
13666 * w32fns.c (w32_hide_hourglass): Handle case where frame
13667 disappeared while hourglass was displayed. (Bug #2193)
13668
13669 2009-02-07 Andreas Schwab <schwab@suse.de>
13670
13671 * unexelf.c (unexec): Fix error message.
13672
13673 2009-02-07 Adrian Robert <Adrian.B.Robert@gmail.com>
13674
13675 * nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event
13676 when modal window is active. (Bug #2152)
13677 (applicationShouldTerminate:): Remove now-unneeded while loop
13678 around NSRunAlertPanel.
13679
13680 * nsmenu.m (popupSession): New file-global variable.
13681 (pop_down_menu): End the popupSession before closing dialog.
13682 (ns_popup_dialog): BLOCK_INPUT around dialog presentation.
13683 (EmacsDialogPanel-runDialogAt:): Don't place window (superfluous),
13684 don't query NSApp for events (just sleep instead).
13685
13686 2009-02-07 Eli Zaretskii <eliz@gnu.org>
13687
13688 * coding.c (syms_of_coding) <translation-table-for-input>:
13689 Modify doc string to discourage use for character code unification.
13690
13691 2009-02-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13692
13693 * atimer.c (run_timers): Update pending_atimers.
13694
13695 2009-02-06 Chong Yidong <cyd@stupidchicken.com>
13696
13697 * image.c (svg_load_image): Fix last change.
13698
13699 * xfns.c (Fx_create_frame): Signal an error if no font is
13700 found (Bug#2147).
13701
13702 2009-02-05 Juanma Barranquero <lekktu@gmail.com>
13703
13704 * character.c (syms_of_character) <script-representative-chars>:
13705 Fix typo in docstring.
13706
13707 2009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
13708
13709 * nsmenu.m (pop_down_menu): New function.
13710 (ns_popup_dialog): Call it on unwind.
13711 (EmacsDialogPanel-runDialogAt:): Check popup_activated_flag and
13712 call timer_check() (Bug#2154).
13713 (EmacsMenu-menuNeedsUpdate:): Don't call ns_update_menu if
13714 handling_signal is set.
13715 (EmacsMenu-fillWithWidgetValue:): Set submenu title.
13716
13717 * config.in: Get rid of COCOA_EXPERIMENTAL_CTRL_G.
13718
13719 * s/darwin.h: Same and NO_SOCK_SIGIO as well.
13720
13721 * nsterm.m (ns_read_socket): Same and don't set handling_signal.
13722
13723 * keyboard.c (poll_for_input_1, handle_async_input):
13724 Set handling_signal under HAVE_NS.
13725
13726 2009-02-04 Glenn Morris <rgm@gnu.org>
13727
13728 * fileio.c (Fwrite_region): Doc fix (mention annotate-functions).
13729
13730 2009-02-04 Kenichi Handa <handa@m17n.org>
13731
13732 * Makefile.in (composite.o): Depends on frame.h and termhooks.h.
13733
13734 * charset.c (Fchar_charset): New optional arg restriction.
13735
13736 * coding.h (coding_system_charset_list): Extern it.
13737
13738 * coding.c (coding_system_charset_list): New function.
13739
13740 * composite.c: Include coding.h and termhooks.h.
13741 (composition_gstring_p): Fix for the terminal case.
13742 (composition_gstring_width): Likewise.
13743 (fill_gstring_body): Likewise.
13744 (autocmp_chars): For terminal, call Fcomposition_get_gstring with
13745 the frame.
13746 (composition_compute_stop_pos): Adjust cmp_it->stop_pos if point
13747 is within a composition.
13748 (Fcomposition_get_gstring): Fix the terminal case.
13749
13750 * term.c (encode_terminal_code): Fix handling of composition.
13751 (produce_composite_glyph): For static composition, get pixel_width
13752 from struct composition.
13753
13754 2009-02-02 Andreas Schwab <schwab@suse.de>
13755
13756 * unexelf.c (unexec): Handle unaligned bss offset.
13757
13758 2009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com>
13759
13760 * nsterm.m (ns_read_socket): Copy 2009-01-29 and 2009-01-30
13761 XT,w32read_socket changes to ns_read_socket.
13762
13763 * keyboard.c (handle_interrupt): Don't call
13764 quit_throw_to_read_char() under NS.
13765
13766 * blockinput.h: Remove NS-specific code.
13767
13768 2009-01-30 Dan Nicolaescu <dann@ics.uci.edu>
13769
13770 * dispnew.c (window_change_signal): Don't try to get the size of a
13771 suspended tty frame.
13772 * term.c (Fresume_tty): Resize if the size has changed while the
13773 tty was suspended.
13774
13775 * alloc.c (mark_stack): Properly conditionalize previous change.
13776
13777 2009-01-30 Juanma Barranquero <lekktu@gmail.com>
13778
13779 * w32inevt.c (w32_console_read_socket) [SYNC_INPUT]:
13780 * w32term.c (w32_read_socket) [SYNC_INPUT]:
13781 Remove; this code is not used on Windows.
13782
13783 2009-01-30 Eli Zaretskii <eliz@gnu.org>
13784
13785 * coding.c (detect_eol, decode_eol): Handle text with DOS-style
13786 EOLs that also has stray ^M characters.
13787
13788 2009-01-30 Juanma Barranquero <lekktu@gmail.com>
13789
13790 * atimer.c (run_timers, alarm_signal_handler):
13791 * keyboard.c (pending_signals, handle_async_input, init_keyboard):
13792 * w32inevt.c (w32_console_read_socket):
13793 * w32term.c (w32_read_socket):
13794 * xterm.c (XTread_socket): Use "#ifdef SYNC_INPUT" where appropriate.
13795
13796 2009-01-30 Chong Yidong <cyd@stupidchicken.com>
13797
13798 * callproc.c (Vtemp_file_name_pattern): Remove DEFVAR_LISP.
13799 Initialize it as a relative filename pattern.
13800 (init_callproc): Don't initialize Vtemp_file_name_pattern here.
13801 (Fcall_process_region): Simplify temp file creation using
13802 temporary-file-directory.
13803
13804 2009-01-29 Eli Zaretskii <eliz@gnu.org>
13805
13806 * msdos.c: Rename pending_signals to msdos_pending_signals.
13807 (sig_suspender, sigprocmask): Adjust.
13808
13809 2009-01-29 Chong Yidong <cyd@stupidchicken.com>
13810
13811 * keyboard.c (pending_signals): New var.
13812 (poll_for_input, input_available_signal, init_keyboard): Set it.
13813 (process_pending_signals): New function.
13814
13815 * lisp.h (QUIT): Check pending_signals instead of
13816 interrupt_input_pending. Use process_pending_signals.
13817
13818 * atimer.c (run_timers, alarm_signal_handler): Update pending_signals.
13819
13820 * process.c (wait_reading_process_output): Use process_pending_signals.
13821
13822 * sysdep.c (emacs_write): Use process_pending_signals.
13823
13824 * xterm.c (XTread_socket): Update pending_signals.
13825
13826 * w32term.c (w32_read_socket): Update pending_signals.
13827
13828 * w32inevt.c (w32_console_read_socket): Update pending_signals.
13829
13830 2009-01-29 Kenichi Handa <handa@m17n.org>
13831
13832 * xftfont.c (xftfont_has_char): New function.
13833 (syms_of_xftfont): Register xftfont_has_char in xftfont_driver.
13834
13835 2009-01-29 Adrian Robert <Adrian.B.Robert@gmail.com>
13836
13837 * nsterm.h (EmacsPrefsController.cursorBlinkSlider): Only define
13838 under GNUstep.
13839 (ns_query_color): New declaration.
13840
13841 * nsterm.m (ns_confirm_quit): New variable.
13842 (ns_set_default_prefs, syms_of_nsterm, ns_term_init): Initialize it.
13843 (EmacsApp-applicationShouldTerminate:): Use it.
13844 (EmacsPrefsController): Let user set it.
13845 (ns_query_color): New function.
13846 (ns_defined_color): Use it.
13847 (ns_initialize): Drop.
13848 (ns_term_init): Add two lines from ns_initialize(), and set
13849 input_interrupt_mode to nil.
13850
13851 * image.c (svg_load_image): Don't right-shift background RGB when
13852 obtained from FRAME_BACKGROUND_PIXEL. Under HAVE_NS use ns_query_color.
13853
13854 2009-01-28 Kenichi Handa <handa@m17n.org>
13855
13856 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
13857 (fontset_get_font_group): Remember that no font-group is specified
13858 for C.
13859
13860 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
13861
13862 * fns.c (concat): Check for string overflow (bug#1787).
13863
13864 * undo.c (undo_limit, undo_strong_limit, Vundo_outer_limit):
13865 Quadruple undo limits (bug#1501).
13866
13867 2009-01-27 Kenichi Handa <handa@m17n.org>
13868
13869 * ftfont.c (ftfont_has_char): If the arg FONT is a font-object,
13870 directly use GT_Get_Char_index.
13871
13872 * xftfont.c (struct xftfont_info): New member `index'.
13873
13874 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
13875 (Ffontset_font): Adjust for the change of fontset entry.
13876
13877 2009-01-26 Kenichi Handa <handa@m17n.org>
13878
13879 * fontset.c (fontset_find_font): Fix handling of non-cons return
13880 value of fontset_get_font_group.
13881 (fontset_font): Revert last change.
13882
13883 2009-01-26 Jason Rumney <jasonr@gnu.org>
13884
13885 * w32font.c (w32font_list_internal): Return quickly if registry is
13886 unknown. Simplify final return.
13887 (add_font_entity_to_list): Break complex logic down into more
13888 manageable chunks. Move unknown registry check to
13889 w32font_list_internal.
13890
13891 2009-01-25 Adrian Robert <Adrian.B.Robert@gmail.com>
13892
13893 Changes to remove Feval calls from GUI under NS.
13894
13895 * nsterm.h: Move KEY_NS_... definitions here from nsterm.m.
13896 Add NS_TOGGLE_TOOLBAR, NS_PUT_WORKING_TEXT, NS_UNPUT_WORKING_TEXT.
13897 Remove NS_INSERT_WORKING_TEXT, NS_DELETE_WORKING_TEXT.
13898
13899 * nsterm.m: Move KEY_NS_... definitions to nsterm.h.
13900 (EmacsView-toggleToolbar:): Use KEY_NS_TOGGLE_TOOLBAR.
13901 (EmacsView-setMarkedText:,-deleteWorkingText:): Use NS_TEXT_EVENT
13902 instead of NON_ASCII_KEYSTROKE_EVENT.
13903 (EmacsApp-terminate:): Use KEY_NS_POWER_OFF instead of Feval.
13904 (EmacsApp-applicationShouldTerminate:): Query user.
13905 (EmacsPreferencesController-runHelp:): Use KEY_NS_INFO_PREFS
13906 instead of Feval.
13907
13908 * termhooks.h (NS_TEXT_EVENT): New event type under HAVE_NS.
13909
13910 * keyboard.c (kbd_buffer_get_event): Check for it.
13911 (keys_of_keyboard): Define lispy keys for
13912 ns-put/unput-working-text.
13913
13914 * nsmenu.m (ns_popup_dialog): Resync window setting with X and W32
13915 versions.
13916 (EmacsDialog-runDialogAt:): Use NSModalPanelRunLoopMode.
13917
13918 2009-01-25 Chong Yidong <cyd@stupidchicken.com>
13919
13920 * dispnew.c (buffer_posn_from_coords): Use Fset_buffer instead of
13921 setting current_buffer directly. (Bug#2044)
13922
13923 2009-01-24 Chong Yidong <cyd@stupidchicken.com>
13924
13925 * fontset.c (fontset_font): If we know there is no font, don't do
13926 any work. (Bug#1952, bug#1990).
13927
13928 * font.c (font_parse_xlfd): Handle patterns of length < 2. (Bug#1802)
13929
13930 2009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
13931
13932 * emacs.c (main): Do fork+exec under --daemon in Cocoa.
13933 (ns_no_defaults): New declaration.
13934 (main): Use it.
13935
13936 * nsterm.h (ns_no_defaults): New declaration.
13937
13938 * nsfns.m (x_get_string_resource): Don't read when ns_no_defaults.
13939
13940 * nsterm.m (ns_no_defaults): New variable.
13941 (ns_initialize): Don't read defaults when ns_no_defaults.
13942 (EmacsView-readSelectionFromPasteboard:)
13943 (writeSelectionToPasteboard:types:): New stubbed-out methods for
13944 NSServicesRequests protocol. (Bug#1435)
13945 (ns_dumpglyphs_stretch): New function.
13946 (ns_draw_glyph_string): Use it, parallel Yamamoto Mitsuharu change
13947 of 2008-11-15 to other terms. (Bug#615)
13948
13949 * nsimage.m (setPixmapData:): Set to ignore image DPI.
13950
13951 2009-01-23 Giorgos Keramidas <keramida@freebsd.org> (tiny change)
13952
13953 * alloc.c (mark_stack): Use "flushw" instead of "ta 3" assembly
13954 call for Sparc64.
13955
13956 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
13957
13958 * nsfns.m:
13959 * nsgui.h:
13960 * nsmenu.m:
13961 * nsselect.m:
13962 * nsterm.h:
13963 * nsterm.m: Remove '23' comments that indicated code added during
13964 update from emacs-20 -> emacs-23.
13965
13966 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
13967
13968 * nsterm.m (EmavsView-keyDown:): Treat nil as Qnone for
13969 ns_alternate_modifier. (Bug#1217)
13970
13971 * nsmenu.m (EmacsMenu-parseKeyEquiv:, addItemWithWidgetValue:):
13972 Display all shortcuts, including those w/o super modifier.
13973
13974 * nsfns.m (ns-read-file-name): Fix typo in assignment statement.
13975
13976 2009-01-22 Chong Yidong <cyd@stupidchicken.com>
13977
13978 * fileio.c (Vwrite_region_post_annotation_function)
13979 (Vwrite_region_annotation_buffers): New vars.
13980 (build_annotations_unwind): Just reset
13981 Vwrite_region_annotation_buffers.
13982 (Fwrite_region): Initialize Vwrite_region_annotation_buffers.
13983 Call write-region-post-annotation-function.
13984 (build_annotations): Add to Vwrite_region_annotation_buffers if
13985 buffer changes.
13986
13987 2009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
13988
13989 * nsterm.h (EmacsApp-setAppleMenu:): Conditionalize more correctly on
13990 Tiger.
13991 * nsfns.m (ns_do_applescript):
13992 Conditionalize typeUTF16ExternalRepresentation on Tiger.
13993
13994 2009-01-21 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
13995
13996 * nsterm.m (EV_TRAILER): Always use emacsframe for frame_or_window.
13997
13998 2009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
13999
14000 * nsmenu.m (NSMENUPROFILE): Change #if style.
14001
14002 * nsterm.h (EmacsPrefsController): Add -setPanelFromDefaultValues.
14003
14004 * nsterm.m (x_set_frame_alpha): Add prototype.
14005 (ns_fake_keydown, EmacsView-keyUp:): New variable and function to
14006 handle Ctrl-tab. (Bug#1841)
14007 (ns_get_color): Use unsigned long long for scanned hex string value.
14008 (ns_term_shutdown): Abort on non SIGTERM signals.
14009 (EmacsPrefsController-setDefaultFont:,-setColors:): Raise the frame.
14010 (EmacsPrefsController-setPanelFromDefaultValues): New function.
14011 (EmacsPrefsController-resetToDefaults:): Use it. (Bug#1801)
14012 (ns_font_to_xlfd, ns_fontname_to_xlfd): Remove, unused.
14013 (ns_defined_color): Fix settings of the XColor variable fields:
14014 red,green,blue scale to 2-byte, pixel's parts to 1-byte. (Bug#1663)
14015
14016 * nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore image
14017 DPI. (Bug#1316)
14018 (EmacsImage-setPixelAtX:Y:toRed:green:blue:alpha:): Fix color
14019 values in onTiger section.
14020
14021 2009-01-19 Chong Yidong <cyd@stupidchicken.com>
14022
14023 * xfaces.c (Finternal_set_lisp_face_attribute, Fx_list_fonts):
14024 Check return value of font_spec_from_name.
14025 (Fx_list_fonts): Doc fix. (Bug#1951)
14026
14027 * font.c (font_spec_from_name): Return Qnil if font name could not
14028 be parsed.
14029 (font_parse_name): Treat a `?' character as part of an XLFD.
14030
14031 * fns.c (Fsubstring): Doc fix.
14032
14033 2009-01-19 Kenichi Handa <handa@m17n.org>
14034
14035 * ftfont.c (ftfont_lookup_cache): Check the return value of FcFontList.
14036 (ftfont_list): Likewise.
14037
14038 2009-01-18 Juanma Barranquero <lekktu@gmail.com>
14039
14040 * dbusbind.c (Fdbus_register_signal):
14041 * process.c (conv_sockaddr_to_lisp):
14042 * w32fns.c (Fw32_battery_status): Use empty_unibyte_string.
14043
14044 * callproc.c (Fgetenv_internal): Doc fix.
14045
14046 2009-01-16 Chong Yidong <cyd@stupidchicken.com>
14047
14048 * xfns.c (x_make_gc): Don't allocate stipple member for gc_values;
14049 it is not even used.
14050
14051 2009-01-16 Glenn Morris <rgm@gnu.org>
14052
14053 * font.c (Ffont_variation_glyphs): Silence compiler.
14054
14055 2009-01-15 Juanma Barranquero <lekktu@gmail.com>
14056
14057 * sound.c (SOUND_WARNING): Use _snprintf, for MSVC compatibility.
14058 Reported by David Robinow <drobinow@gmail.com>.
14059
14060 2009-01-15 Kenichi Handa <handa@m17n.org>
14061
14062 * coding.c (detect_coding_system): Fix handling of null_byte_found.
14063
14064 2009-01-14 Jason Rumney <jasonr@gnu.org>
14065
14066 * frame.c (x_set_font): Always store a font to the font parameter,
14067 never a fontset. (Bug#1562)
14068
14069 2009-01-14 Kenichi Handa <handa@m17n.org>
14070
14071 * coding.c (TWO_MORE_BYTES): New macro.
14072 (detect_coding_utf_16): Use TWO_MORE_BYTES instead of ONE_MORE_BYTE.
14073
14074 2009-01-13 Chong Yidong <cyd@stupidchicken.com>
14075
14076 * font.c (font_clear_prop): If clearing the family, clear the font
14077 width index too.
14078
14079 * xfaces.c (Finternal_set_lisp_face_attribute): Revert last change.
14080
14081 2009-01-12 Juanma Barranquero <lekktu@gmail.com>
14082
14083 * sound.c [WINDOWSNT] (SOUND_WARNING): New macro.
14084 (do_play_sound): Use it. Don't pass a hardcoded buffer size to mci
14085 functions, use sizeof.
14086
14087 2009-01-12 Martin Rudalics <rudalics@gmx.at>
14088
14089 * keyboard.c (read_char): Fix case where last_nonmenu_event
14090 returned a bad value with submenus. (Bug#447)
14091
14092 2009-01-12 Chong Yidong <cyd@stupidchicken.com>
14093
14094 * xfaces.c (Finternal_set_lisp_face_attribute): If setting the
14095 family, clear the font width index too.
14096
14097 2009-01-11 Jason Rumney <jasonr@gnu.org>
14098
14099 * keyboard.c (cmd_error_internal): Exit when errors occur before
14100 frame creation and not in daemon mode. (Bug#1836)
14101
14102 2009-01-10 Chong Yidong <cyd@stupidchicken.com>
14103
14104 * xdisp.c (pos_visible_p): When iterator stops on the last glyph
14105 of a display vector, backtrack.
14106 (try_window_reusing_current_matrix): Check glyph type before
14107 referencing charpos member.
14108
14109 2009-01-10 Eli Zaretskii <eliz@gnu.org>
14110
14111 Fix Bug #876:
14112
14113 * coding.c (inhibit_null_byte_detection): New variable.
14114 (detect_coding, detect_coding_system): Don't pay attention to null
14115 bytes if inhibit_null_byte_detection is non-zero.
14116 (syms_of_coding) <inhibit-null-byte-detection>: Declare and document.
14117 <inhibit-iso-escape-detection>: Doc fix.
14118
14119 2009-01-09 Jason Rumney <jasonr@gnu.org>
14120
14121 * w32font.c (add_font_entity_to_list): Don't report unknown
14122 Windows charset as any unrecognized registry. (Bug#1548)
14123 Only report Unicode Plane 2 fonts as unicode-sip.
14124
14125 2009-01-09 Chong Yidong <cyd@stupidchicken.com>
14126
14127 * xfaces.c (Fx_font_family_list): Delete function.
14128 Move compatibility version to faces.el.
14129
14130 * font.c (Ffont_family_list): Return a list of strings, not symbols.
14131
14132 2009-01-09 Martin Rudalics <rudalics@gmx.at>
14133
14134 * frame.c (x_set_frame_parameters): Remember requested value for
14135 fullscreen before it's reset by the parameter handler.
14136
14137 2009-01-09 Glenn Morris <rgm@gnu.org>
14138
14139 * keyboard.c (last_command_char): For clarity, rename to...
14140 (last_command_event): ... and update all users.
14141 (last_input_char): For clarity, rename to...
14142 (last_input_event): ... and update all users.
14143 (last-command-char, last-input-char): Move to subr.el as aliases.
14144 * cmds.c, commands.h: Update for last_command_char rename.
14145
14146 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
14147
14148 * font.c (font_open_for_lface): Handle unspecified height attribute.
14149
14150 2009-01-08 Jason Rumney <jasonr@gnu.org>
14151
14152 * w32fns.c (Vx_pointer_shape, Vx_nontext_pointer_shape)
14153 (Vx_mode_pointer_shape, Vx_window_horizontal_drag_shape)
14154 (Vx_hourglass_pointer_shape, Vx_sensitive_text_pointer_shape):
14155 Don't declare.
14156 (syms_of_w32fns): Don't define x-pointer-shape variable. (Bug#1485)
14157 (x_create_tip_frame) [GLYPH_DEBUG]: Enable image debugging code.
14158
14159 2009-01-07 Kenichi Handa <handa@m17n.org>
14160
14161 * fileio.c (Finsert_file_contents): In the case of replace,
14162 remember the coding system used for decoding in
14163 coding_system (Bug#1039).
14164
14165 * coding.c (decode_coding_utf_8): Check byte_after_cr before
14166 breaking the loop. (Bug#870)
14167 (decode_coding_utf_16, decode_coding_emacs_mule)
14168 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
14169 (decode_coding_charset): Likewise.
14170
14171 2009-01-05 Martin Rudalics <rudalics@gmx.at>
14172
14173 * frame.c (x_set_frame_parameters): Make sure height (width) get
14174 applied when fullwidth (fullheight) is set. (Bug#1522)
14175
14176 2009-01-04 Juanma Barranquero <lekktu@gmail.com>
14177
14178 * w32.c: Use 64-bit arithmetic to do FILETIME conversions. (Bug#1766)
14179 (utc_base): Declare as ULONGLONG, not long double.
14180 (convert_time_raw): Delete.
14181 (FILETIME_TO_U64, U64_TO_LISP_TIME): New macros.
14182 (initialize_utc_base): New function.
14183 (convert_time): Use FILETIME_TO_U64, initialize_utc_base.
14184 (convert_from_time_t): Use initialize_utc_base; compute result with
14185 64-bit arithmetic.
14186 (process_times): Use FILETIME_TO_U64, U64_TO_LISP_TIME.
14187
14188 2009-01-03 Eli Zaretskii <eliz@gnu.org>
14189
14190 * process.c (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess)
14191 (Qttname, Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime)
14192 (Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs)
14193 (Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime)
14194 [!subprocesses]: Define.
14195 (syms_of_process) [!subprocesses]: Intern and staticpro them.
14196 (Flist_system_processes, Fsystem_process_attributes)
14197 [!subprocesses]: Call list_system_processes and
14198 system_process_attributes instead of returning Qnil.
14199
14200 * dosfns.c (system_process_attributes, list_system_processes):
14201 New functions.
14202
14203 * vm-limit.c (ret_lim_data) [MSDOS]: New function.
14204
14205 * sysdep.c (list_system_processes, system_process_attributes) [MSDOS]:
14206 Don't use the default (no-op) implementation.
14207
14208 2009-01-03 Jason Rumney <jasonr@gnu.org>
14209
14210 * keyboard.c (parse_modifiers_uncached): Wheel events are
14211 clicks (bug#687).
14212
14213 * w32term.c (x_query_colors, x_query_color): New functions.
14214
14215 * image.c (x_to_xcolors, png_load): Eliminate W32 specific code.
14216 (svg_load_image): Cast returned pointers from dynamically loaded
14217 functions. Eliminate W32 specific code.
14218
14219 2009-01-02 Dan Nicolaescu <dann@ics.uci.edu>
14220
14221 * nsfns.m (x_set_foreground_color, x_set_background_color)
14222 (x_set_cursor_color, x_set_icon_name, x_explicitly_set_name)
14223 (x_set_title, x_set_icon_type, x_set_cursor_type): Rename to use
14224 x_ prefix instead of ns_. Update references.
14225 (syms_of_nsfns): Add a FIXME comment.
14226
14227 * nsterm.m (x_set_cursor_type): New prototype.
14228 (setValuesFromPanel): Use it instead of the old ns_ prefixed name.
14229
14230 * sysdep.c (system_process_attributes): Provide Qtime and Qctime
14231 for Solaris instead of incorrectly providing Qutime and Qcutime.
14232
14233 2009-01-02 Eli Zaretskii <eliz@gnu.org>
14234
14235 * w32.c (process_times): Compute sum of utime and stime.
14236 (system_process_attributes): Add Qtime to the alist.
14237
14238 * sysdep.c (system_process_attributes): Compute Qtime and Qctime
14239 and add them to the alist.
14240
14241 * process.c (top level) <Qtime, Qctime>: New variables.
14242 (syms_of_process): staticpro them.
14243 (Fsystem_process_attributes): Add their documentation to the doc
14244 string.
14245
14246 * process.h: Declare Qtime and Qctime.
14247
14248 2009-01-02 Jason Rumney <jasonr@gnu.org>
14249
14250 * image.c (Qgobject): New symbol.
14251 (syms_of_image): Initialize it.
14252 (init_svg_functions): Load some functions from gobject library.
14253
14254 2009-01-01 Dan Nicolaescu <dann@ics.uci.edu>
14255
14256 * frame.c (make_terminal_frame): Remove redundant code and useless
14257 block.
14258
14259 2009-01-01 Andreas Schwab <schwab@suse.de>
14260
14261 * process.c (conv_sockaddr_to_lisp): Add workaround for
14262 getsockname bug on BSD.
14263
14264 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
14265
14266 * xfns.c (x_create_tip_frame): Set border width of the X window.
14267
14268 * xfaces.c (Finternal_set_lisp_face_attribute): Improve error message.
14269
14270 2009-01-01 Jason Rumney <jasonr@gnu.org>
14271
14272 * w32term.c (x_new_font): Return font object, not fontset. (Bug#119)
14273 Don't block input, as per earlier xterm.c changes.
14274
14275 2008-12-31 Adrian Robert <Adrian.B.Robert@gmail.com>
14276
14277 * nsfns.m (ns_appkit_version_str): Rename from ns_appkit_version.
14278 (ns_appkit_version_int): New function.
14279 (x-server-version): Use ns_appkit_version_int and follow 21+
14280 convention of returning 3 integers.
14281
14282 2008-12-30 Kenichi Handa <handa@m17n.org>
14283
14284 * character.h (CHAR_VARIATION_SELECTOR_P): New macro.
14285 (CHAR_SURROGATE_PAIR_P): New macro.
14286
14287 * font.h (struct font_driver): New member get_variation_glyphs.
14288
14289 * font.c (font_range): Don't require a font for a variation selector.
14290 (Ffont_variation_glyphs): New function.
14291 (syms_of_font): Defsubr it.
14292
14293 * ftfont.c (ftfont_driver): Set the member get_variation_glyphs to
14294 ftfont_variation_glyphs.
14295 (setup_otf_gstring): New function.
14296 (ftfont_drive_otf): Use it.
14297 (ftfont_shape_by_flt): Handle variation selector.
14298 (ftfont_variation_glyphs): New function.
14299
14300 2008-12-30 Martin Rudalics <rudalics@gmx.at>
14301
14302 * frame.c (Vemacs_iconified): Remove.
14303
14304 2008-12-30 Jason Rumney <jasonr@gnu.org>
14305
14306 * frame.c (store_frame_param, x_get_arg): Enable newer code on
14307 WINDOWSNT too, as related changes have already been synced. (Bug#117)
14308
14309 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
14310
14311 * indent.c (Fvertical_motion): Don't advance iterator if we have
14312 reseated to the desired position.
14313
14314 * xdisp.c (move_it_to): Handle GET_FROM_STRETCH method when
14315 checking for pos match.
14316
14317 2008-12-30 Kenichi Handa <handa@m17n.org>
14318
14319 * insdel.c (copy_text): To convert a non-ASCII char to unibyte,
14320 just get the low 8-bit of the code.
14321
14322 * font.c (font_intern_prop): Validate str as multibyte.
14323
14324 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
14325
14326 * dispextern.h (struct face): Move lface and hash from the middle
14327 of bitfields.
14328
14329 * Makefile.in (INTERVALS_H): Rename from INTERVAL_SRC, update all users.
14330
14331 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
14332
14333 * Makefile.in (INTERVAL_SRC): Also depend on dispextern.h.
14334 (coding.o, dispnew.o, keymap.o, msdos.o): Depend on INTERVAL_SRC
14335 instead of intervals.h.
14336
14337 2008-12-26 Andreas Schwab <schwab@suse.de>
14338
14339 * keymap.c (map_keymap_char_table_item): Make a copy of KEY if it is a
14340 cons.
14341
14342 2008-12-26 Martin Rudalics <rudalics@gmx.at>
14343
14344 * textprop.c (Qminibuffer_prompt): New variable.
14345 (syms_of_textprop): Initialize it.
14346 * callint.c (Fcall_interactively): For `c', `k', and `K' prompt
14347 in minibuffer-prompt face. (Bug#1662)
14348
14349 2008-12-25 Jason Rumney <jasonr@gnu.org>
14350
14351 * buffer.c (Fbuffer_swap_text): Use POINTER_TYPE.
14352
14353 2008-12-24 Jason Rumney <jasonr@gnu.org>
14354
14355 * ralloc.c (r_alloc_reset_variable): New function.
14356
14357 * buffer.c (Fbuffer_swap_text) [REL_ALLOC]: Reset ralloc's internal
14358 record of what points where. (Bug#716)
14359
14360 2008-12-22 Dan Nicolaescu <dann@ics.uci.edu>
14361
14362 * minibuf.c (read_minibuf): Follow the non-interactive case when
14363 running as a daemon, before detaching.
14364
14365 2008-12-22 Andreas Schwab <schwab@suse.de>
14366
14367 * buffer.c (init_buffer): Use realloc instead of xrealloc.
14368 * gtkutil.c (free_widget_value): Use xfree instead of free.
14369
14370 2008-12-22 Martin Rudalics <rudalics@gmx.at>
14371
14372 * frame.c (delete_frame): New function derived from
14373 Fdelete_frame to handle Qnoelisp value for FORCE argument.
14374 Delete last frame iff FORCE equals Qnoelisp. (Bug#1450)
14375 (Fdelete_frame): Call delete_frame. Remove line from doc-string
14376 saying that FORCE non-nil doesn't run `delete-frame-functions'.
14377 * frame.h: Extern delete_frame.
14378 * window.c (window_loop):
14379 * terminal.c (delete_terminal):
14380 * xterm.c (x_connection_closed):
14381 * xfns.c (Fx_hide_tip):
14382 * w32fns.c (Fx_hide_tip): Call delete_frame instead of Fdelete_frame.
14383
14384 2008-12-21 Jason Rumney <jasonr@gnu.org>
14385
14386 * w32uniscribe.c (uniscribe_encode_char): Return FONT_INVALID_CHAR
14387 when character maps to .notdef character.
14388
14389 2008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
14390
14391 * keyboard.c (cmd_error_internal): Don't exit in daemon mode, bug#1310.
14392
14393 2008-12-20 Jason Rumney <jasonr@gnu.org>
14394
14395 * frame.c (Fmake_terminal_frame): Raise an error when called from
14396 a graphical frame on Windows. (Bug#1325)
14397
14398 2008-12-20 Jan Djärv <jan.h.d@swipnet.se>
14399
14400 * frame.c (Fdelete_frame): Set f->menu_bar_vector to Qnil.
14401
14402 2008-12-20 Chong Yidong <cyd@stupidchicken.com>
14403
14404 * minibuf.c (Fread_buffer): Doc fix.
14405
14406 2008-12-20 Jason Rumney <jasonr@gnu.org>
14407
14408 * fileio.c (Fexpand_file_name): Do not allow ../ to go beyond the
14409 server name in UNC paths. (Bug#719)
14410
14411 * coding.c (decode_coding): Clear chars_at_source flag when using
14412 charbuf. (Bug#1035)
14413
14414 2008-12-19 Daniel Engeler <engeler@gmail.com>
14415
14416 * sysdep.c (serial_configure): Fix typo.
14417
14418 2008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
14419
14420 * sysdep.c: Include alloca.h.
14421 (system_process_attributes): Add implementation for Solaris.
14422
14423 * s/sol2-10.h (HAVE_PROCFS, _STRUCTURED_PROC): New defines.
14424
14425 2008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
14426
14427 Reorganize implementation of Flist_system_processes and
14428 Fsystem_process_attributes. No functional changes.
14429 * process.c: Don't #include pwd.h, grp.h and limits.h.
14430 (Flist_system_processes): Just call list_system_processes.
14431 (Fsystem_process_attributes): Just call system_process_attributes.
14432 (procfs_list_system_processes, time_from_jiffies)
14433 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
14434 (procfs_get_total_memory, procfs_system_process_attributes): Move ...
14435
14436 * sysdep.c: ... here. Include pwd.h, grp.h and limits.h.
14437 (list_system_processes): Rename from
14438 procfs_list_system_processes. Enclose in #ifdef HAVE_PROCFS.
14439 Provide a do nothing implementation.
14440 (system_process_attributes): Rename from
14441 procfs_list_system_processes.
14442 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
14443 (procfs_get_total_memory): Enclose in #ifdef GNU_LINUX.
14444
14445 * w32.c (list_system_processes): Rename from
14446 w32_list_system_processes.
14447 (system_process_attributes): Rename from
14448 w32_system_process_attributes.
14449
14450 * s/gnu-linux.h (LISTPROC, PROCATTR): Remove.
14451
14452 * process.h (w32_list_system_processes)
14453 (w32_system_process_attributes): Remove.
14454 (list_system_processes, system_process_attributes):
14455 New prototypes.
14456
14457 2008-12-19 Kenichi Handa <handa@m17n.org>
14458
14459 * xfont.c (xfont_decode_coding_xlfd): New function.
14460 (xfont_encode_coding_xlfd): New function.
14461 (xfont_list_pattern): Decode XLFD by iso-8859-1.
14462 (xfont_list): Decode and encode XLFD by iso-8859-1.
14463 (xfont_match): Likewise.
14464 (xfont_list_family): Likewise.
14465 (xfont_open): Likewise.
14466
14467 * ftfont.c (ftfont_open): Generate a multibyte string if given
14468 names are utf-8.
14469
14470 * xftfont.c (xftfont_open): Generate a multibyte string if given
14471 names are utf-8.
14472
14473 2008-12-18 Jan Djärv <jan.h.d@swipnet.se>
14474
14475 * gtkutil.c (xg_frame_resized): Remove check if rows/columns have
14476 changed.
14477 (xg_tool_bar_proxy_callback): Put focus on the frame after we have
14478 clicked on a detached tool bar button.
14479
14480 2008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
14481
14482 * emacs.c (main): Print and error and exit when no data is read
14483 from the pipe.
14484
14485 2008-12-17 Jason Rumney <jasonr@gnu.org>
14486
14487 * w32font.c (w32font_has_char): Always return -1.
14488
14489 2008-12-16 Kenichi Handa <handa@m17n.org>
14490
14491 * font.c (font_open_entity): Fix previous change.
14492
14493 2008-12-16 Dan Nicolaescu <dann@ics.uci.edu>
14494
14495 * process.c: Include <limits.h>.
14496
14497 2008-12-16 Chetan Pandya <pandyacus@sbcglobal.net> (tiny change)
14498
14499 * font.c (font_update_drivers): Fix mistake in reconstructing the
14500 driver list.
14501
14502 2008-12-16 Chong Yidong <cyd@stupidchicken.com>
14503
14504 * font.c (font_clear_cache): Fix format of font cache data.
14505
14506 2008-12-15 Chong Yidong <cyd@stupidchicken.com>
14507
14508 * xftfont.c (xftfont_open): Free Xft font pattern if
14509 XftFontOpenPattern fails.
14510
14511 * xterm.c (x_free_frame_resources): Remove extraneous call to
14512 free_frame_faces.
14513
14514 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
14515
14516 * xterm.c (x_delete_display): Move xim_close_dpy call to
14517 x_delete_terminal.
14518 (x_delete_terminal): Call xim_close_dpy.
14519
14520 2008-12-13 Jason Rumney <jasonr@gnu.org>
14521
14522 * w32font.c (intern_font_name): New function.
14523 (add_font_name_to_list, w32_enumfont_pattern_entity): Use it.
14524 (w32font_open_internal, Fx_select_font): Decode font name.
14525 (fill_in_logfont, list_all_matching_fonts): Encode font name.
14526
14527 * w32font.h (intern_font_name): Declare new function.
14528
14529 * w32uniscribe.c (add_opentype_font_name_to_list):
14530 Use intern_font_name.
14531
14532 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
14533
14534 * frame.c (Fdelete_frame): Call free_font_driver_list.
14535
14536 * font.c (free_font_driver_list): Implement missing function.
14537
14538 * w32term.c (w32_term_init): Don't initialize the image cache
14539 here; it will be done in init_frame_faces.
14540
14541 * xterm.h (struct xim_inst_t): Definition moved from xterm.c.
14542 (struct x_display_info): Remove unused member null_pixel.
14543 New member xim_callback_data.
14544
14545 * xterm.c (struct xim_inst_t): Definition moved to xterm.h.
14546 (xim_initialize): Save pointer to callback function data.
14547 (xim_close_dpy): Free callback function data. Call XCloseIM,
14548 reverting 2008-11-04 change by David Smith.
14549 (x_term_init): Don't initialize the image cache here; it will be
14550 done in init_frame_faces. Remove ancient "null_pixel" cruft.
14551 (x_delete_display): Free x_dnd_atoms member.
14552
14553 2008-12-13 Kenichi Handa <handa@m17n.org>
14554
14555 * font.c (font_rescale_ratio): Move from xfaces.c.
14556 Argument type changed. Handle a font-spec too.
14557 (font_score): Check Vface_font_rescale_alist.
14558 (font_open_entity): Likewise. (Bug#1547)
14559
14560 * xfaces.c (font_rescale_ratio): Move to font.c.
14561
14562 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
14563
14564 * xfns.c (Fx_wm_set_size_hint): Check if the frame is an X frame.
14565
14566 2008-12-12 Jason Rumney <jasonr@gnu.org>
14567
14568 * w32fns.c (x_display_info_for_name, Fx_open_connection):
14569 Set Vwindow_system_version to the real w32 major version.
14570
14571 2008-12-12 Dan Nicolaescu <dann@ics.uci.edu>
14572
14573 * term.c (init_tty): Move setting the terminal name before the
14574 potential user: maybe_fatal.
14575
14576 2008-12-11 Chong Yidong <cyd@stupidchicken.com>
14577
14578 * term.c (tty_free_frame_resources): Rename from delete_tty_output;
14579 all callers changed. Call free_frame_faces to free the face cache.
14580
14581 2008-12-11 Jason Rumney <jasonr@gnu.org>
14582
14583 * w32font.c (fill_in_logfont): Don't assume symbol script means
14584 SYMBOL_CHARSET. (Bug#547)
14585
14586 * w32uniscribe.c (uniscribe_encode_char): Increase glyph buffer
14587 size for surrogates. (Bug#1096, bug#872)
14588
14589 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
14590
14591 * w32proc.c (Fw32_get_locale_info): Decode long form of locale name.
14592
14593 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
14594
14595 * process.c (Fsystem_process_attributes, syms_of_process):
14596 Fix typo in name of Ssystem_process_attributes.
14597 Reported by Ulrich Mueller <ulm@kph.uni-mainz.de>.
14598
14599 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
14600
14601 * syntax.c (Fmodify_syntax_entry): Doc fix.
14602
14603 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
14604
14605 * font.c (Ffont_spec): Move usage to end of docstring.
14606
14607 2008-12-10 Jason Rumney <jasonr@gnu.org>
14608
14609 * w32font.c (Qcham): New symbol.
14610 (font_supported_scripts): Add cham, and comments for other new
14611 scripts in bitfield from OpenType spec.
14612 (add_font_entity_to_list): Limit unicode-sip fonts to those that
14613 contain characters beyond the bmp.
14614
14615 2008-12-10 Kenichi Handa <handa@m17n.org>
14616
14617 * ftfont.c (fc_charset_table): Add "unicode-sip".
14618 (ftfont_spec_pattern): Lookup fc_charset_table for the registry
14619 Qunicode_sip.
14620
14621 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
14622
14623 * coding.c (QCdefault_char): Rename from QCdefalut_char.
14624 (Fcoding_system_put): Use QCdefault_char.
14625 (syms_of_coding): Set QCdefault_char, not QCdefalut_char.
14626
14627 2008-12-09 Chong Yidong <cyd@stupidchicken.com>
14628
14629 * xftfont.c (syms_of_xftfont): Fix typo.
14630
14631 * buffer.c (Fbuffer_swap_text): Signal error if swapping a dead buffer.
14632
14633 2008-12-08 Dan Nicolaescu <dann@ics.uci.edu>
14634
14635 * emacs.c (main): Close daemon_pipe on exec.
14636
14637 2008-12-08 Chong Yidong <cyd@stupidchicken.com>
14638
14639 * termchar.h (struct tty): New members termcap_term_buffer and
14640 termcap_strings_buffer.
14641
14642 * term.c (encode_terminal_code): Free any previous memory blocks
14643 before calling xmalloc for encode_terminal_src or encode_terminal_dst.
14644 (maybe_fatal): Buffer argument deleted. Don't free buffer here.
14645 All callers changed.
14646 (init_tty): Store termcap data and string buffers in new struct
14647 tty members termcap_term_buffer and termcap_strings_buffer.
14648 (delete_tty): Free them.
14649 (syms_of_term): Initialize encode_terminal_src and encode_terminal_dst.
14650
14651 2008-12-07 Seiji Zenitani <zenitani@mac.com>
14652
14653 * nsfns.m (ns_set_background_color): Remove code duplication.
14654 It was a substitute for face-transparency on OS X 10.3.
14655
14656 2008-12-06 Chong Yidong <cyd@stupidchicken.com>
14657
14658 * coding.c (make_conversion_work_buffer): Disable buffer
14659 modification hooks in the work buffer.
14660
14661 2008-12-05 Eli Zaretskii <eliz@gnu.org>
14662
14663 * process.c (procfs_system_process_attributes): If `nread' has a
14664 negative value, assign zero to it.
14665
14666 2008-12-05 Chong Yidong <cyd@stupidchicken.com>
14667
14668 * eval.c (Vdebug_on_error): Doc fix.
14669
14670 2008-12-05 Kenichi Handa <handa@m17n.org>
14671
14672 * ftfont.c (ftfont_shape_by_flt): Use "combining" flt if the
14673 second character is a combining character.
14674
14675 2008-12-05 Eli Zaretskii <eliz@gnu.org>
14676
14677 * process.c (procfs_system_process_attributes): Don't use cmd,
14678 cmdsize, and q without initializing them first.
14679
14680 2008-12-04 Jason Rumney <jasonr@gnu.org>
14681
14682 * w32font.c (w32font_draw): Initialize orig_clip before getting
14683 it, and delete it when finished.
14684
14685 2008-12-04 Dan Nicolaescu <dann@ics.uci.edu>
14686
14687 * keyboard.c (kbd_buffer_get_event): Follow the non-interactive
14688 case when running as a daemon before detaching.
14689
14690 2008-12-03 Juanma Barranquero <lekktu@gmail.com>
14691
14692 * w32.c (init_environment): Don't unload library shell32.dll.
14693
14694 2008-12-03 Kenichi Handa <handa@m17n.org>
14695
14696 * font.c (font_at): Set `multibyte' at first.
14697
14698 * coding.c (decode_coding_charset): Check type of an element of
14699 vector VALIDS.
14700 (encode_coding_emacs_mule): Be sure to set `code'.
14701
14702 * fontset.c (face_for_char): Handle invalid charset property correctly.
14703 (font_for_char): Likewise.
14704
14705 2008-12-03 Chong Yidong <cyd@stupidchicken.com>
14706
14707 * font.c (Fopen_font): Compute pixel size correctly.
14708 (font_update_lface): Handle fonts with corrupted size specs,
14709 i.e. non-int and non-float.
14710
14711 * ftfont.c (ftfont_match): Initialize entity variable.
14712 (ftfont_resolve_generic_family): Avoid using uninitialized var.
14713 (ftfont_list_family): Initialize list var earlier.
14714
14715 * xselect.c (Fx_get_cut_buffer_internal): Fix memory leak.
14716
14717 * xterm.c (x_draw_glyph_string): Fall back on
14718 underline_minimum_offset for underline position.
14719
14720 2008-12-03 Dan Nicolaescu <dann@ics.uci.edu>
14721
14722 * keyboard.c (read_char_help_form_unwind): Specify the type for ARG.
14723
14724 * character.c (c_string_width): Specify the type for LEN.
14725
14726 2008-12-03 Kenichi Handa <handa@m17n.org>
14727
14728 * coding.c (decode_coding_utf_16): Initialize consumed_chars_base to 0.
14729 (decode_coding_utf_8): Likewise.
14730 (detect_coding_system): Initialize utf_16_le_eol to -1, val to Qnil.
14731 (produce_chars): Initialize consumed_chars to 0.
14732
14733 2008-12-02 Chong Yidong <cyd@stupidchicken.com>
14734
14735 * keyboard.c (make_lispy_position): Only use PT if the selected
14736 window is current.
14737
14738 2008-12-02 Andreas Schwab <schwab@suse.de>
14739
14740 * font.c (font_unparse_fcname): Fix use of uninitialized variable.
14741
14742 * doprnt.c (doprnt1): Fix size of charbuf.
14743
14744 2008-12-02 Chong Yidong <cyd@stupidchicken.com>
14745
14746 * keyboard.c (timer_check): Revert last change.
14747
14748 2008-12-02 Juanma Barranquero <lekktu@gmail.com>
14749
14750 * makefile.w32-in ($(BLD)/w32console.$(O)): Fix silly, silly typo.
14751
14752 2008-12-01 Juanma Barranquero <lekktu@gmail.com>
14753
14754 * makefile.w32-in: Update dependencies.
14755 (CONFIG_H): Add $(EMACS_ROOT)/nt/inc/sys/time.h.
14756
14757 2008-12-01 Andreas Schwab <schwab@suse.de>
14758
14759 * font.c (register_font_driver): Use xmalloc.
14760 (font_put_frame_data): Likewise.
14761
14762 2008-12-01 Chong Yidong <cyd@stupidchicken.com>
14763
14764 * xfaces.c (realize_x_face): Make abort condition clearer.
14765
14766 * gtkutil.c (update_frame_tool_bar): Initialize variable.
14767
14768 2008-11-30 Chong Yidong <cyd@stupidchicken.com>
14769
14770 * keyboard.c (timer_check): After a timer runs, ensure that the
14771 selected window's buffer is current.
14772
14773 2008-11-30 Juanma Barranquero <lekktu@gmail.com>
14774
14775 * makefile.w32-in ($(BLD)/abbrev.$(O)): Remove.
14776 It was accidentally restored by the Unicode merge.
14777
14778 * w32proc.c (Fw32_get_locale_info): Fix typo in docstring.
14779
14780 2008-11-29 Juanma Barranquero <lekktu@gmail.com>
14781
14782 * w32proc.c: Include "coding.h".
14783 (Fw32_short_file_name): Encode filename passed to Windows API.
14784 (Fw32_long_file_name): Encode filename passed to Windows API and
14785 decode back the result. (Bug#1433)
14786
14787 2008-11-29 Kenichi Handa <handa@m17n.org>
14788
14789 * charset.h (CHAR_CHARSET_P): Check if the encoder is loaded or
14790 not before accessing it.
14791
14792 * charset.c (Fdefine_charset_internal): After calculating
14793 min_char, max_char, and fastmap, copy the charset structure again.
14794 (encode_char): Fix the previous change.
14795
14796 2008-11-28 Seiji Zenitani <zenitani@mac.com>
14797
14798 * frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha.
14799
14800 * nsfns.m (ns_frame_parm_handlers): Set alpha handler.
14801
14802 * nsterm.m (x_set_frame_alpha): New function.
14803
14804 2008-11-27 Eli Zaretskii <eliz@gnu.org>
14805
14806 * xfaces.c (Fx_font_family_list, syms_of_xfaces): Fix last change.
14807
14808 2008-11-27 Juanma Barranquero <lekktu@gmail.com>
14809
14810 * w32font.c (add_font_entity_to_list): Pass the right LOGFONT
14811 pointer to check_face_name.
14812
14813 2008-11-27 Kenichi Handa <handa@m17n.org>
14814
14815 * category.h (SET_CATEGORY_SET): Call set_category_set.
14816 (set_category_set): Extern it.
14817
14818 * category.c (hash_get_category_set): New function.
14819 (Fmodify_category_entry): Adjust for the change of
14820 char_table_ref_and_range. Call hash_get_category_set to get a
14821 category set to store in the table.
14822
14823 * character.h (MAYBE_UNIFY_CHAR): Call maybe_unify_char instead of
14824 Funify_charset.
14825
14826 * charset.h (enum charset_method): Delete CHARSET_METHOD_MAP_DEFERRED.
14827 (DECODE_CHAR): Check if the decoder vector is ready.
14828 (ENCODE_CHAR): Check if the encoder char-table is ready.
14829 (maybe_unify_char): Extern it.
14830
14831 * charset.c (Vchar_unified_charset_table): Delete it.
14832 (inhibit_load_charset_map): New variable.
14833 (temp_charset_work): New variable.
14834 (SET_TEMP_CHARSET_WORK_ENCODER, GET_TEMP_CHARSET_WORK_ENCODER)
14835 (SET_TEMP_CHARSET_WORK_DECODER, GET_TEMP_CHARSET_WORK_DECODER):
14836 New macros.
14837 (load_charset_map): Meaning of control_flag changed.
14838 If inhibit_load_charset_map is nonzero, setup a table in
14839 temp_charset_work.
14840 (load_charset): New argument control_flag.
14841 (map_charset_for_dump): New function.
14842 (map_charset_chars): If inhibit_load_charset_map is nonzero, use
14843 map_charset_for_dump.
14844 (Fdefine_charset_internal): If the charset method is MAP, load
14845 mapping tables by calling load_charset.
14846 (Funify_charset): Don't load a mapping table but directly set
14847 Vchar_unify_table.
14848 (maybe_unify_char): New function.
14849 (decode_char): Don't handle the deleted method MAP_DEFERRED.
14850 Handle the case of inhibit_load_charset_map being nonzero.
14851 (encode_char): Don't handle the deleted method MAP_DEFERRED.
14852 Handle the case of inhibit_load_charset_map being nonzero.
14853 (Fclear_charset_maps): Just free temp_charset_work.
14854 (syms_of_charset): Make `inhibit-load-charset-map' a Lisp
14855 variable.
14856
14857 * chartab.c (sub_char_table_ref_and_range): Adjust for the
14858 change of char_table_ref_and_range.
14859 (char_table_ref_and_range): Change the meaning of argument FROM
14860 and TO. Now the caller must provide initial values for *FROM
14861 and *TO.
14862
14863 * fontset.c (fontset_add): Adjust for the change of
14864 char_table_ref_and_range.
14865 (fontset_get_font_group): Likewise.
14866 (Ffontset_info): Likewise.
14867
14868 * keymap.c (describe_vector): Adjust for the change of
14869 char_table_ref_and_range. For char-table, put boundary between
14870 non-ASCII and 8-bit characters.
14871
14872 * print.c (print_object): For bool-vector, delete unnecessary
14873 check of ASCII_BYTE_P.
14874
14875 2008-11-26 Jason Rumney <jasonr@gnu.org>
14876
14877 * w32font.c (w32font_open_internal): Don't include external
14878 leading in font height. (Bug#879)
14879
14880 2008-11-26 Glenn Morris <rgm@gnu.org>
14881
14882 * xfaces.c (Fx_font_family_list): Replace lisp/term/pc-win.el
14883 redefinition with ifdef. (Bug#1383)
14884
14885 2008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
14886
14887 * nsterm.m (ns_get_color): Handle long hex strings (fixes bug #1044).
14888
14889 2008-11-24 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
14890
14891 * nsterm.m (-otherMouseDown:, -otherMouseUp:, -otherMouseDragged):
14892 New EmacsView methods.
14893 (EV_UDMODIFIERS, EV_BUTTON): Add OtherMouse constants.
14894 Fixes bug #1048,1357,1414.
14895
14896 2008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
14897
14898 Fix bug #1362.
14899 * image.c (x_clear_image_1): Do not free background under HAVE_NS, it
14900 is not an indexed color.
14901 * nsterm.m (free_indexed_color): Add argument checking.
14902 * nsfns.m: Move config.h to before system includes (advised by Dan N.).
14903
14904 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
14905
14906 * minibuf.c (Fcompleting_read, Vminibuffer_completion_confirm):
14907 Document confirm-after-completion value for
14908 minibuffer-completion-confirm.
14909
14910 2008-11-24 Jason Rumney <jasonr@gnu.org>
14911
14912 * w32font.c (check_face_name): Use xstrcasecmp. Avoid compiler
14913 warning.
14914
14915 2008-11-23 Jason Rumney <jasonr@gnu.org>
14916
14917 * w32uniscribe.c (uniscribe_encode_char): Ensure context is
14918 restored before returning.
14919
14920 * w32font.c (check_face_name): New function.
14921 (add_font_entity_to_list): Use it to filter out common substituted
14922 fonts. (Bug#642)
14923
14924 2008-11-22 Martin Rudalics <rudalics@gmx.at>
14925
14926 * buffer.c (Fswitch_to_buffer): Reword and mention new option
14927 confirm-nonexistent-file-or-buffer in doc-string.
14928
14929 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
14930
14931 * buffer.c (Fbuffer_swap_text): Remove redundant marker manipulation.
14932 Fix copy/paste typo. Add checks.
14933
14934 2008-11-21 Kenichi Handa <handa@m17n.org>
14935
14936 * coding.c (detect_coding_iso_2022): Reject invalid composition
14937 sequence.
14938 (DECODE_COMPOSITION_START): If the current source is the last
14939 block, and the current composition doesn't end, regard this
14940 sequence as invalid.
14941 (decode_coding_iso_2022): Handle invalid composition sequence.
14942
14943 2008-11-20 Martin Rudalics <rudalics@gmx.at>
14944
14945 * window.c (coordinates_in_window): Don't return
14946 ON_VERTICAL_BORDER for the rightmost position of a mode/header
14947 line when the window is not the rightmost one. (Bug#1372)
14948
14949 2008-11-16 Ben North <ben@redfrontdoor.org> (tiny change)
14950
14951 * buffer.c (syms_of_buffer): Fix doc-string of cursor-type.
14952
14953 2008-11-15 Eli Zaretskii <eliz@gnu.org>
14954
14955 * msdos.c (run_msdos_command): Don't call dos_ttcooked, dos_ttraw,
14956 and bright_bg if noninteractive is non-zero.
14957
14958 2008-11-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14959
14960 * xterm.c (x_draw_glyph_string): For stretch glyphs, don't call
14961 x_draw_glyph_string_background.
14962
14963 * w32term.c (x_draw_glyph_string): Likewise.
14964
14965 2008-11-15 Chong Yidong <cyd@stupidchicken.com>
14966
14967 * xterm.c (x_draw_glyph_string): Stop drawing the background of
14968 the next glyph string once past the overhang width.
14969
14970 * nsterm.m (ns_draw_glyph_string): Likewise.
14971
14972 * w32term.c (x_draw_glyph_string): Likewise.
14973
14974 2008-11-14 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
14975
14976 * fileio.c (Finsert_file_contents): Decrement specpdl_ptr to avoid
14977 double file close.
14978
14979 2008-11-14 Martin Rudalics <rudalics@gmx.at>
14980
14981 * window.c (window_loop): In DELETE_BUFFER_WINDOWS case, reset
14982 dedicated status of window before attempting to display another
14983 buffer in it.
14984
14985 2008-11-14 Juanma Barranquero <lekktu@gmail.com>
14986
14987 * msdos.c (Fmsdos_long_file_names):
14988 (syms_of_msdos) <dos-unsupported-char-glyph>:
14989 * dosfns.c (Fint86): Fix typos in docstrings.
14990
14991 2008-11-14 Eli Zaretskii <eliz@gnu.org>
14992
14993 * makefile.w32-in (OBJ1, WIN32OBJ): Fix whitespace.
14994
14995 2008-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
14996
14997 * puresize.h (BASE_PURESIZE): Increase to 1260000.
14998
14999 2008-11-12 Michal Nazarewicz <mina86@tlen.pl> (tiny change)
15000
15001 * frame.c (x_set_alpha): Set alpha to -1 if nil given.
15002
15003 * frame.h: Negative alpha means "don't touch".
15004
15005 * w32term.c (x_set_frame_alpha): Do nothing if alpha is negative.
15006
15007 * xterm.c (x_set_frame_alpha): Do nothing if alpha is negative.
15008
15009 2008-11-12 Dan Nicolaescu <dann@ics.uci.edu>
15010
15011 * hftctl.c:
15012 * chpdef.h:
15013 * acldef.h: Remove files used only for systems no longer supported.
15014
15015 * Makefile.in: Fix .o alphabetical ordering.
15016 (hftctl.o): Remove dependency, file removed.
15017 (keymap.o, print.o): Depend on charset.h.
15018
15019 2008-11-10 Kenichi Handa <handa@m17n.org>
15020
15021 * character.c (Fget_byte): Fix and make it faster for unibyte target.
15022
15023 2008-11-08 Chong Yidong <cyd@stupidchicken.com>
15024
15025 * dired.c (file_name_completion): If completion_ignore_case is
15026 enabled, ignore case when checking completion-regexp-list.
15027
15028 2008-11-08 Eli Zaretskii <eliz@gnu.org>
15029
15030 * vm-limit.c (get_lim_data): Fix last change.
15031
15032 2008-11-08 Kenichi Handa <handa@m17n.org>
15033
15034 * character.c (Fget_byte): New function.
15035 (syms_of_character): Defsubr Fget_byte.
15036
15037 2008-11-07 Chong Yidong <cyd@stupidchicken.com>
15038
15039 * xdisp.c (try_window_reusing_current_matrix): Ensure that window
15040 cursor position is valid after scrolling.
15041
15042 2008-11-06 Juanma Barranquero <lekktu@gmail.com>
15043
15044 * fns.c (Frandom): Rename arg N to LIMIT to match the docs; doc fix.
15045
15046 2008-11-06 Glenn Morris <rgm@gnu.org>
15047
15048 * xterm.c (handle_one_xevent): Don't let popup menus cause
15049 mouse-autoselect-window related window switching. (Bug#1261)
15050
15051 2008-11-04 David Smith <davidsmith@acm.org> (tiny change)
15052
15053 * xterm.c (xim_close_dpy): Avoid double-free on X11R6 XIM.
15054
15055 2008-11-04 Andreas Schwab <schwab@suse.de>
15056
15057 * xfns.c (Fx_wm_set_size_hint): Add missing return value.
15058
15059 2008-11-03 Chong Yidong <cyd@stupidchicken.com>
15060
15061 * xfns.c (Fx_wm_set_size_hint): New function.
15062
15063 2008-11-03 Martin Rudalics <rudalics@gmx.at>
15064
15065 * textprop.c (Fprevious_single_char_property_change): Return 0
15066 when there's no change in a string. (Bug#1301)
15067
15068 2008-11-02 Martin Rudalics <rudalics@gmx.at>
15069
15070 * frame.c (do_switch_frame): New argument NORECORD passed to
15071 Fselect_window.
15072 (Fselect_frame): New argument NORECORD passed to
15073 do_switch_frame.
15074 (Fset_frame_selected_window): New argument NORECORD passed to
15075 Fselect_frame.
15076 (Fhandle_switch_frame, Fdelete_frame): Handle NORECORD argument
15077 in call of do_switch_frame.
15078 (Fset_mouse_position, Fset_mouse_pixel_position, Fraise_frame):
15079 Handle NORECORD argument in call of Fselect_frame.
15080 * lisp.h (do_switch_frame, Fselect_frame)
15081 (Fset_frame_selected_window): Adjust declarations.
15082 * window.c (select_frame_norecord): New function.
15083 (run_window_configuration_change_hook): Use it and call
15084 Fselect_frame with NORECORD set.
15085 (Fselect_window): Pass NORECORD to Fselect_frame.
15086 (Fset_window_configuration): Handle NORECORD argument in call of
15087 do_switch_frame.
15088 * minibuf.c (choose_minibuf_frame): Handle NORECORD in call of
15089 Fset_frame_selected_window.
15090 * keyboard.c (command_loop_1): Handle NORECORD in call of
15091 Fselect_frame (currently ifdefd).
15092
15093 2008-11-02 Ulrich Mueller <ulm@kph.uni-mainz.de>
15094
15095 * emacs.c (USAGE2): Untabify.
15096
15097 2008-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
15098
15099 * composite.c (fill_gstring_header): Fix copy/paste typo.
15100
15101 2008-10-31 Martin Rudalics <rudalics@gmx.at>
15102
15103 * window.c (Fnext_window, Fprevious_window): Rewrite doc-string.
15104 (Fother_window): Rename argument and rewrite doc-string.
15105 (select_window_norecord): Fix return value. (Bug#1276)
15106
15107 2008-10-30 Juanma Barranquero <lekktu@gmail.com>
15108
15109 * w32fns.c (x_create_tip_frame): Prevent default foreground color for
15110 new frames overriding foreground for tooltips. Based on similar patch
15111 from Martin Rudalics <rudalics@gmx.at>. (Bug#1032)
15112
15113 2008-10-29 Chong Yidong <cyd@stupidchicken.com>
15114
15115 * emacs.c (Fdaemon_initialized): Initialize nfd.
15116
15117 2008-10-29 Martin Rudalics <rudalics@gmx.at>
15118
15119 * window.c (Fwindow_height, Fdelete_window, set_window_buffer)
15120 (Fwindow_text_height): Clarify doc-strings.
15121 * xdisp.c (syms_of_xdisp): Mention set-window-buffer in
15122 doc-string of window-scroll-functions.
15123
15124 2008-10-28 Reiner Steib <Reiner.Steib@gmx.de>
15125
15126 * category.c (syms_of_category): Fix typo in docstring.
15127
15128 2008-10-28 Juanma Barranquero <lekktu@gmail.com>
15129
15130 * window.c (Fwindowp, Fwindow_live_p, Fwindow_minibuffer_p)
15131 (Fcoordinates_in_window_p, Fscroll_left, Fscroll_right):
15132 Fix typos in docstrings.
15133
15134 2008-10-28 Dan Nicolaescu <dann@ics.uci.edu>
15135
15136 * emacs.c (daemon_pipe): Make non-static.
15137 (IS_DAEMON): Move definition ...
15138 * lisp.h (IS_DAEMON): ... here.
15139 (daemon_pipe): Declare.
15140 (is_daemon): Remove.
15141 * dispnew.c (init_display): Use IS_DAEMON.
15142
15143 2008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
15144
15145 * xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)
15146 (message2_nolog): Check FRAME_INITIAL_P instead of noninteractively.
15147
15148 * emacs.c (is_daemon): Remove.
15149 (main): Don't set is_daemon.
15150 (IS_DAEMON): New macro.
15151 (Fdaemonp, Fdaemon_initialized): Use it.
15152 (Fdaemon_initialized): Write a char into the pipe to make sure the
15153 parent exits.
15154 (syms_of_emacs): Explicitly initialize daemon_pipe[1].
15155
15156 2008-10-27 Chong Yidong <cyd@stupidchicken.com>
15157
15158 * nsterm.m (ns_draw_window_cursor): When hbar cursor is on
15159 over-sized glyph, draw it with the default glyph width.
15160
15161 * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized
15162 glyph, draw it with the default glyph width.
15163
15164 * xterm.c (x_draw_bar_cursor): When hbar cursor is on over-sized
15165 glyph, draw it with the default glyph width.
15166
15167 * xdisp.c (try_scrolling): When computing the distance from the
15168 scroll margin to PT, try moving some distance past the window
15169 bottom before giving up.
15170
15171 2008-10-27 Martin Rudalics <rudalics@gmx.at>
15172
15173 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p)
15174 (Fset_window_buffer): Explain in doc-string that a window can be
15175 "strongly" dedicated to its buffer.
15176
15177 2008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
15178
15179 * emacs.c (daemon_name): New variable.
15180 (main): Deal with --daemon=SERVER_NAME.
15181 (Fdaemonp): Return a name if one was passed to --daemon.
15182
15183 2008-10-26 Romain Francoise <romain@orebokech.com>
15184
15185 * emacs.c (daemon_pipe): New variable.
15186 (main): Create a pipe before forking, make the parent exit only after
15187 the child has closed its end of the pipe. Move closing the
15188 descriptors ...
15189 (Fdaemon_initialized): ... here. New function.
15190
15191 2008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
15192
15193 * chartab.c (Foptimize_char_table): Make sure `ascii' doesn't point to
15194 the previous unoptimized table.
15195
15196 * window.c (Fset_window_buffer): Undo 2008-10-18 change to re-instate
15197 the distinction between non-nil and non-t value of `dedicated'.
15198
15199 2008-10-25 Chong Yidong <cyd@stupidchicken.com>
15200
15201 * keyboard.c (read_char_minibuf_menu_prompt): Ensure that
15202 read_char_minibuf_menu_text is large enough to hold the menu string.
15203
15204 2008-10-25 Martin Rudalics <rudalics@gmx.at>
15205
15206 * window.c (Fget_buffer_window, Fdelete_windows_on)
15207 (Freplace_buffer_in_windows): Make buffer argument optional and
15208 rename to buffer_or_name.
15209
15210 2008-10-24 Chong Yidong <cyd@stupidchicken.com>
15211
15212 * xdisp.c (handle_single_display_spec, handle_display_prop):
15213 Undo 2005-05-16 change.
15214 (handle_stop): Pop iterator if it's loaded with an empty string.
15215 (get_overlay_strings_1): Don't save iterator if it's loaded with
15216 an empty string (bug#1201).
15217
15218 2008-10-24 Kenichi Handa <handa@m17n.org>
15219
15220 * ftfont.c (ftfont_otf_features): Fix previous change.
15221 (ftfont_otf_capability): Check FeatureList.FeatureCount before
15222 calling ftfont_otf_features.
15223
15224 2008-10-24 Kenichi Handa <handa@m17n.org>
15225
15226 * font.c (font_match_p): Fix for the case that a vector of
15227 characters is in script-representative-chars.
15228
15229 2008-10-24 Michael Albinus <michael.albinus@gmx.de>
15230
15231 * dbusbind.c (xd_in_read_queued_messages): New variable.
15232 (XD_SIGNAL1, XD_SIGNAL2, XD_SIGNAL3): New macros. Throw Qdbus_error.
15233 (xd_read_queued_messages): Catch Qdbus_error from the macros.
15234 (all): Replace xsignal1, xsignal2, xsignal3 by the respective
15235 macro. (Bug#1186)
15236
15237 2008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
15238
15239 * s/sol2-10.h: New file.
15240
15241 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
15242
15243 * xdisp.c (fill_glyph_string): Fix typo in source (though the
15244 poor beast has survived 9+ years and the jump from xterm.c!).
15245
15246 2008-10-23 Martin Rudalics <rudalics@gmx.at>
15247
15248 * buffer.c (Fget_buffer_create): Rename arg to buffer_or_name.
15249 Reword doc-string.
15250 (Fbury_buffer): In doc-string say what happens to the buffer's window.
15251
15252 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
15253
15254 * character.c (syms_of_character) <script-representative-chars>:
15255 <unicode-category-table>: Doc fixes.
15256
15257 2008-10-23 Noah Friedman <friedman@splode.com>
15258
15259 * coding.c (make_conversion_work_buffer): Check that
15260 Vcode_conversion_reused_workbuf is a live buffer, otherwise call
15261 Fget_buffer_create.
15262
15263 2008-10-23 Kenichi Handa <handa@m17n.org>
15264
15265 * font.c (font_add_log): Check the values of extra properties.
15266
15267 2008-10-22 Martin Rudalics <rudalics@gmx.at>
15268
15269 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
15270 Reword doc-string.
15271 (Fset_window_parameter): Use NILP.
15272 (Fscroll_up, Fscroll_down, Fminibuffer_selected_window)
15273 (Frecenter): Use "selected" instead of "current" window in doc-strings.
15274
15275 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
15276
15277 * xdisp.c (next_element_from_buffer): Remove bogus xassert condition.
15278
15279 2008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
15280
15281 * nsfns.m (ns_appkit_version): New function.
15282 (x-server-version): Use it.
15283 (syms_of_nsfns): Define ns-version-string here, not nsterm.m.
15284 (x-server-vendor): Don't check_ns().
15285
15286 * nsterm.m (syms_of_nsterm): Drop ns-version-string.
15287
15288 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
15289
15290 * w32fns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
15291 Copied from 2005-02-03 change to xfns.c by Kim F. Storm.
15292
15293 2008-10-22 Kenichi Handa <handa@m17n.org>
15294
15295 * syntax.c (scan_words): Call word_boundary_p instead of comparing
15296 scripts.
15297
15298 * category.c (word_boundary_p): Check scripts instead of charset.
15299 Handle nil value in word-separating-categories and
15300 word-combining-categories.
15301 (syms_of_category): Fix docstrings of word-separating-categories
15302 and word-combining-categories.
15303
15304 2008-10-21 Eli Zaretskii <eliz@gnu.org>
15305
15306 * coding.c (Fencode_coding_region, Fdecode_coding_region)
15307 (Fdecode_coding_string, Fencode_coding_string): Doc fix.
15308
15309 2008-10-21 Martin Rudalics <rudalics@gmx.at>
15310
15311 * buffer.c (Fget_buffer, Fbury_buffer, switch_to_buffer_1):
15312 Rename arg "buffer" to "buffer_or_name".
15313 (Fkill_buffer): Rename arg "buffer" to "buffer_or_name" and make
15314 it optional.
15315 (no_switch_window): Remove since the return value is not used.
15316 (Fswitch_to_buffer): Rename arg "buffer" to "buffer_or_name".
15317 Consider window as dedicated when Fwindow_dedicated_p returns a
15318 non-nil value.
15319 * lisp.h: Remove prototype for no_switch_window.
15320
15321 2008-10-21 Jan Djärv <jan.h.d@swipnet.se>
15322
15323 * emacs.c (main): Unconditionally set PER_LINUX32 and exec
15324 temacs when dumping if HAVE_PERSONALITY_LINUX32 is defined.
15325
15326 2008-10-21 Kenichi Handa <handa@m17n.org>
15327
15328 * coding.c (detect_coding_charset): For iso-8859-* coding systems,
15329 check Vlatin_extra_code_table.
15330
15331 2008-10-20 Eli Zaretskii <eliz@gnu.org>
15332
15333 * fileio.c (Fset_file_modes): Doc fix.
15334
15335 2008-10-19 Michael Albinus <michael.albinus@gmx.de>
15336
15337 * dbusbind.c (XD_OBJECT_TO_DBUS_TYPE): Handle simple type symbols
15338 in arrays.
15339
15340 2008-10-19 Martin Rudalics <rudalics@gmx.at>
15341
15342 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
15343 Mention kill-buffer in doc-string.
15344 (Fset_window_buffer): Reinsert tem check removed in last commit.
15345 (Fenlarge_window, Fshrink_window): Have argument names and
15346 doc-string follow Elisp manual more closely.
15347
15348 2008-10-18 Eli Zaretskii <eliz@gnu.org>
15349
15350 * fileio.c (Fset_file_modes): Doc fix.
15351
15352 2008-10-18 Martin Rudalics <rudalics@gmx.at>
15353
15354 * window.c (Fwindow_width, Fset_window_start)
15355 (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter)
15356 (Fdelete_windows_on, Freplace_buffer_in_windows):
15357 Make doc-strings follow code and Elisp manual more closely.
15358 (Fwindow_dedicated_p): Make window argument optional.
15359 (Fset_window_dedicated_p): Rename argument "arg" to "flag".
15360 (Fset_window_buffer): Respect any non-nil dedicated value for
15361 window. Rename "buffer" argument to "buffer_or_name".
15362
15363 2008-10-18 Ulrich Mueller <ulm@gentoo.org>
15364
15365 * m/sh3.h: New file, machine description for SuperH.
15366
15367 2008-10-17 Martin Rudalics <rudalics@gmx.at>
15368
15369 * window.c (Fsplit_window): Rename arg horflag to horizontal.
15370
15371 2008-10-17 Kenichi Handa <handa@m17n.org>
15372
15373 * ftfont.c (ftfont_otf_features): Fix indexing
15374 gsub_gpos->FeatureList.Feature. Check the validity of indices.
15375
15376 2008-10-16 Magnus Henoch <mange@freemail.hu>
15377
15378 * dbusbind.c (Fdbus_call_method): Unbreak usage line.
15379 (Fdbus_call_method_asynchronously): Ditto.
15380 This change makes C-h f display the argument list.
15381
15382 2008-10-16 Chong Yidong <cyd@stupidchicken.com>
15383
15384 * fileio.c (Fexpand_file_name): Doc fix.
15385
15386 * xfaces.c (Finternal_set_lisp_face_attribute): Make null values
15387 of :foreground and :background equivalent to unspecified (20.x
15388 compatibility).
15389
15390 2008-10-15 Eli Zaretskii <eliz@gnu.org>
15391
15392 * buffer.c (syms_of_buffer): Doc fix.
15393
15394 2008-10-14 Kenichi Handa <handa@m17n.org>
15395
15396 * font.c (font_clear_prop): When clearing font width, clear the
15397 average width field too.
15398
15399 2008-10-12 Andreas Schwab <schwab@suse.de>
15400
15401 * ftfont.c (ftfont_shape_by_flt): Make static.
15402 * ftfont.h (ftfont_shape_by_flt): Don't declare.
15403
15404 * font.c: Don't include <m17n-flt.h>.
15405
15406 2008-10-10 Eli Zaretskii <eliz@gnu.org>
15407
15408 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Decrease to 10000.
15409
15410 2008-10-09 Eli Zaretskii <eliz@gnu.org>
15411
15412 * frame.c (make_terminal_frame) [MSDOS]: Remove unused #ifdef'ed
15413 away code.
15414
15415 2008-10-09 Chong Yidong <cyd@stupidchicken.com>
15416
15417 * dispnew.c (update_text_area): Avoid looping due to large glyph
15418 overhangs (bug#1070).
15419
15420 2008-10-09 Kenichi Handa <handa@m17n.org>
15421
15422 * fontset.c (face_for_char): If face->fontset is negative, just
15423 return ascii_face.
15424
15425 * font.c (font_delete_unmatched): Fix previous change.
15426 Don't reject an entity if DPI and AVGWIDTH of an entity are 0.
15427
15428 2008-10-09 Martin Rudalics <rudalics@gmx.at>
15429
15430 * frame.c (Fraise_frame): On text-only terminals select frame in
15431 order to make it visible. (Bug#1061)
15432
15433 2008-10-08 Chong Yidong <cyd@stupidchicken.com>
15434
15435 * fontset.c (fontset_find_font): Check frame validity.
15436
15437 2008-10-07 Chong Yidong <cyd@stupidchicken.com>
15438
15439 * gtkutil.c (xg_display_open): Reset default display if none exists.
15440 (xg_display_close): Allow Emacs to close all displays (bug#985).
15441
15442 2008-10-06 Andreas Schwab <schwab@suse.de>
15443
15444 * sysdep.c (sys_signal): Always set SA_RESTART when noninteractively.
15445
15446 2008-10-06 Chong Yidong <cyd@stupidchicken.com>
15447
15448 * emacs.c (Vbefore_init_time, Vafter_init_time): Move from startup.el.
15449
15450 * lisp.h (Vbefore_init_time, Vafter_init_time): Declare.
15451
15452 * gtkutil.c (x_wm_set_size_hint): Return immediately if called
15453 during initialization.
15454
15455 2008-10-04 Eli Zaretskii <eliz@gnu.org>
15456
15457 * xdisp.c (redisplay_internal): If frame switched, redisplay the
15458 whole thing on MSDOS frames as well as on a TTY.
15459
15460 * dispnew.c (update_frame): Flush termscript for MSDOS frames as
15461 well as for TTY.
15462 (Fopen_termscript): Allow opening a termscript on MSDOS frames as
15463 well as on a TTY.
15464
15465 * sysdep.c (init_sys_modes): Set FRAME_GARBAGED_P for MSDOS frames
15466 as well as for TTY.
15467
15468 * systime.h (EMACS_TIME_CMP): Cast EMACS_SECS values to `long'.
15469
15470 * dispnew.c (change_frame_size_1): Set FrameRows and FrameCols for
15471 MSDOS frames as well.
15472
15473 2008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
15474
15475 * image.c (x_clear_image_1): Under NS, call ns_free_indexed_color with
15476 correct arguments.
15477 * menu.c (find_and_return_menu_selection): Add cast.
15478
15479 2008-10-03 Glenn Morris <rgm@gnu.org>
15480
15481 * emacs.c (USAGE1): Add --daemon.
15482
15483 2008-10-02 Eli Zaretskii <eliz@gnu.org>
15484
15485 * process.c (procfs_system_process_attributes): Multiply `pcpu' by
15486 100, so it's in percents as advertised.
15487
15488 2008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
15489
15490 * nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)
15491 (ns_output.current_cursor, ns_output.desired_cursor)
15492 (ns_output.last_inactive, FRAME_CURSOR, FRAME_NEW_CURSOR)
15493 (FRAME_NEW_CURSOR_COLOR): Remove.
15494
15495 * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR.
15496 (ns_lisp_to_cursor_type, ns_cursor_type_to_lisp): Use core Emacs
15497 enumeration (HOLLOW_BOX_CURSOR, etc.).
15498
15499 * nsterm.m (ns_frame_rehighlight): Remove commented code.
15500 (draw_window_cursor): Simplify code.
15501 (EmacsView-windowDidBecomeKey:,-windowDidResignKey:):
15502 Don't change cursor type. In latter, call rehighlight instead of doing
15503 updates manually.
15504 (EmacsPrefsController-setPanelFromValues,-setValuesFromPanel):
15505 Use core Emacs cursor types.
15506
15507 * xdisp.c (draw_glyphs): Don't call notice_overwritten_cursor under NS.
15508
15509 2008-10-02 Martin Rudalics <rudalics@gmx.at>
15510
15511 * process.c (Faccept_process_output): Fix doc-string.
15512
15513 2008-10-02 Dan Nicolaescu <dann@ics.uci.edu>
15514
15515 * gmalloc.c (__sbrk): Also define for uClibc.
15516
15517 * s/gnu-linux.h (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Add definition
15518 for uClibc.
15519
15520 2008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
15521
15522 * nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal
15523 styles.
15524 (nsfont_open): Reenable the cache.
15525
15526 2008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
15527
15528 * font.c (font_matching_entity): Reflect ATTRS in font selection.
15529 (font_find_for_lface) [HAVE_NS]: Don't ignore case.
15530
15531 2008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
15532
15533 * dispnew.c (Fsend_string_to_terminal): Don't try to send a string to
15534 a suspended terminal.
15535
15536 2008-09-30 Michael Albinus <michael.albinus@gmx.de>
15537
15538 * dbusbind.c (xd_signature): Use strcat instead of sprintf.
15539
15540 2008-09-30 Eli Zaretskii <eliz@gnu.org>
15541
15542 * Makefile.in (MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.
15543
15544 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
15545
15546 * xdisp.c (move_it_to): Don't advance the iterator if the last tab
15547 in a continued line coincides with a line beginning.
15548
15549 2008-09-29 Adrian Robert <Adrian.B.Robert@gmail.com>
15550
15551 * nsfont.m (nsfont_trait_distance): Fix bug.
15552 (nsfont_list): Return a list rather than a vector (syncs with Handa
15553 changes of 2008-05-14).
15554 (nsfont_open): Improve logging.
15555
15556 2008-09-29 Andreas Schwab <schwab@suse.de>
15557
15558 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
15559
15560 2008-09-28 Martin Rudalics <rudalics@gmx.at>
15561
15562 * character.c (Fchar_resolve_modifiers): Rewrite Elisp function
15563 name as char-resolve-modifiers.
15564 Reported by: Markus Triska <markus.triska@gmx.at>
15565
15566 2008-09-28 Dan Nicolaescu <dann@ics.uci.edu>
15567
15568 * dispnew.c (init_display): Return earlier when running as a daemon.
15569
15570 2008-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
15571
15572 * nsfont.m (nsfont_draw): Fix up composition rendering (cmp_from, ...).
15573
15574 2008-09-27 Eli Zaretskii <eliz@gnu.org>
15575
15576 * composite.c (Fcomposition_get_gstring)
15577 (Fcompose_region_internal, Fcompose_string_internal)
15578 (Ffind_composition_internal): Doc fix.
15579 (syms_of_composite) <compose-chars-after-function>: Doc fix.
15580 (syms_of_composite) <auto-composition-function>: Doc fix.
15581 (syms_of_composite) <composition-function-table>: Doc fix.
15582
15583 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
15584
15585 * search.c (wordify): New argument for lax word-ends.
15586 (Fword_search_forward_lax, Fword_search_backward_lax): New funs.
15587
15588 2008-09-24 Dan Nicolaescu <dann@ics.uci.edu>
15589
15590 * lisp.h (is_daemon): Declare.
15591 * dispnew.c (init_display): Do not try to initialize the terminal
15592 when running as a daemon.
15593
15594 2008-09-22 Chong Yidong <cyd@stupidchicken.com>
15595
15596 * nsfns.m (compute_tip_xy): Use x_display_pixel_width and
15597 x_display_pixel_height.
15598
15599 2008-09-22 Martin Rudalics <rudalics@gmx.at>
15600
15601 * undo.c (record_point): Don't call Fundo_boundary for first
15602 change. (Bug#731)
15603
15604 2008-09-22 Juanma Barranquero <lekktu@gmail.com>
15605
15606 * emacs.c (Fdaemonp): Doc fix.
15607
15608 2008-09-22 Dan Nicolaescu <dann@ics.uci.edu>
15609
15610 * emacs.c (main): Place #ifdef in the proper place.
15611
15612 2008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
15613
15614 * emacs.c (standard_args): Add --daemon.
15615 (main): Disconnect from the terminal when --daemon is passed.
15616 (is_daemon): New variable.
15617 (Fdaemonp): New function.
15618 (syms_of_emacs): Defsubr it.
15619
15620 2008-09-20 Chong Yidong <cyd@stupidchicken.com>
15621
15622 * xdisp.c (get_next_display_element): Handle string display
15623 correctly when checking for the end of a box run.
15624
15625 2008-09-20 Glenn Morris <rgm@gnu.org>
15626
15627 * fileio.c (Qdelete_by_moving_to_trash): New Lisp_Object.
15628 (syms_of_fileio): Add Qdelete_by_moving_to_trash.
15629 (Frename_file): Avoid copying to trash if a rename involves
15630 a delete. (Bug#964).
15631
15632 2008-09-20 Eli Zaretskii <eliz@gnu.org>
15633
15634 * keyboard.c (Fset_quit_char, Fset_input_meta_mode)
15635 (Fset_output_flow_control, Fcurrent_input_mode): Support MSDOS
15636 frames as well as termcap frames.
15637 (handle_interrupt): Remove "#ifndef MSDOS" around the call to
15638 get_named_tty.
15639
15640 2008-09-19 Eli Zaretskii <eliz@gnu.org>
15641
15642 * process.c (procfs_system_process_attributes): Fix cmdline in
15643 case /proc/PID/cmdline is empty.
15644
15645 * xterm.c (x_wm_set_size_hint): Use x_display_pixel_width and
15646 x_display_pixel_height.
15647
15648 2008-09-19 Juanma Barranquero <lekktu@gmail.com>
15649
15650 * frame.c (x_fullscreen_adjust): Declare var as Display_Info.
15651
15652 * w32fns.c (Fx_display_pixel_width, Fx_display_pixel_height)
15653 (compute_tip_xy): Use x_display_pixel_width, x_display_pixel_height.
15654
15655 2008-09-19 Dan Nicolaescu <dann@ics.uci.edu>
15656
15657 * dispextern.h (struct it): Move line_wrap away from the middle of
15658 bitfields. Move voffset in struct iterator_stack_entry after the
15659 bitfields. Move tab_width near after another short.
15660
15661 2008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
15662
15663 * frame.h (struct frame): Move alpha from the middle of bitfields.
15664
15665 * window.h (struct window): Move frozen_window_start_p after the
15666 rest of the bitfields to reduce padding.
15667
15668 2008-09-18 Chong Yidong <cyd@stupidchicken.com>
15669
15670 * xterm.h (x_display_info): Remove `height' and `width' members.
15671
15672 * nsterm.h (ns_display_info): Remove `height' and `width' members.
15673
15674 * w32term.h (w32_display_info): Remove `height', `width',
15675 `height_in', and `width_in' members.
15676
15677 * xterm.c (x_display_pixel_height, x_display_pixel_width):
15678 New functions.
15679 (x_calc_absolute_position): Use them.
15680 (x_term_init): Omit removed `height' and `width' members.
15681
15682 * w32term.c (x_display_pixel_height, x_display_pixel_width):
15683 New functions.
15684 (w32_read_socket, x_calc_absolute_position): Use them.
15685 (w32_initialize_display_info, w32_term_init): Omit removed members
15686 of w32_display_info.
15687
15688 * nsterm.m (x_display_pixel_height, x_display_pixel_width):
15689 New functions.
15690 (ns_initialize_display_info): Omit removed members of ns_display_info.
15691
15692 * xterm.c (x_display_pixel_height, x_display_pixel_width):
15693 New functions.
15694 (x_calc_absolute_position): Use them.
15695 (x_term_init): Omit removed `height' and `width' members.
15696
15697 * xfns.c (Fx_display_pixel_width, Fx_display_pixel_height)
15698 (compute_tip_xy):
15699 * frame.c (x_fullscreen_adjust):
15700 * xmenu.c (menu_position_func): Use x_display_pixel_height and
15701 x_display_pixel_width.
15702
15703 2008-09-18 Kenichi Handa <handa@m17n.org>
15704
15705 * composite.c (fill_gstring_header): Don't check FROM and TO here.
15706 (composition_compute_stop_pos): Fix handling of static composition.
15707 (Fcomposition_get_gstring): Check FROM and TO at first.
15708
15709 2008-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
15710
15711 * composite.c (Fcomposition_get_gstring): Yet another int/Lisp_Object
15712 mixup (YAILOM).
15713
15714 2008-09-17 Chong Yidong <cyd@stupidchicken.com>
15715
15716 * indent.c (Fvertical_motion): Use position reported by iterator
15717 instead of PT for determining screen motion (bug#943).
15718
15719 2008-09-17 Romain Francoise <romain@orebokech.com>
15720
15721 * composite.c (composition_adjust_point): Fix int/EMACS_INT mixup.
15722
15723 2008-09-17 Kenichi Handa <handa@m17n.org>
15724
15725 * ftfont.c (ftfont_shape_by_flt): Downcase family name.
15726
15727 * composite.c (Fcomposition_get_gstring): Make bigger gstring_work
15728 if necessary.
15729
15730 2008-09-16 Kenichi Handa <handa@m17n.org>
15731
15732 * coding.c (make_conversion_work_buffer): Avoid calling
15733 Fget_buffer_create if it is not necessary.
15734
15735 2008-09-15 Martin Rudalics <rudalics@gmx.at>
15736
15737 * window.c (Fselect_window): Don't update window_select_count and
15738 use_time when norecord is not nil.
15739
15740 2008-09-14 Kenichi Handa <handa@m17n.org>
15741
15742 * fileio.c (Finsert_file_contents): Delete incorrect decrement of
15743 specpdl_ptr.
15744
15745 2008-09-12 Kenichi Handa <handa@m17n.org>
15746
15747 * indent.c (scan_for_column): Don't handle automatic composition
15748 if the current buffer is not associated with a window.
15749
15750 * composite.c (composition_reseat_it): If the current buffer is
15751 not associated with a window, ignore the automatic composition.
15752 (find_automatic_composition): Likewise.
15753
15754 2008-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
15755
15756 * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.
15757 (Fgpm_mouse_stop): Use it.
15758 * termhooks.h (close_gpm): Declare.
15759 * keyboard.c (tty_read_avail_input): Forcefully close the gpm
15760 connection if Gpm_GetEvent fails.
15761
15762 * window.c (set_window_buffer): Always preserve current-buffer.
15763
15764 2008-09-12 Glenn Morris <rgm@gnu.org>
15765
15766 * charset.c (init_charset): Warn if etc/charsets not found. (Bug#909)
15767
15768 2008-09-11 Glenn Morris <rgm@gnu.org>
15769
15770 * charset.c (charset-map-path): Doc fix.
15771
15772 2008-09-10 Kenichi Handa <handa@m17n.org>
15773
15774 * xdisp.c (handle_composition_prop): Set it->cmp_it.ch to -1.
15775
15776 * font.c (Ffont_shape_gstring): Make glyphs of non-nil adjustment
15777 compose a grapheme cluster with the preceding base glyph.
15778
15779 * composite.c (composition_compute_stop_pos): Fix previous change.
15780 Reset cmp_it->id to -1 at first.
15781
15782 2008-09-10 Glenn Morris <rgm@gnu.org>
15783
15784 * Makefile.in (character.o, chartab.o): Fix config.h typo.
15785
15786 2008-09-09 Chong Yidong <cyd@stupidchicken.com>
15787
15788 * keyboard.c (read_key_sequence): Reapply translation maps when
15789 switching keyboards.
15790
15791 2008-09-09 Kenichi Handa <handa@m17n.org>
15792
15793 * ftfont.c (ftfont_shape_by_flt): Use "combining" FLT for ASCII
15794 characters.
15795
15796 * composite.c (FORWARD_CHAR): Fix calculation
15797 of (POSITION).pos_byte.
15798 (composition_compute_stop_pos): Limit the search of composition to
15799 at most 500 characters ahead. If we reach the limit or find a
15800 newline, set cmp_it->ch to -2 and return 0.
15801 (composition_reseat_it): Handle the case that cmp_it->ch is -2.
15802
15803 2008-09-08 Kenichi Handa <handa@m17n.org>
15804
15805 * indent.c (Fvertical_motion): Be sure to set
15806 it_overshoot_expected if it.cmp_it.id is non-negative.
15807
15808 2008-09-07 Andreas Schwab <schwab@suse.de>
15809
15810 * callproc.c (Fcall_process): Don't hold references to string data
15811 across garbage collection. Move initialisation of new_argv down
15812 to avoid compiler bug.
15813
15814 2008-09-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15815
15816 * process.c (Fsystem_process_attributes): Doc fix.
15817
15818 2008-09-07 Chong Yidong <cyd@stupidchicken.com>
15819
15820 * callproc.c (Fcall_process): Canonicalize current directory name.
15821
15822 * xdisp.c (move_it_to): When moving by vpos, ensure that the
15823 iterator advances to the next line if the current line ends in a
15824 continued tab.
15825
15826 2008-09-07 Teodor Zlatanov <tzz@lifelogs.com>
15827
15828 * nsfont.m (nsfont_draw): Fix the references to missing gidx data
15829 member to point to cmp_from.
15830
15831 * xdisp.c: Doc fix for references to gidx data member.
15832
15833 2008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
15834
15835 * buffer.c (Fbuffer_swap_text): Reset window->point markers.
15836
15837 2008-09-07 Kenichi Handa <handa@m17n.org>
15838
15839 * composite.c (FORWARD_CHAR): Check STOP after
15840 incrementing (POSITION).pos.
15841
15842 2008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15843
15844 * process.c (Fsystem_process_attributes): Doc fix.
15845
15846 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
15847
15848 * keyboard.c (Ftop_level): Doc fix.
15849
15850 2008-09-06 Eli Zaretskii <eliz@gnu.org>
15851
15852 * xmenu.c (xmenu_show) [!HAVE_X_WINDOWS]: If frame has a
15853 minibuffer, don't let lower part of menu invade the echo area.
15854
15855 * msdos.c (IT_menu_display): Use STRING_CHAR_ADVANCE instead of a
15856 "char *q" to access menu text and advance through it. Revert the
15857 change that displayed ">" instead of ASCII character 0x10.
15858
15859 2008-09-05 Eli Zaretskii <eliz@gnu.org>
15860
15861 * menu.c (single_menu_item) [!HAVE_BOXES]: Enable emulation of
15862 toggle boxes and radio buttons on MS-DOS as well.
15863
15864 2008-09-05 Kenichi Handa <handa@m17n.org>
15865
15866 * composite.c (autocmp_chars): Check lookback count.
15867 (composition_compute_stop_pos): Set cmp_it->lookback.
15868 (composition_reseat_it): Check lookback count.
15869 (struct position_record): New struct.
15870 (FORWARD_CHAR, BACKWARD_CHAR, CHAR_COMPOSABLE_P): New macros.
15871 (find_automatic_composition): New function.
15872 (composition_adjust_point): Use find_automatic_composition.
15873
15874 * dispextern.h (struct composition_it): New member lookback.
15875
15876 2008-09-02 Chong Yidong <cyd@stupidchicken.com>
15877
15878 * indent.c (Fvertical_motion): Don't call move_it_by_lines again
15879 if moving by a single line.
15880
15881 2008-09-02 Andreas Schwab <schwab@suse.de>
15882
15883 * xterm.c (x_delete_display): Fix merge error.
15884
15885 * fileio.c (Fexpand_file_name): Remove unused variables.
15886
15887 2008-09-02 Eli Zaretskii <eliz@gnu.org>
15888
15889 * fileio.c (Fexpand_file_name): Copy argument `name' into local
15890 storage on all platforms, not just on DOS_NT.
15891
15892 2008-09-02 Jason Rumney <jasonr@gnu.org>
15893
15894 * w32menu.c (Fx_popup_menu, Fx_popup_dialog, w32_menu_show):
15895 Ensure mouse is not grabbed after menu is finished.
15896
15897 2008-09-01 Chong Yidong <cyd@stupidchicken.com>
15898
15899 * xfaces.c (Finternal_set_alternative_font_family_alist)
15900 (Finternal_set_alternative_font_registry_alist): Properly copy
15901 entire alist structure.
15902
15903 2008-09-01 Kenichi Handa <handa@m17n.org>
15904
15905 * ftfont.c (ftfont_spec_pattern): Don't create a charset if the
15906 representative chars of the script is a vector.
15907 (ftfont_list): Handle the case where the representative chars of
15908 the script is a vector.
15909
15910 * character.c (syms_of_character): Docstring of
15911 script-representative-chars fixed.
15912
15913 2008-08-31 Eli Zaretskii <eliz@gnu.org>
15914
15915 * msdos.c (BUILD_CHAR_GLYPH): New macro.
15916 (IT_menu_display): Use it instead of SET_CHAR_GLYPH to construct
15917 the menu. Allocate larger buffer for `text', to account for
15918 possible ^C characters.
15919
15920 2008-08-31 Martin Rudalics <rudalics@gmx.at>
15921
15922 * xdisp.c (prepare_menu_bars): Don't call
15923 Vwindow_size_change_functions with arg Qt.
15924
15925 2008-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
15926
15927 * font.h (font_range):
15928 * fileio.c (report_file_error):
15929 * composite.c (composition_update_it): Yet another int/Lisp_Object
15930 mixup (YAILOM).
15931
15932 2008-08-30 Glenn Morris <rgm@gnu.org>
15933
15934 * data.c (Fmake_variable_frame_local): Doc fix.
15935
15936 * frame.c (Fmodify_frame_parameters): Doc fix.
15937
15938 2008-08-30 Eli Zaretskii <eliz@gnu.org>
15939
15940 * w32.c (init_user_info): Allocate buf[] with xmalloc using the size
15941 needed by GetTokenInformation.
15942 (w32_system_process_attributes): Check return values of all system
15943 APIs.
15944
15945 * msdos.c (IT_display_cursor): Write "CURSOR ON/OFF" to termscript
15946 only when the state changes.
15947 (IT_update_begin, IT_update_end): Add termscript trace.
15948
15949 * w16select.c (Fw16_set_clipboard_data): Don't encode text if
15950 clipboard is unavailable. Set dst to NULL if it doesn't point to
15951 malloc'ed data.
15952 (Fw16_get_clipboard_data): Initialize htext to NULL, to avoid
15953 passing random values to xfree.
15954
15955 * dispnew.c (init_display): Set `tty's association in frame's
15956 parameters alist to the name of the terminal device, if that is known.
15957
15958 2008-08-29 Jason Rumney <jasonr@gnu.org>
15959
15960 * w32uniscribe.c (uniscribe_check_otf): Don't fallback on DFLT script.
15961
15962 2008-08-29 Eli Zaretskii <eliz@gnu.org>
15963
15964 * composite.c (fill_gstring_body): Avoid compiler warnings.
15965
15966 * font.c (font_fill_lglyph_metrics): Use EMACS_INT in
15967 LGLYPH_SET_CODE to avoid compiler warnings.
15968
15969 * makefile.w32-in ($(BLD)/w32uniscribe.$(O)): Depend on composite.h.
15970
15971 * composite.h (LGLYPH_SET_CODE): Cast `val' to EMACS_INT.
15972
15973 * w32uniscribe.c (uniscribe_shape): Shut up compiler warning in
15974 LGLYPH_SET_CODE.
15975
15976 2008-08-29 Kenichi Handa <handa@m17n.org>
15977
15978 * fileio.c (report_file_error): Don't downcase the first character
15979 of errstring if it is still unibyte.
15980
15981 2008-08-29 Kenichi Handa <handa@m17n.org>
15982
15983 These changes are to re-implement the automatic composition so
15984 that it doesn't use text properties.
15985
15986 * Makefile.in (ftfont.o): Depend on composite.h.
15987 (composite.o): Depend dispextern.h, font.h, frame, and window.h.
15988
15989 * character.h (Vunicode_category_table): Extern it.
15990
15991 * character.c (Vunicode_category_table): New variable.
15992 (syms_of_character): DEFVAR_LISP Vunicode_category_table.
15993
15994 * chartab.c (optimize_sub_char_table): Perform more greedy
15995 optimization.
15996
15997 * composite.h (enum composition_method):
15998 Delete COMPOSITION_WITH_GLYPH_STRING.
15999 (COMPOSITION_METHOD): Don't check COMPOSITION_WITH_GLYPH_STRING.
16000 (Vcomposition_function_table): Extern it.
16001 (LGSTRING_XXX, LGLYPH_XXX): Macros moved from font.h.
16002 (composition_gstring_put_cache, composition_gstring_from_id)
16003 (composition_gstring_p, composition_gstring_width)
16004 (composition_compute_stop_pos, composition_reseat_it)
16005 (composition_update_it, composition_adjust_point): Extern them.
16006 (Fcomposition_get_gstring): EXFUN it.
16007
16008 * composite.c: Include window.h, frame.h, dispextern.h, font.h.
16009 (Vcomposition_function_table)
16010 (get_composition_id): Don't handle COMPOSITION_WITH_GLYPH_STRING.
16011 (gstring_hash_table, gstring_work, gstring_work_headers):
16012 New variables.
16013 (gstring_lookup_cache, composition_gstring_put_cache)
16014 (composition_gstring_from_id, composition_gstring_p)
16015 (composition_gstring_width, fill_gstring_header)
16016 (fill_gstring_body, autocmp_chars, composition_compute_stop_pos)
16017 (composition_reseat_it, composition_update_it)
16018 (composition_adjust_point, Fcomposition_get_gstring): New functions.
16019 (syms_of_composite): Initialize gstring_hash_table, gstrint_work,
16020 and gstring_work_headers. DEFVAR_LISP composition-function-table.
16021 Defsubr composition_get_gstring.
16022
16023 * dispextern.h (struct glyph): New union u.cmp. Delete the member
16024 cmp_id.
16025 (struct glyph_string): Delete the member gidx. New members
16026 cmp_id, cmp_from, and cmp_to.
16027 (enum it_method): Delete GET_FROM_COMPOSITION.
16028 (struct composition_it): New struct.
16029 (struct it): New member cmp_it, and iterator_stack_entry.cmp_it.
16030 Delete c, len, cmp_id, cmp_len in u.comp.
16031
16032 * font.h (enum lgstring_indices): Delete it.
16033 (LGSTRING_XXX, LGLYPH_XXX): Move these macros to composite.h.
16034 (enum lglyph_indices): Likewise.
16035 (font_range): Adjust extern.
16036 (font_fill_lglyph_metrics): Extern it.
16037
16038 * font.c (QCf): New variable.
16039 (check_gstring): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
16040 (font_prepare_composition): Delete this function.
16041 (font_range): Type and arguments changed.
16042 (Ffont_make_gstring, Ffont_fill_gstring): Delete them.
16043 (font_fill_lglyph_metrics): New function.
16044 (Ffont_shape_text): Rename to Ffont_shape_gstring and change arguments.
16045 (syms_of_font): DEFSYM QCf. Delete defsubr for
16046 Sfont_make_gstring, Sfont_fill_gstring, Sfont_shape_text.
16047 Defsubr Sfont_shape_gstring.
16048
16049 * fontset.h (font_for_char): Extern it.
16050
16051 * fontset.c (font_for_char): New function.
16052
16053 * ftfont.c: Include composite.h.
16054 (ftfont_resolve_generic_family): Add langset "en" to pattern.
16055 (ftfont_shape_by_flt): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
16056
16057 * indent.c: Include composite.h and dispextern.h.
16058 (check_composition): Delete this function.
16059 (scan_for_column): Handle composition by
16060 composition_compute_stop_pos, composition_reseat_it, and
16061 composition_update_it.
16062 (compute_motion): Likewise.
16063 (Fvertical_motion): Fix checking of composition.
16064
16065 * keyboard.c (adjust_point_for_property): Check composition by
16066 composition_adjust_point.
16067
16068 * nsterm.m (ns_draw_glyph_string): Adjust for the change of
16069 struct glyph_string.
16070
16071 * term.c (encode_terminal_code): Adjust for the change of struct glyph.
16072 (append_composite_glyph): Adjust for the change of struct it and
16073 struct glyph.
16074 (produce_composite_glyph): Likewise.
16075
16076 * w32term.c (x_draw_composite_glyph_string_foreground):
16077 Adjust for the change of struct glyph_string.
16078 (x_draw_glyph_string): Likewise.
16079
16080 * w32uniscribe.c (struct uniscribe_font_info): Include composite.h.
16081 (uniscribe_shape): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
16082
16083 * xdisp.c: Include font.h.
16084 (it_props): Delete the entry for Qauto_composed.
16085 (init_iterator): Initialize it->cmp_it.id to -1.
16086 (compute_stop_pos): Call composition_compute_stop_pos.
16087 (face_before_or_after_it_pos): Adjust for the change of struct it.
16088 (handle_auto_composed_prop): Delete it.
16089 (handle_composition_prop): Handle only static composition.
16090 (next_overlay_string): Remove it->method == GET_FROM_COMPOSITION
16091 from xassert. Initialize it->cmp_it.stop_pos.
16092 (push_it): Adjust for the change of struct it.
16093 (pop_it): Likewise.
16094 (get_next_element): Delete next_element_from_composition.
16095 (CHAR_COMPOSED_P): New macro.
16096 (get_next_display_element): For automatic composition, get a face
16097 from the font in the glyph-string.
16098 (set_iterator_to_next): For GET_FROM_BUFFER and GET_FROM_STRING,
16099 check composition by it->cmp_it.id. Delete GET_FROM_COMPOSITION case.
16100 (next_element_from_string): Check if the character at the current
16101 position is composed by CHAR_COMPOSED_P.
16102 (next_element_from_buffer): Likewise.
16103 (next_element_from_composition): Adjust for the change of struct it.
16104 Update it->cmp_it.
16105 (dump_glyph): Adjust for the change of struct glyph.
16106 (fill_composite_glyph_string): Adjust for the change of struct
16107 it and struct glyph. Don't handle automatic composition here.
16108 (fill_gstring_glyph_string): New function.
16109 (x_get_glyph_overhangs): Handle automatic composition.
16110 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the change of struct glyph.
16111 (BUILD_GSTRING_GLYPH_STRING): New macro.
16112 (BUILD_GLYPH_STRINGS): Call BUILD_GSTRING_GLYPH_STRING for
16113 automatic composition.
16114 (append_composite_glyph): Adjust for the change of struct it and
16115 struct glyph.
16116 (x_produce_glyphs): Adjust for the change of struct it.
16117
16118 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
16119 the change of struct glyph_string.
16120 (x_draw_glyph_string): Likewise.
16121
16122 2008-08-29 Glenn Morris <rgm@gnu.org>
16123
16124 * buffer.c (word-wrap): Doc fix.
16125 * xdisp.c (truncate-partial-width-windows): Doc fix.
16126 Increase default to 50.
16127
16128 2008-08-29 Chong Yidong <cyd@stupidchicken.com>
16129
16130 * xdisp.c (update_tool_bar_unwind): New function.
16131 (update_tool_bar): Temporarily set selected frame before building
16132 tool-bar items.
16133
16134 2008-08-28 Michael Albinus <michael.albinus@gmx.de>
16135
16136 * dbusbind.c (XD_ERROR, XD_DEBUG_MESSAGE): Use strncpy and
16137 snprintf, respectively.
16138 (xd_append_arg): Convert strings with Fstring_make_unibyte.
16139
16140 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
16141
16142 * Makefile.in: Revert (undocumented) 2008-08-20 change adding
16143 LDFLAGS to GNUstep CC invocation.
16144
16145 2008-08-27 Chong Yidong <cyd@stupidchicken.com>
16146
16147 * indent.c (Fvertical_motion): Revert last change. Handle the
16148 general case where we are moving forward, and PT spans multiple
16149 screen lines.
16150
16151 * eval.c (find_handler_clause): Temporarily increase
16152 max-lisp-eval-depth while printing the backtrace buffer, to
16153 guarantee that help-mode code can run.
16154
16155 2008-08-27 Eli Zaretskii <eliz@gnu.org>
16156
16157 * msdos.c (Fmsdos_remember_default_colors): Don't reverse frame
16158 colors under -rv.
16159 (IT_set_frame_parameters): Don't swap foreground and background
16160 colors if `(reverse . t)' is present in the frame properties.
16161 (internal_terminal_init): Call init_frame_faces only for the
16162 initial frame.
16163
16164 2008-08-27 Andreas Schwab <schwab@suse.de>
16165
16166 * dired.c (Ffile_attributes): Avoid compiler warning in bitshift.
16167
16168 2008-08-27 Andreas Schwab <schwab@suse.de>
16169
16170 * search.c (search_buffer): Set char_base to zero only at the end.
16171
16172 2008-08-27 Kenichi Handa <handa@m17n.org>
16173
16174 * fileio.c (report_file_error): Fix handling of multibyte error string.
16175
16176 2008-08-27 Andreas Seltenreich <seltenreich@gmx.de>
16177
16178 * xterm.c (x_term_init): Temporarily hide the partially
16179 initialized terminal while calling vendor-specific-keysyms.
16180
16181 2008-08-26 Eli Zaretskii <eliz@gnu.org>
16182
16183 * msdos.c (internal_terminal_init): Most initializations done only
16184 once, especially initial_screen_colors[] and termscript open.
16185
16186 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
16187
16188 * eval.c (Fcondition_case): Doc fix.
16189
16190 * widgetprv.h (EmacsFramePart): Change font member to the new font
16191 struct.
16192
16193 * widget.c: Include character.h and font.h for XSETFONT.
16194 (setup_frame_gcs): Compute X font id from font struct, just once.
16195
16196 2008-08-26 Eli Zaretskii <eliz@gnu.org>
16197
16198 * term.c (get_named_tty): Fix last change.
16199
16200 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
16201
16202 * indent.c (Fvertical_motion): If moving forward starting from a
16203 multi-line string, move the iterator to the last line of that string.
16204
16205 2008-08-25 Eli Zaretskii <eliz@gnu.org>
16206
16207 * frame.c (do_switch_frame): Mark previously displayed frame as
16208 obscured for FRAME_MSDOS_P frames as well.
16209
16210 2008-08-24 Eli Zaretskii <eliz@gnu.org>
16211
16212 * frame.c (make_terminal_frame): Initialize f->terminal,
16213 f->terminal->reference_count, and scroll bars on MS-DOS as well.
16214 Set the top frame to newly created frame.
16215 (Fmake_terminal_frame): Reuse the_only_display_info.
16216
16217 * vm-limit.c (get_lim_data) [MSDOS]: Use alternative methods of
16218 estimating available memory.
16219
16220 2008-08-23 David Reitter <david.reitter@gmail.com>
16221
16222 * nsterm.m (ns_draw_window_cursor): Don't call
16223 NSDisableScreenUpdates and NSEnableScreenUpdates on
16224 non-NS_IMPL_COCOA systems.
16225
16226 2008-08-23 Andreas Schwab <schwab@suse.de>
16227
16228 * process.c (procfs_system_process_attributes): Fix use of
16229 uninitialized variables.
16230
16231 2008-08-23 Eli Zaretskii <eliz@gnu.org>
16232
16233 * emacs.c (main) [MSDOS]: Call syms_of_xmenu.
16234
16235 * dispnew.c (init_display): Remove MS-DOS specific conditions for
16236 calling tty-set-up-initial-frame-faces.
16237
16238 * xmenu.c (Fx_popup_dialog, Fx_popup_menu, xmenu_show):
16239 Allow MSDOS frames along with X frames.
16240
16241 * termhooks.h (TERMINAL_ACTIVE_P): Handle output_msdos_raw in
16242 addition to output_termcap.
16243
16244 * xdisp.c (redisplay_internal) [MSDOS]: Don't call set_tty_color_mode.
16245
16246 * termchar.h (FRAME_TTY): Support output_msdos_raw.
16247 (struct tty_display_info) [MSDOS]: Add fields related to mouse
16248 highlight.
16249
16250 * process.c [!subprocesses]: Define QCname.
16251 (syms_of_process): Intern and staticpro it.
16252
16253 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
16254 Adjust for changes in encoding/decoding routines.
16255 Use encode_coding_object and decode_coding_object instead of
16256 encode_coding and decode_coding.
16257
16258 * sysdep.c (init_sys_modes): Call dos_ttraw with tty_out as argument.
16259
16260 * dosfns.c: Include frame.h before termhooks.h.
16261 (dos_cleanup): Use CURTTY ()->termscript instead of a global
16262 variable termscript.
16263
16264 * s/msdos.h (USER_FULL_NAME): Define.
16265 (SYSTEM_PURESIZE_EXTRA): Bump up to 100K.
16266
16267 * editfns.c (USER_FULL_NAME): Define to pw->pw_gecos if undefined.
16268 (Fuser_full_name): Use USER_FULL_NAME instead of a literal
16269 pw->pw_gecos.
16270
16271 * keyboard.c (handle_interrupt) [MSDOS]: Call cursor_to with
16272 SELECTED_FRAME as additional (1st) argument.
16273 (tty_read_avail_input): Handle output_msdos_raw in
16274 addition to output_termcap.
16275
16276 * msdos.c: Include frame.h before termhooks.h.
16277 (mouse_on, mouse_off, mouse_moveto, mouse_init)
16278 (msdos_set_cursor_shape, IT_set_face, IT_write_glyphs)
16279 (show_mouse_face, IT_clear_end_of_line, IT_clear_screen)
16280 (IT_clear_to_end, IT_cursor_to, IT_display_cursor, IT_cmgoto)
16281 (IT_set_terminal_modes, IT_reset_terminal_modes)
16282 (IT_set_frame_parameters): Use tty->termscript instead of a global
16283 variable termscript.
16284 (IT_write_glyphs): Use tty->terminal->terminal_coding instead of a
16285 global variable terminal_coding. Don't refer to
16286 Vnonascii_translation_table.
16287 (internal_terminal_init): Set Vwindow_system in current_kboard.
16288 Don't use TTY_CHAR_INS_DEL_OK. Set Vinitial_window_system.
16289 Announce date and time of session start, if termscript is open.
16290 Don't zero out the_only_display_info (it is done in
16291 term.c:init_tty). Open termscript only of not already open.
16292 Log "SCREEN SAVED" here, instead of IT_set_terminal_modes. Init mouse
16293 here instead of dos_ttraw. Don't initialize display if this is an
16294 initial tty. Don't set FRAME_FONT.
16295 (Vwindow_system_version): Bump to 23.
16296 (dos_ttraw): Accept a TTY argument; all callers fixed. If mouse
16297 is available, set up mouse_position_hook.
16298 (dos_ttraw, IT_set_terminal_modes): If called with initial
16299 terminal, do nothing.
16300 (IT_set_frame_parameters): Handle the Qtty_type frame
16301 parameter by calling internal_terminal_init.
16302 (dos_set_window_size, show_mouse_face)
16303 (clear_mouse_face, IT_note_mode_line_highlight)
16304 (IT_note_mouse_highlight, IT_update_begin, IT_frame_up_to_date)
16305 (dos_rawgetc): Use tty_display_info instead of x_display_info.
16306 (initialize_msdos_display): New function.
16307 (IT_cursor_to, IT_clear_to_end, IT_clear_screen)
16308 (IT_clear_end_of_line, IT_insert_glyphs, IT_write_glyphs)
16309 (IT_delete_glyphs, IT_ring_bell, IT_reset_terminal_modes)
16310 (IT_set_terminal_modes, IT_set_terminal_window, IT_update_begin):
16311 Accept additional argument: a pointer to a frame. Update all callers.
16312 (request_sigio, unrequest_sigio): Don't define, now defined on
16313 sysdep.c.
16314 (IT_write_glyphs): Rewrite to use encode_terminal_code.
16315
16316 * term.c [MSDOS]: Include msdos.h.
16317 (init_tty) [MSDOS]: Reuse most of WINDOWSNT branch. Change cpp
16318 conditional to DOS_NT. Allow only one call to this function in a
16319 session. Don't allocate a new struct tty_display_info; instead,
16320 reuse the_only_display_info. Call get_tty_size to get screen
16321 dimensions. Call init_baud_rate to set bad_rate.
16322 (dissociate_if_controlling_tty) [MSDOS]: Ifdef away function body.
16323 (Fsuspend_tty) [MSDOS]: Don't close input and output.
16324 (Fresume_tty) [MSDOS]: Don't reopen the TTY; instead, use stdin/stdout.
16325 (get_tty_terminal, get_named_tty, Ftty_type)
16326 (Fcontrolling_tty_p): Handle output_msdos_raw in addition to
16327 output_termcap.
16328 (Fresume_tty, Fsuspend_tty, init_tty, delete_tty):
16329 Call add_keyboard_wait_descriptor and delete_keyboard_wait_descriptor
16330 only when subprocesses are supported.
16331
16332 * frame.c (make_terminal_frame) [MSDOS]: Adjust initialization of
16333 f->output_data.x.
16334 (Fmake_terminal_frame) [MSDOS]: Don't allow creation of new
16335 terminal devices.
16336
16337 * msdos.h: Remove definition of struct x_display_info and struct
16338 x_output.
16339 (FRAME_FONT): Use output_data.tty.
16340 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Don't define.
16341 (struct x_display_info): Rename from display_info. Update all users in
16342 msdos.c.
16343 (struct x_output): Remove background_pixel and foreground_pixel.
16344 (the_only_display_info): Rename from the_only_x_display.
16345 (dos_ttraw): Update prototype.
16346
16347 * Makefile.in (MSDOS_OBJ): Add xmenu.o.
16348 (SOME_MACHINE_LISP): Add ../lisp/term/pc-win.elc.
16349
16350 2008-08-23 Jason Rumney <jasonr@gnu.org>
16351
16352 * image.c (enum tiff_keyword_index, tiff_format): Add :index keyword.
16353 (fn_TIFFSetDirectory): New library function used.
16354 (init_tiff_functions) [HAVE_NTGUI]: Initialize it.
16355 (tiff_load): Use :index to select among multiple images. Set count
16356 property when multiple images exist.
16357 (gif_format): Use :index, not :image.
16358
16359 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
16360
16361 * xdisp.c (try_scrolling): Check INT_MAX instead of
16362 MOST_POSITIVE_FIXNUM for maximum integer value. Include limits.h
16363 to obtain INT_MAX.
16364
16365 2008-08-21 İsmail Dönmez <ismail@namtrac.org> (tiny change)
16366
16367 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase on GTK+.
16368
16369 2008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
16370
16371 * Makefile.in (temacs${EXEEXT}): On GNUstep, link to appropriate
16372 GNUstep library location.
16373
16374 2008-08-21 Chong Yidong <cyd@stupidchicken.com>
16375
16376 * xfaces.c (x_update_menu_appearance): Check validity of menu font
16377 before using it.
16378
16379 * puresize.h (BASE_PURESIZE): Increase to 1250000.
16380
16381 2008-08-20 Adrian Robert <Adrian.B.Robert@gmail.com>
16382
16383 * nsfns.m (ns-read-file-name): Add casts to avoid warning.
16384 (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly.
16385 * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil.
16386 * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration.
16387 (EmacsApp-cursor_blink_handler): Remove declaration.
16388 * nsterm.m (ns_draw_glyph_string): Update first conditional body to
16389 match 01 Feb 2008 changes in xterm.c.
16390 (ns_read_socket): Add cast to avoid warning.
16391 (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on
16392 GNUstep.
16393
16394 2008-08-20 Chong Yidong <cyd@stupidchicken.com>
16395
16396 * xselect.c (x_get_foreign_selection): Return nil if desired
16397 selection could not be obtained, instead of signalling an error.
16398
16399 2008-08-20 David Reitter <david.reitter@gmail.com>
16400
16401 * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c.
16402 * nsterm.m: Remove ns-specific code for cursor blinking.
16403 (ns_draw_window_cursor): Clear cursor properly rather than
16404 redrawing the area. Respect width of bar cursors.
16405 These changes enable the use of generic blink-cursor-mode and
16406 generic cursor types in NS and support smooth cursor movements (do
16407 not blink off after command).
16408 * xdisp.c (get_phys_cursor_geometry): Redraw wider rectangle on
16409 Nextstep, too.
16410
16411 2008-08-19 Kenichi Handa <handa@m17n.org>
16412
16413 * font.c (Vfont_log_deferred): New variable.
16414 (font_add_log): Check Vfont_log_deferred.
16415 (font_deferred_log): New function.
16416
16417 * font.h (font_deferred_log): Extern it.
16418
16419 * fontset.c (reorder_font_vector): Use encoding charset of fonts
16420 for sorting.
16421 (face_for_char): Use deferred log.
16422
16423 2008-08-18 Kenichi Handa <handa@m17n.org>
16424
16425 * fontset.c (face_for_char): Add font log.
16426
16427 * font.c (font_add_log): Add the font properties :script, :lang,
16428 and :otf in the log.
16429
16430 2008-08-17 Chong Yidong <cyd@stupidchicken.com>
16431
16432 * xdisp.c: Remove dead code.
16433 (handle_invisible_prop, next_overlay_string): Defer call to
16434 setup_for_ellipsis.
16435 (handle_stop, set_iterator_to_next): Call setup_for_ellipsis.
16436
16437 2008-08-15 Chong Yidong <cyd@stupidchicken.com>
16438
16439 * xfaces.c (lookup_derived_face): Properly handle possible zero
16440 return value of get_lface_attributes.
16441 (merge_faces): Don't tell lookup_derived_face to signal an error
16442 if face is not found.
16443
16444 * dired.c (Fdirectory_files): Doc fix.
16445
16446 * process.c (make_process): Initialize kill_without_query struct
16447 member.
16448
16449 2008-08-15 Eli Zaretskii <eliz@gnu.org>
16450
16451 * w32.c (w32_system_process_attributes) [_MSC_VER < 1300]:
16452 Alternative calculation of totphys for Visual Studio 6.
16453
16454 * w32fns.c [_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.
16455
16456 * w32.c (_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX):
16457 Rename from _MEMORYSTATUSEX, MEMORYSTATUSEX, LPMEMORYSTATUSEX.
16458 All users changed.
16459 (stat): Only root directory passed to GetDriveType. Allow RAM
16460 disk as well as local fixed disk when w32-get-true-file-attributes
16461 is set to `local'.
16462 (CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs.
16463 (equal_sid, get_length_sid, copy_sid): New wrapper functions.
16464 (w32_cached_id, w32_add_to_cache): New functions.
16465 (get_name_and_id): Look account names in the cache before calling
16466 lookup_account_sid.
16467 (g_b_init_get_length_sid, g_b_init_equal_sid, g_b_init_copy_sid):
16468 New initialization flags.
16469 (globals_of_w32): Initialize them to zero.
16470 (w32_system_process_attributes): Use w32_cached_id and
16471 w32_add_to_cache.
16472
16473 2008-08-14 Lawrence Mitchell <wence@gmx.li>
16474
16475 * lread.c (Fread_char, Fread_char_exclusive): If no character
16476 event is read before timeout is reached, return nil, rather than
16477 converting to a number.
16478
16479 2008-08-14 Chong Yidong <cyd@stupidchicken.com>
16480
16481 * fns.c (use_dialog_box): Doc fix.
16482
16483 * s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful
16484 on OS X.
16485
16486 2008-08-13 Chong Yidong <cyd@stupidchicken.com>
16487
16488 * frame.c (Qns_parse_geometry): New var.
16489 (Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.
16490
16491 2008-08-11 Chong Yidong <cyd@stupidchicken.com>
16492
16493 * xdisp.c (x_produce_glyphs): Handle the case when font has no
16494 space character in calculating tabs.
16495
16496 2008-08-11 Dan Nicolaescu <dann@ics.uci.edu>
16497
16498 * Makefile.in (bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
16499
16500 2008-08-10 Glenn Morris <rgm@gnu.org>
16501
16502 * process.c (procfs_system_process_attributes): Use EMACS_INTs to
16503 silence gcc "limited range of data type" warnings in some
16504 make_fixnum_or_float calls.
16505
16506 2008-08-09 Eli Zaretskii <eliz@gnu.org>
16507
16508 * w32.c (w32_system_process_attributes): If the process does not
16509 exist, return nil.
16510
16511 * w32.c: Include thelp32.h, psapi.h and coding.h.
16512 (_MEMORYSTATUSEX, _PROCESS_MEMORY_COUNTERS_EX): New struct
16513 declarations.
16514 (CreateToolhelp32Snapshot_Proc, Process32First_Proc)
16515 (Process32Next_Proc): New typedefs.
16516 (g_b_init_create_toolhelp32_snapshot, g_b_init_process32_first)
16517 (g_b_init_process32_next, g_b_init_open_thread_token)
16518 (g_b_init_impersonate_self, g_b_init_revert_to_self)
16519 (g_b_init_get_process_memory_info, g_b_init_global_memory_status)
16520 (g_b_init_get_process_working_set_size)
16521 (g_b_init_global_memory_status_ex): New static variables.
16522 (globals_of_w32): Initialize them.
16523 (create_toolhelp32_snapshot, process32_first, process32_next)
16524 (open_thread_token, impersonate_self, revert_to_self)
16525 (get_process_memory_info, get_process_working_set_size)
16526 (global_memory_status, global_memory_status_ex): New wrapper
16527 functions.
16528 (w32_list_system_processes, w32_system_process_attributes)
16529 (enable_privilege, restore_privilege, ltime, process_times):
16530 New functions.
16531 (convert_time_raw): New function.
16532 (convert_time): Remove conversion of FILETIME into time in 100
16533 nsec units, call convert_time_raw instead.
16534
16535 * process.h (w32_list_system_processes, w32_system_process_attributes):
16536 Add prototypes.
16537 (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname)
16538 (Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime, Qcutime)
16539 (Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs, Quser, Qgroup)
16540 (Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime): Add extern declarations.
16541
16542 * process.c (Fsystem_process_attributes): Doc fix.
16543
16544 2008-08-08 Chong Yidong <cyd@stupidchicken.com>
16545
16546 * xdisp.c (move_it_to): When stopping at a charpos, check if that's
16547 a continued multi-char glyph; if so, advance to the actual glyph.
16548
16549 2008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
16550
16551 * s/darwin.h (OTHER_FILES): Do not define here, defined in config.in.
16552
16553 * Makefile.in (ALL_OBJC_CFLAGS): New variable.
16554 (.m.o): Use it.
16555 * config.in: Regenerate.
16556
16557 2008-08-07 Chong Yidong <cyd@stupidchicken.com>
16558
16559 * xdisp.c (redisplay_window): Revert last change.
16560 (try_window): Check bottom scroll margin too.
16561
16562 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
16563
16564 * config.in: Regenerate.
16565
16566 * Makefile.in (emacs): Remove ifndef NS conditional for 'emacs
16567 -list-load-path-shadows'.
16568 (nsgui.h): Reduce number of things depending on it.
16569
16570 2008-08-06 Chong Yidong <cyd@stupidchicken.com>
16571
16572 * xdisp.c (try_scrolling): Use iterator to find the scroll margin,
16573 instead of window-end which does the wrong thing at eob.
16574 (try_cursor_movement): Minor optimization.
16575 (redisplay_window): If scroll margin is defined, don't assume
16576 window doesn't need scrolling.
16577
16578 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
16579
16580 * config.in: Regenerate.
16581
16582 * Makefile.in: Move nsXXX.m dependencies into big alphabetical list.
16583 (mostlyclean): Don't delete *.d under NS.
16584
16585 * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER.
16586
16587 2008-08-06 Kenichi Handa <handa@m17n.org>
16588
16589 * xfont.c (xfont_list_family): Return a list of symbols, not strings.
16590
16591 2008-08-06 Andreas Schwab <schwab@suse.de>
16592
16593 * config.in: Regenerate.
16594
16595 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
16596
16597 * xdisp.c (redisplay_window): Don't enforce scroll-margin when
16598 forcing a window start.
16599
16600 * fileio.c (Vauto_save_list_file_name): Move here from file.el.
16601 (auto_save_1): Update modtime when auto-save-list-file-name is on.
16602
16603 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
16604
16605 * emacs.c (main): Under NS, set working dir to HOME when get a "psn"
16606 argument.
16607
16608 2008-08-05 Juanma Barranquero <lekktu@gmail.com>
16609
16610 * buffer.c (syms_of_buffer) <scroll-up-aggressively>:
16611 <scroll-down-aggressively, before-change-functions>:
16612 <after-change-functions>: Reflow docstrings.
16613
16614 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
16615 Ken Raeburn <raeburn@gnu.org>
16616
16617 Dock menu customization, based on a patch by Ken Raeburn, plus some
16618 other fixes.
16619 * nsmenu.m (dockMenu): New variable.
16620 (EmacsDialog -clicked:): Fix mistake in change of 2008-07-17.
16621
16622 * nsterm.h (dockMenu): Declare.
16623
16624 * nsterm.m (KEY_NS_NEW_FRAME): New definition.
16625 (ns_term_init): Initialize dockMenu.
16626 (EmacsApp -newFrame:, -applicationDockMenu:): New methods.
16627 (EmacsView -windowShouldClose:): Don't behave specially if <= 1 frame
16628 left.
16629
16630 * lisp.h (LSB_TAG): Use on DARWIN_OS, not NS_IMPL_COCOA.
16631
16632 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
16633
16634 * nsterm.h: Test directly for NS_HAVE_INTEGER before defining it.
16635
16636 * config.in: Regenerate.
16637
16638 2008-08-04 Seiji Zenitani <zenitani@mac.com>
16639
16640 * nsfns.m (x-create-frame): Set the frame parameter alpha to nil.
16641
16642 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
16643
16644 * nsterm.h (find_and_call_menu_selection): Fix prototype.
16645
16646 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
16647
16648 * emacs.c (main: unexec_init_emacs_zone): Call if on DARWIN_OS.
16649
16650 * keyboard.h: Comment an #endif.
16651
16652 * lisp.h (have_menus_p): Adjust comment.
16653
16654 * menu.c (find_and_return_menu_selection): Fix comparison with
16655 client_data.
16656
16657 * nsmenu.m (popup_activated_flag): New variable.
16658 (popup_activated): New function.
16659 (menu-or-popup-active-p): New exported lisp definition.
16660 (ns_popup_menu): Set popup_activated_flag. Call discard_menu_items()
16661 when popup done.
16662 (ns_popup_dialog): Set popup_activated_flag.
16663
16664 * nsterm.m (EmacsView -conversationIdentifier): Use NSInteger
16665 version for GNUstep (handled by conditional typedef in nsterm.m).
16666 (ns_get_color): Remove special-casing for "darkblue", "dark blue" (now
16667 in rgb.txt).
16668
16669 * process.c (init_process): Use DARWIN_OS, not DARWIN.
16670
16671 * sysselect.h: Conditionalize init_process undef on DARWIN_OS.
16672
16673 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): Do it also under NS.
16674
16675 * xdisp.c (redisplay_internal, note_mouse_highlight): Under NS,
16676 shortcircuit if popup_activated like GTK and X toolkit.
16677
16678 * m/inter386.h: Change DARWIN to DARWIN_OS.
16679
16680 * s/darwin.h: Add #define DARWIN_OS. Get rid of C_SWITCH_SYSTEM def.
16681 Change LIBS_MACGUI to LIBS_NSGUI. Move temacs-conditionalized defs
16682 closer to C_SWITCH_SYSTEM_TEMACS so usage is understood.
16683 Expand comment on NO_SOCK_SIGIO.
16684
16685 2008-08-03 Chong Yidong <cyd@stupidchicken.com>
16686
16687 * nsterm.m (windowDidResize): Remove stopModal call.
16688
16689 2008-08-03 Andreas Schwab <schwab@suse.de>
16690
16691 * vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
16692 (check_memory_limits): Don't handle HAVE_GETRLIMIT here.
16693
16694 2008-08-02 Chong Yidong <cyd@stupidchicken.com>
16695
16696 * vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.
16697 Don't use uninitialized pointer variable when using getrlimit.
16698
16699 2008-08-02 Jason Rumney <jasonr@gnu.org>
16700
16701 * w32font.c (compute_metrics): Don't mess with glyph_idx setting here.
16702
16703 2008-08-02 Eli Zaretskii <eliz@gnu.org>
16704
16705 * alloc.c (NSTATICS): Bump to 0x640.
16706
16707 * s/gnu-linux.h (HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
16708
16709 * lisp.h: Add prototype for directory_files_internal.
16710
16711 * process.c (Fsystem_processes_list, Fsystem_process_attributes):
16712 New functions.
16713 (syms_of_process): Defsubr them. Add initializations for various
16714 Q* symbols used in procfs_system_process_attributes.
16715 (procfs_list_system_processes, procfs_system_process_attributes)
16716 [HAVE_PROCFS]: New functions.
16717 (time_from_jiffies, ltime_from_jiffies, get_up_time, procfs_ttyname)
16718 (procfs_get_total_memory): New functions.
16719
16720 2008-08-01 Juanma Barranquero <lekktu@gmail.com>
16721
16722 * xfaces.c (Fx_load_color_file): Fix previous change;
16723 it is #ifdef WINDOWSNT, not WINDOWS_NT.
16724
16725 2008-08-01 Michael Albinus <michael.albinus@gmx.de>
16726
16727 * dbusbind.c (xd_read_message): Handle D-Bus error messages.
16728
16729 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
16730
16731 * nsterm.h (NSInteger, NSUInteger): Add defines for non-Leopard.
16732
16733 2008-08-01 Chong Yidong <cyd@stupidchicken.com>
16734
16735 * nsfns.m (ns_frame_parm_handlers): Add empty entry for x_set_alpha.
16736
16737 * nsterm.m (EmacsApp -application:openFiles:): GNUstep does not
16738 define NSApplicationDelegateReplySuccess.
16739 (EmacsView -converstationIdentifier): Use long instead of
16740 NSInteger for GNUstep, since it doesn't have NSInteger.
16741
16742 * xmenu.c: Revert last change.
16743
16744 * keyboard.h: Fix last change.
16745
16746 2008-08-01 Juanma Barranquero <lekktu@gmail.com>
16747
16748 * xfaces.c (x-load-color-file): Use RGB() instead of manually shifting
16749 on Windows.
16750
16751 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
16752
16753 Warning clearing and clean-up in NS port.
16754 * keyboard.h (xmalloc_widget_value, digest_single_submenu):
16755 Add prototypes.
16756 * nsgui.h (FACE_DEFAULT): Remove, unused.
16757 (XGCValues): Change colors to unsigned long.
16758 * nsterm.h (EmacsApp): Add declaration of all methods implemented in
16759 nsterm.m.
16760 (EmacsMenu -addItemWithWidgetValue:): Change to use NSMenuItem class.
16761 (ns_list_fonts): Remove, unused.
16762 (ns_font_to_xlfd, ns_fontname_to_xlfd): Drop prototypes.
16763 * nsfns.m (interpret_services_menu): Use NSMenuItem class.
16764 * nsfont.m (nsfont_open): Fix cast error in glyphs,metrics alloc.
16765 (nsfont_draw): Compare face colors to 0, not nil.
16766 * nsmenu.m (struct widget_value): Drop unneeded declaration.
16767 (EmacsMenu -addItemWithWidgetValue:, -fillWithWidgetValue:)
16768 (-addSubmenuWithTitle:): Use NSMenuItem class.
16769 (ns_popup_menu): Use NO, not NULL, for enabled setting.
16770 * nsterm.m (ns_draw_glyph_string): Don't compare font to ~0.
16771 (ns_clip_to_row): Make gc arg a BOOL.
16772 (ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in
16773 ns_clip_to_row() call.
16774 (ns_draw_glyph_string): Drop face comparison to ~0 (no longer
16775 used). Cast FRAME_FONT assignments.
16776 (ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:.
16777 (ns_string_to_lispmod): Change arg to const char.
16778 (ns_term_init): Use NSMenuItem class.
16779 (EmacsApp -openFile:): Move to different section of file.
16780 (EmacsApp -application:openFiles:): Don't return a value, call
16781 -replyToOpenOrPrint:.
16782 (EmacsView -keyDown:): Fix up cast.
16783 (EmacsView -converstationIdentifier): Use NSInteger instead of long.
16784 (EmacsView -menuDown:): Cast tag in call to
16785 find_and_call_menu_selection().
16786 (ns_list_fonts): Remove, unused.
16787 (ns_font_to_xlfd): Make static. Cast result of UTF8String.
16788 (ns_fontname_to_xlfd): Make static.
16789 * w32menu.c (xmalloc_widget_value, digest_single_submenu):
16790 Remove prototypes (now in keyboard.h).
16791 (next_menubar_widget_id): Remove, unused.
16792 * xmenu.c (xmalloc_widget_value, digest_single_submenu):
16793 Remove prototypes (now in keyboard.h).
16794 * xfaces.c (ns_list_fonts, w32_list_fonts): Remove, unused.
16795
16796 2008-08-01 Dan Nicolaescu <dann@ics.uci.edu>
16797
16798 * Makefile.in (dispnew.o, gtkutil.o, sound.o, atimer.o)
16799 (floatfns.o): Depend on syssignal.h.
16800 (term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC).
16801
16802 * systty.h: Fix previous change that removed BSD_TERMIOS.
16803 Add comments to #ifdefs.
16804
16805 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
16806
16807 * w32fns.c (w32-load-color-file): Remove.
16808 (x-open-connection): Use renamed Fx_load_color_file.
16809 * xfaces.c (x-load-color-file): Add.
16810 * nsterm.m (ns_initialize): Load colors from etc/rgb.txt instead of
16811 Emacs.clr.
16812 (hide_hourglass): BLOCK_INPUT before UNBLOCK.
16813
16814 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
16815
16816 * dbusbind.c (Fdbus_call_method_asynchronously)
16817 (Fdbus_method_error_internal): New defuns.
16818 (xd_read_message): Handle also reply messages.
16819 (Vdbus_registered_functions_table): Extend docstring.
16820
16821 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
16822
16823 * keyboard.c (gobble_input): Fix previous change.
16824
16825 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
16826
16827 * bitmaps/README:
16828 * xfns.c:
16829 * termcap.c:
16830 * term.c:
16831 * syswait.h:
16832 * systty.h:
16833 * systime.h:
16834 * syssignal.h:
16835 * sysdep.c:
16836 * process.h:
16837 * process.c:
16838 * print.c:
16839 * ndir.h:
16840 * lread.c:
16841 * keyboard.c:
16842 * getpagesize.h:
16843 * floatfns.c:
16844 * fileio.c:
16845 * emacs.c:
16846 * doc.c:
16847 * dispnew.c:
16848 * dired.c:
16849 * data.c:
16850 * callproc.c:
16851 * buffer.c:
16852 * README:
16853 * Makefile.in:
16854 * s/template.h:
16855 * s/msdos.h:
16856 * m/vax.h: Remove VMS support.
16857 * s/vms.h:
16858 * vlimit.h:
16859 * uaf.h:
16860 * temacs.opt:
16861 * param.h:
16862 * ioctl.h: Remove file.
16863
16864 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
16865
16866 * s/ms-w32.h (MULTI_KBOARD): Remove.
16867 * xterm.c:
16868 * xselect.c:
16869 * xfns.c:
16870 * window.c:
16871 * w32term.c:
16872 * w32fns.c:
16873 * terminal.c:
16874 * termhooks.h:
16875 * term.c:
16876 * sysdep.c:
16877 * keyboard.h:
16878 * keyboard.c:
16879 * frame.h:
16880 * frame.c:
16881 * frame.c: Remove references to MULTI_KBOARD, it is now the default.
16882 * config.in: Regenerate.
16883
16884 2008-07-30 Jason Rumney <jasonr@gnu.org>
16885
16886 * w32font.h (struct w32font_info): Use unicode version of textmetrics.
16887
16888 * w32font.c (w32font_encode_char): Leave as unicode if in range.
16889 (w32font_open_internal): Get unicode version of textmetrics.
16890 Don't enable or disable glyph indices here.
16891 (w32font_open): Disable use of glyph indices.
16892
16893 * w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
16894
16895 2008-07-30 Chong Yidong <cyd@stupidchicken.com>
16896
16897 * minibuf.c (Vread_buffer_function): Doc fix.
16898
16899 2008-07-30 John Paul Wallington <jpw@pobox.com>
16900
16901 * minibuf.c (read_buffer_completion_ignore_case): New var.
16902 (Fread_buffer): Use it.
16903
16904 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
16905
16906 * systty.h (sensemode): Remove empty #if. Remove reference to
16907 BSD_TERMIOS, unused.
16908
16909 * sysdep.c: Remove reference to DGUX.
16910 (closedir): Remove reference to BROKEN_CLOSEDIR, unused.
16911
16912 * config.in: Regenerate.
16913
16914 2008-07-30 Jason Rumney <jasonr@gnu.org>
16915
16916 * w32uniscribe.c (uniscribe_encode_char): Fix glyph buffer size.
16917
16918 2008-07-29 Jason Rumney <jasonr@gnu.org>
16919
16920 * w32uniscribe.c (uniscribe_shape): Avoid using context if cache
16921 is populated.
16922 (uniscribe_encode_char): Always use uniscribe.
16923 Avoid using context if cache is populated.
16924
16925 2008-07-29 Jan Djärv <jan.h.d@swipnet.se>
16926
16927 * xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to
16928 open menu.
16929
16930 * gtkutil.c (menu_nav_ended): Remove.
16931 (create_menus): Remove signal connect for menu_nav_ended.
16932
16933 2008-07-28 Chong Yidong <cyd@stupidchicken.com>
16934
16935 * xdisp.c (redisplay_window): Check return value of
16936 compute_window_start_on_continuation_line before forcing a window
16937 start.
16938
16939 2008-07-28 Jason Rumney <jasonr@gnu.org>
16940
16941 * w32font.c (w32font_text_extents): Use w32_metric_cache consistently.
16942
16943 * w32term.c (w32_enable_unicode_output, cleartype_active):
16944 Remove obsolete display options.
16945 (x_draw_glyph_string_background): Don't use old cleartype_active
16946 workaround.
16947 (w32_initialize): Remove cleartype_active initialization.
16948 (syms_of_w32term): Remove w32_enable_unicode_output initialization.
16949
16950 2008-07-28 Andreas Schwab <schwab@suse.de>
16951
16952 * lisp.h (init_weak_hash_tables, syms_of_font)
16953 (xd_read_queued_messages, syms_of_dbusbind): Declare.
16954 (remove_hash_entry): Don't declare.
16955 * eval.c (maybe_call_debugger): Make static and move before use.
16956 * gtkutil.c: Include <X11/Xft/Xft.h> if HAVE_XFT.
16957 * xdisp.c: Include "gtkutil.h" if USE_GTK.
16958 * xterm.h (x_set_frame_alpha): Declare.
16959
16960 2008-07-28 Jan Djärv <jan.h.d@swipnet.se>
16961
16962 * gtkutil.c (menu_nav_ended): Revert change from 2008-07-24.
16963 (create_menus): Connect selection-done to menu_nav_ended.
16964
16965 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
16966
16967 * nsfns.m (x-create-frame): Add copy of parms argument to beginning.
16968 Set Vx_resource_name to a fallback. Replace read of 'buffered'
16969 parameter with read of 'alpha' one.
16970 (Qns_frame_parameter): Remove.
16971 * nsselect.m (selection-coding-system)
16972 (next-selection-coding-system, Vselection_coding_system)
16973 (Vnext_selection_coding_system): Drop.
16974
16975 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
16976
16977 * nsfns.m (do-applescript, do_applescript): Rename to
16978 ns-do-applescript, ns_do_applescript, and move within file.
16979
16980 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
16981
16982 Remove support for Mac Carbon.
16983 * mactoolbox.c:
16984 * macterm.h:
16985 * macterm.c:
16986 * macselect.c:
16987 * macmenu.c:
16988 * macgui.h:
16989 * macfns.c:
16990 * mac.c: Remove file.
16991 * s/darwin.h:
16992 * m/intel386.h:
16993 * xfaces.c:
16994 * xdisp.c:
16995 * window.c:
16996 * tparam.c:
16997 * termhooks.h:
16998 * termcap.c:
16999 * term.c:
17000 * syssignal.h:
17001 * sysselect.h:
17002 * sysdep.c:
17003 * process.c:
17004 * lread.c:
17005 * lisp.h:
17006 * keyboard.c:
17007 * image.c:
17008 * fringe.c:
17009 * frame.h:
17010 * frame.c:
17011 * fontset.c:
17012 * font.h:
17013 * font.c:
17014 * fns.c:
17015 * fileio.c:
17016 * emacs.c:
17017 * dispnew.c:
17018 * dispextern.h:
17019 * config.in:
17020 * atimer.c:
17021 * Makefile.in: Remove code for Carbon.
17022
17023 2008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17024
17025 * macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.
17026
17027 2008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17028
17029 * macterm.h (kCGBitmapByteOrder32Host): New define for
17030 non-universal SDKs.
17031
17032 * image.c (mac_create_cg_image_from_image, image_load_image_io)
17033 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
17034
17035 * macterm.c (XDrawLine, XCreatePixmapFromBitmapData)
17036 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
17037
17038 2008-07-26 David Robinow <drobinow@gmail.com> (tiny change)
17039
17040 * w32inevt.c: Include dispextern.h.
17041
17042 2008-07-26 Andreas Schwab <schwab@suse.de>
17043
17044 * print.c (print_object): Fix off-by-one in last change.
17045
17046 2008-07-25 Juanma Barranquero <lekktu@gmail.com>
17047
17048 * term.c (syms_of_term): Don't initialize default_orig_pair,
17049 default_set_foreground and default_set_background on Windows.
17050
17051 2008-07-25 Jason Rumney <jasonr@gnu.org>
17052
17053 * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to
17054 ScriptItemize. Clean up return value checking. Remove unused
17055 variables.
17056 (uniscribe_encode_char): Encode non-BMP characters with uniscribe
17057 shaping engine.
17058
17059 * w32font.c (w32font_has_char): Handle the case where we can't
17060 determine the script for a character.
17061
17062 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
17063
17064 * term.c (syms_of_term): Initialize default_orig_pair,
17065 default_set_foreground, and default_set_background.
17066
17067 * getloadavg.c (nl): Rename to name_list to avoid ncurses.h
17068 clash (bug#86).
17069 (getloadavg): Callers changed.
17070
17071 * image.c (svg_load_image): Fix last change.
17072 (svg_load_image): Use rsvg_handle_get_dimensions to check that
17073 image size is valid. Use g_object_unref instead of deprecated
17074 rsvg_handle_free to free rsvg handle.
17075 (x_from_xcolors): Don't initialize pixmap (silence compiler).
17076
17077 2008-07-25 Jason Rumney <jasonr@gnu.org>
17078
17079 * w32font.c (w32font_encode_char): Encode characters outside BMP as
17080 surrogates before looking up glyph index.
17081 (w32font_text_extents): Encode as surrogates if falling back to
17082 functions that need UTF-16 wide chars.
17083
17084 * w32uniscribe.c (uniscribe_encode_char): Encode characters outside
17085 BMP as surrogates before looking up glyph index.
17086
17087 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
17088
17089 * image.c (svg_load_image): Check for failure in return value of
17090 rsvg_handle_get_pixbuf. Free rsvg handle when done.
17091
17092 2008-07-25 Jason Rumney <jasonr@gnu.org>
17093
17094 * w32font.c (Fx_select_font): Reverse sense of second arg.
17095
17096 2008-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
17097
17098 * syntax.c (struct lisp_parse_state, char_quoted, inc_bytepos)
17099 (dec_bytepos, find_defun_start): Use EMACS_INT for buffer positions.
17100
17101 * puresize.h (PURESIZE_CHECKING_RATIO): New macro.
17102 (PURESIZE): Use it.
17103
17104 2008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
17105
17106 * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs.
17107 * m/alpha.h (TEXT_END):
17108 * m/ibmrs6000.h (TEXT_END):
17109 * m/macppc.h (TEXT_END):
17110 * s/darwin.h (TEXT_END):
17111 * s/msdos.h (TEXT_END): Remove, unused.
17112 * s/gnu-linux.h (BSD_PGRPS): Add a comment.
17113 * s/cygwin.h: Remove comment.
17114
17115 * ecrt0.c (NODOT_GLOBAL_START): Remove code, unused.
17116 (DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES.
17117 * m/intel386.h (DOT_GLOBAL_START):
17118 * m/vax.h (DOT_GLOBAL_START): Remove, redundant with CRT0_DUMMIES.
17119 (USG): Remove, file not used on USG platforms.
17120
17121 * Makefile.in (HAVE_X11): Remove empty #else.
17122
17123 2008-07-24 Andreas Schwab <schwab@suse.de>
17124
17125 * fileio.c (Finsert_file_contents): Properly adjust undo list
17126 after format conversion.
17127
17128 2008-07-24 Jan Djärv <jan.h.d@swipnet.se>
17129
17130 * gtkutil.c (xg_get_font_name): Cast w to GTK_FONT_SELECTION_DIALOG.
17131 (menu_nav_ended): Remove.
17132 (create_menus): Remove signal connect for menu_nav_ended.
17133 (xg_update_menubar): Also take deactivate_cb as parameter, pass it to
17134 create_menus.
17135 (xg_modify_menubar_widgets): Pass deactivate_cb to xg_update_menubar.
17136
17137 2008-07-23 Jason Rumney <jasonr@gnu.org>
17138
17139 * w32font.c (w32_enumfont_pattern_entity): Return height consistent
17140 with opened font.
17141 (w32font_open): Set font type to gdi.
17142
17143 * w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
17144
17145 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
17146
17147 * s/usg5-4.h (ADDR_CORRECT): Remove, unused.
17148 * unexaix.c (ADDR_CORRECT): Remove conditional, the only user
17149 defines it.
17150 * unexec.c (ADDR_CORRECT): Define unconditionally.
17151
17152 * m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
17153
17154 * unexec.c: Remove code depending on !COFF and USG, the file is
17155 not used for such systems.
17156
17157 * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK):
17158 * s/freebsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, unused.
17159 (LD_SWITCH_SYSTEM_1): Remove, update users.
17160
17161 * s/darwin.h (DATA_END):
17162 * m/intel386.h (DATA_END):
17163 * m/ibmrs6000.h (DATA_END):
17164 * m/alpha.h (DATA_END): Remove, unused.
17165
17166 * config.in: Regenerate.
17167 * s/ms-w32.h (subprocesses): Define unconditionally.
17168 * s/template.h (subprocesses): Update comment.
17169 * s/vms.h (subprocesses):
17170 * s/usg5-4.h (subprocesses):
17171 * s/hpux10-20.h (subprocesses):
17172 * s/gnu-linux.h (subprocesses):
17173 * s/cygwin.h (subprocesses):
17174 * s/bsd-common.h (subprocesses):
17175 * s/aix4-2.h (subprocesses):
17176 * s/darwin.h (subprocesses): Do not define, defined by default now.
17177
17178 * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
17179 Remove all references.
17180 (temacs): Add GNUstep specific ld flags.
17181
17182 * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing,
17183 similarly to what X does.
17184
17185 2008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
17186
17187 * nsfns.m (x-list-fonts): Remove.
17188 (syms_of_nsfns): Drop the x-list-fonts declaration.
17189 * nsterm.m: Get rid of remaining "//" comments.
17190
17191 2008-07-22 Chong Yidong <cyd@stupidchicken.com>
17192
17193 * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix.
17194
17195 * nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p)
17196 (Fx_get_selection_internal, Fns_rotate_cut_buffers_internal)
17197 (Fns_own_selection_internal, Fx_disown_selection_internal)
17198 (Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal):
17199
17200 * nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /*
17201 ... */' style of docstrings. Doc fixes.
17202
17203 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
17204
17205 * terminfo.c (UP, BC, PC): Undo previous change.
17206
17207 * nsfns.m: Rename ns prefixed functions/variables to the
17208 corresponding x versions. Update references.
17209
17210 2008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
17211
17212 * syntax.c (char_quoted): Check "charpos > beg" before decrementing.
17213
17214 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
17215
17216 * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines):
17217 Remove forwarding functions.
17218 (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make
17219 non-static.
17220 (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make
17221 non-static.
17222 (ns_frame_parm_handlers): Use the new names.
17223 (syms_of_nsfns): Move to the end of file.
17224
17225 * nsterm.m (syms_of_nsterm): Move to the end of file.
17226
17227 * dispnew.c (init_display): Remove code for X10.
17228
17229 2008-07-22 Jason Rumney <jasonr@gnu.org>
17230
17231 * w32proc.c (Fw32_long_file_name): Don't append dir separator to
17232 bare drive.
17233
17234 2008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
17235
17236 * nsterm.m (syms_of_nsterm): Remove debugging println.
17237
17238 2008-07-22 David Reitter <david.reitter@gmail.com>
17239
17240 * nsfns.m (do_applescript, F_do_applescript): NS version of the
17241 Carbon implementation of the same functionality: execute arbitrary
17242 AppleScript code.
17243
17244 2008-07-21 Adrian Robert <Adrian.B.Robert@gmail.com>
17245
17246 * nsfns.m (Fx_create_frame, Fx_read_file_name, Fx_get_resource)
17247 (Fx_set_resource, Fx_set_alpha, Fx_server_max_request_size)
17248 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
17249 (Fx_display_mm_height, Fx_display_mm_width)
17250 (Fx_display_backing_store, Fx_display_visual_class)
17251 (Fx_display_save_under, Fx_open_connection)
17252 (Fx_close_connection, Fx_hide_emacs, Fx_font_name)
17253 (Fx_list_colors, Fx_perform_service, Fx_color_defined_p)
17254 (Fx_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
17255 (Fx_display_pixel_width, Fx_display_pixel_height)
17256 (Fx_display_usable_bounds, Fx_display_planes)
17257 (Fx_display_color_cells, Vns_icon_type_alist): Change to use 'doc: /*
17258 ... */' style of docstrings.
17259
17260 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
17261
17262 * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used
17263 on this platform.
17264 (mips):
17265 * m/iris4d.h (mips): Do not define.
17266 * sysdep.c (init_sys_modes): Use __mips__ instead of mips.
17267
17268 * m/ibmrs6000.h (LD_SWITCH_SITE): Remove.
17269
17270 * image.c:
17271 * nsfns.m:
17272 * nsselect.m:
17273 * nsterm.h:
17274 * nsterm.m: Rename ns prefixed functions/variables to the
17275 corresponding x versions. Update references.
17276
17277 * m/ibms390x.h (NO_REMAP): Do not undefine.
17278
17279 * m/amdx86-64.h: Use SOLARIS2 instead of sun.
17280
17281 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
17282
17283 * nsfns.m: Change NS to Nextstep in docstrings and error messages.
17284 (Fns_create_frame, Fns_read_file_name, Fns_get_resource)
17285 (Fns_set_resource, Fns_set_alpha, Fns_server_max_request_size)
17286 (Fns_server_vendor, Fns_server_version, Fns_display_screens)
17287 (Fns_display_mm_height, Fns_display_mm_width)
17288 (Fns_display_backing_store, Fns_display_visual_class)
17289 (Fns_display_save_under, Fns_open_connection)
17290 (Fns_close_connection, Fns_hide_emacs, Fns_font_name)
17291 (Fns_list_colors, Fns_perform_service, Fns_color_defined_p)
17292 (Fns_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
17293 (Fns_display_pixel_width, Fns_display_pixel_height)
17294 (Fns_display_usable_bounds, Fx_display_planes)
17295 (Fns_display_color_cells, Vns_icon_type_alist): Doc fixes.
17296
17297 2008-07-21 Ami Fischman <ami@fischman.org> (tiny change)
17298
17299 * print.c (print_object): Check print_depth before searching for
17300 circularities.
17301
17302 2008-07-21 Michael Albinus <michael.albinus@gmx.de>
17303
17304 * dbusbind.c (Fdbus_register_signal): Use sprintf + strcat instead
17305 only sprintf.
17306
17307 2008-07-21 Kenichi Handa <handa@m17n.org>
17308
17309 * ftfont.c (adjust_anchor): Check if DeltaValue is not NULL.
17310
17311 2008-07-20 Andreas Schwab <schwab@suse.de>
17312
17313 * syntax.c (find_start_pos, find_start_value)
17314 (find_start_value_byte, find_start_begv, find_defun_start)
17315 (back_comment, scan_sexps_forward): Use EMACS_INT for buffer positions.
17316
17317 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
17318
17319 * s/sol2-3.h: Insert contents of s/sol2.h.
17320 (LD_SWITCH_SYSTEM): Remove redundant definition.
17321 * s/sol2.h: Remove, unused.
17322
17323 2008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
17324
17325 * nsterm.m (ns_get_color): Recognize HSB,AHSB be synonyms for HSV,AHSV.
17326
17327 2008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
17328
17329 * Makefile.in (ns_appdir): Fix typo in find command.
17330
17331 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
17332
17333 * m/intel386.h (NO_REMAP): Do no define for USG, not used.
17334
17335 * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
17336 added not supported anymore.
17337
17338 * s/usg5-4-2.h (LIBS_SYSTEM):
17339 * s/sol2.h (LIBS_SYSTEM): Do not undefine.
17340
17341 * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF):
17342 * s/lynxos.h (GETPGRP_NO_ARG):
17343 * s/hpux10-20.h (NO_SIOCTL_H):
17344 * s/gnu.h (GETPGRP_NO_ARG):
17345 * s/gnu-linux.h (NO_SIOCTL_H):
17346 * s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF):
17347 * s/cygwin.h (GETPGRP_NO_ARG):
17348 * s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused.
17349 (C_DEBUG_SWITCH): Remove duplicate definition.
17350
17351 * m/ibms390.h: Remove boilerplate comments.
17352
17353 * sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4.
17354
17355 * process.c (HAVE_SERIAL): Consolidate ifdefs.
17356 (wait_reading_process_output): Remove code for SunOS, platform not
17357 supported anymore. Use SOLARIS2 instead of sun.
17358
17359 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
17360
17361 * font.c (font_open_by_name): Under NS, default lface height to zero.
17362 (font_open_for_lface): Under NS, set size based on frame fontsize.
17363 * nsterm.m (EmacsView-changeFont:): Remove some commented code.
17364 * frame.c (x_set_frame_parameters): Remove HAVE_NS ifdef.
17365
17366 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
17367
17368 * nsterm.m (ns_antialias_text, ns_use_qd_smoothing)
17369 (ns_use_system_highlight_color): Switch these from DEFVAR_BOOL to
17370 DEFVAR_LISP and change all code accordingly to use Qt/Qnil instead of
17371 YES/NO.
17372 * nsterm.h (prevUseHighlightColor): Make a Lisp_Object.
17373 * nsfont.m (nsfont_draw): Treat ns_use_qd_smoothing as Lisp_Object.
17374 * Makefile.in (clean): Clear out build destination dir.
17375
17376 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
17377
17378 * Makefile.in (nsgui.h-related dependencies): Remove abbrev, xfns,
17379 xterm, xselect.
17380 * lisp.h: Remove declaration of hash_remove.
17381 * nsgui.h: Remove redefinitions of hash_remove.
17382 * fns.c (hash_remove): Rename to hash_remove_from_table.
17383
17384 2008-07-19 Seiji Zenitani <zenitani@mac.com>
17385
17386 * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font):
17387 strdup() the family UTF8String before modifying it.
17388
17389 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
17390
17391 * nsterm.m (ns_maybe_dumpglyphs_background): Compare result from
17392 NS_FACE_BACKGROUND with 0 instead of nil.
17393 * nsfont.m (nsfont_draw): Same.
17394
17395 2008-07-19 Chong Yidong <cyd@stupidchicken.com>
17396
17397 * nsfns.m (ns_set_background_color): Fix crash.
17398
17399 2008-07-18 Chong Yidong <cyd@stupidchicken.com>
17400
17401 * Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
17402
17403 2008-07-18 Dan Nicolaescu <dann@ics.uci.edu>
17404
17405 * puresize.h (BASE_PURESIZE): Increase to 1240000.
17406
17407 2008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17408
17409 * gtkutil.c: Include <config.h> instead of "config.h".
17410
17411 * lisp.h (Foverlay_buffer): Add EXFUN.
17412
17413 * process.c (create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
17414 child process to complete child_setup. Undo 2005-09-21 change.
17415
17416 * s/darwin.h: Mention setsid after vfork.
17417
17418 2008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17419
17420 * Makefile.in (frame.o, keyboard.o, xdisp.o, xfaces.o):
17421 Depend on macgui.h.
17422
17423 * macfns.c (Fx_server_version): Don't use gestaltSystemVersionMajor,
17424 gestaltSystemVersionMinor, or gestaltSystemVersionBugFix.
17425
17426 * macterm.c (keycode_to_xkeysym_table): Add entries for f17, f18,
17427 and f19.
17428 [MAC_OSX] (fn_keycode_to_keycode_table): Likewise.
17429
17430 * macterm.h (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
17431 (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
17432 Remove enumerators.
17433
17434 * mactoolbox.c [USE_MAC_TSM] (mac_handle_text_input_event):
17435 Check if FACE_FROM_ID returns NULL.
17436
17437 2008-07-17 David Robinow <drobinow@gmail.com> (tiny change)
17438
17439 * w32inevt.c (change_frame_size): Remove extern declaration.
17440 (resize_event, maybe_generate_resize_event): Pass SAFE arg to
17441 change_frame_size.
17442
17443 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
17444
17445 * getloadavg.c: Revert last change (2008-07-15).
17446
17447 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
17448
17449 * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables
17450 set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc set
17451 from configure.
17452
17453 2008-07-17 Dan Nicolaescu <dann@ics.uci.edu>
17454
17455 * s/sol2.h:
17456 * s/sol2-4.h: Reorganize conditionals.
17457
17458 * ecrt0.c: Remove code depending on m68000, not used anymore.
17459
17460 * fns.c (hash_remove): Make static.
17461 * lisp.h (hash_remove): Don't prototype.
17462
17463 * m/ibmrs6000.h:
17464 * m/ibms390x.h:
17465 * m/macppc.h: Remove boilerplate comments.
17466
17467 * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on
17468 Solaris, which does not need them.
17469
17470 * m/vax.h: Remove comments about unsupported systems.
17471
17472 * s/darwin.h: Reorganize ifdefs.
17473
17474 2008-07-17 Andreas Schwab <schwab@suse.de>
17475
17476 * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
17477
17478 2008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
17479
17480 Use SDATA. Follow coding convention of placing operators at
17481 beginning of next line rather than end of previous line, and placing
17482 spaces around infix operators.
17483
17484 * Makefile.in: Undef LIB_STANDARD before defining it to silence warning
17485 in case it was defined already.
17486 USE @GNUSTEP_MAKEFILES@ rather than envvars.
17487 * nsterm.m (ns_term_init): Pass Qt and Qnil rather than YES/NO to
17488 ns_default.
17489 (applicationShouldTerminate, setValuesFromPanel): Use EQ to compare
17490 Lisp_Objects.
17491 * nsterm.h (Fx_display_grayscale_p, Fx_display_planes)
17492 (ns_defined_color, ns_color_to_lisp): Declare.
17493 * nsselect.m (ns_handle_selection_request, ns_handle_selection_clear)
17494 (Fns_own_selection_internal): Make the big ugly hack more explicit, so
17495 it's accepted even with USE_LISP_UNION_TYPE.
17496 * nsmenu.m (ns_update_menubar): Use EQ to compare Lisp_Objects.
17497 (update_frame_tool_bar): Remove apparently obsolete tests for
17498 non-integerness of f->tool_bar_lines.
17499 (windowShouldClose, addButton, clicked, runDialogAt): Make the big ugly
17500 hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE.
17501 * nsfont.m (nsfont_driver): Use just 0 rather than an invalid cast.
17502 (nsfont_open): Don't confuse NULL for Qnil.
17503 * nsfns.m (ns_implicitly_set_icon_type): Use EQ to compare Lisp_Objects.
17504 * menu.h (find_and_call_menu_selection):
17505 * menu.c (find_and_call_menu_selection): Use just int for vector size.
17506 (find_and_return_menu_selection): Always return something.
17507 * frame.h: Include dispextern.h for Display_Info.
17508 (display_x_get_resource): Declare.
17509
17510 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
17511
17512 * syntax.c: Remove stdio.h include accidentally introduced in
17513 Emacs.app commit.
17514 * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
17515 NS_IMPL_COCOA.
17516 * keyboard.c (handle_async_input, input_available_signal): Remove
17517 BSD4_1 conditional code, introduced accidentally in Emacs.app commit.
17518
17519 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
17520
17521 * nsterm.m (lisp_to_mod): Use parse_solitary_modifier instead.
17522 (ns_lisp_to_color): Don't mess with internal Lisp data fields.
17523 (ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts):
17524 Use SDATA.
17525
17526 * keymap.c: Remove all NS-specific code.
17527 (where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
17528 (preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
17529 where_is_preferred_modifier, return a different value depending on how
17530 preferred is the binding.
17531 (where_is_internal): Adjust accordingly.
17532 (Fwhere_is_internal): Refresh where_is_preferred_modifier.
17533 Adjust to new preferred_sequence_p.
17534 (syms_of_keymap): Declare `where-is-preferred-modifier'.
17535 * keyboard.c (parse_solitary_modifier): Not static any more.
17536 * keyboard.h (parse_solitary_modifier): Declare.
17537
17538 2008-07-16 Andreas Schwab <schwab@suse.de>
17539
17540 * Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
17541 of easymenu.
17542
17543 2008-07-16 Chong Yidong <cyd@stupidchicken.com>
17544
17545 * xdisp.c (move_it_in_display_line): Account for word wrap, so
17546 that we don't move off the line.
17547
17548 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
17549
17550 * keyboard.c (Qsuper): Remove.
17551 (parse_menu_item): Don't call where_is_internal specially for NS.
17552
17553 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
17554
17555 * s/gnu-linux.h: Remove boilerplate comments.
17556
17557 * m/alpha.h (__ELF__): Consolidate conditions.
17558
17559 * m/m68k.h (linux): Use GNU_LINUX instead.
17560 Remove boilerplate comments.
17561
17562 * m/intel386.h: Undo refactoring from previous change.
17563 (LIB_STANDARD): All systems that define USG define LIB_STANDARD
17564 too, remove dead code.
17565 (linux): Use GNU_LINUX instead.
17566
17567 2008-07-16 Jason Rumney <jasonr@gnu.org>
17568
17569 * w32gui.h: Repeat 26 June changes lost by last change.
17570
17571 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
17572
17573 * systty.h: Remove code for Aix on 386, unsupported platform.
17574
17575 * s/ms-w32.h: Remove boilerplate comments.
17576 (fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused.
17577
17578 * s/gnu-linux.h (TERM): Remove support.
17579 (HAVE_SYSVIPC): Remove, unused.
17580 (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
17581 for this system.
17582
17583 * process.c: Remove support for IRIS, unused.
17584 Remove support for TERM, not relevant anymore.
17585
17586 * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
17587 used with the definition.
17588
17589 * s/aix4-2.h (static): Do not undef.
17590
17591 * m/ibmrs6000.h: Remove code depending on USG5_4, this file is
17592 only used on Aix.
17593 (HAVE_SYSVIPC): Remove, unused.
17594
17595 * m/hp800.h (CANNOT_DUMP): Do not undef.
17596
17597 * m/alpha.h: Fix comment.
17598
17599 * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
17600 (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
17601 used by this configuration.
17602 * emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
17603 * unexec.c: Remove code depending on HPUX and
17604 USG_SHARED_LIBRARIES, not used with this file. Remove code
17605 depending on IRIS, unused. Remove if 0-ed code.
17606
17607 * s/template.h: Remove comments about static.
17608
17609 * sysdep.c: Remove code depending on NEED_PTEM_H, unused.
17610 Remove if 0-ed code.
17611 (baud_convert): Don't depend on BAUD_CONVERT, all definitions the
17612 were the same as the default.
17613 * s/vms.h (BAUD_CONVERT): Remove, same as the default.
17614 Remove boilerplate comments.
17615 * s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
17616 (HAVE_SYSVIPC): Remove, unused.
17617 (LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.
17618
17619 * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
17620 Remove boilerplate comments.
17621 * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
17622 Remove boilerplate comments.
17623 * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
17624 Remove boilerplate comments.
17625 * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
17626
17627 * m/intel386.h (DATA_SEG_BITS): Remove definitions, only used on
17628 USG systems which do not use DATA_SEG_BITS.
17629 Refactor code. Remove boilerplate comments.
17630
17631 * m/ibms390.h:
17632 * m/m68k.h:
17633 * s/bsd-common.h:
17634 * s/cygwin.h:
17635 * s/darwin.h:
17636 * s/freebsd.h:
17637 * s/gnu.h:
17638 * s/msdos.h: Remove boilerplate comments.
17639
17640 * m/iris4d.h: Remove boilerplate comments and code for systems that
17641 do not use this file.
17642 (IRIS_4D): Remove, unused.
17643
17644 * m/mips.h: Remove boilerplate comments and code for systems that
17645 do not use this file.
17646 (SIGN_EXTEND_CHAR):
17647 * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
17648 * unexmips.c: Remove file, unused.
17649
17650 * editfns.c (Fuser_full_name): Replace the only use of
17651 USER_FULL_NAME with its value.
17652 * config.in: Regenerate.
17653
17654 2008-07-16 David Reitter <david.reitter@gmail.com>
17655
17656 * Makefile.in: Add ns-win, ns-carbon-compat, easy-mmode and
17657 easy-menu to SOME_MACHINE_LISP for the new NeXTstep port.
17658
17659 2008-07-16 Glenn Morris <rgm@gnu.org>
17660
17661 * emacs.c (system-type): Doc fix.
17662
17663 2008-07-15 Stefan Monnier <monnier@iro.umontreal.ca>
17664
17665 * keyboard.c (parse_menu_item): Don't use cachelist, even under NS.
17666 If the cache doesn't work, let's fix it, rather than work around it.
17667
17668 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
17669
17670 * Makefile.in: Correct additions for nsfont.o in last commit.
17671 * nsfont.m: New file (forgot last commit).
17672
17673 2008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
17674
17675 * callproc.c (set_initial_environment):
17676 Initialize Vprocess_environment under CANNOT_DUMP (fixes crash when
17677 batch-compiling for bootstrap).
17678
17679 2008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
17680 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17681
17682 * frame.c (make_initial_frame): Call init_frame_faces(f) in
17683 CANNOT_DUMP case -- fix crash due to different init order.
17684
17685 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
17686
17687 Changes and additions for NeXTstep windowing system (Cocoa and
17688 GNUstep) support.
17689
17690 * Makefile.in:
17691 * config.in: Support defines and build commands for NS port.
17692 * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
17693 (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G.
17694 * dispextern.h: Include nsgui.h and add needed typedefs under NS
17695 windowing.
17696 (struct face): Add synth_ital field.
17697 * dispnew.c: Include nsterm.h when compiling under NS windowing.
17698 (init_display): Initialize Vinitial_window_system to "ns" when so
17699 compiled.
17700 * emacs.c: Include GSConfig.h when compiling under GNUstep.
17701 (display_arg): Use under NS.
17702 (main): Under NS, allocate autorelease pool and handle command line
17703 args. Move syms_of_xmenu() call under #ifdef HAVE_X_WINDOWS.
17704 (standard_args): Add NS-specific args.
17705 (shut_down_emacs): Shut down NS terminal if compiled under NS.
17706 * font.c (DEFAULT_ENCODING): New variable.
17707 (font_find_for_lface): Use it.
17708 (syms_of_font): Load syms_of_nsfont under NS.
17709 * font.h: Declare nsfont_driver when compiled under NS.
17710 * fontset.c: When compiling under NS, include nsterm.h.
17711 (fontset_from_font): Autoconstruct fontset under NS.
17712 * frame.c (various): Under NS, include nsterm.h, add Qns window system
17713 symbol, document and use it.
17714 (do_switch_frame): When for_deletion under Cocoa, add
17715 Fraise_frame(Qnil).
17716 (x_set_frame_parameters): Ensure font attribute changes are picked up.
17717 (x_get_arg): Allow "yes" and "no" as boolean values.
17718 (syms_of_frame): Declare Qns. Init Vdefault_frame_scroll_bars to
17719 Qright under Cocoa.
17720 (focus-follows-mouse): Default to 0 under NS.
17721 * frame.h (enum output_method): Add output_ns.
17722 (external_tool_bar, external_menu_bar, FRAME_EXTERNAL_TOOLBAR)
17723 (FRAME_EXTERNAL_MENU_BAR): Use under NS.
17724 (FRAME_WINDOW_P): NS-specific definition.
17725 * fringe.c (max_used_fringe_bitmap): Make public.
17726 * getloadavg.c (mach/mach.h): Include it under NeXT descendant OS's.
17727 (getloadavg): Use NeXT code under descendant OS's.
17728 * image.c (includes and header section, x_create_bitmap_from_data)
17729 (x_create_bitmap_from_file, free_bitmap_record, image_background)
17730 (image_background_transparent, x_clear_image_1)
17731 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
17732 (Create_Pixmap_From_Bitmap_Data, xpm_load_image, lookup_rgb_color)
17733 (x_to_xcolors, x_from_xcolors, x_disable_image)
17734 (x_build_heuristic_mask, syms_of_image): Add NS support parallel to
17735 other GUIs, including XPM support using code originally written for
17736 Carbon GUI.
17737 (png_load, jpeg_load, tiff_load, gif_load): Add implementations
17738 using NS API.
17739 (image_ascent): Use font metrics macros instead of direct struct field
17740 access.
17741 * keyboard.c (includes): Add nsterm.h when compiling under NS.
17742 (kbd_buffer_get_event): Handle NS as other GUI windowing systems.
17743 Also, handle NS as GTK for menu bar purposes.
17744 (make_lispy_event): Handle NS as other GUI windowing systems, and as X
17745 toolkit where they differ.
17746 (parse_menu_item): Prefer keybindings using 'super' modifier. Also,
17747 use cachelist, still needed under NS.
17748 * keyboard.h (ENCODE_MENU_STRING, XtPointer, Boolean): Handle as NTGUI.
17749 (struct widget_value): Define it here for menu.c.
17750 * keymap.c (includes): Include modifier internals.
17751 (lisp_to_mod, modifier_sequence_p): New functions, compiled only under
17752 NS.
17753 (where_is_internal, Fwhere_is_internal): When compiled under NS, add
17754 support for preferring sequences using certain modifiers, specified by
17755 the FIRSTONLY argument.
17756 * lisp.h (hash_remove): Rename to avoid name clash when compiling
17757 under NS GNUstep implementation.
17758 (USE_LSB_TAG): Use it under Cocoa when compiling under NS.
17759 * lread.c (init_lread): Treat NS as HAVE_CARBON for turn_off_warning.
17760 * menu.c: Include nsterm.h under NS.
17761 (single_menu_item, parse_single_submenu, xmalloc_widget_value)
17762 (free_menubar_widget_tree_value, update_submenu_strings)
17763 (find_and_call_menu_selection): Treat NS as X and NT.
17764 (find_and_return_menu_selection): New function, used for popup menus.
17765 * nsgui.h:
17766 * nsterm.h:
17767 * nsfns.m:
17768 * nsimage.m:
17769 * nsmenu.m:
17770 * nsselect.m:
17771 * nsterm.m: New files.
17772 * process.c (wait_reading_process_output): Under NS, call ns_select()
17773 instead of plain select().
17774 * syntax.c (char_quoted): Under NS, avoid a crash when called near
17775 beginning of buffer.
17776 * sysselect.h (init_process): Rename when compiling under Cocoa to
17777 avoid name conflict.
17778 * termhooks.h (display_info): Add ns_display_info to union.
17779 * terminal.c (Fterminal_live_p): Add ns to terminal types.
17780 * terminfo.c (UP, BC, PC): Don't declare when compiling under NS in
17781 COCOA environment.
17782 * unexnext.c: Update to work with mach API on Mac OS X, and to use new
17783 unexec() signature. (Note, this will dump, but the resulting file
17784 crashes; unexosx is used instead; keeping around for reference and
17785 possible aid in getting dump working under GNUstep.)
17786 * w32gui.h (button_type, widget_value): Remove definitions (now in
17787 keyboard.h).
17788 * window.c: Include nsterm.h when compiling under NS.
17789 * xdisp.c (includes): Include nsterm.h when compiling under NS.
17790 (set_frame_menubar, update_menu_bar, display_menu_bar): Handle NS as
17791 other GUI windowing systems.
17792 (update_tool_bar, redisplay_tool_bar, redisplay_window): Handle NS as
17793 GTK.
17794 (x_consider_frame_title): Under NS, set icon type and frame
17795 modified-state indicator; use ns_set_name_as_filename() when using
17796 formatted title.
17797 (update_window_cursor): Make public when compiling under NS.
17798 (display_hourglass_p, syms_of_xdisp, hourglass_shown_p)
17799 (hourglass_atimer, Vhourglass_delay
17800 * xfaces.c (header section, init_frame_faces, clear_font_table)
17801 (defined_color, unload_color, x_face_list_fonts)
17802 (prepare_face_for_display): Add NS support parallel to other GUIs.
17803 Emulate GCs like other non-X GUIs.
17804 (split_font_name): Don't lowercase font name under NS.
17805 (merge_face_ref, Finternal_set_lisp_face_attribute): Support stippling
17806 under NS.
17807 * s/darwin.h: Add support for compilation under NS.
17808
17809 2008-07-15 Jason Rumney <jasonr@gnu.org>
17810
17811 * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
17812 (w32_show_hourglass): Rename from show_hourglass.
17813 (w32_hide_hourglass): Rename from hide_hourglass.
17814 (DEFAULT_HOURGLASS_DELAY): Revert from last change.
17815 (Vhourglass_delay): Declare extern.
17816 (hourglass_started): Remove.
17817
17818 * xdisp.c (Vhourglass_delay): Remove static.
17819 (hourglass_started, start_hourglass, cancel_hourglass):
17820 Don't include these versions on WINDOWSNT.
17821
17822 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
17823
17824 * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern
17825 variables (formerly in xfns.c).
17826 (show_hourglass, hide_hourglass): New prototypes (same).
17827 * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer)
17828 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly
17829 in xfns.c).
17830 (syms_of_xdisp): Declare/initialize display-hourglass,
17831 hourglass-delay. Initialize hourglass_atimer, hourglass_shown_p.
17832 (hourglass_started, start_hourglass, cancel_hourglass): New functions,
17833 formerly in xfns.c.
17834 * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
17835 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
17836 (start_hourglass, cancel_hourglass): Remove.
17837 (show_hourglass, hide_hourglass): Remove prototypes and static
17838 modifiers.
17839 (syms_of_xfns): Remove display-hourglass, hourglass-delay,
17840 hourglass_atimer, hourglass_shown_p declaration/initialization.
17841 * macfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
17842 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
17843 (start_hourglass, cancel_hourglass): Remove.
17844 (show_hourglass, hide_hourglass): Remove prototypes and static
17845 modifiers.
17846 (syms_of_macfns): Remove display-hourglass, hourglass-delay,
17847 hourglass_atimer, hourglass_shown_p declaration/initialization.
17848 * w32fns.c (display_hourglass_p, Vhourglass_delay)
17849 (DEFAULT_HOURGLASS_DELAY): Remove.
17850 (syms_of_w32fns): Remove display-hourglass, hourglass-delay,
17851 hourglass_shown_p declaration/initialization.
17852
17853 2008-07-14 Jason Rumney <jasonr@gnu.org>
17854
17855 * w32fns.c (w32_get_arg): Remove wrapper function.
17856 (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg
17857 directly.
17858 (Fx_create_frame): Sync with xfns.c. Use x_get_arg directly.
17859
17860 2008-07-14 Kenichi Handa <handa@m17n.org>
17861
17862 * xfont.c (xfont_open): Add workaround for X's bug.
17863
17864 2008-07-14 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
17865
17866 * fontset.c: Include <stdio.h> unconditionally.
17867
17868 2008-07-13 Michael Albinus <michael.albinus@gmx.de>
17869
17870 * dbusbind.c (Fdbus_register_signal): Allow also signal arguments
17871 for filtering.
17872
17873 2008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
17874
17875 * s/vms.h: Use __GNUC__ instead of _GNUC_.
17876
17877 * m/macppc.h:
17878 * m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals.
17879
17880 * m/ibms390x.h (XINT, XUINT): Don't define, same as the default.
17881 (SPECIAL_EMACS_INT):
17882 * m/ia64.h (SPECIAL_EMACS_INT):
17883 * m/amdx86-64.h (SPECIAL_EMACS_INT):
17884 * s/gnu.h (NLIST_STRUCT):
17885 * s/aix4-2.h (X11R5_INHIBIT_I18N):
17886 * s/gnu-linux.h (LINUX):
17887 * s/msdos.h (HAVE_FACES):
17888 * s/ms-w32.h (HAVE_FACES): Don't define, unused.
17889
17890 * systty.h:
17891 * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
17892 anymore.
17893
17894 2008-07-12 Dan Nicolaescu <dann@ics.uci.edu>
17895
17896 * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was
17897 always defined as int.
17898
17899 * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
17900 * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
17901 * s/gnu-linux.h (HAVE_WAIT_HEADER):
17902 * s/freebsd.h (HAVE_WAIT_HEADER):
17903 * s/bsd-common.h (HAVE_UNION_WAIT):
17904 * s/aix4-2.h (HAVE_WAIT_HEADER):
17905 * m/mips.h (HAVE_UNION_WAIT):
17906 * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
17907 (COFF, static): Do not define, they are undefined later in the file.
17908
17909 * process.c (update_status): Don't use a union.
17910 (status_convert):
17911 (sigchld_handler): Use int instead of WAITTYPE.
17912
17913 2008-07-12 Chong Yidong <cyd@stupidchicken.com>
17914
17915 * indent.c (Fvertical_motion): Restore hscroll before moving to
17916 goal column.
17917
17918 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
17919
17920 * lisp.h: Remove left over code.
17921
17922 2008-07-11 Andreas Schwab <schwab@suse.de>
17923
17924 * lisp.h: Fix logic in last change.
17925
17926 * menu.h: New file.
17927 * menu.c: Include it.
17928 * xmenu.c: Likewise.
17929 * Makefile.in: Update dependencies.
17930
17931 2008-07-11 Kenichi Handa <handa@m17n.org>
17932
17933 * fontset.c (fontset_from_font): Cancel the previous change.
17934
17935 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
17936
17937 * lisp.h:
17938 * w32heap.c:
17939 * emacs.c:
17940 * alloc.c: Replace all references of NO_UNION_TYPE with
17941 USE_LISP_UNION_TYPE.
17942
17943 * m/xtensa.h (NO_UNION_TYPE):
17944 * m/vax.h (NO_UNION_TYPE):
17945 * m/template.h (NO_UNION_TYPE):
17946 * m/sparc.h (NO_UNION_TYPE):
17947 * m/mips.h (NO_UNION_TYPE):
17948 * m/macppc.h (NO_UNION_TYPE):
17949 * m/m68k.h (NO_UNION_TYPE):
17950 * m/iris4d.h (NO_UNION_TYPE):
17951 * m/intel386.h (NO_UNION_TYPE):
17952 * m/ibms390x.h (NO_UNION_TYPE):
17953 * m/ibms390.h (NO_UNION_TYPE):
17954 * m/ibmrs6000.h (NO_UNION_TYPE):
17955 * m/ia64.h (NO_UNION_TYPE):
17956 * m/hp800.h (NO_UNION_TYPE):
17957 * m/arm.h (NO_UNION_TYPE):
17958 * m/amdx86-64.h (NO_UNION_TYPE):
17959 * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
17960 defining it the same.
17961
17962 2008-07-10 Chong Yidong <cyd@stupidchicken.com>
17963
17964 * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line.
17965
17966 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
17967
17968 * fileio.c:
17969 * sysdep.c:
17970 * systty.h:
17971 * m/ibmrs6000.h:
17972 * m/iris4d.h:
17973 * s/aix4-2.h:
17974 * s/freebsd.h:
17975 * s/gnu-linux.h:
17976 * s/hpux10-20.h:
17977 * s/hpux11.h:
17978 * s/netbsd.h:
17979 * s/sol2-3.h:
17980 * s/sol2-4.h:
17981 * s/sol2.h:
17982 * s/usg5-4.h:
17983 * s/vms.h: Remove references to unused variables.
17984
17985 2008-07-10 Andreas Schwab <schwab@suse.de>
17986
17987 * ftfont.c (ftfont_resolve_generic_family): Remove foundry from
17988 pattern before matching the generic family.
17989
17990 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
17991
17992 * unexec.c:
17993 * s/vms.h:
17994 * s/usg5-4-2.h:
17995 * s/sol2-5.h:
17996 * s/freebsd.h:
17997 * s/darwin.h: Remove dead code.
17998
17999 * m/template.h:
18000 * m/sparc.h:
18001 * m/mips.h:
18002 * m/m68k.h:
18003 * m/iris4d.h:
18004 * m/intel386.h:
18005 * m/ibms390x.h:
18006 * m/ibms390.h:
18007 * m/ia64.h:
18008 * m/hp800.h:
18009 * m/arm.h:
18010 * m/amdx86-64.h: Remove dead code and references to unused
18011 and compiler defined symbols.
18012
18013 * unexmips.c:
18014 * unexelf.c: Remove references to desupported systems.
18015
18016 * m/powermac.h: Remove file, it is now identical to m/macppc.h.
18017
18018 * m/powermac.h: Remove boilerplate comments.
18019 (NO_REMAP): Remove unused definition.
18020
18021 * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files
18022 define them.
18023
18024 2008-07-10 Kenichi Handa <handa@m17n.org>
18025
18026 * xfont.c (xfont_open): Log the reason of failure.
18027
18028 2008-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
18029
18030 * fontset.c (fontset_get_font_group):
18031 * font.c (font_check_otf): Specify argument types.
18032
18033 2008-07-09 Kenichi Handa <handa@m17n.org>
18034
18035 * coding.c (detect_coding_utf_8): Set detect_info->found only when
18036 non-ASCII char is found.
18037
18038 * fontset.c (fontset_compare_rfontdef): Fix plus/minus.
18039 (reorder_font_vector): Change the arg preferred_family to font.
18040 Prefer the spec matching with font.
18041 (fontset_get_font_group): New function.
18042 (fontset_find_font): Change the format of an element of a realized
18043 fontset. Use fontset_get_font_group.
18044 (fontset_font): Try the current fontset, the default fontset, the
18045 fallbacks of the current fontset, and the fallbacks of the default
18046 fontset in this order.
18047 (face_for_char): Delete the shortcut to use the current font.
18048 (fontset_from_font): Don't set fonts for Latin in the fontset.
18049
18050 * font.h (font_make_object, font_match_p): Adjust prototypes.
18051
18052 * ftfont.h [FT_BDF_H]: Include FT_BDF_H.
18053
18054 * font.c (font_make_object): New arg entity and pixelsize.
18055 (font_check_otf_features, font_check_otf): New functions.
18056 (font_match_p): Check :lang, :script, and :otf properties.
18057
18058 * xfont.c (xfont_open): Adjust it for the change of
18059 font_make_object.
18060 (xfont_text_extents): Fix initial setting of metrics.
18061
18062 * ftfont.c (struct ftfont_info): New member index, delete member
18063 fc_charset_idx. Make the member order compatible with struct
18064 xftfont_info.
18065 (fc_charset_table): Change charset names to registry names.
18066 (ftfont_pattern_entity): Delete the args registry and
18067 fc_charset_idx. Change the value of :font-entity property
18068 to (FONTNAME . INDEX). Always set :registry property to
18069 `iso10646-1'.
18070 (struct ftfont_cache_data): New struct.
18071 (ftfont_lookup_cache): New arg for_face.
18072 (ftfont_get_fc_charset, ftfont_get_otf): New functions.
18073 (ftfont_driver): Set the member otf_capability.
18074 (ftfont_get_charset): Adjust it for the change of
18075 fc_charset_table.
18076 (OTF_TAG_SYM): New macro.
18077 (ftfont_spec_pattern): Delete the arg fc_charset_idx. Adjust it
18078 for the change of fc_charset_table.
18079 (ftfont_list): Adjust it for the change of ftfont_spec_pattern and
18080 ftfont_pattern_entity. Add FC_INDEX to objset.
18081 (ftfont_match): Adjust it for the change of ftfont_spec_pattern
18082 and ftfont_pattern_entity.
18083 (ftfont_open): Adjust it for the change of ftfont_lookup_cache,
18084 font_make_object, struct ftfont_info.
18085 (ftfont_has_char): Use ftfont_get_fc_charset.
18086 (ftfont_otf_features, ftfont_otf_capability): New functions.
18087 (ftfont_shape): Use ftfont_get_otf.
18088 (ftfont_text_extents): Fix initial setting of metrics.
18089
18090 * xftfont.c (struct xftfont_info): New member ft_size. Make the
18091 member order compatible with struct ftfont_info.
18092 (xftfont_open): Add FC_CHARSET to the pattern.
18093 Set xftfont_info->ft_size. Don't unlock the face. Check BDF
18094 properties if appropriate.
18095 (xftfont_close): Unlock the face.
18096 (xftfont_anchor_point, xftfont_shape): Deleted.
18097 (syms_of_xftfont): Don't set members anchor_point and shape of
18098 xftfont_driver.
18099
18100 * w32uniscribe.c (uniscribe_open): Adjust it for the change of
18101 font_make_object.
18102
18103 * w32font.c (w32font_open): Adjust it for the change of
18104 font_make_object.
18105 (w32font_open_internal): Don't set properties of font_object here.
18106
18107 2008-07-08 Chong Yidong <cyd@stupidchicken.com>
18108
18109 * macfns.c (x_create_tip_frame):
18110 * w32fns.c (x_create_tip_frame):
18111 * xfns.c (x_create_tip_frame): Pass parameter argument to
18112 face-set-after-frame-default.
18113
18114 * xfaces.c (Finternal_merge_in_global_face): Save merged
18115 attributes for the default face back into the face vector.
18116
18117 2008-07-08 Andreas Schwab <schwab@suse.de>
18118
18119 * fontset.h: Declare fontset_from_font. Don't declare
18120 new_fontset_from_font and fontset_from_font_name.
18121 * xterm.c: Include "fontset.h".
18122 * Makefile.in (xterm.o): Update dependencies.
18123
18124 2008-07-08 Glenn Morris <rgm@gnu.org>
18125
18126 * m/sparc.h: Define __sparc__ rather than sparc. (Bug#507.)
18127 * alloc.c, ecrt0.c: Use __sparc__ rather than sparc.
18128
18129 2008-07-07 Chong Yidong <cyd@stupidchicken.com>
18130
18131 * frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
18132 (x_set_frame_parameters): Don't bind it.
18133
18134 2008-07-07 Juanma Barranquero <lekktu@gmail.com>
18135
18136 * w32fns.c (map_w32_filename): Declare extern.
18137
18138 2008-07-07 Jason Rumney <jasonr@gnu.org>
18139
18140 * w32term.c (WS_EX_LAYERED): Define if not already.
18141
18142 2008-07-06 Chong Yidong <cyd@stupidchicken.com>
18143
18144 * xfaces.c (set_font_frame_param): Don't try to set the font
18145 parameter if it is still unspecified in the lface.
18146
18147 2008-07-05 Chong Yidong <cyd@stupidchicken.com>
18148
18149 * xfaces.c (Finternal_merge_in_global_face): Don't realize default
18150 face if it didn't already exist.
18151
18152 * xdisp.c (try_window_id): Give up if word-wrapping is on.
18153
18154 2008-07-05 Andreas Schwab <schwab@suse.de>
18155
18156 * xdisp.c (get_it_property): Move out of HAVE_WINDOW_SYSTEM section.
18157
18158 2008-07-05 Chong Yidong <cyd@stupidchicken.com>
18159
18160 * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
18161 word-wrapping.
18162 (IT_DISPLAYING_WHITESPACE): New macro.
18163 (move_it_in_display_line_to): Handle MOVE_TO_X requests properly
18164 when word-wrapping. Simplify word-wrapping logic. Use correct
18165 pixel positions when saving copies of the iterator.
18166 (display_line): Use proper wrap point if the last character on a
18167 line was preceded by whitespace.
18168
18169 2008-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
18170
18171 * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
18172
18173 2008-07-04 Kenichi Handa <handa@m17n.org>
18174
18175 * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
18176
18177 * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
18178
18179 2008-07-02 Jason Rumney <jasonr@gnu.org>
18180
18181 * xfns.c (syms_of_xfns): Only define x-select-font when both
18182 HAVE_FREETYPE and USE_GTK.
18183
18184 * xdisp.c (next_element_from_display_vector): Move assignment out
18185 of if statement.
18186
18187 2008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
18188
18189 * lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
18190
18191 * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
18192 (syms_of_fileio): Initialize and export them.
18193 (Fdelete_directory, Fdelete_file): Optionally delete via trash.
18194
18195 * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
18196 (Fsystem_move_file_to_trash): New function.
18197 (syms_of_w32fns): Export it to lisp.
18198
18199 2008-07-01 Jason Rumney <jasonr@gnu.org>
18200
18201 * w32font.c (w32font_text_extents): Don't count overhang as part
18202 of width.
18203
18204 2008-06-30 Miles Bader <miles@gnu.org>
18205
18206 * dispextern.h (struct glyph, struct it, struct iterator_stack_entry):
18207 Add `avoid_cursor_p' field.
18208
18209 * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field.
18210 (set_cursor_from_row): Skip glyphs with avoid_cursor_p set.
18211 (append_glyph, append_composite_glyph, produce_image_glyph)
18212 (append_stretch_glyph): Initialize avoid_cursor_p.
18213 (get_it_property): Rename from `get_line_height_property'.
18214 (x_produce_glyphs): Use get_it_property.
18215 (handle_line_prefix, push_display_prop): New functions.
18216 (display_line, move_it_in_display_line_to): Handle line/wrap prefixes.
18217 (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix):
18218 New variables.
18219 (syms_of_xdisp): Initialize them.
18220
18221 2008-06-30 Kenichi Handa <handa@m17n.org>
18222
18223 * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and
18224 XftDefaultSubstitute (they are called in XftFontMatch).
18225 (xftfont_open): Fix args to ftfont_font_format.
18226
18227 * ftfont.c (fc_charset_table): New member lang.
18228 (ftfont_resolve_generic_family): New arg pattern.
18229 (ftfont_spec_pattern): Check fc_charset_table[]->lang.
18230 (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
18231 (ftfont_open): Fix args to ftfont_font_format.
18232 (ftfont_font_format): New arg filename.
18233
18234 2008-06-30 Chong Yidong <cyd@stupidchicken.com>
18235
18236 * xfaces.c (Finternal_merge_in_global_face): If default face was
18237 modified, realize it again. Update the font face attribute.
18238
18239 2008-06-29 Jason Rumney <jasonr@gnu.org>
18240
18241 * w32term.c (x_set_frame_alpha): Fix logic.
18242
18243 2008-06-29 Kenichi Handa <handa@m17n.org>
18244
18245 * fontset.c (Finternal_char_font): Return font-object instead of
18246 font-name.
18247
18248 * composite.c (get_composition_id): Fix the width calculation for TAB.
18249
18250 2008-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
18251
18252 * indent.c (Fvertical_motion): Properly handle float column arg.
18253
18254 2008-06-28 Jason Rumney <jasonr@gnu.org>
18255
18256 * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
18257 (pfnSetLayeredWindowAttributes): New function pointer.
18258 (w32_initialize): Initialize it when supported.
18259 (x_set_frame_alpha): New function.
18260
18261 * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
18262 (w32_frame_parm_handlers): Set alpha handler.
18263
18264 * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
18265
18266 2008-06-27 Jason Rumney <jasonr@gnu.org>
18267
18268 * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
18269 (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
18270 (w32_to_x_charset, x_to_w32_charset)
18271 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
18272 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
18273 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
18274 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
18275 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
18276 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
18277 (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
18278 (Qw32_charset_unicode): Remove.
18279 (syms_of_w32fns): Update for above changes.
18280
18281 * w32font.c (w32_to_x_charset, x_to_w32_charset)
18282 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
18283 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
18284 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
18285 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
18286 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
18287 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
18288 (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
18289 (syms_of_w32font): Update for above changes.
18290
18291 2008-06-27 Dan Nicolaescu <dann@ics.uci.edu>
18292
18293 * s/usg5-4.h: Fix previous change: keep the correct branch of a
18294 removed #if.
18295 (USG_SHARED_LIBRARIES): Remove duplicate definition.
18296
18297 2008-06-26 Juanma Barranquero <lekktu@gmail.com>
18298 Eli Zaretskii <eliz@gnu.org>
18299
18300 * makefile.w32-in (LOCAL_FLAGS):
18301 Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
18302
18303 * sysdep.c (_spawnlp, _getpid):
18304 Declare with explicit _cdecl instead of _CRTAPI1.
18305
18306 * editfns.c (Fget_internal_run_time):
18307 Check for WINDOWSNT with #ifdef, not #if.
18308
18309 2008-06-26 Jason Rumney <jasonr@gnu.org>
18310
18311 * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
18312
18313 * w32term.c (x_draw_glyph_string_foreground)
18314 (x_draw_composite_glyph_string_foreground): Sync with xterm.c.
18315 Use FONT_HANDLE macro.
18316 (x_draw_glyph_string): Use FONT_TEXTMETRIC macro.
18317
18318 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
18319 (uniscribe_encode_char): Use FONT_HANDLE macro.
18320
18321 * w32font.c (Fx_select_font): Use FONT_HANDLE macro.
18322 (w32font_text_extents): Use precast w32_font.
18323 (w32font_close): Free cached metrics.
18324 (w32font_open_internal): Allocate space for name on stack.
18325
18326 2008-06-26 Chong Yidong <cyd@stupidchicken.com>
18327
18328 * xdisp.c (extend_face_to_end_of_line): Fix last change.
18329
18330 2008-06-26 Jason Rumney <jasonr@gnu.org>
18331
18332 * w32term.h (FONT_AVG_WIDTH): Remove obsolete macro.
18333 (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.
18334
18335 2008-06-26 Juanma Barranquero <lekktu@gmail.com>
18336
18337 * Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
18338
18339 2008-06-26 Jason Rumney <jasonr@gnu.org>
18340
18341 * w32bdf.c, w32bdf.h: Remove obsolete files.
18342
18343 * makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c.
18344
18345 * w32gui.h: Don't include w32bdf.h.
18346 (XCharStruct, enum w32_char_font_type, W32FontStruct):
18347 Remove obsolete font support.
18348
18349 * w32font.h (struct w32font_info): Remove compat_w32_font.
18350 Add hfont member.
18351 (FONT_COMPAT): Remove obsolete macro.
18352
18353 * w32font.c (w32font_close): Remove compat code. Delete hfont member.
18354 (w32font_encode_char, w32font_text_extents): Use new hfont member.
18355 (w32font_open_internal): Remove compat code. Set new hfont member.
18356 (Fx_select_font): Use new hfont member.
18357
18358 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
18359 (uniscribe_encode_char): Use new hfont member.
18360
18361 * w32term.c (x_draw_glyph_string_foreground)
18362 (x_draw_composite_glyph_string_foreground): Use new hfont member.
18363 (x_draw_glyph_string): Use metrics in w32font_info.
18364
18365 2008-06-26 Kenichi Handa <handa@m17n.org>
18366
18367 * xdisp.c (handle_auto_composed_prop): Fix for the terminal case.
18368
18369 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
18370
18371 * unexnext.c:
18372 * m/ews4800.h:
18373 * m/hp9000s300.h:
18374 * m/ibm370aix.h:
18375 * m/mips-siemens.h:
18376 * m/ncr386.h:
18377 * m/next.h:
18378 * m/pmax.h:
18379 * m/powerpcle.h:
18380 * m/tandem-s2.h:
18381 * s/386bsd.h:
18382 * s/bsd386.h:
18383 * s/bsd4-1.h:
18384 * s/bsd4-2.h:
18385 * s/bsdos2-1.h:
18386 * s/bsdos2.h:
18387 * s/bsdos3.h:
18388 * s/bsdos4.h:
18389 * s/nextstep.h:
18390 * s/ultrix4-3.h:
18391 * s/usg5-0.h:
18392 * s/usg5-2-2.h:
18393 * s/usg5-2.h:
18394 * s/usg5-4-3.h:
18395 * s/ux4800.h:
18396 * s/uxpds.h:
18397 * s/uxpv.h: Remove support for obsolete systems.
18398 * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
18399 Remove, insert contents in s/hpux10-20.h.
18400 * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
18401 Remove, insert contents in s/aix4-2.h.
18402 * s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
18403 * s/bsd4-3.h: Rename to ...
18404 * s/bsd-common.h: ... this.
18405 * data.c:
18406 * doc.c:
18407 * ecrt0.c:
18408 * emacs.c:
18409 * fileio.c:
18410 * floatfns.c:
18411 * keyboard.c:
18412 * mem-limits.h:
18413 * print.c:
18414 * process.c:
18415 * sysdep.c:
18416 * syssignal.h:
18417 * systty.h:
18418 * syswait.h:
18419 * term.c:
18420 * unexec.c:
18421 * unexelf.c:
18422 * unexhp9k800.c:
18423 * m/hp800.h:
18424 * m/ibmrs6000.h:
18425 * m/mips.h:
18426 * m/vax.h:
18427 * s/darwin.h:
18428 * s/freebsd.h:
18429 * s/gnu.h:
18430 * s/ms-w32.h:
18431 * s/msdos.h:
18432 * s/netbsd.h:
18433 * s/template.h: Remove references to obsolete variables.
18434
18435 * Makefile.in: Add dependencies for all unexec files.
18436 (admindir): Remove unused variable.
18437 (UNEXEC_SRC): Remove references.
18438
18439 2008-06-25 Chong Yidong <cyd@stupidchicken.com>
18440
18441 * xfns.c (x_default_font_parameter): If Xft is available, first
18442 try Monospace-12 for the default font.
18443
18444 2008-06-25 Jason Rumney <jasonr@gnu.org>
18445
18446 * xdisp.c (get_glyph_face_and_encoding): Encode invalid glyphs as 0.
18447
18448 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
18449
18450 * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile.
18451
18452 * buffer.c (syms_of_buffer): Remove default-word-wrap.
18453
18454 2008-06-25 Juanma Barranquero <lekktu@gmail.com>
18455
18456 * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
18457 <scroll-conservatively>: Fix typo in docstring.
18458
18459 * xselect.c (Fx_send_client_event): Doc fix.
18460
18461 2008-06-25 Kenichi Handa <handa@m17n.org>
18462
18463 * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
18464
18465 * font.c (font_parse_fcname): Remove unused variables.
18466 (font_sort_entites): Delete the arg SPEC. Caller changed.
18467 Fix for the case of ! best_only.
18468 (font_delete_unmatched): Check DPI and AVGWIDTH too.
18469
18470 * lisp.h (Fstring_to_unibyte): EXFUN it.
18471
18472 * character.h (str_to_unibyte): Extern it.
18473
18474 * character.c (str_to_unibyte): New function.
18475
18476 * fns.c (Fstring_to_unibyte): New function.
18477 (syms_of_fns): Defsubr it.
18478
18479 2008-06-24 Kenichi Handa <handa@m17n.org>
18480
18481 * font.c (font_score): Even if the PIXEL_SIZE is the same, check
18482 DPI too.
18483 (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.
18484
18485 2008-06-24 Andreas Schwab <schwab@suse.de>
18486
18487 * Makefile.in (${lispsource}loaddefs.el): Rename from
18488 ../lisp/loaddefs.el.
18489 (bootstrap-clean): Do what distclean does but don't remove
18490 Makefile.
18491 (distclean): Depend on bootstrap-clean and remove Makefile.
18492
18493 2008-06-24 Chong Yidong <cyd@stupidchicken.com>
18494
18495 * buffer.h (struct buffer): New member word_wrap.
18496
18497 * buffer.c (syms_of_buffer): New variables default-word-wrap and
18498 word-wrap.
18499 (init_buffer_once): Initialize them.
18500
18501 * dispextern.h (struct it): Replace bool truncate_lines_p with a
18502 line_wrap enum possessing three possible values.
18503
18504 * termopts.h: Replace truncate_partial_width_windows with
18505 Vtruncate_partial_width_windows.
18506
18507 * dispnew.c (direct_output_for_insert): Avoid direct output when
18508 inserting a space with word wrap on.
18509
18510 * indent.c (compute_motion): Obey integer values of
18511 truncate-partial-width-windows.
18512
18513 * xdisp.c (Vtruncate_partial_width_windows): New Lisp_Object,
18514 replacing truncate_partial_width_windows.
18515 (init_iterator): If Vtruncate_partial_width_windows is an integer,
18516 truncate only if the window width is below that integer.
18517 (start_display, resize_mini_window, produce_stretch_glyph)
18518 (display_string, move_it_in_display_line_to): Use line_wrap.
18519 (back_to_previous_visible_line_start, reseat_1):
18520 Reset string_from_display_prop_p.
18521 (display_line): Extend default face to end of line when wrapping.
18522
18523 2008-06-24 Kim F. Storm <storm@cua.dk>
18524
18525 * xdisp.c (display_line, move_it_in_display_line_to): Add ability
18526 to wrap continued lines at word boundaries.
18527
18528 2008-06-24 Jason Rumney <jasonr@gnu.org>
18529
18530 * font.c (Ffont_face_attributes): Multiply pixel size before point
18531 conversion to avoid multiplying rounding error.
18532
18533 2008-06-23 Jason Rumney <jasonr@gnu.org>
18534
18535 * w32term.c (x_draw_glyph_string_background)
18536 (x_draw_glyph_string): Remove old bdf font code.
18537
18538 * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
18539
18540 2008-06-22 Kenichi Handa <handa@m17n.org>
18541
18542 * font.c (font_find_for_lface): Try the adstyle specified in
18543 the property of LFACE_FONT of LFACE (if any).
18544
18545 2008-06-21 Seiji Zenitani <zenitani@mac.com>
18546 Ryo Yoshitake <ryo@shiftmode.net>
18547
18548 * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
18549
18550 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
18551
18552 * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
18553 Use $(BOOTSTRAPEMACS) rather than witness-emacs.
18554 (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
18555 (witness-emacs): Remove.
18556 (lisp, shortlisp): Move loaddefs.el earlier.
18557 (mostlyclean): Forget about witness-emacs.
18558
18559 2008-06-22 Glenn Morris <rgm@gnu.org>
18560
18561 * Makefile.in (witness-emacs): Depend on temacs${EXEEXT}.
18562 (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
18563
18564 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
18565
18566 * Makefile.in (PRECOMP): Remove.
18567 (${lisp} ${SOME_MACHINE_LISP}): Remove pseudo dependency on PRECOMP.
18568 (witness-emacs): Run `compile-first'.
18569 (.el.elc): Use the new compile-onefile target.
18570
18571 2008-06-21 Kenichi Handa <handa@m17n.org>
18572
18573 * xftfont.c (xftfont_open): Handle QCembolden only when
18574 FC_EMBOLDEN is defined.
18575
18576 2008-06-21 Andreas Schwab <schwab@suse.de>
18577
18578 * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
18579 (.el.elc): Likewise.
18580
18581 2008-06-21 Miles Bader <miles@gnu.org>
18582
18583 * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
18584 build dir, not the lisp source dir.
18585
18586 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
18587
18588 * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
18589 (bootstrapclean): Remove.
18590 (.el.elc): New rule.
18591 (PRECOMP): New var.
18592 (../lisp/subdirs.el): Remove.
18593 (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
18594 (witness-emacs): New target.
18595 (mostlyclean): Remove witness-emacs as well.
18596 (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
18597 Add witness-emacs dependency.
18598
18599 2008-06-20 Chong Yidong <cyd@stupidchicken.com>
18600
18601 * font.c (Ffont_face_attributes): Omit key-attribute pairs not
18602 defined by the font.
18603
18604 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
18605
18606 * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
18607 (bootstrap-clean): New target that keeps TAGS around.
18608 (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
18609 (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
18610
18611 2008-06-20 Jason Rumney <jasonr@gnu.org>
18612
18613 * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
18614 Remove obsolete font code.
18615
18616 * w32font.c (font_matches_spec): Use csb bitfield from font signature
18617 to determine language support.
18618
18619 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
18620
18621 * sysdep.c (cfsetspeed): New fun extracted from the code.
18622 (cfmakeraw): Move before first use.
18623
18624 2008-06-20 Angelo Graziosi <angelo.graziosi@alice.it> (tiny change)
18625
18626 * sysdep.c (cfmakeraw): Provide fallback implementation.
18627 (serial_configure): Provide fallback implementation of cfsetspeed.
18628
18629 2008-06-20 Kenichi Handa <handa@m17n.org>
18630
18631 * xftfont.c (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to
18632 the pattern.
18633
18634 * fontset.c (fontset_from_font): Copy font_spec before changing
18635 the elements.
18636
18637 * xfns.c (x_default_font_parameter): Try "monospace-12" too.
18638
18639 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
18640
18641 * w32fns.c, xfns.c (x_default_font_parameter): Only set `font-param'
18642 for explicit `font' parameters.
18643
18644 * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
18645
18646 2008-06-19 Kenichi Handa <handa@m17n.org>
18647
18648 * frame.c: Include <ctype.h>.
18649 (x_set_font_backend): Allow spacing characters in the X resource
18650 for FontBackend.
18651
18652 2008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
18653
18654 * w32fns.c, xfns.c (Qfont_param): New var.
18655 (syms_of_w32fns): Initialize it.
18656 (x_default_font_parameter): Record explicit `font' into
18657 `font-parameter'.
18658
18659 2008-06-18 Kenichi Handa <handa@m17n.org>
18660
18661 * font.c (font_parse_xlfd): Fix previous change.
18662 (font_parse_fcname): Don't use :fc-unknown-spec.
18663 (FRAME_X_DISPLAY_INFO): Be sure to have at least 1 pixel height.
18664 (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
18665 (font_add_log): Prepend the driver name to the resulting fonts.
18666
18667 * ftfont.c (ftfont_pattern_entity): New arg extra. Caller changed.
18668 (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
18669 (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
18670
18671 * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
18672 (QCembolden): New variables.
18673 (syms_of_xftfont): DEFSYM them.
18674 (xftfont_open): Call XftFontMatch. Don't trust the result of
18675 XftTextExtents8 if the pixel_size is less than 5.
18676
18677 2008-06-18 Andreas Schwab <schwab@suse.de>
18678
18679 * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
18680 (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
18681
18682 2008-06-18 Jason Rumney <jasonr@gnu.org>
18683
18684 * w32font.c (w32font_list, w32font_match): Add logging.
18685
18686 * w32uniscribe.c (uniscribe_list, uniscribe_match): Add logging.
18687
18688 2008-06-17 Chong Yidong <cyd@stupidchicken.com>
18689
18690 * font.c (font_parse_fcname): Store divider characters for
18691 unknown-spec list. For known key symbols, intern using correct
18692 symbol name.
18693
18694 2008-06-17 Kenichi Handa <handa@m17n.org>
18695
18696 * xfaces.c (realize_default_face): If the frame is not on window
18697 system, set the fontset of face to nil.
18698
18699 2008-06-17 Naohiro Aota <nao.aota@gmail.com> (tiny change)
18700
18701 * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
18702
18703 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
18704
18705 * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
18706 (build_font_name_from_vector): Delete externs.
18707
18708 * xfaces.c (struct font_name): Don't declare.
18709
18710 2008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
18711
18712 * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
18713
18714 2008-06-16 Chong Yidong <cyd@stupidchicken.com>
18715
18716 * font.c (font_parse_fcname): Fix handling of unknown-spec string.
18717
18718 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
18719
18720 * font.c (Ffont_spec): Fix usage in docstring.
18721 (Ffont_face_attributes): Doc fix.
18722
18723 2008-06-16 Andreas Schwab <schwab@suse.de>
18724
18725 * font.c (Ffont_face_attributes): Fix definition.
18726
18727 2008-06-16 Jason Rumney <jasonr@gnu.org>
18728
18729 * font.h (font_style_symbolic_from_value): Remove.
18730
18731 * font.c (font_style_symbolic_from_value): Remove.
18732 (font_style_symbolic): Revert to pre 2008-06-13 version.
18733
18734 * w32font.c (w32_to_fc_weight): New function.
18735 (w32font_full_name, logfont_to_fcname): Use it.
18736
18737 2008-06-16 Kenichi Handa <handa@m17n.org>
18738
18739 * font.c (font_check_object): Delete it.
18740 (font_clear_cache): Check if a font-object is alive.
18741 (font_open_entity): Likewise. Set FONT_OBJLST_INDEX of a
18742 font-object to nil.
18743 (font_close_object): Don't check FONT_CLOSE_OBJECT.
18744 (font_at): Don't call font_check_object.
18745 (Ffont_get): Return a symbol for :weight, :slant, and :width.
18746
18747 2008-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
18748
18749 * puresize.h (BASE_PURESIZE): Increase to 1230000.
18750
18751 2008-06-16 Chong Yidong <cyd@stupidchicken.com>
18752
18753 * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
18754
18755 2008-06-15 Chong Yidong <cyd@stupidchicken.com>
18756
18757 * font.c (font_parse_fcname): Only one decimal point.
18758 (font_unparse_fcname): Handle data in family and foundry indices
18759 as symbols, not strings.
18760 (font_unparse_gtkname, Ffont_face_attributes): New functions.
18761
18762 * xfns.c (Fx_select_font): Give GTK font dialog the default font name.
18763
18764 * font.h (font_unparse_gtkname): Add prototype.
18765
18766 2008-06-15 Naohiro Aota <nao.aota@gmail.com> (tiny change)
18767
18768 * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern.
18769
18770 2008-06-15 Andreas Schwab <schwab@suse.de>
18771
18772 * font.c (font_update_drivers): Fix crash when no drivers match.
18773
18774 2008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
18775
18776 * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.
18777 * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
18778
18779 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
18780
18781 * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
18782
18783 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
18784
18785 * process.c (Fserial_process_configure, Fprocess_send_eof):
18786 Use EQ to compare Lisp_Objects.
18787
18788 2008-06-13 Jason Rumney <jasonr@gnu.org>
18789
18790 * w32fns.c (Fw32_select_font): Remove old font API function.
18791
18792 * w32font.c (logfont_to_fcname): New function.
18793 (Fx_select_font): New font dialog function compatible with
18794 GTK/fontconfig version.
18795
18796 * font.c (font_style_symbolic_from_value): New function.
18797 (font_style_symbolic): Use it.
18798
18799 * font.h (font_style_symbolic_from_value): Declare new function.
18800
18801 2008-06-13 Juanma Barranquero <lekktu@gmail.com>
18802
18803 * font.c (syms_of_font) <font-weight-table, font-slant-table>:
18804 <font-width-table>: Fix typos in docstrings.
18805
18806 2008-06-13 Daniel Engeler <engeler@gmail.com>
18807
18808 These changes add serial port access.
18809 * process.c: Add HAVE_SERIAL.
18810 (Fdelete_process, Fprocess_status, Fset_process_buffer)
18811 (Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
18812 (list_processes_1, select_wrapper, Fstop_process)
18813 (Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
18814 (status_notify): Modify to handle serial processes.
18815 [HAVE_SERIAL] (Fserial_process_configure)
18816 [HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
18817 New functions.
18818 * process.h (struct Lisp_Process): Add `type'.
18819 * sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
18820 New functions.
18821 * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
18822 serial ports.
18823 (serial_open, serial_configure): New functions.
18824 * w32.h: Add FILE_SERIAL.
18825 (struct _child_process): Add ovl_read, ovl_write.
18826
18827 2008-06-13 Kenichi Handa <handa@m17n.org>
18828
18829 * dispextern.h (enum lface_attribute_index): New member
18830 LFACE_FOUNDRY_INDEX.
18831
18832 * font.c (font_score): Delete arg alternate_families. Check only
18833 weight, slant, width, and size. Ignore the difference of alias
18834 style symbols.
18835 (font_sort_entites): Adjust for the above change. Reflect the
18836 order of font-driver to scores.
18837 (font_list_entities): Don't check alternate_familes here.
18838 (font_clear_prop): Handle foundry.
18839 (font_update_lface): Don't parse "foundry-family" form here.
18840 Handle FONT_FOUNDRY_INDEX.
18841 (font_find_for_lface): Likewise. Handle alternate families here.
18842 If registry is nil, try iso8859-1 and ascii-0.
18843 (font_open_for_lface): Pay attention to size in ENTITY.
18844 (font_open_by_name): Simplify by calling font_load_for_lface.
18845 (free_font_driver_list): Delete it.
18846 (font_update_drivers): Preserve the order of backends.
18847 (syms_of_font): Setting of sort_shift_bits adjusted for the change
18848 of font_score and font_sort_entites.
18849 (font_update_sort_order): Likewise.
18850
18851 * xfaces.c (LFACE_FOUNDRY): New macro.
18852 (check_lface_attrs): Check foundry.
18853 (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form.
18854 (merge_face_vectors): Check foundry.
18855 (merge_face_ref): Likewise.
18856 (Finternal_set_lisp_face_attribute): Likewise.
18857 (x_update_menu_appearance): Likewise.
18858 (Finternal_get_lisp_face_attribute): Likewise.
18859 (lface_hash): Likewise.
18860 (lface_same_font_attributes_p): Likewise.
18861 (x_supports_face_attributes_p): Likewise.
18862 (tty_supports_face_attributes_p): Likewise.
18863 (Finternal_set_alternative_font_family_alist): Intern strings.
18864 (Finternal_set_alternative_font_registry_alist): Downcase strings.
18865 (realize_default_face): Set LFACE_FOUNDRY (lface).
18866
18867 * xfns.c (Fx_create_frame, x_create_tip_frame): Register X
18868 font-driver at first.
18869
18870 * ftfont.c (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
18871
18872 2008-06-12 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
18873
18874 * lread.c (Fload): Use xfree, not free on saved_doc_string.
18875
18876 2008-06-12 Jim Meyering <meyering@redhat.com>
18877
18878 Make unexec_free handle NULL the same way free does.
18879 * unexmacosx.c (unexec_free): Ignore a NULL argument.
18880
18881 2008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
18882
18883 * character.h (CHAR_TO_BYTE_SAFE): New macro.
18884 * character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
18885 * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
18886 (WEAK_ALIAS): Simplify.
18887 * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
18888 when searching a unibyte buffer.
18889
18890 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
18891
18892 * xfns.c (Fx_select_font): Rename from x-font-dialog.
18893
18894 2008-06-12 Juanma Barranquero <lekktu@gmail.com>
18895
18896 * w32font.c: Include ctype.h.
18897
18898 2008-06-11 Jason Rumney <jasonr@gnu.org>
18899
18900 * w32font.c (w32font_encode_char): Detect missing glyphs that are
18901 misreported as space.
18902 (add_font_entity_to_list): Support unicode-bmp and unicode-sip
18903 as aliases for registry iso10646-1.
18904
18905 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
18906
18907 * buffer.c (clone_per_buffer_values): Skip `name'.
18908
18909 2008-06-11 Chong Yidong <cyd@stupidchicken.com>
18910
18911 * font.c (font_parse_fcname): Fix last change; accept decimal
18912 points in font size.
18913
18914 2008-06-10 Jason Rumney <jasonr@gnu.org>
18915
18916 * w32uniscribe.c (add_opentype_font_name_to_list):
18917 Skip non unicode fonts.
18918
18919 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
18920
18921 * xfns.c (Fx_font_dialog): New function.
18922
18923 * gtkutil.c (xg_dialog_response_cb): Rename from
18924 xg_file_response_callback.
18925 (pop_down_dialog): Rename from pop_down_file_dialog.
18926 (xg_get_file_name): Callers changed.
18927 (xg_get_font_name): New function.
18928
18929 * gtkutil.h (xg_get_font_name): Insert prototype.
18930
18931 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
18932
18933 * xdisp.c (underline_minimum_offset): Rename from xterm.c's
18934 x_underline_minimum_display_offset.
18935 (syms_of_xdisp): Declare it here rather than in xterm.c.
18936 * dispextern.h (underline_minimum_offset): Declare it.
18937 * w32term.c (x_draw_glyph_string): Use it.
18938 * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
18939 (syms_of_xterm): Don't declare it any more.
18940 (x_draw_glyph_string): Adjust to the new name.
18941
18942 2008-06-10 David De La Harpe Golden <david@harpegolden.net>
18943
18944 * xterm.c (x_underline_minimum_display_offset): New var.
18945 (x_draw_glyph_string): Use it.
18946 (syms_of_xterm): Declare it.
18947
18948 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
18949
18950 * font.c (font_parse_fcname): Accept GTK-style font names too.
18951
18952 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
18953
18954 * dired.c (file_name_completion): Don't return t if the match is exact
18955 but with different capitalization.
18956 * minibuf.c (Ftry_completion): Simplify.
18957
18958 * window.c (Vwindow_point_insertion_type): New var.
18959 (set_window_buffer): Use it.
18960 (syms_of_window): Init and export it to Lisp.
18961
18962 2008-06-10 Kenichi Handa <handa@m17n.org>
18963
18964 * font.h (font_intern_prop): Prototype adjusted.
18965
18966 * font.c (font_intern_prop): New arg force_symbol.
18967 (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
18968 Adjust for the change of font_intern_prop.
18969
18970 * ftfont.c (ftfont_pattern_entity):
18971 * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
18972 (w32_registry):
18973 * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
18974 the change of font_intern_prop.
18975
18976 2008-06-09 Juanma Barranquero <lekktu@gmail.com>
18977
18978 * w32menu.c (digest_single_submenu): Declare extern.
18979
18980 2008-06-09 Jason Rumney <jasonr@gnu.org>
18981
18982 * w32term.c (x_make_frame_visible): Use alternate restore flags.
18983
18984 * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
18985 (parse_single_submenu): Remove.
18986 (digest_single_submenu): Remove.
18987 (syms_of_w32menu): Don't initialise variables that have moved
18988 to menu.c.
18989 (set_frame_menubar): Sync with version in xmenu.c.
18990 (w32_menu_show): Sync with xmenu_show in xmenu.c.
18991
18992 * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
18993 Make static again.
18994
18995 2008-06-09 Jason Rumney <jasonr@gnu.org>
18996
18997 Changes to w32 files related to the move of common menu code
18998 to menu.c on 2008-06-08 by Chong Yidong.
18999
19000 * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
19001 defs to w32gui.h.
19002 (single_keymap_panes, push_menu_item, push_menu_pane):
19003 Make globally visible.
19004
19005 * w32menu.c (enum button_type, widget_value, local_heap, local_alloc)
19006 (local_free, malloc_widget_value, free_widget_value)
19007 (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE)
19008 (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION)
19009 (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP)
19010 (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
19011 (menu_items, menu_items_allocated, menu_items_used)
19012 (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
19013 (init_menu_items, finish_menu_items, discard_menu_items)
19014 (grow_menu_items, push_submenu_start, push_submenu_end)
19015 (push_left_right_boundary, push_menu_pane, push_menu_item)
19016 (keymap_panes, single_keymap_panes, list_of_panes, list_of_items)
19017 (free_menubar_widget_tree_value, parse_single_submenu)
19018 (update_submenu_strings): Remove functions.
19019 (xmalloc_widget_value): Remove and declare extern.
19020
19021 * makefile.w32-in ($(SRC)/menu.$(O)): New target.
19022 (OBJ1): Build it.
19023
19024 * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
19025 (local_heap, local_alloc, local_free, malloc_widget_value)
19026 (free_widget_value): Define here.
19027
19028 2008-06-09 Kenichi Handa <handa@m17n.org>
19029
19030 * font.h (Qascii_0): Extern it.
19031
19032 * font.c (Qascii_0): New variable.
19033 (syms_of_font): DEFSYM it.
19034 (font_open_by_name): If the registry "iso8859-1" fails, try also
19035 "ascii-0".
19036
19037 * ftfont.c (ftfont_spec_pattern): Accept the registry `ascii-0'.
19038
19039 2008-06-08 Kenichi Handa <handa@m17n.org>
19040
19041 * .gdbinit (xfont): New command.
19042
19043 2008-06-08 Andreas Schwab <schwab@suse.de>
19044
19045 * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
19046 * Makefile.in (menu.o): Update dependencies.
19047
19048 * Makefile.in (obj): Always add menu.o.
19049 * emacs.c (main): Always call syms_of_menu.
19050 * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
19051
19052 2008-06-08 Chong Yidong <cyd@stupidchicken.com>
19053
19054 * Makefile.in: Compile menu.c.
19055
19056 * lisp.h: Declare syms_of_menu.
19057
19058 * emacs.c (main): Call syms_of_menu.
19059
19060 * keyboard.h: Relocate platform-independent menu definitions from
19061 xmenu.c.
19062
19063 * menu.c: New file. Relocate platform-independent menu
19064 definitions from xmenu.c. Suggested by Adrian Robert.
19065
19066 * xmenu.c: Remove platform-independent menu definitions.
19067 (menu_items, menu_items_inuse, menu_items_allocated)
19068 (menu_items_used, menu_items_n_panes)
19069 (menu_items_submenu_depth): Move to keyboard.h.
19070 (init_menu_items, finish_menu_items, unuse_menu_items)
19071 (discard_menu_items, restore_menu_items, save_menu_items)
19072 (grow_menu_items, push_submenu_start, push_submenu_end)
19073 (push_left_right_boundary, push_menu_pane, push_menu_item)
19074 (keymap_panes, single_keymap_panes, single_menu_item)
19075 (list_of_panes, list_of_items, find_and_call_menu_selection)
19076 (xmalloc_widget_value, free_menubar_widget_value_tree)
19077 (parse_single_submenu, digest_single_submenu)
19078 (update_submenu_strings): Move to menu.c.
19079
19080 2008-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
19081
19082 * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
19083
19084 2008-06-06 Miles Bader <miles@gnu.org>
19085
19086 * xdisp.c (x_produce_glyphs): Calculate tab width based on current
19087 face, not frame default.
19088
19089 2008-06-05 Martin Rudalics <rudalics@gmx.at>
19090
19091 * window.c (pop_up_windows, pop_up_frames)
19092 (display_buffer_reuse_frames, Vpop_up_frame_function)
19093 (Vdisplay_buffer_function, Veven_window_heights)
19094 (Vspecial_display_buffer_names, Vspecial_display_regexps)
19095 (Vspecial_display_function, Vsame_window_buffer_names)
19096 (Vsame_window_regexps, split_height_threshold)
19097 (Vsplit_window_preferred_function): Move those vars to window.el.
19098 (display_buffer_1, Fspecial_display_p, Fsame_window_p)
19099 (Fdisplay_buffer): Move those functions to window.el.
19100 (syms_of_window): Remove corresponding declarations.
19101 (display_buffer): New function.
19102 (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
19103 * dispnew.c (Flast_nonminibuf_frame): New function.
19104 * buffer.c (Fpop_to_buffer): Move to window.el.
19105
19106 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
19107
19108 * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
19109
19110 2008-06-05 Kenichi Handa <handa@m17n.org>
19111
19112 * coding.c (detect_coding): Fix previous change.
19113 (detect_coding_system): Likewise.
19114
19115 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
19116
19117 * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
19118
19119 * keymap.c (Vminibuffer_local_filename_must_match_map):
19120 Rename from Vminibuffer_local_must_match_filename_map.
19121 (syms_of_keymap):
19122 * minibuf.c (Fcompleting_read): Adjust accordingly.
19123 * commands.h: Rename declaration as well.
19124
19125 2008-06-05 Kenichi Handa <handa@m17n.org>
19126
19127 * font.c (Ffont_spec): Don't use font_parse_family_registry for
19128 family name.
19129 (Ffont_put): Likewise.
19130
19131 * fontset.c (fontset_find_font): Call font_open_for_lface with the
19132 current font-spec.
19133
19134 * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
19135 is unspecified.
19136
19137 * xfaces.c (realize_x_face): If the font-related face attributes
19138 are the same as those of default face, realize a new fontset from
19139 default->fontset.
19140 (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
19141
19142 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
19143
19144 * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
19145 (move_it_in_display_line): New wrapper.
19146
19147 * window.c (window_scroll_pixel_based_preserve_x)
19148 (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
19149 (window_scroll_pixel_based, window_scroll_line_based):
19150 Use them to preserve column positions.
19151 (syms_of_window): Initialize them.
19152
19153 * indent.c (Fvertical_motion): Extend first arg to allow passing an
19154 (HPOS . VPOS) pair.
19155
19156 * dispextern.h (move_it_in_display_line): Declare.
19157
19158 2008-06-05 Juanma Barranquero <lekktu@gmail.com>
19159
19160 * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
19161 (Fwindow_parameters): Return copy of parameter alist. Doc fix.
19162 (Fset_window_parameter): Return VALUE, not parameter alist. Doc fix.
19163
19164 2008-06-04 Juanma Barranquero <lekktu@gmail.com>
19165
19166 * window.c (Fset_window_parameter): Doc fix.
19167 (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
19168
19169 2008-06-04 Joakim Verona <joakim@verona.se>
19170
19171 * window.h (struct window): Add new member window_parameters.
19172
19173 * window.c (Fwindow_parameters, Fwindow_parameter)
19174 (Fset_window_parameter): New defuns.
19175 (syms_of_window): Defsubr the new defuns.
19176 (make_window): Initialize window_parameters to nil.
19177
19178 2008-06-04 John Paul Wallington <jpw@pobox.com>
19179
19180 * eval.c (Fdefmacro): Doc fix.
19181
19182 2008-06-04 Kenichi Handa <handa@m17n.org>
19183
19184 * coding.c (detect_coding): Fix handling of coding->head_ascii.
19185 Be sure to call setup_coding_system when we find a proper coding system.
19186 (detect_coding_system): Fix handling of coding->head_ascii.
19187
19188 2008-06-03 Andreas Schwab <schwab@suse.de>
19189
19190 * font.c (font_prop_validate_spacing): Fix last change.
19191
19192 2008-06-03 Kenichi Handa <handa@m17n.org>
19193
19194 * font.c (font_prop_validate_spacing): Handle uppercase symbols.
19195 (font_parse_fcname): Fix handling of unknown key.
19196
19197 * xfont.c (xfont_list): Try an alias.
19198
19199 * charset.c (char_charset): Return NULL if the arg charset_list is
19200 specified and C doesn't belong to any of them.
19201
19202 2008-06-02 Chip Coldwell <coldwell@redhat.com>
19203
19204 * font.c (font_pixel_size): Don't take cdr of an integer.
19205
19206 2008-06-02 Jim Meyering <meyering@redhat.com>
19207
19208 Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
19209 * alloc.c (xfree): Return right away for a NULL arg.
19210 * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
19211 * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
19212 * mac.c (create_apple_event_from_event_ref): Likewise.
19213 (create_apple_event_from_drag_ref, cfstring_create_normalized):
19214 Likewise.
19215 * doprnt.c (doprnt1): Likewise.
19216 * frame.c (frame): Likewise.
19217 * keyboard.c (wipe_kboard): Likewise.
19218 * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap)
19219 (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
19220 * term.c (tty_default_color_capabilities, maybe_fatal)
19221 (delete_tty): Likewise.
19222 * w16select.c (string): Likewise.
19223 * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
19224 * w32bdf.c (w32_free_bdf_font): Likewise.
19225 * w32fns.c (w32_unload_font): Likewise.
19226 * w32font.c (w32font_close): Likewise.
19227 * window.c (size_window): Likewise.
19228 * xselect.c (receive_incremental_selection): Likewise.
19229 * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
19230 * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
19231 * w32.c (stat): Likewise.
19232
19233 Remove useless if-before-free tests.
19234 * editfns.c (Fset_time_zone_rule): Likewise.
19235 * lread.c (nosuffix): Likewise.
19236 * ralloc.c (get_bloc): Likewise.
19237 * regex.c (reg_free): Likewise.
19238 * xftfont.c (xftfont_open, xftfont_close): Likewise.
19239 * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
19240 * xsmfns.c (smc_save_yourself_CB): Likewise.
19241
19242 2008-06-02 Kenichi Handa <handa@m17n.org>
19243
19244 * font.c (font_find_for_lface): Handle float font size.
19245 (font_open_for_lface): Likewise.
19246
19247 * xfaces.c (x_supports_face_attributes_p): Check face->font before
19248 comparing the properties.
19249
19250 2008-06-01 Jason Rumney <jasonr@gnu.org>
19251
19252 * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
19253 Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
19254 Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
19255 Don't add empty script list.
19256 (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
19257
19258 2008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
19259
19260 * Makefile.in (dot, dotdot): Remove, update users.
19261 ".." has been used elsewhere in the file for a long time.
19262 (LIBXT_STATIC): Remove conditional based on unused variable.
19263
19264 2008-06-01 Miles Bader <miles@gnu.org>
19265
19266 * xfaces.c (Vface_remapping_alist): New variable.
19267 (syms_of_xfaces): Initialize it.
19268 (enum named_merge_point_kind): New type.
19269 (struct named_merge_point): Add `named_merge_point_kind' field.
19270 (push_named_merge_point): Make cycle detection respect different
19271 named-merge-point kinds.
19272 (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
19273 Remove face-name alias resolution.
19274 (lface_from_face_name): New definition using
19275 `lface_from_face_name_no_resolve'.
19276 (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
19277 Call lface_from_face_name_no_resolve instead of lface_from_face_name.
19278 (get_lface_attributes): New definition that layers face-remapping on
19279 top of get_lface_attributes_no_remap. New arg `named_merge_points'.
19280 (lookup_basic_face): New function.
19281 (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
19282 (realize_named_face): Call `get_lface_attributes_no_remap' instead of
19283 `get_lface_attributes'.
19284 (face_at_buffer_position): Use `lookup_basic_face' to lookup
19285 DEFAULT_FACE_ID if necessary. When optimizing the default-face case,
19286 return default_face's face-id instead of the constant DEFAULT_FACE_ID.
19287
19288 * xdisp.c (init_iterator): Pass base_face_id through
19289 `lookup_basic_face' when we actually use it as a face-id.
19290 (handle_single_display_prop): Use `lookup_basic_face' to lookup
19291 DEFAULT_FACE_ID.
19292
19293 * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
19294 lookup the initial face-id.
19295
19296 * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
19297
19298 2008-06-01 Juanma Barranquero <lekktu@gmail.com>
19299
19300 * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
19301 (Fremove_text_properties): Fix typos in docstrings.
19302
19303 2008-05-31 Kenichi Handa <handa@m17n.org>
19304
19305 * font.c (font_list_entities): Fix the car part of data to be
19306 stored in the cache.
19307
19308 * ftfont.c (ftfont_font_format): Don't use strcasestr.
19309
19310 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
19311
19312 * chartab.c (Foptimize_char_table, optimize_sub_char_table):
19313 Add a `test' argument so another predicate than `equal' can be used.
19314 (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
19315 (map_char_table): Remove unused vars `c' and `i'.
19316 * lisp.h (Foptimize_char_table): Adjust declaration.
19317 * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
19318
19319 2008-05-30 Kenichi Handa <handa@m17n.org>
19320
19321 * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
19322 (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
19323 defined.
19324
19325 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
19326
19327 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
19328 (Fmake_variable_frame_local): Disallow mixing buffer-local and
19329 frame-local settings for the same variable.
19330
19331 2008-05-30 Kenichi Handa <handa@m17n.org>
19332
19333 * fontset.c (Ffont_info): Move to font.c.
19334 (syms_of_fontset): Delete defsubr of Sfont_info.
19335
19336 * font.c (font_style_to_value, font_score): Delete casting of the
19337 args to xstcasecmp.
19338 (register_font_driver): Increment num_font_drivers only when
19339 registering the driver globally.
19340 (Ffont_info): Move from fontset.c. Handle a font object too.
19341 (syms_of_font): Defsubr Sfont_info.
19342
19343 2008-05-29 Kenichi Handa <handa@m17n.org>
19344
19345 * coding.h (enum define_coding_utf8_arg_index): New enum.
19346 (enum coding_attr_index): Change coding_attr_utf_16_bom to
19347 coding_attr_utf_bom.
19348 (enum utf_bom_type): Rename from utf_16_bom_type.
19349 (struct utf_16_spec): Adjust for the above change.
19350 (struct coding_system): Add utf_8_bom in `spec' union.
19351
19352 * coding.c (CODING_UTF_8_BOM): New macro.
19353 (enum coding_category): Delete coding_category_utf_8, add
19354 coding_category_utf_8_auto, coding_category_utf_8_nosig, and
19355 coding_category_utf_8_sig.
19356 (CATEGORY_MASK_UTF_8): Delete it.
19357 (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
19358 (CATEGORY_MASK_UTF_8_SIG): New macros.
19359 (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
19360 CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
19361 CATEGORY_MASK_UTF_8_SIG.
19362 (CATEGORY_MASK_UTF_8): New macro.
19363 (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
19364 (detect_coding_utf_8): Check BOM.
19365 (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
19366 (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
19367 (encode_coding_utf_16): Likewise.
19368 (setup_coding_system): Likewise. Set CODING_UTF_8_BOM (coding).
19369 (detect_coding, detect_coding_system): Handle utf-8-auto.
19370 (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
19371 (syms_of_coding): Fix setting up of Vcoding_category_table.
19372
19373 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
19374
19375 * process.c (Faccept_process_output): If `millisec' is non-nil,
19376 `seconds' default to 0.
19377 (wait_reading_process_output): Also return non-nil if we read output
19378 from a non-running process.
19379
19380 2008-05-29 Jason Rumney <jasonr@gnu.org>
19381
19382 * w32font.c (w32font_open_internal): Prefer truetype fonts unless
19383 `raster' specified.
19384 (add_font_entity_to_list): Allow non-opentype truetype fonts back
19385 in the uniscribe backend, but disallow any font that has no
19386 unicode subrange support.
19387
19388 2008-05-29 Juanma Barranquero <lekktu@gmail.com>
19389
19390 * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
19391 Fix typos in docstrings.
19392
19393 2008-05-29 Kenichi Handa <handa@m17n.org>
19394
19395 * xfaces.c (Fx_list_fonts): Make it return a list of font names.
19396 (Fx_family_fonts): Set frame correctly.
19397
19398 2008-05-28 Jason Rumney <jasonr@gnu.org>
19399
19400 * w32term.c (x_draw_glyph_string): Use clipmask if specified.
19401
19402 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
19403
19404 * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
19405 calling build_annotations.
19406
19407 2008-05-28 Juanma Barranquero <lekktu@gmail.com>
19408
19409 * coding.c (Fdecode_coding_region, Fencode_coding_region)
19410 (Fencode_coding_string):
19411 (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
19412 <latin-extra-code-table>: Fix typos in docstrings.
19413 (syms_of_coding) <coding-system-alist>: Doc fix.
19414 (syms_of_coding) <translation-table-for-input>: Reflow docstring.
19415
19416 2008-05-28 Kenichi Handa <handa@m17n.org>
19417
19418 * fontset.c (Ffont_info): Don't call font_close_object.
19419
19420 * font.c (font_parse_family_registry): Use Ffont_put to validate
19421 foundry and family.
19422 (font_delete_unmatched): Don't check spacing.
19423 (font_list_entities): Add spacing to the spec to list fonts.
19424
19425 * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
19426 (ftfont_list): Check spacing here. Don't include FC_CHARSET in objset.
19427
19428 * coding.c (encode_coding_raw_text): Fix previous change.
19429 (encode_coding_object): When the dst_object is a buffer and is
19430 different from src_object, move gap to PT.
19431
19432 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
19433
19434 * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
19435
19436 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
19437
19438 * coding.c (encode_coding_raw_text): Set coding->produced_char for
19439 all branches. Compute it differently.
19440
19441 * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
19442
19443 2008-05-27 Juanma Barranquero <lekktu@gmail.com>
19444
19445 * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
19446 into "else if () ... else ...".
19447
19448 2008-05-27 Jason Rumney <jasonr@gnu.org>
19449
19450 * w32font.c (w32font_open_internal): Determine if glyph indices
19451 are likely to work here.
19452
19453 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
19454
19455 * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
19456 draw overlap glyphs with appropriate highlighting.
19457
19458 2008-05-27 Kenichi Handa <handa@m17n.org>
19459
19460 * xfont.c (xfont_open): Fix calculation of font->average_width.
19461
19462 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
19463
19464 * casefiddle.c (casify_object): Try to guess better whether the
19465 argument is a byte or a char.
19466
19467 2008-05-26 Andreas Schwab <schwab@suse.de>
19468
19469 * xselect.c (x_reply_selection_request): Properly handle format == 32.
19470 Always send multiples of format size.
19471
19472 * xterm.c (x_set_frame_alpha): Fix type mismatch.
19473
19474 2008-05-26 Jason Rumney <jasonr@gnu.org>
19475
19476 * w32font.c (w32font_text_extents): Zero whole metrics struct first.
19477 (compute_metrics): Don't set failure if we just cleared the cache.
19478 (w32_weight_table): Remove unused variable.
19479 (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
19480 backwards compatibility.
19481
19482 2008-05-25 Kenichi Handa <handa@m17n.org>
19483
19484 * w32term.c (x_draw_glyph_string):
19485 * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
19486
19487 * xfaces.c: Delete unused function prototypes.
19488 (xstrlwr, font_frame): Delete them.
19489 (clear_face_cache): Delete unused variable.
19490
19491 * xftfont.c (xftfont_open): Delete unused variable.
19492 If underline_thickness is not 1, adjust underline_position.
19493
19494 * ftxfont.c (ftxfont_open): Delete unused variable.
19495
19496 * fontset.c (face_for_char): Optimize for the case of no charset
19497 property.
19498
19499 * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
19500 (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
19501 (otf_open, font_otf_capability, generate_otf_features)
19502 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
19503 Comment out by surrounding "#if 0" and "#endif" for the moment.
19504 (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
19505 (syms_of_font): Codes for accessing above commented out.
19506
19507 2008-05-24 Eli Zaretskii <eliz@gnu.org>
19508
19509 * w32proc.c: Include dispextern.h.
19510
19511 * w32.c: Include dispextern.h.
19512
19513 2008-05-23 Juanma Barranquero <lekktu@gmail.com>
19514
19515 * charset.c (Fencode_char, Fsplit_char): Doc fixes.
19516 (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
19517 Fix typos in docstrings.
19518
19519 2008-05-23 Jason Rumney <jasonr@gnu.org>
19520
19521 * xsmfns.c: Remove includes that are already included by config.h.
19522
19523 2008-05-23 Kenichi Handa <handa@m17n.org>
19524
19525 * charset.c (Qemacs, charset_emacs): New variables.
19526 (char_charset): Fix for non-Unicode characters.
19527 (syms_of_charset): Define charset_emacs.
19528
19529 * w32term.c (x_draw_glyph_string): Be sure to update
19530 s->underline_thickness and s->underline_position. Be sure to draw
19531 underline within the current line area.
19532
19533 * xterm.c (x_draw_glyph_string): Be sure to update
19534 s->underline_thickness and s->underline_position. Be sure to draw
19535 underline within the current line area.
19536
19537 * fontset.c: Delete unused variables and add casting for char *
19538 throughout the file.
19539 (fontset_font): Try the fallback fonts of the current fontset
19540 before consulting the default fontset.
19541
19542 * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
19543
19544 * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
19545
19546 2008-05-22 Jason Rumney <jasonr@gnu.org>
19547
19548 * font.c: Don't include strings.h.
19549
19550 * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
19551
19552 * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
19553 * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
19554 * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
19555 to call xstrcasecmp.
19556
19557 * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
19558
19559 * fontset.c (fs_query_fontset): Use xstrcasecmp.
19560
19561 * font.c (font_style_to_value, font_score): Use xstrcasecmp.
19562
19563 * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
19564
19565 2008-05-22 Kenichi Handa <handa@m17n.org>
19566
19567 * puresize.h (BASE_PURESIZE): Increase to 1220000.
19568
19569 * font.c (font_prop_validate_style): Adjust for the format
19570 change of font_style_table.
19571
19572 * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
19573 two args.
19574
19575 * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
19576 two args.
19577
19578 2008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
19579
19580 * minibuf.c (keys_of_minibuf): Delete.
19581 * lisp.h (keys_of_minibuf): Delete.
19582 * emacs.c (main): Don't call keys_of_minibuf.
19583
19584 2008-05-22 Kenichi Handa <handa@m17n.org>
19585
19586 * ftfont.c (ftfont_resolve_generic_family): Rename from
19587 ftfont_list_generic_family. Return a single family for each
19588 generic family.
19589 (ftfont_spec_pattern): Add FC_FAMILY to pattern.
19590 (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
19591 Call font_add_log.
19592 (ftfont_match): Call font_add_log.
19593
19594 * font.h (Ffont_xlfd_name): EXFUN adjusted.
19595 (FONT_DEBUG): Define it.
19596 (font_add_log): Extern it.
19597 (font_assert): Rename from xassert.
19598
19599 * xfont.c (xfont_get_pcm): Change xassert to font_assert.
19600 (xfont_list_family): Call font_add_log.
19601 (xfont_match): Likewise.
19602 (memq_no_quit): Delete.
19603
19604 * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
19605 call of Ffont_xlfd_name.
19606
19607 * xfaces.c (struct table_entry, slant_table, weight_table)
19608 (swidth_table): Move to font.c.
19609
19610 * font.c: Checking of FONT_DEBUG is moved to font.h. All calls of
19611 xassert are changed to font_assert. Delete many unused variables.
19612 (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
19613 New variables.
19614 (struct table_entry): Move from xfaces.c and modified.
19615 (weight_table, slant_table, width_table): Move from xfaces.c and
19616 contents adjusted for the change of struct table_entry.
19617 (font_style_to_value, font_style_symbolic): Adjust for the
19618 format change of font_style_table.
19619 (font_parse_family_registry): Don't overwrite existing foundry and
19620 family of font_spec.
19621 (font_score): Fix calculation of diff for sizes.
19622 (font_sort_entites): Call font_add_log.
19623 (font_delete_unmatched): Return a newly created list.
19624 (font_list_entities): Fix previous change. Call font_add_log.
19625 (font_matching_entity, font_open_entity, font_close_entity):
19626 Call font_add_log.
19627 (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
19628 (Finternal_set_font_style_table): Delete.
19629 (BUILD_STYLE_TABLE): New macro.
19630 (build_style_table): New function.
19631 (Vfont_log, font_log_env_checked): New variables.
19632 (font_add_log): New function.
19633 (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
19634 Declare Lisp variables "font-weight-table", "font-slant-table",
19635 "font-width-table", and "font-log". Initialize font_style_table.
19636
19637 2008-05-21 Dan Nicolaescu <dann@ics.uci.edu>
19638
19639 * xterm.c (x_set_frame_alpha): Move declarations before statements.
19640
19641 2008-05-21 Seiji Zenitani <zenitani@mac.com>
19642 Ryo Yoshitake <ryo@shiftmode.net>
19643
19644 * frame.c (Qalpha): Add a new frame parameter `alpha'.
19645 (Vframe_alpha_lower_limit): New variable.
19646 (x_set_alpha): New function.
19647
19648 * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
19649
19650 * xfns.c (x-create-frame, Qalpha):
19651 Initialize the frame parameter `alpha'.
19652 * xterm.c (OPAQUE, OPACITY): New.
19653 (x_set_frame_alpha): New function.
19654 (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
19655
19656 * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
19657 * w32fns.c (w32_frame_parm_handlers): Likewise.
19658
19659 2008-05-20 Jason Rumney <jasonr@gnu.org>
19660
19661 * w32font.c (add_font_entity_to_list): Don't add non-opentype
19662 truetype fonts to opentype list.
19663
19664 2008-05-20 Juanma Barranquero <lekktu@gmail.com>
19665
19666 * fontset.c (Ffontset_info): Doc fix.
19667 (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
19668 <ignore-relative-composition>: Fix typos in docstrings.
19669
19670 * font.c (syms-of-font) <font-encoding-alist>:
19671 (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
19672 (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
19673 (Ffont_otf_alternates): Doc fixes.
19674
19675 2008-05-20 Kenichi Handa <handa@m17n.org>
19676
19677 * Makefile.in (FONTSRC): Delete it. Change all $(FONTSRC) to
19678 font.h through out the file.
19679 (FONT_DRIVERS): Rename from FONTOBJ.
19680 (obj): Change $(FONTOBJ) to $(FONT_DRIVERS). Add font.o.
19681 (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
19682
19683 * emacs.c (main): Call syms_of_font unconditionally.
19684
19685 * font.h (find_font_encoding): Extern it.
19686
19687 * font.c (Vfont_encoding_alist, find_font_encoding): Move from
19688 fontset.c.
19689 (font_pixel_size) [! HAVE_WINDOW_SYSTEM]: Return 1.
19690 (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
19691 FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
19692 only when HAVE_WINDOW_SYSTEM is defined.
19693 (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
19694 when HAVE_WINDOW_SYSTEM is defined.
19695
19696 * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
19697 (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
19698
19699 * xfaces.c: Include font.h unconditionally.
19700 (merge_face_ref, merge_face_vectors)
19701 (Finternal_set_lisp_face_attribute): Cancel the previous change.
19702
19703 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
19704
19705 * xdisp.c (select_frame_for_redisplay): Adjust for last change to
19706 indirect_variable.
19707 * eval.c (lisp_indirect_variable): New fun.
19708 (Fuser_variable_p): Use it.
19709
19710 2008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
19711
19712 * lisp.h (indirect_variable):
19713 * data.c (indirect_variable, let_shadows_buffer_binding_p):
19714 Use Lisp_Symbol pointers rather than Lisp_Object.
19715 Adjust callers.
19716 * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
19717 To this end, change calling-convention.
19718
19719 * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
19720 if some non-hidden buffers are selected by string&pred.
19721
19722 2008-05-19 Chong Yidong <cyd@stupidchicken.com>
19723
19724 * process.c (wait_reading_process_output): Always check status
19725 when in batch mode.
19726
19727 2008-05-19 Kenichi Handa <handa@m17n.org>
19728
19729 * font.c (font_list_entities): Fix handling of cache.
19730 (font_matching_entity): Likewise.
19731
19732 * ftfont.c (cs_iso8859_1): Delete.
19733 (ft_face_cache): New variable.
19734 (struct ftfont_info): New member fc_charset_idx.
19735 (ftfont_build_basic_charsets): Delete.
19736 (fc_charset_table): New variable.
19737 (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME
19738 . FC_CHARSET_IDX) as :font-entity property in the font entity.
19739 Callers changed.
19740 (ftfont_lookup_cache, ftfont_get_charset): New functions.
19741 (ftfont_spec_pattern): New argument fc_charset_idx.
19742 Check registry more rigidly. Change callers.
19743 (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
19744 change of :font-entity property of the font.
19745
19746 * xftfont.c (xftfont_open): Adjust for the change of :font-entity
19747 property of the font.
19748
19749 2008-05-18 Juanma Barranquero <lekktu@gmail.com>
19750
19751 * coding.c (Fcoding_system_p): Rename argument to match docstring.
19752 (Funencodable_char_position, Fcheck_coding_systems_region)
19753 (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
19754 (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
19755 (Ffind_operation_coding_system, Fset_coding_system_priority)
19756 (Fcoding_system_eol_type): Doc fixes.
19757
19758 2008-05-17 Glenn Morris <rgm@gnu.org>
19759
19760 * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
19761
19762 2008-05-16 Eli Zaretskii <eliz@gnu.org>
19763
19764 * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
19765 and st_gid.
19766
19767 * frame.c (Fdelete_frame): Don't call font_update_drivers if
19768 HAVE_WINDOW_SYSTEM is not defined.
19769
19770 * xfaces.c (merge_face_ref, merge_face_vectors)
19771 (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
19772 HAVE_WINDOW_SYSTEM is defined.
19773 (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
19774
19775 2008-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
19776
19777 * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
19778
19779 2008-05-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19780
19781 * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
19782
19783 2008-05-15 Kenichi Handa <handa@m17n.org>
19784
19785 * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
19786 preference.
19787
19788 2008-05-15 Glenn Morris <rgm@gnu.org>
19789
19790 * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
19791
19792 2008-05-15 Chong Yidong <cyd@stupidchicken.com>
19793
19794 * fns.c (init_fns): Don't initialize weak_hash_tables here.
19795 (init_weak_hash_tables): New fun. Initialize weak_hash_tables.
19796
19797 * alloc.c (init_alloc_once): Call init_weak_hash_tables.
19798
19799 2008-05-15 Kenichi Handa <handa@m17n.org>
19800
19801 * ftfont.c (ftfont_list): Downcase family name to check generic
19802 families.
19803
19804 * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
19805 font-spec for QCfont value.
19806
19807 * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
19808 buffer. Check the return value of it.
19809
19810 2008-05-14 Jason Rumney <jasonr@gnu.org>
19811
19812 * w32term.c (w32_get_glyph_overhangs): Remove.
19813 (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
19814
19815 2008-05-14 Kenichi Handa <handa@m17n.org>
19816
19817 * font.c (font_prop_validate): Make nil a valid value.
19818 (font_clear_cache): Check if the cached vector of entities is nil
19819 or not.
19820
19821 2008-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19822
19823 * emacs.c (main_thread): Conditionalize on
19824 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
19825 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
19826
19827 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
19828 (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
19829 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
19830
19831 2008-05-14 Kenichi Handa <handa@m17n.org>
19832
19833 * coding.c (detect_coding_iso_2022): Ignore a coding category that
19834 has no corresponding coding system.
19835
19836 2008-05-14 Jason Rumney <jasonr@gnu.org>
19837
19838 * font.h (struct font) [WINDOWSNT]: Remove codepage member.
19839
19840 * w32font.h (w32font_open_internal): Update declaration.
19841
19842 * w32font.c (w32font_open_internal): Change last argument from
19843 w32font_info struct to font object. Fill in font object from
19844 font_entity. Get Outline metrics if possible. Use them to
19845 calculate underline position and thickness. Use xlfd name as name
19846 property. Don't set codepage.
19847 (w32font_open): Pass font_object to w32font_open_internal. Don't
19848 update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
19849 (w32font_draw): Use s->font.
19850 (clear_cached_metrics): Don't clear non-existent blocks.
19851
19852 * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
19853 font was not found.
19854 (x_draw_glyph_string): Use underline position and thickness from font.
19855
19856 * w32uniscribe.c (uniscribe_open): Pass font_object to
19857 w32font_open_internal.
19858
19859 2008-05-14 Kenichi Handa <handa@m17n.org>
19860
19861 These changes are to delete all legacy font-handling codes, and
19862 make Emacs use only font-backends.
19863
19864 * Makefile.in: Delete USE_FONT_BACKEND conditionals.
19865 (frame.o, image.o, print.o): Depend on $(FONTSRC).
19866
19867 * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
19868
19869 * charset.h (Vcharset_non_preferred_head)
19870 (Vcurrent_iso639_language): Extern them.
19871
19872 * charset.c (Vcharset_non_preferred_head): New variable.
19873 (Vcurrent_iso639_language): New variable.
19874 (syms_of_charset): Declare it as a Lisp variable.
19875 (char_charset): Don't check non preferred charsets. As a last
19876 resort, return charset_unicode.
19877 (Fset_charset_priority): Update Vcharset_non_preferred_head.
19878
19879 * composite.c: Throughout the file, delete all USE_FONT_BACKEND
19880 conditionals. Don't check enable_font_backend. Delete all codes
19881 used only when USE_FONT_BACKEND is not defined.
19882
19883 * dispextern.h (struct glyph_string): Change type of `font' to
19884 `struct font *'.
19885 (struct glyph_string): New member underline_position and
19886 underline_thickness.
19887 (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
19888 (struct face): Change type of `font' to `struct font *'.
19889 Remove members `font_name', `font_info_id'.
19890 (per_char_metric, encode_char): Delete externs.
19891 (calc_pixel_width_or_height): Adjust the prototype.
19892
19893 * emacs.c (enable_font_backend): Delete extern.
19894 (main): Don't set enable_font_backend. Don't check the command
19895 line argument "-disable-font-backend".
19896
19897 * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
19898 (enum font_property_index): New members FONT_DPI_INDEX,
19899 FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
19900 FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
19901 FONT_OBJECT_MAX. Delete FONT_FRAME_INDEX.
19902 (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
19903 (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
19904 (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
19905 (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
19906 (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
19907 (struct font_spec, struct font_entity): New structs.
19908 (FONT_ENCODING_NOT_DECIDED): Move from fontset.h.
19909 (struct font): Many members from old "struct font_info" moved to
19910 here. Members font and entity deleted.
19911 (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
19912 the new font-related objects.
19913 (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
19914 (CHECK_FONT_GET_OBJECT): Likewise.
19915 (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
19916 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Move from font.h.
19917 (struct font_driver): New members case_sensitive anc check.
19918 Type of the member list and open changed.
19919 (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
19920 (font_symbolic_width, font_find_object, font_get_spec)
19921 (font_set_lface_from_name): Delete extern.
19922 (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
19923
19924 * font.c: Include <strings.h>.
19925 (enable_font_backend): Delete it.
19926 (Qfont_spec, Qfont_entity, Qfont_object): New variables.
19927 (CHECK_VALIDATE_FONT_SPEC): Delete it.
19928 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Move to font.h.
19929 (null_string): Delete it.
19930 (null_vector): Make it static.
19931 (font_family_alist): Delete it.
19932 (Qnormal): Extern it.
19933 (QCextra, QClanguage): Delete it.
19934 (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
19935 (font_make_spec, font_make_entity, font_make_object)
19936 (font_intern_prop): Rename from intern_downcase. Don't downcase
19937 the string. Callers changed.
19938 (font_pixel_size): Adjust for the format change of font-related
19939 objects.
19940 (prop_name_to_numeric, prop_numeric_to_name): Delete them.
19941 (font_style_to_value, font_style_symbolic): New function.
19942 (build_font_family_alist): Delete it.
19943 (font_registry_charsets): Use Fassoc_string instead of
19944 assq_no_quit.
19945 (font_prop_validate_symbol): Don't return null_string.
19946 (font_prop_validate_style): Adjust for the change of
19947 style-related values in a font vector.
19948 (font_property_table): Delete entries for QClanguage and
19949 QCantialias, add entries for QCavgwidth.
19950 (get_font_prop_index): Delete the 2nd argument FROM.
19951 (font_prop_validate): Arguments changed.
19952 (font_put_extra): Adjust for the change of font-related objects.
19953 (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
19954 (font_parse_fcname, font_unparse_fcname)
19955 (font_prepare_composition): Likewise.
19956 (font_parse_family_registry): Rename from font_merge_old_spec.
19957 (otf_open): Delete the 1st arg entity.
19958 (font_otf_capability): Adjust for the above change.
19959 (font_score): New arg alternate_families. Adjusted for the change
19960 of font-related objects.
19961 (font_sort_entites): New arg best_only.
19962 (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
19963 Delete them.
19964 (font_match_p): Check alternate families.
19965 (font_find_object): Delete it.
19966 (font_check_object): New function.
19967 (font_clear_cache): Adjust for the change of font-related objects.
19968 (font_delete_unmatched): New arg.
19969 (font_list_entities): Call font_driver->list with a spec that
19970 doesn't specify style-related properties.
19971 (font_matching_entity): Arguments changed. Caller changed.
19972 (font_open_entity): Adjust for the change of font-related objects.
19973 (font_close_object, font_has_char, font_encode_char)
19974 (font_get_name, font_get_spec): Likewise.
19975 (font_spec_from_name, font_clear_prop, font_update_lface):
19976 New functions.
19977 (font_find_for_lface, font_open_for_lface, font_load_for_lface)
19978 (font_prepare_for_face, font_done_for_face, font_open_by_name)
19979 (font_at): Adjust for the change of font-related objects.
19980 (font_range): New function.
19981 (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
19982 (Ffont_xlfd_name): Adjust for the change of font-related objects.
19983 (Fcopy_font_spec, Fmerge_font_spec): New function.
19984 (Ffont_family_list): Rename from list-families.
19985 (Finternal_set_font_style_table): Arguments changed.
19986 (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
19987 (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjust for the
19988 change of font-related objects.
19989 (syms_of_font): Delete "ifdef USE_FONT_BACKEND". DEFSYM new symbols.
19990
19991 * fontset.h (struct font_info): Delete it. Most members go to
19992 struct font.
19993 (FONT_ENCODING_NOT_DECIDED): Move to font.h.
19994 (enum FONT_SPEC_INDEX): Delete it.
19995 (font_info, list_fonts_func, load_font_func, query_font_func)
19996 (set_frame_fontset_func, find_ccl_program_func)
19997 (get_font_repertory_func, new_fontset_from_font_name):
19998 Delete externs.
19999 (fontset_from_font_name): Extern it.
20000 (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
20001 (FONT_INFO_FROM_FACE): Deleted.
20002 (face_for_font): Adjust prototype.
20003
20004 * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
20005 conditionals. Don't check enable_font_backend. Delete all codes
20006 used only when USE_FONT_BACKEND is not defined.
20007 (get_font_info_func, list_font_func, load_font_func)
20008 (query_font_func, set_frame_fontset_func, find_ccl_program_func)
20009 (get_font_repertory_func): Delete them.
20010 (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
20011 (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
20012 (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
20013 (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
20014 (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
20015 (fontset_compare_rfontdef): New function.
20016 (reorder_font_vector): Remove the argument CHARSET-ID. Sort
20017 rfont-defs by qsort. Adjusted for the change of font-group vector.
20018 (load_font_get_repertory): Deleted.
20019 (fontset_find_font): Use new macros to ref/set elements of
20020 font-def and rfont-def.
20021 (fontset_font): Fix the timing of remembering that no font for C.
20022 (free_face_fontset): Do nothing if the face has no fontset.
20023 (face_suitable_for_char_p): Use new macros to ref/set elements of
20024 rfont-def.
20025 (face_for_char): Likewise. Call face_for_char with font_object.
20026 (fs_load_font): Delete. Delete #pragma surrounding it.
20027 (fs_query_fontset): Use strcasecmp instead of strcmp.
20028 (generate_ascii_font_name): Adjust for the format change of
20029 font-spec.
20030 (Fset_fontset_font): Likewise. Use new macros to set elements of
20031 font-def.
20032 (Fnew_fontset): Use font_unparse_xlfd to generate
20033 FONTSET_ASCII (fontset).
20034 (new_fontset_from_font_name): Deleted.
20035 (fontset_from_font): Rename from new_fontset_from_font. Check if
20036 a fontset is already created for the font. FIx updating of
20037 Vfontset_alias_alist.
20038 (fontset_ascii_font): Deleted.
20039 (Ffont_info): Adjust for the format change of font-spec.
20040 (Finternal_char_font): Likewise.
20041 (Ffontset_info): Likewise.
20042 (syms_of_fontset): Don't check load_font_func.
20043
20044 * fns.c (internal_equal): Handle PREV_FONT.
20045
20046 * frame.h: Delete USE_FONT_BACKEND conditional.
20047
20048 * frame.c: Throughout the file, delete all USE_FONT_BACKEND
20049 conditionals. Don't check enable_font_backend. Delete all codes
20050 used only when USE_FONT_BACKEND is not defined.
20051 (x_set_font): Call x_new_font, not x_new_fontset2.
20052 (x_set_font_backend): Use FRAME_FONT macro to check if a font is
20053 already set for the frame.
20054
20055 * ftfont.c (ftfont_pattern_entity): Argument FRAME removed.
20056 Make a font-entity by font_make_entity. Use font_intern_prop instead
20057 of intern_downcase. Use FONT_SET_STYLE to set a style-related
20058 font property. If a font is scalable, set avgwidth property to 0.
20059 Set font-entity property by font_put_extra.
20060 (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
20061 (ffont_driver): Adjust for the change of struct font_driver.
20062 (ftfont_spec_pattern): New function.
20063 (ftfont_list): Return a list, not vector.
20064 (ftfont_match): Use ftfont_spec_pattern to get a pattern.
20065 (ftfont_list_family): Don't downcase names.
20066 (ftfont_free_entity): Deleted.
20067 (ftfont_open): Return a font-object. Adjusted for the change of
20068 struct font. Get underline_thickness and underline_position from
20069 font property. Don't update dpyinfo->smallest_font_height and
20070 dpyinfo->smallest_char_width.
20071 (ftfont_close): Don't free `struct font'.
20072 (ftfont_has_char): Adjust for the format change of font-entity.
20073 (ftfont_encode_char, ftfont_text_extents): Likewise.
20074
20075 * ftxfont.c (ftxfont_list): Return a list, not vector.
20076 (ftxfont_open): Return a font-object. Adjusted for the change of
20077 struct font. Get underline_thickness and underline_position from
20078 font property. Don't update dpyinfo->smallest_font_height and
20079 dpyinfo->smallest_char_width.
20080 (ftxfont_close): Don't decrease FRAME_X_DISPLAY_INFO (f)->n_fonts.
20081 (ftxfont_draw): Adjust for the change of struct font.
20082
20083 * image.c (image_ascent): Don't include "charset.h".
20084 Include "character.h" and "font.h".
20085
20086 * lisp.h (enum pvec_type): New member PREV_FONT.
20087 (Fassoc_string): EXFUN it.
20088
20089 * print.c: Include font.h.
20090 (print_object): Handle font-related objects.
20091
20092 * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
20093 conditionals. Don't check enable_font_backend. Delete all codes
20094 used only when USE_FONT_BACKEND is not defined.
20095 (handle_auto_composed_prop): Do nothing if it->f is not on a
20096 window system. Check how many following characters can be
20097 displayed by the same font.
20098 (calc_pixel_width_or_height): Type of the 4th arg is changed to
20099 'struct font *'.
20100 (get_char_face_and_encoding): Assign the whole encoding task to
20101 the `encode-char' method of a font driver.
20102 (fill_composite_glyph_string): Adjust for the change of `struct
20103 face' and `struct glyph_string'.
20104 (fill_glyph_string): Likewise.
20105 (get_per_char_metric): Arguments changed.
20106 (x_get_glyph_overhangs): Adjust for the change of `struct face'
20107 and `struct glyph_string'.
20108 (produce_stretch_glyph, calc_line_height_property)
20109 (x_produce_glyphs): Likewise.
20110
20111 * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
20112 conditionals. Don't check enable_font_backend. Delete all codes
20113 used only when USE_FONT_BACKEND is not defined.
20114 Use FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
20115 (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
20116 (Qp): Extern them.
20117 (clear_font_table, load_face_font, xlfd_lookup_field_contents):
20118 Deleted.
20119 (struct font_name): Deleted.
20120 (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
20121 (compare_fonts_by_sort_order): New function.
20122 (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
20123 (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
20124 Deleted.
20125 (Fx_family_fonts): Use font_list_entities, and sort fonts by
20126 compare_fonts_by_sort_order.
20127 (Fx_font_family_list): Call Ffont_family_list.
20128 (face_numeric_value, face_numeric_weight, face_numeric_slant)
20129 (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
20130 (face_symbolic_slant, face_symbolic_swidth)
20131 (split_font_name_into_vector, build_font_name_from_vector)
20132 (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
20133 (font_rescale_ratio, split_font_name, build_font_name)
20134 (free_font_names, sort_fonts, x_face_list_fonts)
20135 (face_font_available_p, sorted_font_list, cmp_font_names)
20136 (font_list_1, concat_font_list, font_list, remove_duplicates):
20137 Deleted.
20138 (Fx_list_fonts): Use Ffont_list.
20139 (LFACE_AVGWIDTH): Deleted.
20140 (check_lface_attrs): Don't check LFACE_AVGWIDTH. Check LFACE_FONT
20141 by FONTP.
20142 (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
20143 (set_lface_from_font_name): Delete it.
20144 (set_lface_from_font): Rename from
20145 set_lface_from_font_and_fontset. Caller changed. Don't set
20146 LFACE_AVGWIDTH. Use FONT_XXX_FOR_FACE to get a symbol suitable
20147 for face.
20148 (merge_face_vectors): Copy font-spec if necessary.
20149 Clear properties of the font-spec if necessary.
20150 (merge_face_ref): Clear properties of the font-spec if necessary.
20151 (Finternal_set_lisp_face_attribute): Likewise.
20152 (set_font_frame_param): Use font_load_for_lface to load a
20153 font-object, and call Fmodify_frame_parameters with it.
20154 (x_update_menu_appearance): Don't check LFACE_AVGWIDTH. Get XLFD
20155 font name by Ffont_xlfd_name.
20156 (Finternal_lisp_face_attribute_values): Don't check QCweight,
20157 QCslant, and QCwidth.
20158 (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
20159 (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
20160 Compare fonts by EQ.
20161 (lookup_non_ascii_face): Deleted.
20162 (face_for_font): The 2nd argument changed.
20163 (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
20164 Check atomic font properties by case insensitive.
20165 (realize_non_ascii_face): Set face->overstrike correctly.
20166 (realize_x_face): Likewise. Check if LFACE_FONT is a font_object.
20167 (dump_realized_face): Get font name from
20168 font->props[FONT_NAME_INDEX]. Don't print font_info_id.
20169
20170 * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
20171 conditionals. Don't check enable_font_backend. Delete all codes
20172 used only when USE_FONT_BACKEND is not defined.
20173 (xic_create_xfontset): Original code deleted and renamed from
20174 xic_create_xfontset2. Use FRAME_FONT, not FRAME_FONT_OBJECT.
20175 (x_make_gc): Don't set GCFont in GCs.
20176 (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
20177 opened by "fixed".
20178 (syms_of_xfns): Don't set get_font_info_func, load_font_func,
20179 find_ccl_program_func, query_font_func, set_frame_fontset_func,
20180 get_font_repertory_func.
20181
20182 * xfont.c: Include <stdlib.h> and "ccl.h".
20183 (struct xfont_info): New structure.
20184 (xfont_query_font): Deleted.
20185 (xfont_find_ccl_program): Rename from x_find_ccl_program and
20186 moved from xterm.c.
20187 (xfont_driver): Adjust for the change of struct font_driver.
20188 (compare_font_names): New function.
20189 (xfont_list_pattern): Sort font names case insensitively.
20190 Make font_entity by calling font_make_entity. Avoid auto-scaled fonts.
20191 (xfont_list): Return a list, not vector.
20192 (xfont_match): If the font doesn't have QCname property, generate
20193 a name from the other font properties.
20194 (xfont_open): Return a font-object. Adjusted for the change of
20195 struct font. Get underline_thickness and underline_position from
20196 font property. Don't update dpyinfo->smallest_font_height and
20197 dpyinfo->smallest_char_width.
20198 (xfont_close): Don't free struct font.
20199 (xfont_prepare_face): Adjust for the change of struct font.
20200 (xfont_done_face): Deleted.
20201 (xfont_has_char): Adjust for the change of struct font.
20202 (xfont_encode_char, xfont_draw): Likewise.
20203 (xfont_check): New function.
20204
20205 * xftfont.c (xftfont_list): Adjust for the change of `list'
20206 callback function.
20207 (xftfont_match): Adjust for the format change of font-entity.
20208 (xftfont_open): Adjust for the format change of font-entity and
20209 font-object. Adjusted for the change of struct font. Return a
20210 font-object. Don't update dpyinfo->smallest_font_height and
20211 dpyinfo->smallest_char_width.
20212 (xftfont_close): Block input while calling XftFontClose.
20213 (xftfont_prepare_face): Don't block input while calling
20214 xftfont_get_colors. Adjusted for the change of struct font.
20215 (xftfont_shape): Return value of error case fixed.
20216
20217 * xrdb.c (x_load_resources): Don't setup a fontset resource.
20218
20219 * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
20220 conditionals.
20221 (FONT_WIDTH): Return (f)->max_width.
20222 (struct x_display_info): Delete member `font'.
20223 (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
20224 (x_find_ccl_program, x_get_font_repertory): Delete externs.
20225 (struct x_output): Change type of `font' to `struct font *'.
20226
20227 * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
20228 conditionals. Don't check enable_font_backend. Delete all codes
20229 used only when USE_FONT_BACKEND is not defined. Don't include ccl.h.
20230 (x_per_char_metric, x_encode_char): Deleted.
20231 (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
20232 (x_compute_glyph_string_overhangs): Adjust for the change of
20233 `struct face'.
20234 (x_draw_glyph_string_foreground)
20235 (x_draw_composite_glyph_string_foreground): Likewise.
20236 (x_draw_glyph_string): Likewise. Use font->underline_position and
20237 font->underline_thickness.
20238 (x_new_font): Rename from x_new_fontset2.
20239 (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
20240 (x_check_font): Call `check' method of a font driver.
20241 (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
20242 (x_query_font, x_get_font_repertory): Deleted.
20243 (x_find_ccl_program): Rename and moved to xfont.c.
20244 (x_redisplay_interface): Adjust for the change of `struct
20245 redisplay_interface'.
20246
20247 * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
20248 conditionals. Don't check enable_font_backend. Delete all codes
20249 used only when USE_FONT_BACKEND is not defined. Surround non-used
20250 code by "#ifdef OLD_FONT" and "endif".
20251 (Fw32_select_font): Use FONT_COMPAT to get old font structure.
20252
20253 * w32font.h (struct w32font_info): New member.
20254 (FONT_COMPAT): New macro.
20255 (w32font_open_internal): Prototype adjusted.
20256
20257 * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
20258 OLD_FONT" and "endif".
20259
20260 * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
20261 conditionals. Don't check enable_font_backend. Delete all codes
20262 used only when USE_FONT_BACKEND is not defined.
20263 (w32font_open): Return a font-object. Make a font-object by
20264 font_make_object. Adjusted for the change of struct w32font_info.
20265 (w32font_close): Don't free struct font. Adjusted for the change
20266 of struct w32font_info.
20267 (w32font_encode_char, w32font_text_extents, w32font_draw):
20268 Adjust for the change of struct w32font_info.
20269 (w32font_draw): Likewise.
20270 (w32font_list_internal): Return a list, not vector.
20271 (w32font_open_internal): Change the 4th arg to font-object.
20272 Adjusted for the change of struct w32font_info and font-object format.
20273 (add_font_name_to_list): Don't downcase names.
20274 (w32_enumfont_pattern_entity): Make a font-entity by
20275 font_make_entity. Adjusted for the format change of font-entity.
20276 Use FONT_SET_STYLE to set a style-related font property. If a
20277 font is scalable, set avgwidth property to 0. Set font-entity
20278 property by font_put_extra.
20279 (font_matches_spec): Adjust for the format change of font-entity.
20280 (w32_weight_table, w32_decode_weight): New variables.
20281 (w32_encode_weight): New function.
20282 (fill_in_logfont): Adjust for the format change of font-spec.
20283 (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
20284 weight value.
20285 (w32font_driver): Adjust for the change of struct font_driver.
20286
20287 * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
20288 conditionals. Don't check enable_font_backend. Surround non-used
20289 code by "#ifdef OLD_FONT" and "endif".
20290 (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
20291 (FONT_AVG_WIDTH): Adjust for the change of struct font.
20292
20293 * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
20294 conditionals. Don't check enable_font_backend. Delete all codes
20295 used only when USE_FONT_BACKEND is not defined. Surround non-used
20296 code by "#ifdef OLD_FONT" and "endif".
20297
20298 * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
20299 (uniscribe_open): Return value changed to font-object.
20300 Adjusted for the format change of font-object.
20301 (uniscribe_otf_capability): Adjust for the change of struct font.
20302 (add_opentype_font_name_to_list): Don't downcase names.
20303 (uniscribe_font_driver): Adjust for the change of struct
20304 font_driver.
20305
20306 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
20307
20308 * dispnew.c (update_frame_1): Check if tty output is still valid
20309 before flushing it.
20310
20311 2008-05-13 Jan Djärv <jan.h.d@swipnet.se>
20312
20313 * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
20314 to Gtk+ menus.
20315
20316 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
20317
20318 * dired.c (file_name_completion): Tweak the code so as to always do it
20319 in a single pass. Tighten the scope of some variables.
20320
20321 * dired.c (Qdefault_directory): New var.
20322 (file_name_completion): Use it instead of Fexpand_file_name.
20323 (syms_of_dired): Initialize it.
20324
20325 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
20326
20327 * fileio.c (double_dollars): Remove dead code.
20328
20329 2008-05-10 Eli Zaretskii <eliz@gnu.org>
20330
20331 * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
20332 Mention w32-get-true-file-attributes in doc string.
20333
20334 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
20335
20336 2008-05-09 Glenn Morris <rgm@gnu.org>
20337
20338 * fileio.c (Fread_file_name): Remove reference to insdef, deleted
20339 2008-04-23.
20340
20341 2008-05-09 Eli Zaretskii <eliz@gnu.org>
20342
20343 Support for reporting owner and group of each file on MS-Windows:
20344 * dired.c (stat_uname, stat_gname): New functions, with special
20345 implementation for w32.
20346 (Ffile_attributes): Use them instead of getpwuid and getgrgid.
20347
20348 * w32.c: Rename the_passwd_* to dflt_passwd_*.
20349 (dflt_group_name): New static variable.
20350 (dflt_group): Rename from the_group.
20351 (init_user_info): Init dflt_group fields. Get user's group name
20352 from LookupAccountSid.
20353 (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
20354 (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
20355 New initialization states.
20356 (globals_of_w32): Initialize them to zero. Initialize the default
20357 group name to "None".
20358 (GetFileSecurity_Name): New global var, the name of the function
20359 to call for GetFileSecurity.
20360 (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
20361 (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
20362 (get_file_security, get_security_descriptor_owner)
20363 (get_security_descriptor_group, is_valid_sid)
20364 (get_file_security_desc, get_rid, get_name_and_id)
20365 (get_file_owner_and_group): New functions.
20366 (stat): Use get_file_security_desc and get_file_owner_and_group to
20367 report the owner and primary group of each file. Don't ignore the
20368 high 32 bits of file's size, now that st_size is 64-bit wide.
20369 Fix test when to get true file attributes.
20370 (init_user_info): Use get_rid instead of equivalent inline code.
20371 (fstat): Don't ignore the high 32 bits of file's size.
20372
20373 2008-05-09 Chong Yidong <cyd@stupidchicken.com>
20374
20375 * image.c (png_load): Use correct bit-depth for setting background
20376 color.
20377
20378 2008-05-08 Eli Zaretskii <eliz@gnu.org>
20379
20380 * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
20381 epa-hook.elc.
20382
20383 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
20384
20385 * font.c (Ffont_match_p): Don't use `iff' in docstring.
20386
20387 2008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
20388
20389 * macfns.c (Fx_create_frame): Make a copy of frame parameters
20390 because the original parameters are in pure storage now.
20391 (mac_window): Remove unused params. Update callers.
20392
20393 2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
20394
20395 * lread.c (substitute_object_recurse): Use lower-level primitives.
20396 Don't signal errors when traversing sub-char-tables.
20397 Don't loop over all the possible characters when traversing char-tables.
20398
20399 * print.c (print_preprocess): Add sub-char-tables to the print-table,
20400 just like we do in print.c.
20401
20402 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
20403
20404 * minibuf.c (Ftry_completion): Remove code left over from when we used
20405 scmp instead of Fcompare_strings.
20406
20407 2008-05-04 Juanma Barranquero <lekktu@gmail.com>
20408
20409 * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
20410
20411 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20412
20413 * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
20414 Create bitmap context in native byte order.
20415
20416 * macterm.c (XDrawLine)
20417 (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
20418 context in native byte order.
20419
20420 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20421
20422 * config.in: Regenerate.
20423
20424 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
20425 New definitions for Image I/O support.
20426 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
20427 (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
20428 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
20429 (mac_data_provider_release_data, image_load_image_io)
20430 [USE_MAC_IMAGE_IO]: New functions.
20431 (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
20432 (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
20433 (init_image_func_pointer) [MAC_OSX]: Remove function.
20434 (image_load_quartz2d) [MAC_OSX]: Check availability of
20435 CGImageCreateWithPNGDataProvider at compile time.
20436 Use lowercase `false' for boolean constant.
20437 (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
20438 Use image_load_image_io.
20439 (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
20440 Don't check MyCGImageCreateWithPNGDataProvider.
20441 (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
20442 Don't call init_image_func_pointer.
20443
20444 * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
20445
20446 * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
20447 Make variable non-static.
20448 (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
20449 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
20450
20451 * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
20452 (RED_FROM_ULONG): Mask off higher bits.
20453 (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
20454
20455 * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
20456 Include AvailabilityMacros.h.
20457 (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
20458 (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
20459
20460 2008-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
20461
20462 * chartab.c (Fset_char_table_range): If range is t, really set all
20463 chars to that value.
20464
20465 2008-05-03 Eli Zaretskii <eliz@gnu.org>
20466
20467 * dired.c (Ffile_attributes): Don't allow the device number become
20468 negative.
20469
20470 2008-05-02 Daiki Ueno <ueno@unixuser.org>
20471
20472 * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
20473
20474 2008-05-02 Juri Linkov <juri@jurta.org>
20475
20476 * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
20477 (Fread_variable, Fread_buffer, Fcompleting_read): Document the
20478 DEFAULT argument as a list of default values in docstrings.
20479
20480 2008-05-01 Chong Yidong <cyd@stupidchicken.com>
20481
20482 * puresize.h (BASE_PURESIZE): Increase to 1210000.
20483
20484 2008-05-01 Martin Rudalics <rudalics@gmx.at>
20485
20486 * dispnew.c (change_frame_size_1): Preserve small windows when
20487 shrinking frames by calling set_window_height|width with third
20488 arg 2.
20489
20490 * window.h (struct window): Replace field too_small_ok by field
20491 resize_proportionally.
20492
20493 * window.c (make_window): Initialize resize_proportionally.
20494 (enlarge_window): Temporarily set resize_proportionally to make
20495 sure that shrink_windows does scale the window proportionally.
20496 (shrink_windows): When window has resize_proportionally set try
20497 to shrink it proportionally by stealing from other windows.
20498 (struct saved_window, Fset_window_configuration)
20499 (compare_window_configurations): Handle resize_proportionally.
20500 (WINDOW_TOTAL_SIZE): New macro.
20501 (window_min_size, shrink_windows, size_window): Use it.
20502 (check_min_window_sizes): Remove. Invalid values of
20503 window-min-height|width are handled by window_min_size_2 now.
20504 (size_window, Fsplit_window, enlarge_window)
20505 (adjust_window_trailing_edge, grow_mini_window): Don't call
20506 check_min_window_sizes.
20507 (window_min_size_2, window_min_size_1, window_min_size):
20508 New argument safe_p for retrieving "safe" minimum sizes.
20509 (Fdisplay_buffer, Fsplit_window, enlarge_window)
20510 (adjust_window_trailing_edge, grow_mini_window):
20511 Adjust arguments of window_min_size... functions.
20512 (shrink_windows): Argument min_size removed. New argument
20513 safe_p allows shrinking windows to their safe minimum sizes.
20514 Calculate minimum size and decide whether a window shall be
20515 deleted for each window individually.
20516 (size_window): When nodelete_p equals 2, tell shrink_windows to
20517 delete windows only if their new minimum size is no more safe.
20518 (shrink_window_lowest_first): Call window_min_size_1 to make
20519 sure to preserve modeline of bottom-most window when resizing
20520 the minibuffer.
20521 (Fset_window_configuration, Fcurrent_window_configuration)
20522 (compare_window_configurations): Do not handle
20523 window-min-height|width any more.
20524 (syms_of_window): Clarify window-min-height|width doc-strings.
20525
20526 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
20527
20528 * dired.c (file_name_completion): Fix up the encoding/decoding issue
20529 some more. Copy some of the code from Ftry_completions.
20530 Remove special case code that dates back to initial revision when the
20531 slash was only added when necessary and that can't trigger nowadays.
20532
20533 2008-04-27 Kenichi Handa <handa@m17n.org>
20534
20535 * font.c (font_prop_validate): Signal `error' instead of `font'.
20536
20537 2008-04-29 Jason Rumney <jasonr@gnu.org>
20538
20539 * w32fns.c (Fw32_battery_status): New defun.
20540 (syms_of_w32fns): Defsubr it.
20541
20542 2008-04-28 Andreas Schwab <schwab@suse.de>
20543
20544 * dired.c (file_name_completion): Fix another mixing of encoded
20545 and decoded names.
20546
20547 2008-04-28 Juanma Barranquero <lekktu@gmail.com>
20548
20549 * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
20550
20551 2008-04-27 Juanma Barranquero <lekktu@gmail.com>
20552
20553 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
20554
20555 2008-04-27 Andreas Schwab <schwab@suse.de>
20556
20557 * dired.c (file_name_completion): Fix inappropriate mixing of
20558 encoded and decoded names.
20559
20560 * xterm.c (XTread_socket): Fix use of uninitialized variable.
20561
20562 * puresize.h (BASE_PURESIZE): Increase to 1200000.
20563
20564 2008-04-26 Eli Zaretskii <eliz@gnu.org>
20565
20566 * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
20567 2008-03-31, it's not needed anymore with `struct stat' definition
20568 on nt/inc/sys/stat.h. Undo changes from 2007-01-12 and 2007-01-13
20569 for the same reasons.
20570
20571 2008-04-25 Dennis Gilmore <ausil@fedoraproject.org> (tiny change)
20572
20573 * m/sparc.h: Additional redefinitions for GNU/Linux.
20574
20575 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20576
20577 * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
20578 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
20579 (Qmouse_drag_overlay) [MAC_OSX]: New variable.
20580 (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
20581 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
20582 (mac_ax_selected_text_range) [MAC_OSX]: New functions.
20583 (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
20584 Likewise.
20585
20586 * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
20587 (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
20588 (mac_ax_number_of_characters): Add externs.
20589 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
20590 [USE_MAC_TSM]: Likewise.
20591 (mac_handle_text_input_event) [MAC_OSX]:
20592 Handle kEventTextInputOffsetToPos for no active input area case.
20593 Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
20594 (mac_handle_document_access_event)
20595 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
20596 (install_application_handler) [MAC_OSX]: Register handlers for
20597 kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
20598 (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
20599 Register mac_handle_document_access_event.
20600
20601 * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
20602 Make functions non-static.
20603
20604 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
20605
20606 * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
20607 (read_file_name_completion_ignore_case, insert_default_directory)
20608 (Qdefault_directory): Move to minibuffer.el.
20609 (Fread_file_name): Call the new `read-file-name' instead.
20610
20611 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20612
20613 * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
20614 Make function non-static.
20615 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
20616 Remove function.
20617 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
20618 Move to mactoolbox.c.
20619 (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
20620
20621 * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
20622 (mac_rect_make): New macro.
20623
20624 * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
20625 instead of float.
20626 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
20627 (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
20628 (XSetBackground) [USE_CG_DRAWING]: Likewise.
20629 (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
20630 CGRectMake.
20631 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
20632 (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
20633 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
20634 (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
20635 instead of WindowRef in argument type.
20636 (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
20637 (mac_invert_rectangle): Use CGContextSetBlendMode if available.
20638 (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
20639 instead of DISPLAY. All uses changed.
20640 (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
20641 (x_calc_absolute_position): Simplify so as not to use
20642 FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
20643
20644 * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
20645 instead of WindowRef in argument type.
20646 (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
20647 [TARGET_API_MAC_CARBON]: Remove externs.
20648 (create_apple_event, mac_event_parameters_to_lisp)
20649 [TARGET_API_MAC_CARBON]: Add externs.
20650
20651 * mactoolbox.c (Vmac_ts_script_language_on_focus)
20652 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
20653 (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
20654 is clicked.
20655 (x_activate_menubar): Remove extern for saved_menu_event_location.
20656 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
20657 Move from mac.c.
20658
20659 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20660
20661 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
20662 [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
20663
20664 2008-04-23 Jason Rumney <jasonr@gnu.org>
20665
20666 * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
20667 attributes only for local files.
20668
20669 * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
20670 default to Qlocal.
20671
20672 2008-04-22 Juri Linkov <juri@jurta.org>
20673
20674 * buffer.c (Fswitch_to_buffer): Change interactive spec to call
20675 read-buffer-to-switch instead of using the letter "B".
20676
20677 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
20678
20679 * fileio.c (Qdefault_directory): New variable.
20680 (Fread_file_name): Use it to pass `dir' to the completion functions.
20681
20682 2008-04-20 Chong Yidong <cyd@stupidchicken.com>
20683
20684 * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
20685
20686 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
20687
20688 * keyboard.c (Vpre_help_message): Remove.
20689 (show_help_echo): Remove default C code.
20690
20691 * dired.c (directory_files_internal, file_name_completion):
20692 Only call ENCODE_FILE if the string is indeed decoded.
20693
20694 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
20695
20696 * Makefile.in (TOOLKIT_DEFINES): Remove.
20697 (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
20698
20699 2008-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20700
20701 * Makefile.in (MAC_OBJ): Add mactoolbox.o.
20702 (mactoolbox.o): New target.
20703
20704 * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
20705 Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
20706
20707 * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
20708 Use mac_set_frame_window_background instead of XSetWindowBackground.
20709 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
20710 Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
20711 (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
20712 instead of SetWindowTitleWithCFString.
20713 (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
20714 Move function to mactoolbox.c.
20715 (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
20716 Use mac_set_window_modified instead of SetWindowModified.
20717 Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
20718 (mac_window, x_create_tip_frame): Use mac_create_frame_window.
20719 (Fx_focus_frame): Use mac_front_non_floating_window instead of
20720 FrontNonFloatingWindow. Use mac_activate_window instead of
20721 ActivateWindow. Use mac_active_non_floating_window instead of
20722 ActiveNonFloatingWindow.
20723 (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
20724 Use mac_show_hourglass and mac_hide_hourglass.
20725 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
20726 instead of GetGlobalMouse.
20727 (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
20728 instead of MoveWindow/SizeWindow/ShowWindow, respectively.
20729 Use mac_bring_window_to_front instead of BringToFront.
20730 (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
20731 mactoolbox.c.
20732 (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
20733 mac_file_dialog in mactoolbox.c. Use mac_file_dialog.
20734 (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
20735 mactoolbox.c.
20736
20737 * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
20738 (XtPointer): Move typedef from macmenu.c.
20739 (enum button_type): Move enum from macmenu.c.
20740 (widget_value): Move typedef from macmenu.c.
20741 (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
20742 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
20743 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
20744 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
20745 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
20746 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
20747 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
20748 (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
20749 (Selection): Move typedef from macselect.c.
20750 (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
20751 macterm.c.
20752 (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
20753 (mac_is_window_collapsed, mac_bring_window_to_front)
20754 (mac_send_window_behind, mac_hide_window, mac_show_window)
20755 (mac_collapse_window, mac_front_non_floating_window)
20756 (mac_active_non_floating_window, mac_activate_window)
20757 (mac_move_window_structure, mac_move_window, mac_size_window)
20758 (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
20759
20760 * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
20761 (enum mac_menu_kind): Move enum to mactoolbox.c.
20762 (min_menu_id): Move variable to mactoolbox.c.
20763 (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
20764 (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
20765 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
20766 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
20767 [TARGET_API_MAC_CARBON]: Likewise.
20768 (XtPointer): Move typedef to macgui.h.
20769 (enum button_type): Move enum to macgui.h.
20770 (widget_value): Move typedef to macgui.h.
20771 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
20772 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
20773 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
20774 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
20775 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
20776 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
20777 (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
20778 (popup_activated_flag): Make variable non-static.
20779 (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
20780 (add_menu_item, fill_menu, dispose_menus):
20781 Move functions to mactoolbox.c.
20782 (restore_show_help_function, menu_target_item_handler)
20783 (install_menu_target_item_handler, mac_handle_dialog_event)
20784 (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
20785 [TARGET_API_MAC_CARBON]: Likewise.
20786 (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
20787 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
20788 (find_and_call_menu_selection, name_is_separator): Make function
20789 non-static.
20790 (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
20791 to mactoolbox.c.
20792 (set_frame_menubar): Don't call install_menu_quit_handler.
20793 (menu_item_selection): New variable.
20794 (mac_menu_show): Use create_and_show_popup_menu.
20795 (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
20796 selection but set variable menu_item_selection. All uses changed.
20797 (mac_fill_menubar): Rename from fill_menubar. All uses changed.
20798 Call install_menu_quit_handler. Move to mactoolbox.c.
20799
20800 * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
20801 (Selection): Move typedef to macgui.h.
20802 (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
20803 (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
20804 Make variables non-static.
20805 (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
20806 (mac_handle_apple_event, cleanup_all_suspended_apple_events):
20807 Make functions non-static.
20808 (Vmac_service_selection) [MAC_OSX]: Likewise.
20809 (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
20810 (mac_valid_selection_target_p, mac_clear_selection)
20811 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
20812 (mac_put_selection_value, mac_selection_has_target_p)
20813 (mac_get_selection_value, mac_get_selection_target_list)
20814 (init_apple_event_handler, install_drag_handler, remove_drag_handler):
20815 Move functions to mactoolbox.c.
20816 (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
20817 Likewise.
20818 (copy_scrap_flavor_data, mac_handle_service_event)
20819 (install_service_handler) [MAC_OSX]: Likewise.
20820 (syms_of_macselect) <Vmac_dnd_known_types>:
20821 Use mac_dnd_default_known_types.
20822
20823 * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
20824 Move to mactoolbox.c.
20825 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
20826 (Fx_selection_owner_p): Add EXFUN.
20827 (install_window_handler, remove_window_handler, XSetWindowBackground):
20828 Remove externs.
20829 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
20830 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
20831 (x_raise_frame, x_lower_frame, mac_alert_sound_play)
20832 (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
20833 (mac_convert_frame_point_to_global, mac_set_frame_window_background)
20834 (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
20835 (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
20836 (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
20837 (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
20838 (create_and_show_popup_menu, mac_get_selection_from_symbol)
20839 (mac_valid_selection_target_p, mac_clear_selection)
20840 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
20841 (mac_put_selection_value, mac_selection_has_target_p)
20842 (mac_get_selection_value, mac_get_selection_target_list): Add externs.
20843 (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
20844 (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
20845 (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
20846 (mac_run_loop_run_once) [MAC_OSX]: Likewise.
20847 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
20848 (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
20849 (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
20850 (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
20851
20852 * mactoolbox.c: New file.
20853
20854 2008-04-18 Jason Rumney <jasonr@gnu.org>
20855
20856 * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
20857
20858 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
20859
20860 * character.c (Fmultibyte_char_to_unibyte):
20861 Return latin1 chars unchanged.
20862
20863 * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
20864 relocated if it points to `name'.
20865
20866 2008-04-17 Kenichi Handa <handa@m17n.org>
20867
20868 * data.c (Faset): Allow setting a multibyte character in an
20869 ASCII-only unibyte string.
20870
20871 * lisp.h (STRING_SET_MULTIBYTE): New macro.
20872
20873 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
20874
20875 * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
20876 done in config.h.
20877
20878 2008-04-16 Juanma Barranquero <lekktu@gmail.com>
20879
20880 * character.c (Fchar_bytes, Fchar_width, Fstring_width)
20881 (Fchar_direction): Add usage in the docstring.
20882
20883 2008-04-15 Chong Yidong <cyd@stupidchicken.com>
20884
20885 * keyboard.c (read_key_sequence): Remove always-true checks.
20886
20887 2008-04-14 Jason Rumney <jasonr@gnu.org>
20888
20889 * w32font.c (w32font_open_internal): Set max_bounds.descent in
20890 compatibility struct, for better underline positioning.
20891
20892 2008-04-13 David Hansen <david.hansen@gmx.net>
20893
20894 * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
20895 string.
20896
20897 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
20898
20899 * m/hp800.h (XUINT, XSET): Remove.
20900
20901 2008-04-12 Juanma Barranquero <lekktu@gmail.com>
20902
20903 * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
20904 previous change.
20905
20906 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
20907
20908 * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
20909 Relocate `nm' after calling DECODE_FILE, in case the GC was run.
20910
20911 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
20912
20913 * keymap.h (map_keymap_canonical): Declare.
20914 * xmenu.c (single_keymap_panes): Use it.
20915
20916 2008-04-11 Glenn Morris <rgm@gnu.org>
20917
20918 * eval.c (Fdefvaralias): If the alias is bound and the target is not,
20919 set the target's value to that of the alias.
20920
20921 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
20922
20923 * term.c (set_tty_color_mode): Left over typo.
20924
20925 2008-04-10 Michael Albinus <michael.albinus@gmx.de>
20926
20927 * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
20928 only after check for file name handler functions. Signal, when
20929 native functionality is not supported.
20930 (syms_of_fileio): Declare it unconditionally.
20931
20932 2008-04-10 Jason Rumney <jasonr@gnu.org>
20933
20934 * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
20935 (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
20936
20937 * w32.c (logon_network_drive): Also logon to remote drives that
20938 are mapped to drive letters.
20939
20940 2008-04-10 Glenn Morris <rgm@gnu.org>
20941
20942 * xdisp.c (truncate-partial-width-windows): Doc fix.
20943
20944 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
20945
20946 * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
20947 Move functions to minibuffer.el.
20948 (syms_of_fileio): Don't declare them.
20949
20950 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
20951
20952 * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
20953 (syms_of_minibuf): Remove its initialization.
20954
20955 * minibuf.c (temp_echo_area_glyphs): Remove unused function.
20956
20957 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
20958
20959 * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
20960
20961 2008-04-09 Jason Rumney <jasonr@gnu.org>
20962
20963 * makefile.w32-in (distclean): Delete makefile too.
20964 (maintainer-clean): New target.
20965
20966 * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
20967
20968 * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
20969 for new font backend and composite cases.
20970
20971 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
20972
20973 * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
20974 Most of the code moved to run_timers.
20975 (do_pending_atimers): Call run_timers.
20976 (run_timers): New function.
20977
20978 * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
20979 run atimers.
20980
20981 * process.c (wait_reading_process_output): The same as above.
20982
20983 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
20984
20985 * minibuf.c (last_exact_completion): Remove variable.
20986 (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
20987 (complete_and_exit_1, complete_and_exit_2)
20988 (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
20989 (Fdisplay_completion_list, display_completion_list_1)
20990 (Fminibuffer_completion_help, Fself_insert_and_exit)
20991 (Fexit_minibuffer, Fminibuffer_message): Move functions to
20992 minibuffer.el.
20993 (syms_of_minibuf): Remove corresponding initializations.
20994
20995 * keyboard.c (Qdeactivate_mark): New var.
20996 (command_loop_1): Use it to call `deactivate-mark'.
20997 (syms_of_keyboard): Initialize it.
20998
20999 * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
21000 to another frame.
21001 * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
21002 Don't call set_tty_color_mode.
21003 (store_frame_param): Reset previous_frame rather than call
21004 set_tty_color_mode.
21005 * term.c (set_tty_color_mode): Rewrite.
21006 * dispextern.h (set_tty_color_mode): New type.
21007 * termchar.h (struct tty_display_info): Add `previous_color_mode'.
21008
21009 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
21010
21011 * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
21012 for generic chars, which do not exist any more in emacs-unicode.
21013
21014 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
21015
21016 * coding.c (detect_coding_emacs_mule)
21017 (Ffind_operation_coding_system): Fix typo.
21018
21019 2008-04-08 Jason Rumney <jasonr@gnu.org>
21020
21021 * w32uniscribe.c (SNAME): Extract only symbol name.
21022
21023 * w32font.h (struct w32_metric_cache): New struct.
21024 (w32font_info): Use it.
21025 (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
21026 (CACHE_BLOCKSIZE): New constants.
21027
21028 * w32font.c (Qja, Qko, Qzh): New symbols.
21029 (syms_of_w32font): Initialise them.
21030 (font_matches_spec): Use them to filter by language.
21031 (recompute_cached_metrics): Remove function.
21032 (compute_metrics, clear_cached_metrics): New functions.
21033 (w32font_encode_char): Use them to manage metric cache.
21034 (w32font_text_extents): Cache metrics for all glyphs on demand.
21035 Delay converting glyph indices to WORD until needed.
21036 (w32font_open_internal): Initialize metric cache to empty.
21037 (registry_to_w32_charset): Charset should always be a symbol.
21038 (fill_in_logfont, list_all_matching_fonts): Family should
21039 always be a symbol.
21040
21041 2008-04-06 Jason Rumney <jasonr@gnu.org>
21042
21043 * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
21044 Give up if glyph indices not supported. Use uniscribe obtained
21045 ABC widths for individual metrics. Map glyph clusters back to
21046 characters using fClusterStart flag. Return number of glyphs
21047 produced, not chars processed.
21048 (uniscribe_shape): Map char at FROM to current glyph.
21049
21050 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21051
21052 * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
21053 Use SetMenuItemHierarchicalMenu.
21054
21055 2008-04-05 Jason Rumney <jasonr@gnu.org>
21056
21057 * image.c (pbm_load): Allow color values up to 65535.
21058 Throw an error if max_color_idx is outside the supported range.
21059 Report an error when image size is invalid.
21060 Read two bytes at a time when raw images have max_color_idx above 255.
21061
21062 2008-04-05 Kenichi Handa <handa@ni.aist.go.jp>
21063
21064 * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
21065 append "CCL: Quitted" when the CCL program is quitted.
21066 (setup_ccl_program): Initialize ccl->quit_silently to zero.
21067
21068 * ccl.h (struct ccl_program): New member quit_silently.
21069
21070 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
21071
21072 * search.c (compile_pattern_1): Treat non-nil and non-string of
21073 search-spaces-regexp as nil.
21074
21075 * minibuf.c (Fassoc_string): Tweak docstring.
21076
21077 2008-04-05 Eli Zaretskii <eliz@gnu.org>
21078
21079 * dired.c (Ffile_attributes): Support inode numbers wider than 32
21080 bits. Remove ugly WINDOWSNT-specific kludge introduced on
21081 2008-03-14 to force inode be positive.
21082
21083 * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
21084 _S_* ones, since we now use our own sys/stat.h.
21085 (stat, fstat): Don't mangle the inode number.
21086 (init_user_info): Don't restrict UID and GID to 0-60000 range.
21087
21088 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
21089
21090 * frame.h (struct frame): Give one more bit to `visible' since we use
21091 values larger than 1 to indicate obscured frames on ttys.
21092
21093 * keymap.c (Qkeymap_canonicalize): New var.
21094 (Fmap_keymap_internal): New fun.
21095 (describe_map): Use keymap-canonicalize.
21096
21097 * undo.c (last_boundary_buffer, last_boundary_position): New vars.
21098 (Fundo_boundary): Set them.
21099 (syms_of_undo): Initialize them.
21100 (record_point): Use them instead of last_point_position*.
21101 (last_undo_buffer): Change type.
21102
21103 2008-04-04 Jason Rumney <jasonr@gnu.org>
21104
21105 * w32font.c (w32font_text_extents): Use font's ascent and descent.
21106 (recompute_cached_metrics): Don't set ascent and descent per char.
21107
21108 * w32uniscribe.c (uniscribe_check_otf): Fix last change.
21109 (uniscribe_check_otf): Add GC protection before consing.
21110 Rearrange loop for counting features.
21111
21112 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
21113
21114 * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
21115 buffer with byte-size of source buffer.
21116
21117 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
21118
21119 * callint.c (Fcall_interactively): Handle temporary region even
21120 when shift-select-mode is off.
21121
21122 2008-04-03 Jason Rumney <jasonr@gnu.org>
21123
21124 * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
21125
21126 2008-04-03 Kenichi Handa <handa@m17n.org>
21127
21128 * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
21129 (CATEGORY_MASK_UTF_16): Likewise.
21130 (detect_coding_utf_16): Add heuristics to reject utf-16 for a
21131 binary file.
21132 (detect_coding): Add null-byte detection for a binary file.
21133 (detect_coding_system): Likewise.
21134
21135 2008-04-03 Jason Rumney <jasonr@gnu.org>
21136
21137 * w32uniscribe.c: New file.
21138
21139 * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
21140
21141 * w32font.h (uniscribe_check_otf): Declare for w32font.c.
21142
21143 * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
21144 (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
21145 (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
21146 (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
21147 (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
21148 (Qphonetic): New symbols.
21149 (syms_of_w32font): Initialize them.
21150 (font_supported_scripts): Use them.
21151 (w32font_list_family): List all charsets.
21152 (w32font_text_extents, recompute_cached_metrics): Fix metric
21153 calculations.
21154 (w32_enumfont_pattern_entity): Make full_type a DWORD.
21155 Give opentype fonts their own format.
21156 (font_matches_spec): New arguments backend and logfont.
21157 Handle :otf spec for uniscribe backend.
21158 (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
21159 (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
21160
21161 * w32fns.c (Fx_create_frame): Conditionally register uniscribe
21162 font backend.
21163 (globals_of_w32fns): Initialize uniscribe font backend.
21164
21165 * makefile.w32-in (CONFIG_H): New variable. Use it to clean up
21166 dependencies.
21167 (w32uniscribe.$(O)): New file to build.
21168 (FONT_OBJ): Include w32uniscribe.$(O).
21169 (LIBS): Add uniscribe libraries.
21170
21171 * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
21172
21173 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
21174
21175 * callint.c (Vshift_select_mode): New var.
21176 (Finteractive): Document new ^ spec.
21177 (Fcall_interactively): Call handle-shift-selection if the ^ spec
21178 is present.
21179
21180 * keyboard.c (Vthis_command_keys_shift_translated): New var.
21181 (command_loop_1): Avoid running the direct display versions of
21182 forward-char and backward-char if shift-selection may occur.
21183 (read_key_sequence): Set Vthis_command_keys_shift_translated if
21184 shift-translation takes place.
21185
21186 * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
21187 avoid clobbering by define-minor-mode.
21188
21189 * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
21190 (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
21191
21192 * syntax.c (Fforward_word): Add ^ interactive spec.
21193
21194 * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
21195 (Fscroll_right): Add ^ interactive spec.
21196
21197 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
21198
21199 * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
21200
21201 * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
21202
21203 * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
21204
21205 2008-03-31 Juri Linkov <juri@jurta.org>
21206
21207 * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
21208
21209 2008-03-30 Jan Djärv <jan.h.d@swipnet.se>
21210
21211 * gtkutil.c (xg_set_geometry): Fix indentation.
21212 (xg_resize_outer_widget): Remove.
21213 (x_wm_size_hint_off): Fix indentation.
21214 (xg_frame_set_char_size): Call flush_and_sync after
21215 gtk_window_resize.
21216 (x_wm_set_size_hint): Pass NULL as geometry window to
21217 gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
21218 Add menu bar and tool bar height to base height.
21219 (xg_update_frame_menubar, free_frame_menubar)
21220 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
21221 (update_frame_tool_bar, free_frame_tool_bar):
21222 Change xg_resize_outer_widget to xg_frame_set_char_size.
21223
21224 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
21225
21226 * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
21227 (Fdbus_call_method): New parameter TIMEOUT.
21228 (dbus-send-signal): Optimize UNGCPRO call.
21229
21230 2008-03-29 Juri Linkov <juri@jurta.org>
21231
21232 * window.c (Fdisplay_buffer): Move call to
21233 Vsplit_window_preferred_function out of conditions that check
21234 if window is eligible for vertical splitting.
21235 When Vsplit_window_preferred_function is non-nil, call it and use
21236 its non-nil return value as window. Otherwise, continue doing
21237 vertical splitting using Fsplit_window with arg horflag=nil.
21238 (syms_of_window) <Vsplit_window_preferred_function>: Change the
21239 default value from `split-window' to nil.
21240
21241 2008-03-29 Juri Linkov <juri@jurta.org>
21242
21243 * callint.c (Fcall_interactively): Revert 2008-03-16 change
21244 for interactive code letters 'b' and 'B'.
21245
21246 2008-03-29 Eli Zaretskii <eliz@gnu.org>
21247
21248 * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
21249 multibyte string.
21250
21251 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
21252
21253 * keyboard.c (pending_funcalls): New var.
21254 (timer_check): Run it.
21255 (syms_of_keyboard): Initialize it.
21256 * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
21257 (Vdelete_terminal_functions): New vars.
21258 (syms_of_terminal): Initialize them.
21259 (Fdelete_terminal): Run delete-terminal-functions.
21260 * xdisp.c (safe_eval): Rewrite.
21261 (safe_call2): New fun.
21262 * frame.c (Qdelete_frame_functions): New var.
21263 (syms_of_frame): Initialize it.
21264 (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
21265 * lisp.h (safe_call2, pending_funcalls): Declare.
21266
21267 2008-03-28 Andreas Schwab <schwab@suse.de>
21268
21269 * indent.c (Fmove_to_column): Move declaration before statements.
21270
21271 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
21272
21273 * frame.h (enum fullscreen_type): Give it a name. Move it before use.
21274 (struct frame): Use bit fields for boolean vars.
21275
21276 * process.c (server_accept_connection): Simplify naming.
21277 (emacs_get_tty_pgrp): Use SDATA.
21278
21279 * coding.c (decode_coding_object): Fix last change.
21280
21281 2008-03-27 Jason Rumney <jasonr@gnu.org>
21282
21283 * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
21284
21285 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
21286
21287 * charset.c (Fdefine_charset_internal): Change the way of
21288 registering charsets in Vcharset_order_list.
21289 (syms_of_charset): Make the charset `eight-bit' supplementary.
21290
21291 2008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change)
21292
21293 * regex.c (EXTEND_BUFFER): Change order of pointer addition
21294 operations, to avoid having the difference between pointers
21295 overflow.
21296
21297 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
21298
21299 * indent.c (check_display_width): New fun.
21300 (scan_for_column): Use it.
21301
21302 * data.c (syms_of_data): Mark most-positive-fixnum and
21303 most-negative-fixnum as constants.
21304
21305 * xdisp.c (redisplay_internal): Reset selected_frame earlier.
21306
21307 * indent.c (scan_for_column): Extract from current_column_1.
21308 Merge with the same code from Fmove_to_column.
21309 (current_column_1, Fmove_to_column): Use it.
21310
21311 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
21312
21313 * keymap.c (map_keymap_internal): New fun.
21314 (map_keymap): Use it.
21315 (Fmap_keymap_internal): New fun.
21316 (Fmap_keymap): Remove left-out test from before make_save_value.
21317
21318 * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
21319
21320 * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
21321 Use XCAR/XCDR.
21322
21323 * process.h (struct Lisp_Process): Remove filter_multibyte.
21324 * process.c (QCfilter_multibyte): Remove.
21325 (setup_process_coding_systems): Don't use filter_multibyte.
21326 (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
21327 (read_process_output): Don't adjust multibyteness to filter_multibyte.
21328 (Fset_process_filter_multibyte): Change the coding-system to
21329 approximate the previous behavior.
21330 (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
21331 coding-system.
21332
21333 * coding.c (decode_coding_object): When not decoding into a buffer,
21334 obey the coding system's preference of (uni|multi)byte.
21335
21336 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
21337
21338 * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
21339 every char is changed and has a different byte-length.
21340 (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
21341 Fix int -> EMACS_INT.
21342
21343 2008-03-23 David Hansen <david.hansen@gmx.net>
21344
21345 * dbusbind.c (xd_read_message): Remove extra copying of message
21346 strings. Check for NULL `interface' or `member'.
21347
21348 2008-03-22 Eli Zaretskii <eliz@gnu.org>
21349
21350 * w32.c (readdir): If FindFirstFile/FindNextFile return in
21351 cFileName a file name that includes `?' characters, use the 8+3
21352 alias in cAlternateFileName instead.
21353
21354 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
21355
21356 * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
21357
21358 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
21359
21360 * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
21361 (set_point, set_point_both): Use EMACS_INT. Remove `buffer' arg,
21362 work on current_buffer only instead (that was already the case
21363 for some of the code anyway).
21364 * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
21365 (temp_set_point, temp_set_point_both): Use EMACS_INT.
21366 (SET_PT, SET_PT_BOTH): Adjust.
21367 * intervals.h (set_point, temp_set_point, set_point_both)
21368 (temp_set_point_both): Remove redundant declarations.
21369
21370 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
21371
21372 * fileio.c (Finsert_file_contents):
21373 * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
21374 * buffer.h (BUF_SET_PT): Remove. set_point_both doesn't work right
21375 when buffer != current_buffer anyway.
21376
21377 2008-03-20 Andreas Schwab <schwab@suse.de>
21378
21379 * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
21380 as default.
21381
21382 2008-03-19 Jason Rumney <jasonr@gnu.org>
21383
21384 * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
21385 (syms_of_w32fns): Initialize them.
21386 (HOURGLASS_ID): New constant.
21387 (x_window_to_frame): Don't check hourglass_window.
21388 (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
21389 (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
21390 (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
21391 (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
21392 Only change the cursor if hourglass is not active.
21393 (Fx_create_frame): Initialize frame's current_cursor.
21394 (hourglass_atimer): Remove.
21395 (hourglass_started): New function.
21396 (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
21397 (show_hourglass): Adapt to w32, changing argument to frame.
21398
21399 * w32term.h (struct w32_output): Remove hourglass_window.
21400 Add current_cursor.
21401
21402 * eval.c (call_debugger, Fsignal):
21403 * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
21404 (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
21405 (Fexecute_extended_command, cancel_hourglass_unwind):
21406 * minibuf.c (read_minibuf):
21407 * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
21408
21409 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
21410
21411 * window.c (run_funs): New fun.
21412 (run_window_configuration_change_hook): Use it to run the buffer-local
21413 and the global part of the hook.
21414
21415 * xdisp.c (format_mode_line_unwind_data): Add window argument.
21416 (unwind_format_mode_line): Restore selected window.
21417 (x_consider_frame_title, Fformat_mode_line): Set selected window.
21418
21419 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
21420
21421 * editfns.c (Fchar_equal): Check they are valid characters.
21422
21423 * buffer.h (Fbuffer_list): Declare (for use in callint.c).
21424
21425 2008-03-17 Andreas Schwab <schwab@suse.de>
21426
21427 * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
21428 against a charset.
21429
21430 * lisp.h (Fbuffer_list): Declare.
21431
21432 2008-03-17 Jan Djärv <jan.h.d@swipnet.se>
21433
21434 * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
21435 handlebox_widget is != 0.
21436
21437 2008-03-16 Juri Linkov <juri@jurta.org>
21438
21439 * callint.c (Fcall_interactively): For interactive code letters
21440 'b' and 'B' put the buffer list into the list of default "future"
21441 values of the minibuffer.
21442
21443 2008-03-16 Andreas Schwab <schwab@suse.de>
21444
21445 * keyboard.c (read_key_sequence): Fix downcasing of letters with
21446 modifiers.
21447
21448 * regex.c (re_match_2_internal): Correct matching of a charset
21449 against latin-1 characters.
21450
21451 2008-03-16 Kenichi Handa <handa@m17n.org>
21452
21453 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
21454 (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
21455 (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
21456 (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
21457 (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
21458 CHAR_STRING_ADVANCE.
21459 (produce_chars): Fix for the case that the source and the
21460 destination are the same buffer. Use CHAR_STRING_ADVANCE_NO_UNIFY
21461 instead of CHAR_STRING_ADVANCE.
21462 (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
21463 STRING_CHAR_ADVANCE.
21464
21465 2008-03-15 Andreas Schwab <schwab@suse.de>
21466
21467 * regex.c (re_match_2_internal): Correct matching of eight bit
21468 characters in unibyte strings.
21469
21470 2008-03-15 Martin Rudalics <rudalics@gmx.at>
21471
21472 * buffer.c (overlays_in, Foverlays_in): Include empty overlays
21473 at end of range when it coincides with the end of the buffer.
21474
21475 2008-03-14 Eli Zaretskii <eliz@gnu.org>
21476
21477 * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
21478
21479 * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
21480
21481 2008-03-14 Jason Rumney <jasonr@gnu.org>
21482
21483 * editfns.c (initial_tz): New variable.
21484 (syms_of_editfns): Initialize it.
21485 (Fset_time_zone_rule): Set it when first called.
21486 Use it when TZSTRING is nil.
21487
21488 * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
21489 (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
21490 (monitor_from_point_fn, get_monitor_info_fn): New globals.
21491 (globals_of_w32fns): Initialize them.
21492 (compute_tip_xy): Use them to position tooltips.
21493
21494 2008-03-14 Glenn Morris <rgm@gnu.org>
21495
21496 * emacs.c (main): Revert previous change.
21497 (standard_args): Revert -internal-script back to -scriptload,
21498 and remove the long-option form.
21499
21500 2008-03-13 Glenn Morris <rgm@gnu.org>
21501
21502 * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
21503 Remove option -enable-font-backend.
21504
21505 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
21506
21507 * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
21508
21509 2008-03-11 Jan Djärv <jan.h.d@swipnet.se>
21510
21511 * xterm.c (x_connection_closed): For GTK: If this is the last
21512 terminal just exit without closing the display.
21513
21514 2008-03-11 Jason Rumney <jasonr@gnu.org>
21515
21516 * w32font.c (w32font_full_name): Use floor to round.
21517
21518 2008-03-10 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
21519
21520 * sound.c (alsa_configure): Declare vol at beginning of block.
21521
21522 * fontset.c (Ffontset_info): Remove extra semicolon.
21523
21524 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
21525
21526 * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
21527 size of resulting string.
21528
21529 2008-03-10 Jason Rumney <jasonr@gnu.org>
21530
21531 * dispnew.c (adjust_glyph_matrix): Initialize window_height.
21532
21533 2008-03-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21534
21535 * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
21536 Don't pretend as if characters with display property haven't been
21537 consumed for string-replacing-string case.
21538
21539 2008-03-08 Kim F. Storm <storm@cua.dk>
21540
21541 * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
21542 (get_next_display_element, next_element_from_string)
21543 (next_element_from_ellipsis, next_element_from_buffer): Use it.
21544
21545 2008-03-08 Andreas Schwab <schwab@suse.de>
21546
21547 * process.h (struct Lisp_Process): Declare bit fields as unsigned.
21548
21549 2008-03-06 Jason Rumney <jasonr@gnu.org>
21550
21551 * w32font.c (w32_registry): Take font_type argument. Use ANSI
21552 when charset not specified. Only translate ANSI to unicode when
21553 font_type is truetype.
21554 (w32font_coverage_ok): New function.
21555 (add_font_entity_to_list): Use it to filter unsuitable fonts.
21556
21557 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
21558
21559 * lread.c (Fread_char): Resolve modifiers.
21560 (Fread_char_exclusive): Likewise.
21561
21562 * character.c (char_resolve_modifier_mask): New function.
21563 (char_string): Use char_resolve_modifier_mask.
21564 (Fchar_resolve_modifiers): New function.
21565 (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
21566 function.
21567
21568 2008-03-04 Jason Rumney <jasonr@gnu.org>
21569
21570 * makefile.w32-in: Always include w32font.c in the build.
21571 * w32font.c: Wrap in USE_FONT_BACKEND conditional.
21572
21573 2008-03-04 Andreas Schwab <schwab@suse.de>
21574
21575 * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
21576 (versionclean): Likewise.
21577
21578 2008-03-04 Juanma Barranquero <lekktu@gmail.com>
21579
21580 * .cvsignore: Add oo.
21581
21582 2008-03-03 Andreas Schwab <schwab@suse.de>
21583
21584 * coding.c (decode_coding_object): Inhibit gap shrinking while
21585 decoding in place.
21586
21587 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
21588
21589 * w32term.c: Remove unused include "gnu.h".
21590 * makefile.w32-in (w32term.o): Don't depend on gnu.h.
21591
21592 * gnu.h: Rename to ...
21593 * emacs-icon.h: ... this.
21594 * xterm.c: Use emacs-icon.h instead of gnu.h.
21595 * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
21596
21597 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
21598
21599 * w32font.c: Include math.h.
21600
21601 2008-03-03 Jason Rumney <jasonr@gnu.org>
21602
21603 * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
21604 Compute options separately.
21605 (w32font_open_internal): Set glyph_idx before caching metrics.
21606
21607 * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
21608 Define if system headers don't.
21609 (struct w32font_info): Enlarge ascii_metrics. Add glyph_idx.
21610 (w32font_encode_char): Don't declare here.
21611
21612 * w32font.c (Quniscribe, QCformat): New symbols.
21613 (syms_of_w32font): Define them.
21614 (w32font_has_char): Indicate uncertainty.
21615 (w32font_encode_char): Encode as glyph point. Make static.
21616 (recompute_cached_metrics): New function.
21617 (w32font_open_internal): Use it. Set font to use glyph points
21618 initially. Set format based on type of font.
21619 (w32font_text_extents, w32font_draw): Optionally use glyph points.
21620 (w32_enumfont_pattern_entity): Accept backend arg. Set type based
21621 on it. Set format based on information available here.
21622 (add_font_entity_to_list): Identify backend based on opentype_only.
21623
21624 2008-03-02 Andreas Schwab <schwab@suse.de>
21625
21626 * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
21627
21628 * coding.c (decode_coding_big5, produce_chars):
21629 Fix typos in last change.
21630
21631 2008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
21632
21633 * gnu.h: New icon.
21634
21635 2008-03-02 Kenichi Handa <handa@m17n.org>
21636
21637 * coding.c (decode_coding_utf_8): When eol-type of CODING is
21638 `dos', don't decode '\r' if that is the last in the source.
21639 (decode_coding_utf_16, decode_coding_emacs_mule)
21640 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
21641 (decode_coding_raw_text, decode_coding_charset): Likewise.
21642 (produce_chars): Don't decode EOL here. Use EMACS_INT.
21643
21644 2008-03-01 Jason Rumney <jasonr@gnu.org>
21645
21646 * w32font.c (w32font_full_name): Report point size for scalable fonts.
21647
21648 2008-03-01 Kim F. Storm <storm@cua.dk>
21649
21650 * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
21651
21652 2008-03-01 Jason Rumney <jasonr@gnu.org>
21653
21654 * w32font.c (w32font_full_name): New function.
21655 (w32font_open_internal): Use it.
21656
21657 2008-03-01 Kim F. Storm <storm@cua.dk>
21658
21659 * dispnew.c (line_draw_cost): Fix invalid glyph check.
21660
21661 2008-03-01 Jason Rumney <jasonr@gnu.org>
21662
21663 * font.c (font_unparse_fcname): Increase len when style is a symbol.
21664
21665 2008-03-01 Jan Djärv <jan.h.d@swipnet.se>
21666
21667 * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
21668 xg_frame_resized when the event is for the edit widget.
21669
21670 * gtkutil.h (xg_frame_resized): Rename from xg_resize_widgets.
21671
21672 * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
21673 set_char_size.
21674 (xg_frame_resized): Rename from xg_resize_widgets. Remove all
21675 operations on widgets here. Just set frame size if needed.
21676 (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
21677 (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
21678 (x_wm_set_size_hint): Set size hints on the edit widget only, not
21679 the whole frame.
21680 (xg_create_tool_bar): Move attachment of the tool bar to
21681 xg_pack_tool_bar. Do not attach the tool bar if there are no items.
21682 (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
21683
21684 2008-03-01 Jason Rumney <jasonr@gnu.org>
21685
21686 * w32fns.c (w32_msg_pump): Disable debug code.
21687
21688 2008-03-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21689
21690 * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
21691
21692 2008-02-29 Chong Yidong <cyd@stupidchicken.com>
21693
21694 * xdisp.c (next_overlay_string): Don't set
21695 overlay_strings_at_end_processed_p if we're currently reading from
21696 a display string.
21697
21698 2008-02-29 Stefan Monnier <monnier@iro.umontreal.ca>
21699
21700 * xdisp.c (get_overlay_strings_1): Fix typo.
21701
21702 2008-02-29 Chong Yidong <cyd@stupidchicken.com>
21703
21704 * xdisp.c (get_overlay_strings_1): Add missing argument type.
21705
21706 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
21707
21708 * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
21709
21710 * xdisp.c (display_mode_element): Cancel the previous change.
21711 (decode_mode_spec): Likewise.
21712 (handle_auto_composed_prop): Don't make composition if it->string
21713 is a string.
21714
21715 2008-02-27 Kim F. Storm <storm@cua.dk>
21716
21717 * lisp.h (GLYPH): Change type from int to struct with separate char
21718 and face_id members.
21719 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
21720 (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
21721 (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
21722 (GLYPH_CHAR, GLYPH_FACE): ... these. Change users.
21723 (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove. Rewrite users to use ...
21724 (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
21725 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
21726 (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
21727 handle new Lisp glyph code encoding, either an integer or a cons.
21728
21729 * disptab.h (GLYPH_SIMPLE_P): Rewrite.
21730 (GLYPH_ALIAS): Delete.
21731 (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
21732 (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
21733 (GLYPH_FROM_CHAR): Replace macro by ...
21734 (SET_GLYPH_FROM_CHAR): ... this macro. Change users.
21735
21736 * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
21737 (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
21738 (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro. Change users.
21739 (GLYPH_INVALID_P): New macro.
21740 (spec_glyph_lookup_face): Update prototype.
21741
21742 * dispnew.c (line_draw_cost): Adapt to new glyph type.
21743 (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
21744 new glyph code encoding.
21745 (spec_glyph_lookup_face): No return value; update passed glyph instead.
21746 (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
21747
21748 * xdisp.c (get_next_display_element, next_element_from_display_vector):
21749 Adapt to new glyph type and new glyph code encoding.
21750
21751 * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
21752
21753 * indent.c (current_column, current_column_1, Fmove_to_column)
21754 (compute_motion): Adapt to new glyph code encoding.
21755
21756 * msdos.c (IT_write_glyphs): Adapt to new glyph type.
21757
21758 2008-02-27 Chong Yidong <cyd@stupidchicken.com>
21759
21760 * process.c (wait_reading_process_output): Check for window
21761 changes caused by timers.
21762 Suggested by Johan Bockgård.
21763
21764 2008-02-27 Glenn Morris <rgm@gnu.org>
21765
21766 * emacs.c (USAGE1): Add `--disable-font-backend'.
21767
21768 2008-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
21769
21770 * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
21771 is made to the buffer.
21772
21773 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
21774
21775 * dispextern.h (face_at_buffer_position, face_for_overlay_string)
21776 (face_at_string_position):
21777 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
21778 (face_at_string_position):
21779 * xdisp.c (display_string, next_overlay_change):
21780 * buffer.h (overlays_at):
21781 * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
21782 Update callers.
21783
21784 2008-02-26 Chong Yidong <cyd@stupidchicken.com>
21785
21786 * editfns.c (Fformat): Doc fix.
21787
21788 2008-02-26 Juanma Barranquero <lekktu@gmail.com>
21789
21790 * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
21791 (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
21792 (Ffont_otf_alternates, Fquery_font): Doc fixes.
21793
21794 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
21795
21796 * buffer.c (Fbuffer_swap_text): New function.
21797 (syms_of_buffer): Defsubr it.
21798
21799 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
21800
21801 * keyboard.c (command_loop_1): Revert 2006-10-09 change.
21802
21803 2008-02-25 Jason Rumney <jasonr@gnu.org>
21804
21805 * w32font.c (w32font_draw): Draw one character at a time when padding.
21806
21807 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
21808
21809 * window.c (Fdelete_window, Fadjust_window_trailing_edge):
21810 Handle a nil arg. Use run_window_configuration_change_hook.
21811 (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
21812 (Fenlarge_window, Fshrink_window, Fset_window_configuration):
21813 Use run_window_configuration_change_hook.
21814
21815 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
21816
21817 * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
21818 1-pixel width.
21819
21820 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
21821
21822 * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
21823 (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
21824 if the glyph in the font is zero pixel with.
21825
21826 * dispextern.h (struct glyph_string): New member padding_p.
21827
21828 * w32font.c (w32font_draw): Pay attention to s->padding_p.
21829
21830 * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
21831
21832 * xfont.c (xfont_draw): Pay attention to s->padding_p.
21833
21834 * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
21835
21836 * font.c: If the font driver doesn't have `shape' function, return Qnil.
21837
21838 2008-02-25 Jason Rumney <jasonr@gnu.org>
21839
21840 * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
21841
21842 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
21843
21844 Allow fine-grained image-cache flushing.
21845 * dispextern.h (struct image): Add `dependencies' field.
21846 (clear_image_caches): Change arg to Lisp_Object.
21847 * image.c (make_image): Initialize `dependencies' field.
21848 (clear_image_cache): Change arg to allow fine-grained flushing.
21849 Perform the flush even if image-cache-eviction-delay is nil.
21850 (clear_image_caches): Change arg to Lisp_Object.
21851 (Fclear_image_cache): Expand meaning of the argument.
21852 (mark_image): Mark `dependencies' field.
21853 * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
21854 (lface_hash): Use XHASH rather than XFASTINT.
21855 (face_at_buffer_position): Fix int -> EMACS_INT position.
21856 * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
21857 (select_frame_for_redisplay): Remove code duplication.
21858 (redisplay_internal): Adapt arg to call to clear_image_caches.
21859
21860 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
21861
21862 * s/vms4-0.h:
21863 * s/vms4-2.h:
21864 * s/vms4-4.h:
21865 * s/vms5-5.h: Remove, unused.
21866
21867 * s/irix5-2.h:
21868 * s/irix6-0.h:
21869 * s/riscos5.h:
21870 * s/mach-bsd4-3.h:
21871 * m/mips4.h: Remove files for obsolete systems.
21872
21873 * Makefile.in:
21874 * filelock.c:
21875 * unexmips.c:
21876 * m/hp9000s300.h:
21877 * m/iris4d.h:
21878 * s/aix3-1.h:
21879 * s/hpux.h:
21880 * s/msdos.h:
21881 * s/usg5-0.h:
21882 * s/usg5-2-2.h:
21883 * s/usg5-2.h:
21884 * s/usg5-3.h: Remove references to obsolete variables.
21885
21886 * s/irix5-0.h: Remove, move all the contents ...
21887 * s/irix6-5.h: ... here. Simplify.
21888 * config.in: Regenerate.
21889
21890 2008-02-24 Jason Rumney <jasonr@gnu.org>
21891
21892 * w32term.c (x_draw_glyph_string_background): Clear the background
21893 manually when cleartype is in use.
21894 (x_draw_glyph_string_foreground): Draw text transparently when
21895 cleartype is in use.
21896
21897 * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
21898 a font into it unless we have to.
21899
21900 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
21901
21902 * intervals.h (INT_LISPLIKE): Remove. It may misfire.
21903 (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
21904
21905 2008-02-18 Jason Rumney <jasonr@gnu.org>
21906
21907 * w32fns.c (Fw32_shell_execute): Encode parameters.
21908
21909 2008-02-09 Eli Zaretskii <eliz@gnu.org>
21910
21911 * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
21912
21913 2008-02-05 Juanma Barranquero <lekktu@gmail.com>
21914
21915 * unexhp9k800.c (read_header): Replace `legal' with `valid'.
21916
21917 2008-02-24 Ulrich Neumerkel <ulrich@complang.tuwien.ac.at> (tiny change)
21918
21919 * xterm.c (x_set_offset): Don't change the gravity if
21920 CHANGE_GRAVITY is -1.
21921
21922 2008-02-23 Chong Yidong <cyd@stupidchicken.com>
21923
21924 * fileio.c (auto_save_error_occurred): New var.
21925 (auto_save_error): Set it.
21926 (Fdo_auto_save): Don't overwrite the error message if an auto-save
21927 error occurred.
21928
21929 2008-02-23 Eli Zaretskii <eliz@gnu.org>
21930
21931 * w32.c (globals_of_w32): Add initializations for
21932 g_b_init_get_sid_sub_authority and
21933 g_b_init_get_sid_sub_authority_count.
21934
21935 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
21936
21937 * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
21938 (font_parse_xlfd): Use them for sanity check.
21939 (Finternal_set_font_style_table): Make sure the table is bijective.
21940
21941 Consolidate the image_cache to the terminal struct.
21942 * termhooks.h (P_): Remove redundant def.
21943 (struct terminal): New field `image_cache'.
21944 * frame.h (FRAME_IMAGE_CACHE): New macro. Use it everywhere in place
21945 of FRAME_X_IMAGE_CACHE.
21946 * xterm.h (struct x_display_info): Remove image_cache field.
21947 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
21948 * w32term.h (struct w32_display_info): Remove image_cache field.
21949 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
21950 * macterm.h (struct mac_display_info): Remove image_cache field.
21951 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
21952 * xterm.c (x_term_init):
21953 * w32term.c (w32_term_init):
21954 * macterm.c (mac_term_init): Set the image_cache in the terminal.
21955 * dispextern.h (clear_image_cache, forall_images_in_image_cache):
21956 Remove declarations.
21957 (clear_image_caches, mark_image_cache): New declarations.
21958 * xfaces.c (clear_face_cache):
21959 * xdisp.c (redisplay_internal): Use clear_image_caches.
21960 * image.c (clear_image_cache): Don't check that a frame is on
21961 a window-system before checking if it shares the same cache.
21962 (clear_image_caches): New function.
21963 (Fclear_image_cache): Use it.
21964 (mark_image): Move from allo.c.
21965 (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
21966 * alloc.c (mark_image, mark_image_cache): Move to image.c.
21967 (mark_object): Don't call mark_image_cache for frames.
21968 (mark_terminals): Call mark_image_cache.
21969
21970 * lisp.h (Fdelete_terminal): Declare.
21971
21972 * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
21973 (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
21974 wrong_type_argument.
21975
21976 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
21977
21978 * Makefile.in (lisp): Remove devanagari.el, kannada.el,
21979 malayalam.el, and tamil.el. Add sinhala.el.
21980
21981 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
21982
21983 * xterm.c (x_connection_closed): Consolidate identical tests.
21984 (x_delete_terminal): Don't crash if called via x_connection_closed.
21985
21986 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
21987
21988 * xdisp.c (decode_mode_spec): New arg string.
21989 (display_mode_element): Adjust for the above change.
21990
21991 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
21992
21993 * callint.c (Fcall_interactively): Use AREF.
21994
21995 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
21996
21997 * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
21998
21999 2008-02-18 Jan Djärv <jan.h.d@swipnet.se>
22000
22001 * xfns.c (Fx_show_tip): Set string to " " if empty.
22002
22003 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
22004
22005 * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
22006 with Qt.
22007
22008 2008-02-17 Kenichi Handa <handa@m17n.org>
22009
22010 * ftfont.c (ftfont_shape): Return Lispy number.
22011
22012 * xfaces.c (prepare_face_for_display): Use display_info->font->fid
22013 for GCs.
22014 (Finternal_set_font_selection_order): Call font_update_sort_order
22015 only when enable_font_backend is set.
22016 (realize_x_face): Set face->font_info to that of default face only
22017 when enable_font_backend is set.
22018
22019 * xdisp.c (handle_composition_prop): Set it->c to the fist
22020 character of the composed region.
22021 (fill_composite_glyph_string): Set base_face->font_info to
22022 s->font_info. Get a face for ascii from base_face->ascii_face.
22023 (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
22024 with a face already decided.
22025 (x_produce_glyphs): Be sure to set it->ascent and it->descent to
22026 non-negative.
22027 (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
22028 call font_prepare_composition unconditionally.
22029
22030 * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
22031
22032 * xterm.h (struct x_display_info): New member font.
22033
22034 * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
22035 (x_set_mouse_face_gc, x_new_font): Likewise.
22036 (x_term_init): Setup display_info->font.
22037 (x_delete_terminal): Free display_info->font.
22038
22039 * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
22040
22041 * ftxfont.c (ftxfont_default_fid): Delete it.
22042 (ftxfont_open): Set xfont->fid to 0.
22043 (ftxfont_end_for_frame): Clear data specific to the frame and the
22044 font-driver.
22045
22046 * xftfont.c (xftfont_default_fid): Delete it.
22047 (xftfont_open): Set xfont->fid to 0.
22048
22049 * fontset.c (FONTSET_OBJLIST): New macro.
22050 (fontset_find_font): Update font-object list of the fontset.
22051 (free_realized_fontset): New function.
22052 (free_face_fontset): Call free_realized_fontset.
22053 (Ffont_info): Call font_close_object only when enable_font_backend
22054 is set.
22055
22056 * font.c [HAVE_X_WINDOWS]: Include xterm.h.
22057 [HAVE_NTGUI]: Include w32term.h.
22058 [MAC_OS]: Include macterm.ch.
22059 (font_otf_ValueRecord): Use make_number.
22060 (font_finish_cache): Fix handling of reference count.
22061 (font_clear_cache): Update num_fonts.
22062 (font_open_entity): Update smallest_char_width and
22063 smallest_font_height of the frame.
22064 (font_close_object): Update num_fonts.
22065 (Fclear_font_cache): Fix finding the target cache data.
22066
22067 2008-02-16 Glenn Morris <rgm@gnu.org>
22068
22069 * fontset.c (Finternal_char_font): Fix compilation warning.
22070
22071 2008-02-16 Eli Zaretskii <eliz@gnu.org>
22072
22073 * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
22074 instead of char arrays. Enlarge the size of array passed to
22075 get_token_information.
22076
22077 * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
22078 warnings.
22079
22080 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
22081
22082 * .gdbinit: Don't set `args', it breaks gdb --args.
22083
22084 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
22085
22086 * fileio.c (Finsert_file_contents): Adjust offsets when replacing
22087 within a narrowed buffer.
22088
22089 2008-02-14 Kenichi Handa <handa@ni.aist.go.jp>
22090
22091 * coding.c (decode_coding_object, encode_coding_object):
22092 Preserve Vdeactivate_mark. Delete unnecessary call of Fcurrent_buffer.
22093
22094 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
22095
22096 * coding.c (coding_set_destination): Use BEG_BYTE rather than
22097 hardcoding 1.
22098 (detect_coding_system):
22099 * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
22100 (string_char_to_byte, string_byte_to_char, insert_from_gap):
22101 * insdel.c (insert_from_gap):
22102 * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
22103 (string_char_to_byte, string_byte_to_char, string_make_multibyte)
22104 (string_to_multibyte):
22105 * character.c (chars_in_text, multibyte_chars_in_text):
22106 * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
22107
22108 * character.h (FETCH_STRING_CHAR_ADVANCE)
22109 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
22110 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
22111 (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
22112
22113 * casefiddle.c (casify_region): Only call after-change and composition
22114 functions on the part of the region that was changed.
22115
22116 * keyboard.c (read_avail_input):
22117 * frame.c (Fdelete_frame): Call Fdelete_terminal.
22118
22119 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
22120
22121 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
22122 (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
22123
22124 2008-02-11 Juanma Barranquero <lekktu@gmail.com>
22125
22126 * w32menu.c (push_submenu_start, push_submenu_end)
22127 (push_left_right_boundary, push_menu_pane, push_menu_item):
22128 * keyboard.c (read_key_sequence): Don't pass args with side effects
22129 to AREF, it fails when compiling with -DENABLE_CHECKING.
22130
22131 2008-02-11 Kenichi Handa <handa@ni.aist.go.jp>
22132
22133 * Makefile.in (${lispsource}international/charprop.el):
22134 Delete this target.
22135
22136 * search.c (boyer_moore): Fix incorrect synching of the trunk and
22137 emacs-unicode-2.
22138
22139 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
22140
22141 * terminal.c (Fdelete_terminal): Clean up the `force' path.
22142
22143 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
22144
22145 * frame.c (Qnoelisp): New symbol.
22146 (syms_of_frame): Initialize it.
22147 (Fdelete_frame): Use it to distinguish a mere `force' passed from some
22148 harmless Elisp code, from a strong `force' from x_connection_closed.
22149 * frame.h (Qnoelisp): Declare.
22150 * xterm.c (x_connection_closed): Pass `noelisp'.
22151
22152 * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
22153 (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
22154 (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
22155 rather than `int' for the type of `type'.
22156
22157 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
22158
22159 * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
22160
22161 * Makefile.in (GNUC): Remove support for gcc-1.x.
22162
22163 2008-02-10 Richard Stallman <rms@gnu.org>
22164
22165 * lisp.h (ASET): Use AREF, not ASLOT.
22166
22167 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
22168
22169 * lisp.h (ASET): Check bounds.
22170
22171 2008-02-10 Glenn Morris <rgm@gnu.org>
22172
22173 * buffer.c (mode-name): Doc fix.
22174
22175 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
22176
22177 * Makefile.in:
22178 * emacs.c:
22179 * gmalloc.c:
22180 * keyboard.c:
22181 * lisp.h:
22182 * m/ibm370aix.h:
22183 * process.c:
22184 * regex.c:
22185 * s/hpux.h:
22186 * sysdep.c:
22187 * sysselect.h:
22188 * systty.h:
22189 * unexec.c:
22190 * w32term.c:
22191 * xsmfns.c:
22192 * xterm.c: Remove code that deals with obsolete variables.
22193
22194 * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
22195
22196 * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
22197 nothing else needs it anymore.
22198
22199 2008-02-09 Eli Zaretskii <eliz@gnu.org>
22200
22201 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
22202 instead of unibyte_char_to_multibyte.
22203
22204 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
22205
22206 * s/gnu-linux.h: Remove commented out code.
22207
22208 * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
22209
22210 * Makefile.in: Update what RMS says about using autoconf.
22211 (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
22212 (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
22213 (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
22214 (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
22215
22216 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
22217
22218 * keymap.c (Fkey_description): Move side effect outside of macro call.
22219
22220 * xfaces.c (Finternal_make_lisp_face):
22221 * keyboard.c (add_command_key, parse_menu_item): Use ASET.
22222
22223 * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
22224 (syms_of_fontset): Use ASET.
22225
22226 * fns.c (concat): Move side effect outside of macro call.
22227 (hash_clear): Use ASET.
22228
22229 2008-02-08 Richard Stallman <rms@gnu.org>
22230
22231 * frame.c (Fdelete_frame): If FORCE, don't call hooks.
22232 If FORCE, and frame has a surrogate minibuffer for another frame,
22233 delete the other frame first.
22234
22235 2008-02-07 Timo Savola <timo.savola@iki.fi>
22236
22237 * xterm.c (x_detect_focus_change): Handle embed client message.
22238 (handle_one_xevent): Ditto.
22239 (handle_one_xevent): If embedded and we get a button press/release,
22240 request focus.
22241 (xembed_set_info, xembed_send_message): New functions.
22242 (x_make_frame_visible): Call xembed_set_info if embedded.
22243 (x_make_frame_invisible): Call xembed_set_info if embedded.
22244 (x_term_init): Initialize Xatom_XEMBED.
22245 (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
22246 (x_iconify_frame): Ditto.
22247
22248 * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
22249 (enum xembed_info, enum xembed_message, enum xembed_focus)
22250 (enum xembed_modifier, enum xembed_accelerator): New.
22251 (xembed_set_info, xembed_send_message): Declare.
22252 (FRAME_X_EMBEDDED_P): New.
22253
22254 * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
22255 gtk_plug_new.
22256
22257 * xfns.c (Fx_create_frame): Do not override the explicitly set parent
22258 window ID of a frame.
22259 (x_window): Reparent frame if embedded.
22260 (Fx_create_frame): Don't set border width if embedded.
22261
22262 * emacs.c (USAGE3): Add --parent-id.
22263 (standard_args): Ditto.
22264
22265 2008-02-07 Jan Djärv <jan.h.d@swipnet.se>
22266
22267 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
22268
22269 2008-02-07 Jim Meyering <meyering@redhat.com>
22270
22271 Use "do...while (0)", not "if (1)...else" in macro definitions.
22272 The latter provokes a warning from gcc about the empty else, when
22273 followed by ";". Also, without that trailing semicolon, it would
22274 silently swallow up any following statement.
22275 * syntax.h (SETUP_SYNTAX_TABLE)
22276 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
22277 * buffer.h (DECODE_POSITION): Likewise.
22278 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
22279 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
22280 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
22281 (FETCH_CHAR_ADVANCE): Likewise.
22282 (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
22283
22284 2008-02-07 Jim Meyering <meyering@redhat.com>
22285
22286 * lread.c [lint]: Don't include <sys/inode.h>.
22287
22288 2008-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
22289
22290 * xselect.c (x_handle_dnd_message):
22291 * xmenu.c (digest_single_submenu, xmenu_show):
22292 * xdisp.c (with_echo_area_buffer_unwind_data)
22293 (format_mode_line_unwind_data, unwind_format_mode_line)
22294 (display_menu_bar):
22295 * eval.c (Ffetch_bytecode):
22296 * doc.c (store_function_docstring):
22297 * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
22298 (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
22299 * buffer.c (add_overlay_mod_hooklist): Use ASET.
22300
22301 2008-02-07 Kenichi Handa <handa@m17n.org>
22302
22303 * ftxfont.c (ftxfont_open): Don't set
22304 dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
22305
22306 * ftfont.c (ftfont_open): Fix previous change.
22307
22308 2008-02-06 Jason Rumney <jasonr@gnu.org>
22309
22310 * w32font.c (w32font_text_extents): Fill in lbearing metric.
22311 Use cached metrics for ASCII characters.
22312 (w32font_open_internal): Don't set font's owning_frame.
22313 Cache metrics for ASCII characters.
22314
22315 * w32font.h (struct w32font_info): Add ascii_metrics.
22316 Remove owning_frame.
22317
22318 2008-02-06 Kenichi Handa <handa@ni.aist.go.jp>
22319
22320 * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
22321 to negative value.
22322
22323 * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
22324
22325 * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
22326
22327 * charset.c (syms_of_charset): Set QCtest and Qeq.
22328
22329 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
22330
22331 * process.c (Fstart_process):
22332 * callproc.c (Fcall_process): Handle the case where
22333 Funhandled_file_name_directory returns nil.
22334
22335 * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
22336 (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
22337 * font.c (check_gstring): Use them and AREF to access the vector before
22338 we know it's really a gstring.
22339 (Ffont_shape_text): Fix typo.
22340 (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Object mixups.
22341
22342 * composite.h (Fcompose_region_internal, Fcompose_string_internal):
22343 Declare.
22344
22345 * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
22346
22347 2008-02-05 Jason Rumney <jasonr@gnu.org>
22348
22349 * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
22350 Set smallest_font_height and smallest_char_width in display info.
22351
22352 2008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
22353
22354 * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
22355
22356 2008-02-05 Miles Bader <miles@gnu.org>
22357
22358 * xfaces.c (get_lface_attributes, merge_named_face)
22359 (lookup_named_face, lookup_derived_face, realize_named_face):
22360 Revert 2008-02-01 change by cyd@stupidchicken.com.
22361
22362 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
22363
22364 * fontset.c (Ffontset_info): Handle the case of inhibitting the
22365 fallback fonts.
22366 (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
22367
22368 2008-02-04 Jason Rumney <jasonr@gnu.org>
22369
22370 * w32font.c (w32font_open_internal): Use font_unparse_fcname to
22371 set full_name.
22372 (w32font_open_internal): Use xmalloc, xrealloc, xfree.
22373
22374 2008-02-03 Jason Rumney <jasonr@gnu.org>
22375
22376 * makefile.w32-in (OBJ1): Include font.o here.
22377 (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
22378
22379 2008-02-02 Jason Rumney <jasonr@gnu.org>
22380
22381 * makefile.w32-in (temacs): Bump EMHEAP to 21.
22382
22383 2008-02-01 Jason Rumney <jasonr@gnu.org>
22384
22385 * s/cygwin.h: Define VIRT_ADDR_VARIES.
22386
22387 * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
22388
22389 2008-02-01 Andreas Schwab <schwab@suse.de>
22390
22391 * Makefile.in (shortlisp, lisp): Update for rename of
22392 ../lisp/language/myanmar.el.
22393
22394 2008-02-01 Chong Yidong <cyd@stupidchicken.com>
22395
22396 * xfaces.c (get_lface_attributes): Delete function.
22397 (merge_named_face, lookup_named_face, lookup_derived_face)
22398 (realize_named_face): Call lface_from_face_name directly, and use
22399 the fact that merge_face_vectors does not alter its FROM argument.
22400
22401 2008-02-01 Jason Rumney <jasonr@gnu.org>
22402
22403 * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
22404 input in the default locale. Handle non-Unicode multibyte input.
22405
22406 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
22407
22408 * fontset.c (reorder_font_vector): Exclude nil elements from the
22409 font group. Don't try multiple fonts.
22410 (fontset_font): Adjust for the above change.
22411 (Finternal_char_font): Return nil if the found font doesn't
22412 contain the character ch.
22413
22414 * Makefile.in (lisp, shortlisp): Add cham.el.
22415
22416 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
22417
22418 * font.h (FONTP): Make it return 1 also for a font-object.
22419
22420 * .gdbinit (xfontset): New function.
22421
22422 * font.c (font_find_for_lface): Check if the character C is
22423 supported or not only for the first font.
22424
22425 * fontset.c (reorder_font_vector): Fix typo.
22426 (fontset_find_font): Don't add a font-spec specifying a script.
22427 Use 0 (not Qt) for the indication of empty font-group. Change the
22428 format of RFONT-DEF. Return Qt if no font in the font-group
22429 support the character.
22430 (fontset_font): Adjust for the above change. If no font was
22431 found the character, remember that.
22432 (face_for_char): Adjust for the change of RFONT-DEF.
22433 (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
22434 no font for the target.
22435 (Finternal_char_font): Adjust for the change of RFONT-DEF.
22436
22437 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
22438
22439 * font.c (font_load_for_face): Handle the case that the font in
22440 face->lface is a string.
22441
22442 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
22443
22444 * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
22445
22446 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
22447
22448 * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
22449 Fix previous change. If the frame is not on a window system,
22450 signal an error.
22451
22452 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
22453
22454 * coding.c (decode_coding_object, encode_coding_object):
22455 Adjust marker positions after conversion.
22456
22457 * lisp.h (struct Lisp_Marker): New member need_adjustment.
22458
22459 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
22460
22461 * font.c (font_find_for_lface): Fix the handling of the return
22462 value of font_has_char.
22463 (Ffont_shape_text): Fix previous change.
22464
22465 * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
22466 (fontset_ref_and_range): Delete it.
22467 (fontset_find_font): Call char_table_ref_and_range instead of
22468 FONTSET_REF_AND_RANGE.
22469 (make_fontset): Don't setup font groups of Latin here.
22470 (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
22471 (new_fontset_from_font): Make the specified font the default for
22472 all Latin characters.
22473
22474 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
22475
22476 * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
22477 is on a window system before accessing the fontset of the frame.
22478
22479 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
22480
22481 * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
22482
22483 * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
22484 when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
22485
22486 * font.c (Ffont_shape_text): If the font driver doesn't have a
22487 shaper function, make zero-width glyphs to have at least one-pixel
22488 width. Fix setting of `to' field of glyphs.
22489
22490 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
22491
22492 * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
22493 glyphs.
22494
22495 * font.h (struct font_driver): Improve docstring of member `shape'.
22496
22497 2008-02-01 Kenichi Handa <handa@m17n.org>
22498
22499 * composite.c (syms_of_composite): Fix docstring of
22500 auto-composition-function.
22501
22502 * font.h (LGLYPH_SIZE): New macro.
22503
22504 * font.c (Ffont_fill_gstring): Stop filling when a character not
22505 supported by the font is found.
22506 (Ffont_shape_text): When a shape callback function returns nil,
22507 try at most two more times with larger gstring.
22508 (Ffont_at): Fix getting of w. Call font_at with correct 5th argument.
22509
22510 * xdisp.c (handle_auto_composed_prop): Change the argument to
22511 auto-composition-function.
22512
22513 * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
22514 (ftfont_shape_by_flt): If an element of lgstring is nil, make a
22515 Lispy glyph and store it in the lgstring.
22516
22517 * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
22518
22519 * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
22520
22521 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
22522
22523 * font.c (Ffont_shape_text): Avoid unnecessary composition.
22524
22525 * fontset.c (Vfont_encoding_charset_alist): New variable.
22526 (syms_of_fontset): DEFVAR it.
22527 (reorder_font_vector, fontset_find_font): Optimize for the case of
22528 no need of reordering.
22529 (face_for_char): Map the charset property by
22530 Vfont_encoding_charset_alist.
22531
22532 2008-02-01 Jason Rumney <jasonr@gnu.org>
22533
22534 * w32font.c (logfonts_match): Don't check adstyle here.
22535 (font_matches_spec): Check here against physical font instead.
22536 (add_font_entity_to_list): Avoid some substitutions.
22537
22538 * font.c (font_parse_fcname): Default weight and slant to normal.
22539 (font_score): Prefer normal fonts if weight or slant unspecified.
22540 (font_score) [WINDOWSNT]: Scale weight difference down to closer
22541 match freetype scores.
22542
22543 2008-02-01 Jason Rumney <jasonr@gnu.org>
22544
22545 * w32font.c (w32font_text_extents): Don't use the frame stored in the
22546 font, as it may have been deleted.
22547 (w32_enumfont_pattern_entity): Map generic family to adstyle using
22548 most common hyphenless variation.
22549 (logfonts_match): Check generic family.
22550 (font_matches_spec): Don't check generic family here.
22551 (fill_in_logfont): Set generic family based on adstyle.
22552
22553 * w32font.h (w32font_get_cache): Update declaration.
22554
22555 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
22556
22557 * ftfont.c (ftfont_get_cache): Adjust the argument type.
22558
22559 * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
22560 If none of the new drivers are available, call font_update_drivers
22561 with the old drivers.
22562
22563 * w32font.c (w32font_get_cache): Adjust the argument type.
22564
22565 * xfont.c (xfont_get_cache): Adjust the argument type.
22566
22567 * font.h (struct font_driver): Change argument type of get_cache.
22568
22569 * xftfont.c (xftfont_start_for_frame): Delete prototype.
22570
22571 * font.c (Ffont_get): Fix arguments to Fassoc.
22572 (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
22573 (font_clear_cache): New function.
22574 (font_list_entities, font_matching_entity): Use font_get_cache.
22575 (font_update_drivers): Call font_clear_cache when finishing a driver.
22576
22577 * fontset.c (fontset_find_font): Fix previous change.
22578
22579 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
22580
22581 * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
22582 dpyinfo->font_table.
22583 (x_delete_display) [USE_FONT_BACKEND]: Likewise.
22584 (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
22585
22586 * font.c (font_at): Handle the case that the arg C is negative.
22587 Handle the unibyte case.
22588 (Ffont_at): Call font_at with the arg C -1.
22589
22590 * xdisp.c (handle_auto_composed_prop): Don't get a character at
22591 the position here, and call font_at with the arg C -1.
22592 Don't check the range of the existing composition at the point.
22593
22594 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
22595
22596 * fontset.c (fontset_add): New args charset_id and family.
22597 Change caller.
22598 (load_font_get_repertory, fontset_find_font): Assume that
22599 font_spec is always a font-spec object.
22600 (Fset_fontset_font): Always store a font-spec object in a fontset.
22601
22602 * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
22603 instead of get_property_and_range.
22604
22605 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
22606
22607 * xftfont.c (struct xftfont_info): Delete the member ft_face.
22608 (xftfont_open): Don't keep locking face.
22609 (xftfont_close): Don't unlock face.
22610 (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
22611
22612 * fontset.c (fontset_find_font): Don't prefer a font of
22613 supplementary charset.
22614
22615 2008-02-01 Kenichi Handa <handa@m17n.org>
22616
22617 * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
22618 script, langsys_tag to langsys, new member script.
22619 (OTF_TAG_STR): Terminate by '\0'.
22620 (ftfont_get_open_type_spec): If :otf prop is spec, limit the
22621 listing to the script specified in that property. Fix arg to
22622 OTF_check_features.
22623
22624 2008-02-01 Jason Rumney <jasonr@gnu.org>
22625
22626 * w32font.h: New file.
22627
22628 * w32font.c: Include it.
22629 (struct w32font_info): Add owning_frame field. Move to w32font.h.
22630 (w32font_open): Set owning_frame.
22631 (w32font_text_extents): Use owning_frame.
22632 (struct font_callback_data): Add opentype_only field.
22633 (add_font_entity_to_list): Use it to filter fonts.
22634 Don't check against full name.
22635 (w32font_list_internal): New function.
22636 (w32font_list): Use it.
22637 (w32font_match_internal): New function.
22638 (w32font_match): Use it.
22639 (w32font_open_internal): New function.
22640 (w32font_open): Use it.
22641 (w32font_get_cache, w32font_close, w32font_has_char)
22642 (w32font_encode_char, w32font_text_extents, w32font_draw):
22643 Make non-static.
22644
22645 * makefile.w32-in (w32font.o): Depend on w32font.h.
22646
22647 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
22648
22649 * charset.c (Fdefine_charset_internal): Record a supplementary
22650 charset at the tail of Vcharset_order_list.
22651
22652 * font.c (Ffont_shape_text): Fix the return value.
22653
22654 * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
22655
22656 * xdisp.c (handle_auto_composed_prop): Fix previous change.
22657
22658 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
22659
22660 * ftfont.c (struct OpenTypeSpec): New struct.
22661 (OTF_SYM_TAG, OTF_TAG_STR): New macros.
22662 (ftfont_get_open_type_spec): New function.
22663 (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
22664
22665 * lread.c (read1): Redo the previous change with checking Vpurify_flag.
22666
22667 2008-02-01 Jason Rumney <jasonr@gnu.org>
22668
22669 * w32font.c (add_font_entity_to_list): Compare only the beginning
22670 of full name.
22671
22672 2008-02-01 Kenichi Handa <handa@m17n.org>
22673
22674 * xdisp.c (handle_auto_composed_prop): Simplify the code.
22675 Never return HANDLED_RECOMPUTE_PROPS.
22676
22677 2008-02-01 Kenichi Handa <handa@m17n.org>
22678
22679 * font.c (font_gstring_produce): Delete it.
22680
22681 * composite.h (COMPOSITION_METHOD):
22682 Handle COMPOSITION_WITH_GLYPH_STRING.
22683
22684 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
22685
22686 * xfont.c (Qx): Delete.
22687 (syms_of_xfont): Don't initialize Qx.
22688
22689 * composite.h (enum composition_method):
22690 Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
22691
22692 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
22693
22694 * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
22695 (choose_face_font): Accept new form of font-spec.
22696
22697 * frame.h (font_driver_list): Declare it unconditionally.
22698 (struct frame): Define members font_driver_list and font_data_list
22699 unconditionally.
22700
22701 * fontset.c: Include "font.h" unconditionally.
22702 (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
22703 (Fset_fontset_font): Accept a font-spec object.
22704
22705 * font.c (font_unparse_xlfd): If pixel_size is zero, make the
22706 PIXEL_SIZE part a wild card.
22707
22708 * dispextern.h (struct glyph_string): Define members clip and
22709 num_clips unconditionally.
22710 (struct face): Define members font_info and extra unconditionally.
22711
22712 * ftfont.c (ftfont_open): Set members maybe_otf and otf of
22713 ftfont_info only when HAVE_LIBOTF is defined.
22714
22715 2008-02-01 Andreas Schwab <schwab@suse.de>
22716
22717 * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
22718 and end.
22719
22720 2008-02-01 Jason Rumney <jasonr@gnu.org>
22721
22722 * w32font.c (w32font_driver): Add new fields.
22723
22724 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
22725
22726 * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
22727 (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
22728 (LIBES): Add @M17N_FLT_CFLAGS@.
22729
22730 * composite.c (compose_text): Don't treat the new style
22731 composition specially.
22732
22733 * emacs.c (main): Call syms_of_font unconditionally.
22734
22735 * font.h (FONT_ENTITY_NOT_LOADABLE)
22736 (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
22737 (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
22738 (struct font_driver): New member shape.
22739 (font_registry_charsets): Extern it.
22740 (font_find_for_lface, font_prepare_composition): Adjust prototype.
22741 (font_otf_capability, font_drive_otf): Delete their externs.
22742
22743 * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
22744 (font_charset_alist, font_registry_charsets): Move from xfont.c
22745 and rename.
22746 (font_prop_validate_otf): New function.
22747 (font_property_table): Register it for QCotf.
22748 (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
22749 (font_drive_otf): Delete.
22750 (font_prepare_composition): New arg F. Adjust for the change of
22751 lispy gstring.
22752 (font_find_for_lface): New arg C.
22753 (font_load_for_face): Adjust for the change of font_find_for_lface.
22754 (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
22755 lispy gstring.
22756 (Ffont_shape_text): New function.
22757 (Fopen_font): If the font size is not given, use 12-pixel.
22758 (Ffont_at): New arg STRING.
22759 (syms_of_font): Initialize font_charset_alist.
22760 Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont
22761 conditionally.
22762
22763 * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
22764 fonts of the same font-spec. Change the format of RFONT-DEF.
22765 (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
22766 Adjust for the change of RFONT-DEF.
22767 (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
22768
22769 * ftfont.h: New file.
22770
22771 * ftfont.c: Don't include Freetype headers. Include "ftfont.h".
22772 (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
22773 (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
22774 (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
22775 font_otf_capability and font_drive_otf, set ftfont_shape.
22776 (ftfont_list): Adjust for the change of :otf property value.
22777 (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
22778 (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
22779 (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
22780 (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
22781 (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
22782 (otf_gstring, gstring, m17n_flt_initialized): New variables.
22783
22784 * w32term.c (x_draw_composite_glyph_string_foreground):
22785 Adjust for the change of lispy gstring.
22786
22787 * xdisp.c (handle_composition_prop): Adjust for the change of
22788 lispy gstring. Call a function for auto-composition with the
22789 third arg it->window.
22790 (fill_composite_glyph_string): Adjust for the change of lispy string.
22791 (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
22792
22793 * xfaces.c (set_font_frame_param): Adjust for the change of
22794 font_find_for_lface.
22795
22796 * xfont.c (x_font_charset_alist): Move to font.c and rename.
22797 (xfont_registry_charsets): Likewise. Change caller.
22798 (syms_of_xfont): Don't handle x_font_charset_alist.
22799
22800 * xftfont.c: Include "ftfont.h".
22801 (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
22802 (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
22803 (xftfont_close) [HAVE_LIBOTF]: Close otf.
22804 (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
22805 (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
22806 Set xftfont_driver.shape to xftfont_shape.
22807
22808 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
22809 the change of lispy gstring.
22810
22811 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
22812
22813 * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
22814
22815 2008-02-01 Jason Rumney <jasonr@gnu.org>
22816
22817 * w32font.c (w32font_draw): Fill background manually.
22818
22819 2008-02-01 Jason Rumney <jasonr@gnu.org>
22820
22821 * font.c (Qfontp): Remove unused symbol.
22822 (QCantialias): New symbol.
22823 (syms_of_font): Define it.
22824 (font_property_table): Set a validator for QCantialias.
22825
22826 * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
22827 Define if not already.
22828 (QCfamily): Share with xfaces.c.
22829 (Qstandard, Qsubpixel, Qnatural): New symbols.
22830 (syms_of_w32font): Define them. Don't define QCfamily here.
22831 (w32_antialias_type, lispy_antialias_type): New functions.
22832 (w32_enumfont_pattern_entity): New arg requested_font.
22833 Set antialias parameter if non-default was requested.
22834 (fill_in_logfont): Fill in lfQuality if :antialias specified.
22835
22836 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
22837
22838 * lread.c (read1): Undo the previous change.
22839
22840 2008-02-01 CHENG Gao <chenggao@gmail.com> (tiny change)
22841
22842 * frame.c (Fdelete_frame): Call font_update_drivers only when
22843 USE_FONT_BACKEND is defined.
22844
22845 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
22846
22847 * font.h (struct font_bitmap): New member bits_per_pixel.
22848 (struct font_driver): New members start_for_frame and end_for_frame.
22849 (struct font_data_list): New struct.
22850 (font_put_frame_data, font_get_frame_data): Extern them.
22851
22852 * frame.h (struct frame): New member font_data_list.
22853
22854 * font.c (font_update_drivers): Call driver->start_for_frame and
22855 driver->end_for_frame at proper timings.
22856 (font_put_frame_data, font_get_frame_data): New functions.
22857 (Ffont_spec): Add usage in the docstring.
22858
22859 * frame.c (make_frame): Initialize f->font_data_list to NULL.
22860 (Fdelete_frame): Call font_update_drivers.
22861
22862 * xftfont.c (struct xftface_info): Delete the member xft_draw.
22863 (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
22864 (xftfont_get_xft_draw): New function.
22865 (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
22866 (xftfont_end_for_frame): New function.
22867 (syms_of_xftfont): Set xftfont_driver.end_for_frame.
22868
22869 * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
22870 Change argument. Cache GCs in the per-frame data.
22871 (struct ftxfont_frame_data): New struct.
22872 (ftxfont_draw_bitmap): New arg gc_fore and flush.
22873 (ftxfont_prepare_face, ftxfont_done_face): Delete them.
22874 (ftxfont_draw): Get GCs by ftxfont_get_gcs. Reflect s->clip in GCs.
22875 (ftxfont_end_for_frame): New function.
22876 (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
22877
22878 * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
22879
22880 2008-02-01 Kenichi Handa <handa@m17n.org>
22881
22882 * xselect.c (Vselection_coding_system)
22883 (Vnext_selection_coding_system): Delete them.
22884 (syms_of_xselect): Don't declare selection-coding-system and
22885 next-selection-coding-system. They are declared in select.el.
22886
22887 2008-02-01 Jason Rumney <jasonr@gnu.org>
22888
22889 * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
22890
22891 * w32fns.c: Include imm.h.
22892 (get_composition_string_fn, get_ime_context_fn): New optional
22893 system functions.
22894 (globals_of_w32fns): Load them from imm32.dll.
22895 (ignore_ime_char): New flag.
22896 (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
22897 WM_IME_ENDCOMPOSITION messages.
22898
22899 * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
22900 MULTIBYTE_CHAR_KEYSTROKE_EVENT.
22901
22902 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
22903
22904 * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
22905 (READCHAR_REPORT_MULTIBYTE): New macro.
22906 (readchar): New 2nd arg MULTIBYTE.
22907 (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
22908 Make symbol's name multibyte according to the multibyteness of the
22909 source.
22910
22911 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
22912
22913 * xfaces.c (face_for_overlay_string): Call lookup_face with
22914 correct arguments (fix of synching with the trunk).
22915
22916 2008-02-01 Kenichi Handa <handa@m17n.org>
22917
22918 * font.c (font_prop_validate_symbol, font_prop_validate_style)
22919 (font_prop_validate_non_neg, font_prop_validate_spacing):
22920 Delete argument prop_index.
22921 (font_property_table): Change arguments to validater. Change Callers.
22922 (font_lispy_object): Delete.
22923 (font_at): Use font_find_object instead fo font_lispy_object.
22924
22925 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
22926
22927 * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
22928 and file names.
22929
22930 2008-02-01 Jason Rumney <jasonr@gnu.org>
22931
22932 * w32font.c (add_font_name_to_list): Avoid vertical fonts.
22933 (font_matches_spec): Remove debug output.
22934 (add_font_entity_to_list): Avoid using substituted fonts.
22935
22936 2008-02-01 Jason Rumney <jasonr@gnu.org>
22937
22938 * doc.c (Fsnarf_documentation):
22939 * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
22940
22941 2008-02-01 Miles Bader <miles@gnu.org>
22942
22943 * dispextern.h (struct glyph_row): Only define "clip" field if
22944 HAVE_WINDOW_SYSTEM is defined.
22945
22946 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
22947
22948 Fix up multi-tty merge.
22949
22950 * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
22951 and indentation.
22952
22953 * xfaces.c (free_realized_face, clear_face_gcs):
22954 Include font_done_for_face in the input_blocked section, just in case.
22955
22956 * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
22957 (get_char_face_and_encoding): Undo last change and remove the *other*
22958 duplicate definition (i.e. keep the one that's better scoped and that
22959 includes code for the font-backend).
22960
22961 * terminal.c (create_terminal): Default keyboard_coding to
22962 `no-conversion' and terminal_coding to `undecided'.
22963
22964 * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
22965
22966 * fontset.c (free_realized_fontsets): Check that the table entry does
22967 contain a fontset before trying to compare it to `base'.
22968
22969 * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
22970 syms_of_charset, and syms_of_coding earlier because init_window_once
22971 now needs Vcoding_system_hash_table to be setup.
22972
22973 * coding.h (default_buffer_file_coding): Remove.
22974
22975 * coding.c (default_buffer_file_coding): Remove.
22976 (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
22977 than ->symbol, and use the terminal-local coding system.
22978 (syms_of_coding): Don't setup the coding-systems that are not
22979 terminal-local.
22980 (Fdefine_coding_system_internal): Use XCAR/XCDR.
22981
22982 * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
22983 Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
22984
22985 * alloc.c (Fmake_char_table, make_sub_char_table): Remove. They're now
22986 in chartab.c and were re-added here by mistake.
22987 (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
22988
22989 * doc.c (Fsnarf_documentation):
22990 * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
22991 src to etc.
22992
22993 * ChangeLog.10: Add mistakenly removed entry.
22994
22995 2008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
22996
22997 * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
22998
22999 2008-02-01 Miles Bader <miles@gnu.org>
23000
23001 * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
23002 Add extra args to FACE_FOR_CHAR.
23003
23004 2008-02-01 Kenichi Handa <handa@m17n.org>
23005
23006 * keymap.c (where_is_internal_1): If key is a cons, store the copy
23007 in sequence.
23008
23009 * chartab.c (map_sub_char_table, map_char_table): If the range
23010 contains just one character, call the function with that character
23011 even if the depth is not 3.
23012
23013 2008-02-01 Jason Rumney <jasonr@gnu.org>
23014
23015 * w32font.c (w32font_text_extents): Calculate metrics for the
23016 whole string.
23017
23018 2008-02-01 Jason Rumney <jasonr@gnu.org>
23019
23020 * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
23021
23022 2008-02-01 Jason Rumney <jasonr@gnu.org>
23023
23024 * w32term.c (x_set_glyph_string_clipping):
23025 Use get_glyph_string_clip_rects.
23026 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
23027 Adjust for the change of struct glyph_string.
23028
23029 * w32font.c (w32font_draw): Do clipping here.
23030
23031 2008-02-01 Kenichi Handa <handa@m17n.org>
23032
23033 * xftfont.c (xftfont_draw): Adjust for the change of struct
23034 glyph_string.
23035
23036 * xterm.c (x_set_glyph_string_clipping):
23037 Use get_glyph_string_clip_rects.
23038 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
23039 Adjust for the change of struct glyph_string.
23040
23041 * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
23042 the resulting clip(s}.
23043 (expose_overlaps): Add arg r. Change callers. Set it to
23044 row->clip temporarily.
23045 (expose_window): Redraw rows overlapping the exposed area.
23046
23047 * dispextern.h (struct glyph_row): New member clip.
23048 (struct glyph_string): Delete members clip_x, clip_y, clip_width,
23049 clip_height, new member clip, and num_clips.
23050
23051 2008-02-01 Kenichi Handa <handa@m17n.org>
23052
23053 * data.c (Fchar_or_string_p): Fix docstring.
23054
23055 2008-02-01 Kenichi Handa <handa@m17n.org>
23056
23057 * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
23058 create a temporary XftDraw object.
23059
23060 2008-02-01 Kenichi Handa <handa@m17n.org>
23061
23062 * font.c (Ffontp): Fix docstring.
23063
23064 * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
23065 strong evidence of ISO-2022.
23066
23067 2008-02-01 Kenichi Handa <handa@m17n.org>
23068
23069 * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
23070 SYNTAX_ENTRY_FOLLOW_PARENT.
23071
23072 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
23073
23074 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
23075 its type.
23076 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
23077 Update to the new type of weak_hash_tables and next_weak.
23078
23079 * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
23080 a plain C pointer to Lisp_Hash_Table.
23081
23082 * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
23083 (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
23084 (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
23085 (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
23086 (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
23087 (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
23088 (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
23089 (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
23090 (GC_EQ): Remove since they've been identical to their non-GC_
23091 alter-egos ever since the markbit was eradicated.
23092
23093 * alloc.c:
23094 * buffer.c:
23095 * buffer.h:
23096 * data.c:
23097 * fileio.c:
23098 * filelock.c:
23099 * fns.c:
23100 * frame.h:
23101 * lisp.h:
23102 * macterm.c:
23103 * print.c:
23104 * process.c:
23105 * w32fns.c:
23106 * w32menu.c:
23107 * w32term.c:
23108 * xfns.c:
23109 * xmenu.c:
23110 * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
23111
23112 2008-02-01 Kenichi Handa <handa@m17n.org>
23113
23114 * chartab.c (map_sub_char_table): Make it work for the top-level
23115 char-table. Fix handling of parent char-table.
23116 (map_char_table): Adjust for the above change.
23117
23118 2008-02-01 Jason Rumney <jasonr@gnu.org>
23119
23120 * w32font.c (Qgdi): Rename from Qw32.
23121
23122 2008-02-01 Jason Rumney <jasonr@gnu.org>
23123
23124 * w32bdf.c (get_quoted_string): Make function static.
23125
23126 2008-02-01 Kenichi Handa <handa@m17n.org>
23127
23128 * xftfont.c (xftfont_open): If one of font's ASCII glyph has
23129 bigger ascent and descent than those of the font, use them as
23130 font's ascent and descent.
23131
23132 2008-02-01 Kenichi Handa <handa@m17n.org>
23133
23134 * Makefile.in (${lispsource}international/charprop.el): Move this
23135 target within "#ifdef HAVE_UNIDATA" and "#endif".
23136
23137 2008-02-01 Kenichi Handa <handa@m17n.org>
23138
23139 * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
23140 (shortlisp): Add ../lisp/language/tai-viet.el.
23141
23142 2008-02-01 Ulrich Mueller <ulm@gentoo.org>
23143
23144 * Makefile.in (${lispsource}international/charprop.el): Depend on
23145 temacs${EXEEXT}.
23146
23147 2008-02-01 Jason Rumney <jasonr@gnu.org>
23148
23149 * w32font.c (w32font_close): Delete the GDI font object.
23150
23151 * w32menu.c: Include character.h.
23152
23153 * w32proc.c: Likewise.
23154
23155 * w32select.c: Likewise.
23156
23157 * makefile.w32-in (w32proc.o): Depend on character.h.
23158
23159 2008-02-01 Jason Rumney <jasonr@gnu.org>
23160
23161 * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
23162
23163 * w32menu.c (syms_of_w32menu): Likewise.
23164
23165 * w32proc.c (syms_of_ntproc): Likewise.
23166
23167 * w32select.c (syms_of_w32select): Likewise.
23168
23169 * w32term.c (syms_of_w32term): Likewise.
23170
23171 2008-02-01 Jason Rumney <jasonr@gnu.org>
23172
23173 * w32font.c (w32font_draw): Delete brush after using it.
23174
23175 2008-02-01 Jason Rumney <jasonr@gnu.org>
23176
23177 * w32font.c (w32font_open): Don't set font_idx.
23178 (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
23179 to font settings.
23180 (w32font_draw): Fill background explicitly.
23181
23182 2008-02-01 Jason Rumney <jasonr@gnu.org>
23183
23184 * w32term.c (w32_initialize): Don't call w32font_initialize.
23185
23186 * w32font.c (w32font_info): Remove subranges.
23187 (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
23188 (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
23189 (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
23190 (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
23191 (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
23192 (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
23193 (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
23194 (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
23195 (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
23196 (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
23197 New symbols.
23198 (font_callback_data): New struct.
23199 (w32font_list, w32font_match): Use it.
23200 (w32font_open): Don't populate subranges.
23201 (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
23202 (w32font_encode_char): Always return unicode code-point as-is.
23203 (w32font_text_extents): Supply a transformation matrix to
23204 GetGlyphOutline. Never look up by glyph index. Avoid looping
23205 twice. Use unicode version of GetTexExtentPoint32 instead of
23206 glyph index version.
23207 (set_fonts_frame): Remove.
23208 (w32_enumfont_pattern_entity): Add frame parameter, use it to
23209 set frame parameter. Use backward compatible fake foundries.
23210 Save generic family in extra slot under QCfamily. Make width slot
23211 constant. Save QCspacing value. Save list of scripts instead of
23212 binary subranges.
23213 (w32_generic_family, logfonts_match, font_matches_spec): New functions.
23214 (add_font_entity_to_list): Use font_callback_data struct.
23215 Filter unwanted fonts.
23216 (add_one_font_entity_to_list): Use font_callback_data struct.
23217 (w32_registry): Default to iso10646_1.
23218 (fill_in_logfont): Use dpi from extra slot. Don't bother with
23219 string font registries. Don't fill in font name if it is a generic
23220 family name, fill family instead. Use spacing, family and script
23221 extra info to fill pitch, family and charset fields.
23222 (list_all_matching_fonts): Use font_callback_data struct.
23223 (unicode_range_for_char): Remove.
23224 (font_supported_scripts): New function.
23225 (w32font_initialize): Remove.
23226 (syms_of_w32font): Update which symbols are defined.
23227
23228 2008-02-01 Jason Rumney <jasonr@gnu.org>
23229
23230 * font.c (font_pixel_size): Reverse assq_no_quit args.
23231
23232 * w32term.h (FONT_WIDTH): Report max width, not average.
23233 (FONT_MAX_WIDTH): Remove.
23234 (FONT_AVG_WIDTH): New macro.
23235
23236 * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
23237 redefinition of FONT_WIDTH.
23238
23239 * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
23240 (w32_cache_char_metrics): Use FONT_WIDTH.
23241
23242 * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
23243
23244 2008-02-01 Jason Rumney <jasonr@gnu.org>
23245
23246 * w32font.c (w32font_open): Make lfHeight negative.
23247
23248 * w32fns.c (x_default_font_parameter): Use new style font name.
23249 (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
23250
23251 2008-02-01 Jason Rumney <jasonr@gnu.org>
23252
23253 * w32font.c (QCsubranges): New symbol.
23254 (w32font_open, w32font_has_char): Get subranges from subproperty
23255 of extra.
23256 (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
23257 (syms_of_w32font): Define :subranges symbol.
23258
23259 * font.c (font_put_extra): Expose externally.
23260
23261 * font.h (font_put_extra): Move declaration from font.c.
23262
23263 * font.c (Ffont_get): Use font driver to determine otf capability.
23264 (adjust_anchor): Check if driver defines anchor_point before using.
23265
23266 * w32font.c (w32font_open): Handle size, height and pixel_size better.
23267 (w32font_draw): Use options.
23268 (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
23269 Fix detection of truetype fonts.
23270 (registry_to_w32_charset): Handle charsets other than iso8859-1
23271 expressed as lisp symbols.
23272 (w32_registry): Express charset as lisp symbol.
23273 (fill_in_logfont): Reverse pixel and point height logic.
23274 Don't set width here. Set quality to default.
23275
23276 * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
23277 (x_to_w32_font): Fill in lfPitchAndFamily correctly.
23278
23279 * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
23280 Remove redundant loop and allocation.
23281
23282 * makefile.w32-in (font.o, w32font.o): New objects.
23283 (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
23284 (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
23285
23286 * xdisp.c (fill_composite_glyph_string): Make the first arg to
23287 STORE_XCHARB a valid l-value.
23288
23289 * w32term.c (w32_native_per_char_metric): Swap width and rbearing
23290 calculations for non-Truetype fonts.
23291 (x_draw_glyph_string): Sync with xterm.c.
23292 (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
23293 Remove redundant code.
23294 (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
23295
23296 * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
23297 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
23298
23299 * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
23300 (x_to_w32_charset, w32_to_x_charset): Expose externally.
23301
23302 * w32font.c: New file for w32 font backend.
23303
23304 2008-02-01 Kenichi Handa <handa@m17n.org>
23305
23306 * term.c: Don't include "buffer.h" twice.
23307
23308 2008-02-01 Kenichi Handa <handa@m17n.org>
23309
23310 * character.c (Funibyte_string): New function.
23311 (syms_of_character): Defsubr it.
23312
23313 2008-02-01 Jason Rumney <jasonr@gnu.org>
23314
23315 * w32term.c [USE_FONT_BACKEND]:
23316 (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
23317 (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
23318 (x_draw_glyph_string, x_draw_glyph_string_foreground)
23319 (x_draw_composite_glyph_string_foreground, x_new_fontset2)
23320 (x_free_frame_resources): Sync with xterm.c.
23321
23322 2008-02-01 Andreas Schwab <schwab@suse.de>
23323
23324 * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
23325 char-table size.
23326
23327 2008-02-01 Kenichi Handa <handa@m17n.org>
23328
23329 * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
23330
23331 2008-02-01 Kenichi Handa <handa@m17n.org>
23332
23333 * ftfont.c (ftfont_driver): Delete font_otf_gsub and
23334 font_otf_gpos, add font_drive_otf.
23335
23336 * fontset.c (fontset_find_font): Pay attention to font size
23337 specified for a font.
23338 (reorder_font_vector): Check contents of font_def.
23339
23340 * font.c (struct otf_list): Delete it.
23341 (otf_list): Make it a lisp variable.
23342 (otf_open): Use lispy otf_list.
23343 (generate_otf_features): Rename from parse_gsub_gpos_spec.
23344 (check_otf_features): New function.
23345 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
23346 New functions.
23347 (font_drive_otf): New function merging font_otf_gsub and
23348 font_otf_gpos.
23349 (font_open_for_lface): New arg spec. Change argument order.
23350 (font_load_for_face): Adjust for the change of font_open_for_lface.
23351 (Ffont_drive_otf): New function merging Ffont_otf_gsub and
23352 Ffont_otf_gpos.
23353 (syms_of_font): Staticpro otf_list. Delete defsubr of
23354 Sfont_otf_gsub and Sfont_otf_gpos. Defsubr Sfont_drive_otf.
23355
23356 * xfaces.c (set_font_frame_param): Adjust for the change of
23357 font_open_for_lface.
23358
23359 * font.h (font_open_for_lface): Adjust prototype.
23360 (struct font_driver): Delete members otf_gsub and otf_gpos, add
23361 member otf_drive.
23362 (font_otf_gsub, font_otf_gpos): Delete externs.
23363 (font_drive_otf): Extern it.
23364
23365 2008-02-01 Kenichi Handa <handa@m17n.org>
23366
23367 * font.c (font_at): If the window W is not on a window system,
23368 return Qnil.
23369
23370 * coding.c (produce_chars, encode_coding): Don't call
23371 insert_from_gap if no characters to produce.
23372
23373 2008-02-01 Kenichi Handa <handa@m17n.org>
23374
23375 * fontset.c (free_realized_fontsets): Avoid unnecessary call of
23376 Fclear_face_cache.
23377
23378 * xfaces.c (face_for_font): Check also face->font==font->font.font.
23379
23380 2008-02-01 Miles Bader <miles@gnu.org>
23381
23382 * emacs.c (main): Change default value of `enable_font_backend' to 1.
23383 Parse "--disable-font-backend" option.
23384 (standard_args): Add "--disable-font-backend" option.
23385
23386 2008-02-01 Kenichi Handa <handa@m17n.org>
23387
23388 * fontset.c (fontset_find_font): New function.
23389 (fontset_font): Use fontset_find_font.
23390 (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
23391 Register the specified font for all Latin characters.
23392 (new_fontset_from_font): Register the specified font for all Latin
23393 characters.
23394 (dump_fontset): For a realized fontset, include the base fontset
23395 name in the returned vector.
23396
23397 2008-02-01 Kenichi Handa <handa@m17n.org>
23398
23399 * character.h (CHAR_STRING): Cast C to unsigned on calling
23400 char_string.
23401
23402 * character.c (char_string): Type of arg C changed to unsigned.
23403 Signal an error if C is an invalid character code.
23404
23405 * editfns.c (general_insert_function, Fchar_to_string):
23406 Use CHARACTERP, not INTEGERP.
23407
23408 2008-02-01 Kenichi Handa <handa@m17n.org>
23409
23410 * character.h (MIN_MULTIBYTE_LEADING_CODE)
23411 (MAX_MULTIBYTE_LEADING_CODE): New macros.
23412
23413 * regex.c (analyse_first): Fix for multibyte characters in "case
23414 charset:" and "case categoryspec:".
23415
23416 2008-02-01 Andreas Schwab <schwab@suse.de>
23417
23418 * Makefile.in (LIBES): Move standard libraries to the end.
23419
23420 2008-02-01 Kenichi Handa <handa@m17n.org>
23421
23422 * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
23423 nonzero, don't shrink the buffer nextb.
23424
23425 * buffer.h (struct buffer_text): New member inhibit_shrinking.
23426
23427 * coding.c (coding_alloc_by_making_gap): New arg offset.
23428 (alloc_destination): Call coding_alloc_by_making_gap with the arg
23429 offset.
23430 (decode_coding_iso_2022): Update coding->safe_charsets.
23431 (decode_coding_gap): Temporarily set
23432 current_buffer->text->inhibit_shrinking to 1.
23433
23434 2008-02-01 Kenichi Handa <handa@m17n.org>
23435
23436 * xterm.c (x_draw_composite_glyph_string_foreground):
23437 Fix indexing into elements of s->cmp and s->char2b.
23438
23439 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
23440
23441 * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
23442
23443 2008-02-01 Kenichi Handa <handa@m17n.org>
23444
23445 * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
23446 target_multibyte instead of multibyte.
23447 (re_match_2_internal): Call bcmp_translate with target_multibyte.
23448 (bcmp_translate): Change the argument name from multibyte to
23449 target_multibyte.
23450
23451 2008-02-01 Kenichi Handa <handa@m17n.org>
23452
23453 These changes are to compile a regexp into a pattern that can be
23454 used both for multibyte and unibyte targets.
23455
23456 * Makefile.in (search.o): Depend on charset.h.
23457
23458 * character.c (multibyte_char_to_unibyte_safe): New function.
23459
23460 * search.c: Include "charset.h".
23461 (compile_pattern_1): Delete argument multibyte. Don't set
23462 cp->buf.target_multibyte here. Set cp->buf.charset_unibyte.
23463 (compile_pattern): Don't compare cp->buf.target_multibyte.
23464 Compare cp->buf.charset_unibyte.
23465 (compile_pattern): Set cp->buf.target_multibyte.
23466
23467 * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
23468
23469 * regex.h (struct re_pattern_buffer): New member charset_unibyte.
23470
23471 * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
23472 multibyte. Change callers.
23473 (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
23474 (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete. Change callers
23475 to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
23476 (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
23477 (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
23478 (regex_compile): Make the compiled pattern usable both for
23479 multibyte and unibyte targets.
23480 (analyse_first): Make the fastmap usable both for multibyte and
23481 unibyte targets.
23482 (TRANSLATE_VIA_MULTIBYTE): Delete.
23483 (re_match_2_internal): Pay attention to the case that the
23484 multibyteness of bufp and target may be different.
23485
23486 2008-02-01 Kenichi Handa <handa@m17n.org>
23487
23488 * xdisp.c (x_produce_glyphs): When a font is not found, make the
23489 empty box occupy at least one column width.
23490
23491 2008-02-01 Miles Bader <miles@gnu.org>
23492
23493 * Makefile.in: Remove redundant HAVE_XFT clause.
23494
23495 2008-02-01 Kenichi Handa <handa@m17n.org>
23496
23497 * xrdb.c (x_load_resources): Setup the default fontSet X resource.
23498
23499 2008-02-01 Kenichi Handa <handa@m17n.org>
23500
23501 * fontset.c (Finternal_char_font): Fix for the case of POSITION
23502 being nil.
23503
23504 2008-02-01 Kenichi Handa <handa@m17n.org>
23505
23506 * xftfont.c (xftfont_open): Call FcConfigSubstitute.
23507
23508 2008-02-01 Kenichi Handa <handa@m17n.org>
23509
23510 * xftfont.c (xftfont_open): Don't enable antialias explicitly.
23511
23512 2008-02-01 Kenichi Handa <handa@m17n.org>
23513
23514 * search.c (simple_search): Fix previous change.
23515
23516 2008-02-01 Kenichi Handa <handa@m17n.org>
23517
23518 * xftfont.c (ftfont_font_format): Extern declaration.
23519
23520 * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
23521
23522 * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
23523 (xfont_list): Don't directly use Lisp_Object as an operand of &&.
23524
23525 * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
23526 (ftfont_font_format): Fix previous change.
23527
23528 * font.h (Ffont_xlfd_name): EXFUN it.
23529
23530 * font.c (font_parse_xlfd): Fix the array size of `f'.
23531 (register_font_driver): Use EQ to compare driver->type.
23532
23533 * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
23534 (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
23535 (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
23536
23537 2008-02-01 Kenichi Handa <handa@m17n.org>
23538
23539 * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
23540 (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
23541
23542 2008-02-01 Kenichi Handa <handa@m17n.org>
23543
23544 * xfont.c (xfont_open): Set font->format.
23545
23546 * xftfont.c (xftfont_open): Set font->format.
23547
23548 * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
23549 (ftfont_list): Include FC_FONTFORMAT in FcObject.
23550 (ftfont_open): Set font->format.
23551 (ftfont_font_format): New function.
23552
23553 * font.h (struct font): New member format.
23554
23555 * font.c (Qopentype): New variable.
23556 (syms_of_font): Defsym it.
23557 (Fquery_font): Change the format of the last element of the return
23558 value.
23559
23560 2008-02-01 Kenichi Handa <handa@m17n.org>
23561
23562 * xfns.c (xic_create_xfontset): Try the default fontset name as a
23563 last resort.
23564
23565 2008-02-01 Kenichi Handa <handa@m17n.org>
23566
23567 * coding.c (detect_coding_charset): Fix detection of multi-byte
23568 charset.
23569
23570 2008-02-01 Bob Halley <halley@play-bow.org> (tiny change)
23571
23572 * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
23573
23574 2008-02-01 Kenichi Handa <handa@m17n.org>
23575
23576 * xdisp.c (get_next_display_element): Set it->face_id for the
23577 first component of a composition.
23578 (x_produce_glyphs): Check if the font is changed or not for composition.
23579
23580 2008-02-01 Kenichi Handa <handa@m17n.org>
23581
23582 * fontset.c (Qlatin): New variable.
23583 (syms_of_fontset): Define it as a lisp symbol.
23584 (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
23585
23586 2008-02-01 Kenichi Handa <handa@m17n.org>
23587
23588 * font.c (font_unparse_fcname): Pay attention to the case that
23589 some of font property is a null string.
23590
23591 2008-02-01 Kenichi Handa <handa@m17n.org>
23592
23593 * term.c: Include "composite.h".
23594 (encode_terminal_code): Output all components of composition.
23595 Check the size of encode_terminal_src.
23596 (produce_glyphs): For composition, call produce_composite_glyph.
23597 (append_composite_glyph, produce_composite_glyph): New functions.
23598
23599 * xdisp.c (x_produce_glyphs): In handling composition, if a font
23600 is not found, get font_info from the current ascii face.
23601
23602 2008-02-01 Kenichi Handa <handa@m17n.org>
23603
23604 * fileio.c (Finsert_file_contents): On replacing, temporarily bind
23605 buffer-file-name to Qnil before calling insert_from_buffer.
23606
23607 * font.c (font_unparse_fcname): Pay attention to the case that
23608 foundry is a null string.
23609
23610 2008-02-01 Kenichi Handa <handa@m17n.org>
23611
23612 * ftfont.c (ftfont_list): Allow registry "unicode-sip".
23613
23614 * font.c (Qunicode_sip): New variable.
23615 (syms_of_font): Declare it as a Lisp symbol.
23616
23617 * font.h (Qunicode_sip): Extern it.
23618
23619 2008-02-01 Kenichi Handa <handa@m17n.org>
23620
23621 * composite.c (get_composition_id): Pay attention to TAB component.
23622
23623 * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
23624 TAB. Adjust for the change of s->char2b which always points to
23625 the first element of allocated memory.
23626
23627 * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
23628
23629 * xdisp.c (handle_composition_prop): Set it->c to the first
23630 non-TAB component.
23631 (fill_composite_glyph_string): Change argument.
23632 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
23633 (x_produce_glyphs): Fix handling of left/right padding.
23634
23635 2008-02-01 Kenichi Handa <handa@m17n.org>
23636
23637 * coding.c (detect_coding_system): Fix for handling off
23638 inhibit_iso_escape_detection. Fix for the case that no coding
23639 system is defined for a specific coding category.
23640
23641 2008-02-01 Kenichi Handa <handa@m17n.org>
23642
23643 * font.c (font_matching_entity): Delete unused local var.
23644
23645 * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
23646 opening a font.
23647
23648 * fileio.c (Finsert_file_contents): On recovering a file, assume
23649 Unix-like eol.
23650 (choose_write_coding_system): On auto-saving a file, force
23651 Unix-like eol.
23652
23653 * coding.c (setup_coding_system): Fix setting of
23654 coding->common_flags based on eol_type.
23655 (coding_inherit_eol_type): If PARENT is not nil, be sure to
23656 inherit from it.
23657
23658 2008-02-01 Kenichi Handa <handa@m17n.org>
23659
23660 * alloc.c (NSTATICS): Increas to 0x600.
23661
23662 2008-02-01 Kenichi Handa <handa@m17n.org>
23663
23664 * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
23665 (ftfont_list): Don't check :name property.
23666 (ftfont_match): New function.
23667 (ftfont_pattern_entity): If the pattern doesn't contain
23668 FC_SPACING, don't assume FC_MONO.
23669
23670 * font.h (struct font_driver): New member `match'.
23671 (font_update_drivers): Adjust prototype.
23672
23673 * font.c (font_parse_fcname, font_parse_name): Don't change :name
23674 property of FONT.
23675 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring):
23676 Define them unconditionally.
23677 (font_matching_entity): New function.
23678 (font_open_by_name): Try font_matching_entity if exact match is
23679 not found.
23680 (font_update_drivers): Delete the arg FONT. Return a list of
23681 actually used backends. Don't free faces, font caches here.
23682 Don't store data in frame parameters. Don't call x_set_font.
23683 (Ffont_spec): Store :name property as is.
23684 (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
23685 (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
23686 (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
23687 (Ffont_otf_alternates): Check if the driver has otf_gsub function.
23688 Call font->driver->otf_gsub instead of font_otf_gsub.
23689
23690 * frame.c (x_set_font_backend): Do more works that were done in
23691 font_update_drivers before.
23692
23693 * xfont.c (xfont_match): New function.
23694 (xfont_driver): Set xfont_driver.match to xfont_match.
23695 (xfont_draw): Set font in GC if necessary.
23696
23697 * ftxfont.c (ftxfont_match): New function.
23698 (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
23699
23700 * xftfont.c (xftfont_match): New function.
23701 (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
23702
23703 2008-02-01 Kenichi Handa <handa@m17n.org>
23704
23705 * font.h (struct font): New member scalable.
23706 (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
23707 (font_otf_gsub): Adjust prototype.
23708
23709 * font.c (font_otf_capability): Fix handling of the default langsys.
23710 (parse_gsub_gpos_spec): Change type to void. New arg nbytes.
23711 Check the contents of SPEC.
23712 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
23713 (check_gstring): New function.
23714 (REPLACEMENT_CHARACTER): New macro.
23715 (font_otf_gsub): New arg alternate_subst. Be sure to set all
23716 glyph codes of GSTRING.
23717 (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
23718 (font_prepare_composition): Set cmp->glyph_len.
23719 (font_open_entity): Set font->scalable.
23720 (Ffont_get): Handle :otf property.
23721 (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates):
23722 New functions.
23723 (Fquery_font): Use font->font.full_name.
23724 (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
23725 Sfont_otf_alternates.
23726
23727 * ftfont.c (ftfont_open): Set font->font.full_name and
23728 font->font.name properly. Fix calculation of font->font.height
23729 and font->min_width.
23730
23731 * ftxfont.c (ftxfont_create_gcs): New function.
23732 (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
23733 (ftxfont_draw_backgrond): Fix filling region.
23734 (ftxfont_default_fid): New function.
23735 (ftxfont_open): Set xfont->fid to the return value of
23736 ftxfont_default_fid.
23737 (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
23738 (ftxfont_done_face): Free only GCs that are created by
23739 ftxfont_create_gcs.
23740 (ftxfont_draw): If face->gc != s->gc, create proper GCs.
23741
23742 * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
23743 Clip to src->width, etc (not src->clip_XXX).
23744
23745 * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
23746 FontBackend frame parameter.
23747
23748 2008-02-01 Kenichi Handa <handa@m17n.org>
23749
23750 * font.h (struct font_driver_list): New member `on'.
23751 (Fclear_font_cache): EXFUN it.
23752 (font_update_drivers): Extern it.
23753
23754 * font.c (font_unparse_fcname): Fix typo (swidth->width).
23755 (font_list_entities): Check driver_list->on.
23756 (register_font_driver): Initialize `on' member to 0.
23757 (font_update_drivers): New function.
23758 (Fclear_font_cache): Check driver_list->on.
23759
23760 * frame.h (Qfont_backend): Extern it.
23761 (x_set_font_backend): Extern it.
23762
23763 * frame.c (Qfont_backend): New variable.
23764 (frame_parms): New element for font-backend.
23765 (x_set_font_backend): New function.
23766
23767 * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
23768 FontBackend frame parameter.
23769 (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
23770 x_set_font_backend.
23771
23772 * xfont.c (xfont_list): Don't try listing by :name property if the
23773 name is not for XLFD.
23774
23775 2008-02-01 Kenichi Handa <handa@m17n.org>
23776
23777 * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
23778 (LGLYPH_SET_TO): New macros.
23779 (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
23780 element of G is vector or not.
23781 (font_at): Extern it.
23782
23783 * font.c: Include window.h.
23784 (font_lispy_object): New function.
23785 (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
23786 end of valid glyph.
23787 (font_close_object): Fix getting (struct font *).
23788 (font_at): New function.
23789 (Ffont_get): If FONT is a font-object, get entity from it.
23790 (Ffont_make_gstring): Initialize elements of glyphs with nil.
23791 (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX.
23792 Fix range check.
23793 (Ffont_at): New function.
23794 (syms_of_font): Defsubr Sfont_at.
23795
23796 * xdisp.c (it_props): Move the entry for Qauto_composed to just
23797 before the entry for Qcomposition.
23798 (handle_auto_composed_prop): Call auto-composition-function with 4 args.
23799 (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
23800 the font in gstring.
23801 (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
23802 LGLYPH_FORM (g) to detect the end of valid glyph.
23803 (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
23804 we are composing with gstring.
23805
23806 * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
23807 Check if adjustment is vector or not.
23808
23809 * Makefile.in (font.o): Make it depends on window.h.
23810
23811 2008-02-01 Kenichi Handa <handa@m17n.org>
23812
23813 * xterm.c (x_draw_composite_glyph_string_foreground): Check if
23814 adjustment is vector or not.
23815
23816 2008-02-01 Miles Bader <miles@gnu.org>
23817
23818 * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
23819
23820 2008-02-01 Kenichi Handa <handa@m17n.org>
23821
23822 * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
23823 (LGLYPH_SET_WIDTH): Adjust for the change of LGLYPH format.
23824 (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
23825
23826 * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
23827 (DEVICE_DELTA): Fix typo.
23828 (font_otf_gpos, font_prepare_compositio): Adjust for the change of
23829 LGLYPH format.
23830
23831 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
23832 the change of LGLYPH format.
23833
23834 2008-02-01 Kenichi Handa <handa@m17n.org>
23835
23836 * ftfont.c (ftfont_list): Fix typo.
23837 (ftfont_build_basic_charsets): Don't include letters with diacritics.
23838
23839 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
23840
23841 * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
23842
23843 * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
23844 xftface_info is non-NULL.
23845
23846 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
23847
23848 * ftfont.c (ftfont_list): Move misplaced #endif.
23849
23850 2008-02-01 Kenichi Handa <handa@m17n.org>
23851
23852 * ftfont.c (ftfont_list): Pay attention to the case that
23853 FC_CAPABILITY is not defined.
23854
23855 2008-02-01 Kenichi Handa <handa@m17n.org>
23856
23857 * xftfont.c (xftfont_open): Set charset related members to -1.
23858
23859 * ftfont.c (ftfont_list): Handle QCotf property. Fix handling of
23860 QCname.
23861 (ftfont_open): Set charset related members to -1.
23862
23863 * fontset.c (Votf_script_alist): New variable.
23864 (syms_of_fontset): Initialize it.
23865 (fontset_font): Delete unused variable.
23866
23867 * fontset.h (Votf_script_alist): Extern it.
23868
23869 * font.c (font_find_for_lface): Optimize code.
23870
23871 * font.h (font_close_object, font_merge_old_spec): Extern them.
23872
23873 2008-02-01 Kenichi Handa <handa@m17n.org>
23874
23875 * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
23876 (syms_of_font): Initialize them.
23877 (font_pixel_size): Allow float value in dpi.
23878 (font_prop_validate_type): Delete.
23879 (font_prop_validate_symbol, font_prop_validate_style): Change argument.
23880 Change caller.
23881 (font_prop_validate_non_neg): Rename from font_prop_validate_size.
23882 (font_prop_validate_extra): Delete.
23883 (font_prop_validate_spacing): New function.
23884 (font_property_table): Add elements for all known properties.
23885 (get_font_prop_index): Rename from check_font_prop_name.
23886 New argument FROM. Change caller.
23887 (font_prop_validate): Validate all known properties.
23888 (font_put_extra): Delete argument force. Change caller.
23889 (font_expand_wildcards): Make it static. Fix the way of shrinking
23890 the possible range.
23891 (font_parse_xlfd): Delete argument merge. Fix handling of RESX,
23892 RESY, SPACING, and AVGWIDTH. Don't validate property values here.
23893 Change caller.
23894 (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
23895 (font_parse_fcname): Delete argument merge. Fix parsing of point
23896 size. Don't validate properties values here. Change caller.
23897 (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
23898 (font_open_by_name): Delete unused variable.
23899 (Ffont_spec): Likewise. Validate property values.
23900 (Ffont_match_p): New function.
23901
23902 * font.h (QCscalable): Extern it.
23903 (font_parse_xlfd, font_parse_fcname): Adjust prototype.
23904
23905 * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
23906
23907 * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
23908 (xfont_list_pattern): New function.
23909 (xfont_list): Use xfont_list_pattern.
23910
23911 2008-02-01 Kenichi Handa <handa@m17n.org>
23912
23913 * font.h (Flist_fonts): EXFUN it.
23914
23915 2008-02-01 Jason Rumney <jasonr@gnu.org>
23916
23917 * w32term.c (w32_initialize): Add back smoothing_type and
23918 smoothing_enabled definitions.
23919
23920 2008-02-01 Kenichi Handa <handa@m17n.org>
23921
23922 * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
23923 s->face->font on determining underline position.
23924
23925 2008-02-01 Kenichi Handa <handa@m17n.org>
23926
23927 * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
23928 (font_has_char): Accept font-object too.
23929 (font_find_for_lface): Try at first with a size specified in face.
23930
23931 2008-02-01 Kenichi Handa <handa@m17n.org>
23932
23933 * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
23934 font_open_by_name.
23935
23936 2008-02-01 Kenichi Handa <handa@m17n.org>
23937
23938 * font.h (QCspacing, QCdpi): Extern them.
23939 (enum font_spacing): New enum.
23940 (FONT_PIXEL_SIZE_QUANTUM): New macro.
23941
23942 * font.c (POINT_TO_PIXEL): Don't divide POINT by 10.
23943 (QCspacing, QCdpi): New variables.
23944 (syms_of_font): Initialize them.
23945 (font_pixel_size): New function.
23946 (font_put_extra): New function.
23947 (font_parse_xlfd): Fix handling of font size. Add QCdpi property
23948 in FONT_EXTRA.
23949 (font_parse_fcname): Handle enumerated values (e.g. bold).
23950 Fix handling font size. Add QCname property that contains only
23951 unknown properties.
23952 (font_score): Change argument. Change caller. Pay attention to
23953 FONT_PIXEL_SIZE_QUANTUM.
23954 (font_sort_entites, font_list_entities, font_find_for_lface)
23955 (font_open_for_lface, font_open_by_name): Fix handling of font size.
23956 (Ffont_spec): Add QCname property that contains only unknown properties.
23957
23958 * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq.
23959 Don't include weight in listing pattern, instead check weight of each
23960 listed font. Don't include scalable in pattern. Pay attention to
23961 FONT_PIXEL_SIZE_QUANTUM.
23962
23963 2008-02-01 Kenichi Handa <handa@m17n.org>
23964
23965 * font.c (font_parse_fcname): Fix parsing of point-size.
23966 (font_unparse_fcname): Produce symbolic names for style properties.
23967 (font_list_entities): Handle float size correctly.
23968 (font_open_by_name): Prefer `normal' property values if the name
23969 doesn't specify them.
23970
23971 * fontset.c (Finternal_char_font): Use font_get_name, not
23972 Ffont_xlfd_name.
23973
23974 * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
23975 FC_WEIGHT_REGULAR. Exclude FC_SIZE and FC_PIXEL_SIZE from listing
23976 pattern. Don't force scalable.
23977
23978 * xftfont.c (xftfont_open): For generating a name, start from
23979 96-byte buffer.
23980
23981 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
23982
23983 * frame.h (x_new_fontset2): Fix prototype.
23984
23985 2008-02-01 Kenichi Handa <handa@m17n.org>
23986
23987 * font.h (struct font_driver): Delete member parse_name.
23988 (font_match_p, font_get_spec, font_parse_fcname)
23989 (font_unparse_fcname): Extern them.
23990 (font_get_name): Adjust prototype.
23991
23992 * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
23993 (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
23994 (font_expand_wildcards): Fix handling ENCODING field.
23995 Avoid unnecessary checks for weight, slant, and swidth.
23996 (font_parse_fcname): New function.
23997 (font_unparse_fcname): New function.
23998 (font_parse_name): New function.
23999 (font_match_p): New function.
24000 (font_get_name): Change return value to Lisp string.
24001 (font_get_spec): New function.
24002 (Qunspecified, Qignore_defface): Don't extern them.
24003 (font_find_for_lface): Assume that LFACE is fully specified.
24004 (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
24005 object, use it for FACE.
24006 (font_open_by_name): Call Ffont_spec with QCname prop. Don't call
24007 driver->parse_name.
24008 (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
24009
24010 * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
24011 prototype.
24012
24013 * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
24014 argument F. Don't call Fnew_fontset. Instead, directly call
24015 make_fontset.
24016
24017 * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
24018
24019 * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
24020 of x_new_fontset2.
24021
24022 * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
24023 (Qsans__serif): New variables.
24024 (ftfont_generic_family_list): New variable.
24025 (syms_of_ftfont): Initialize the above variables.
24026 (ftfont_pattern_entity): Delete argument NAME.
24027 (ftfont_list_generic_family): New function.
24028 (ftfont_parse_name): Delete this function.
24029 (ftfont_list): Try generic family only when FcFontList found no font.
24030 (ftfont_list_family): Fix args to FcObjectSetBuild.
24031
24032 * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
24033 object in attrs[LFACE_FONT_INDEX].
24034 (set_lface_from_font_name): Cancel all changes for font-backend.
24035 (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
24036 function.
24037 (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
24038 font object in QCfont attribute.
24039 (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
24040 (realize_default_face) [USE_FONT_BACKEND]: Call
24041 set_lface_from_font_and_fontset.
24042
24043 * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
24044 "fixed", and signal error here if no suitable font was found.
24045
24046 * xfont.c (xfont_parse_name): Delete this function.
24047
24048 * xftfont.c (xftfont_open): Change coding style of error
24049 handling. Generate fontconfig's fontname pattern.
24050
24051 * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
24052 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
24053
24054 * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
24055 Both args FONTSET and FONT_OBJECT must be existing ones.
24056
24057 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24058
24059 * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
24060
24061 2008-02-01 Kenichi Handa <handa@m17n.org>
24062
24063 * xfont.c (xfont_open, xfont_encode_char): Fix typo.
24064
24065 * font.h (struct font): Fix typo.
24066
24067 * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
24068 XLFD_XXX_INDEX.
24069 (enum xlfd_field_mask): New enum.
24070 (intern_font_field): Change argument. Change caller. If digits
24071 are followed by non-digits, return a symbol.
24072 (font_expand_wildcards): New function.
24073 (font_parse_xlfd): Fix wildcard handling.
24074 (Ffont_spec): If :name is specified, reflect the info in the other
24075 properties.
24076
24077 * ftfont.c (ftfont_pattern_entity): Fix typo.
24078 (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
24079 locale.
24080
24081 2008-02-01 Kenichi Handa <handa@m17n.org>
24082
24083 * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
24084
24085 * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
24086 (font_unparse_xlfd): Fix argument type declaration. Append "*" if
24087 registry doesn't specify encoding part.
24088 (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
24089 (font_open_by_name): At first try parsing the name.
24090 (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
24091 as Lisp symbols.
24092
24093 * fontset.c (reorder_font_vector): Pay attention to the case that
24094 the 3rd element of font_def is nil.
24095 (fontset_font): For the default fontset, append one more fontset
24096 elements for a script-based font specification. Don't add script
24097 attribute on finding a font.
24098 (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
24099 font name.
24100 (fontset_ascii_font): If a font can't be opened, return nil.
24101
24102 * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
24103 (ftfont_pattern_entity): New function.
24104 (ftfont_get_cache): Assume that freetype_font_cache is already
24105 initialized.
24106 (ftfont_list): Handle the case that a file is specified in font
24107 name. Use ftfont_pattern_entity to generate entities.
24108 (ftfont_has_char): Check if the pattern contains FC_CHARSET.
24109 (syms_of_ftfont): Initialize freetype_font_cache.
24110
24111 * xftfont.c (xftfont_open): Make the font name fontconfig's
24112 style. Add BLOCK_INPUT and UNBLOCK_INPUT.
24113 (xftfont_close): Free font->font.name if not NULL.
24114
24115 * xfont.c (xfont_list): If script is specified for a font, return
24116 null_vector.
24117 (xfont_list_family): Declare argument type.
24118
24119 * xfaces.c (set_lface_from_font_name): If a font doesn't have a
24120 name, set LFACE_FONT (lface) to nil.
24121
24122 * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
24123 return Qnil.
24124
24125 2008-02-01 Kenichi Handa <handa@m17n.org>
24126
24127 * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
24128 (standard_args): Add "-enable-font-backend".
24129
24130 2008-02-01 Kenichi Handa <handa@m17n.org>
24131
24132 * xftfont.c (xftfont_default_fid): Set fid_known to 1.
24133 (struct xftdraw_list, xftdraw_list): Delete them.
24134 (register_xftdraw, check_xftdraw): Delete them.
24135 (xftfont_prepare_face): Don't call register_xftdraw.
24136 (xftfont_done_face): Don't call check_xftdraw.
24137 (xftfont_draw): Get background color only when with_background is
24138 nonzero.
24139
24140 * xfont.c (xfont_encode_char): Fix calculation of char2b.
24141
24142 2008-02-01 Kenichi Handa <handa@m17n.org>
24143
24144 These changes are for the new font handling codes.
24145
24146 * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
24147 @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
24148 (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
24149 (FONTSRC, FONTOBJ): New variables.
24150 (obj): Add $(FONTOBJ).
24151 (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
24152 (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
24153 @LIBOTF_LIBS@.
24154 (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
24155 (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
24156
24157 * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
24158
24159 * character.h (Vscript_representative_chars): Extern it.
24160
24161 * character.c (Vscript_representative_chars): New variable.
24162 (syms_of_character): Declare it as a Lisp variable.
24163
24164 * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
24165 enable_font_backend is nonzero, accept the composition method
24166 COMPOSITION_WITH_GLYPH_STRING.
24167
24168 * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
24169 enumeration COMPOSITION_WITH_GLYPH_STRING.
24170
24171 * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
24172 members clip_x, clip_y, clip_width, and clip_height.
24173 (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
24174
24175 * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
24176 --enable-font-backend. Call syms_of_font.
24177
24178 * fns.c (assoc_no_quit): New function.
24179
24180 * fontset.h (FONT_INFO_FROM_FACE): New macro.
24181 (face_for_font, new_fontset_from_font)
24182 (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
24183
24184 * fontset.c [USE_FONT_BACKEND]: Include "font.h".
24185 (fontset_font, fontset_ascii, face_for_char)
24186 (make_fontset_for_ascii_face, Ffont_info)
24187 (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
24188 is nonzero, use font-backend mechanism.
24189 (find_font_encoding): Make it non-static.
24190 (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
24191 New functions.
24192
24193 * frame.h (struct frame): New members resx and resy.
24194 (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
24195 (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
24196
24197 * frame.c [USE_FONT_BACKEND]: Include "font.h".
24198 (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
24199
24200 * lisp.h (assoc_no_quit): Extern it.
24201
24202 * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
24203 Through out the file, use FONT_INFO_FROM_FACE instead of
24204 FONT_INFO_FROM_ID, use get_per_char_metric instead of
24205 rif->per_char_metric.
24206 (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
24207 method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
24208 (get_glyph_face_and_encoding, fill_composite_glyph_string)
24209 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
24210 (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
24211 nonzero, use font-backend mechanism.
24212 (get_per_char_metric): New function.
24213
24214 * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
24215 (set_lface_from_font_name)
24216 (set_font_frame_param, free_realized_face)
24217 (prepare_face_for_display, clear_face_gcs)
24218 (Finternal_set_font_selection_order, realize_x_face)
24219 [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
24220 font-backend mechanism.
24221 (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
24222 (load_face_font) [USE_FONT_BACKEND]: Abort.
24223 (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
24224 (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
24225
24226 * xfns.c [USE_FONT_BACKEND]: Include "font.h".
24227 (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
24228 (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
24229 nonzero, register all available font drivers.
24230 Call x_default_font_parameter for deciding a font.
24231 (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
24232
24233 * xterm.c [USE_FONT_BACKEND]: Include "font.h".
24234 (x_set_mouse_face_gc, x_set_glyph_string_clipping)
24235 (x_set_glyph_string_clipping_exactly)
24236 (x_compute_glyph_string_overhangs)
24237 (x_draw_glyph_string_foreground)
24238 (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
24239 (x_free_frame_resources) [USE_FONT_BACKEND]: If
24240 enable_font_backend is nonzero, use font-backend mechanism.
24241 (x_new_fontset2) [USE_FONT_BACKEND]: New function.
24242
24243 2008-02-01 Kenichi Handa <handa@m17n.org>
24244
24245 * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
24246 system_eol_type.
24247 (syms_of_coding): Initialize system_eol_type.
24248
24249 * process.c (Fset_process_coding_system): Inherit system's eol
24250 format if necessary.
24251
24252 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24253
24254 * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
24255
24256 2008-02-01 Kenichi Handa <handa@m17n.org>
24257
24258 * coding.c (decode_eol): Pay attention to buffer relocation in
24259 del_range_2.
24260 (decode_coding): Call decode_eol before restoring undo_list.
24261
24262 2008-02-01 Kenichi Handa <handa@m17n.org>
24263
24264 * charset.c (Fdefine_charset_internal): Fix setting of
24265 emacs_mule_bytes.
24266
24267 2008-02-01 Kenichi Handa <handa@m17n.org>
24268
24269 * keyboard.c (read_char): Check if C is a character or not before
24270 looking up Vkeyboard_translate_table.
24271
24272 2008-02-01 Kenichi Handa <handa@m17n.org>
24273
24274 * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION):
24275 Fix condition to terminate the loop.
24276
24277 2008-02-01 Kenichi Handa <handa@m17n.org>
24278
24279 * coding.c (produce_composition): Compare charbuf[i] instead of
24280 args[i] against 0.
24281 (Fterminal_coding_system): Use EQ to compare Lisp objects.
24282
24283 2008-02-01 Kenichi Handa <handa@m17n.org>
24284
24285 * coding.c (DECODE_COMPOSITION_START): If the source is short, set
24286 coding->result to CODING_RESULT_INSUFFICIENT_SRC.
24287 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
24288 detect_coding.
24289 (emacs_mule_char): Handle old style (Emacs 20) component character
24290 of a composition.
24291 (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
24292 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
24293 composition rule.
24294 (decode_coding_emacs_mule): Handle invalid bytes correctly.
24295
24296 2008-02-01 Kenichi Handa <handa@m17n.org>
24297
24298 * coding.c (encode_coding_ccl): Allocate destination dynamically
24299 when necessary.
24300
24301 2008-02-01 Kenichi Handa <handa@m17n.org>
24302
24303 * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
24304 the loop. When quitted, show a proper error message.
24305
24306 2008-02-01 Kenichi Handa <handa@m17n.org>
24307
24308 * xterm.c (x_set_glyph_string_clipping_exactly):
24309 Set src->clip_head and src->clip_tail temporarily instead of src->hl.
24310
24311 * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
24312 character sequence.
24313 (Fccl_execute_on_string): Use ASET, not XSET.
24314
24315 2008-02-01 Kenichi Handa <handa@m17n.org>
24316
24317 * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
24318
24319 2008-02-01 Kenichi Handa <handa@m17n.org>
24320
24321 * coding.c (decode_coding): Fix the condition of terminating the
24322 decoding loop.
24323
24324 2008-02-01 Kenichi Handa <handa@m17n.org>
24325
24326 * data.c (Faset): On setting a character bigger than 255 in a
24327 unibyte string, signal an error instead of make the string multibyte.
24328
24329 2008-02-01 Kenichi Handa <handa@m17n.org>
24330
24331 * charset.c (map_charset_chars): Fix for ascii-compatible charset
24332 made by a mapping table.
24333
24334 2008-02-01 Kenichi Handa <handa@m17n.org>
24335
24336 * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
24337 not.
24338 (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
24339 (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
24340
24341 * xterm.c (x_draw_composite_glyph_string_foreground):
24342 Check s->face is NULL or not.
24343
24344 2008-02-01 Kenichi Handa <handa@m17n.org>
24345
24346 * xterm.c (x_set_glyph_string_clipping_exactly): New function.
24347 (x_draw_glyph_string): Fix drawing of right_overhang and
24348 left_overhang around/on cursor.
24349
24350 * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
24351
24352 2008-02-01 Kenichi Handa <handa@m17n.org>
24353
24354 * xdisp.c (x_produce_glyphs): Handle composition with TAB.
24355
24356 2008-02-01 Kenichi Handa <handa@m17n.org>
24357
24358 * coding.c (Fdefine_coding_system_internal)
24359 (Fdefine_coding_system_alias): Avoid a duplicated element in
24360 Vcoding_system_alist.
24361
24362 2008-02-01 Kenichi Handa <handa@m17n.org>
24363
24364 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
24365
24366 * coding.c (Qcoding_system_define_form): New variable.
24367 (syms_of_coding): Intern and staticpro it.
24368 (Fcoding_system_p): Check Qcoding_system_define_form.
24369 (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
24370
24371 * coding.h (CODING_SYSTEM_P): If ID is not available, call
24372 Fcoding_system_p.
24373 (CHECK_CODING_SYSTEM): If ID is not available, call
24374 Fcheck_coding_system.
24375 (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
24376 Try also Fcheck_coding_system.
24377
24378 2008-02-01 Kenichi Handa <handa@m17n.org>
24379
24380 * coding.c (code_conversion_restore): GCPRO arg.
24381
24382 2008-02-01 Kenichi Handa <handa@m17n.org>
24383
24384 * character.c (lisp_string_width): Check multibyteness of STRING.
24385
24386 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24387
24388 * macterm.c (mac_encode_char): Call ccl_driver with the last arg
24389 Qnil. Use JIS_TO_SJIS instead of ENCODE_SJIS.
24390 (decode_mac_font_name): Use decode_coding_c_string instead of
24391 decode_coding.
24392 (x_load_font): Initialize fontp->fontset to -1.
24393 Set fontp->encoding_type.
24394
24395 2008-02-01 Kenichi Handa <handa@m17n.org>
24396
24397 * search.c (search_buffer): Give up BM search on case-fold-search
24398 if one of a target character has a case-equivalence of different
24399 byte length even if that target character is an ASCII.
24400 (simple_search): Fix calculation of byte length of matched text.
24401 (boyer_moore): Fix handling of case-equivalent multibyte characters.
24402
24403 2008-02-01 Kenichi Handa <handa@m17n.org>
24404
24405 * coding.c (decode_coding): Fix handling of invalid bytes.
24406
24407 2008-02-01 Kenichi Handa <handa@m17n.org>
24408
24409 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
24410 Unicode characters.
24411
24412 2008-02-01 Kenichi Handa <handa@m17n.org>
24413
24414 * coding.c (encode_coding_object): If a pre-write-conversion
24415 function makes a new buffer, kill it.
24416
24417 2008-02-01 Kenichi Handa <handa@m17n.org>
24418
24419 * coding.c (QCascii_compatible_p): New variable.
24420 (syms_of_coding): Initialize it.
24421 (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
24422 calling string_char.
24423 (record_conversion_result): Add `default:' case.
24424 (coding_charset_list): Delete unused variable `coding_type'.
24425 (Fdefine_coding_system_internal): Add `ascii-compatible-p'
24426 property in the plist of the coding system.
24427 (Fcoding_system_put): Check QCascii_compatible_p.
24428
24429 2008-02-01 Miles Bader <miles@gnu.org>
24430
24431 * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
24432 removed calculation of frame `f', as it's now used.
24433
24434 2008-02-01 Kenichi Handa <handa@m17n.org>
24435
24436 * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
24437 (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
24438 (UNIDATA): New variable.
24439 (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
24440 (bootstrap-emacs${EXEEXT}): Depends on charprop.el.
24441 Run $(RUN_TEMACS) unconditionally.
24442
24443 2008-02-01 Kenichi Handa <handa@m17n.org>
24444
24445 * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
24446 (admindir): New variable.
24447 ($(lispsource)international/charprop.el): New target.
24448
24449 2008-02-01 Miles Bader <miles@gnu.org>
24450
24451 * character.c (chars-in-region): Remove obsolete function.
24452 (syms_of_character): Remove its initialization.
24453
24454 2008-02-01 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
24455
24456 * w32select.c (validate_coding_system)
24457 (setup_windows_coding_system): New functions.
24458 (convert_to_handle_as_coded, Fw32_get_clipboard_data):
24459 Use setup_windows_coding_system.
24460 (setup_config, Fw32_get_clipboard_data):
24461 Use validate_coding_system.
24462 (Fx_selection_exists): Move call to setup_config to a place
24463 where signals are allowed.
24464
24465 * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
24466 (Fcheck_coding_system): Add declarations.
24467
24468 2008-02-01 Kenichi Handa <handa@m17n.org>
24469
24470 * charset.c (load_charset_map_from_vector): Fix for the first iteration.
24471
24472 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24473
24474 * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
24475 string as the second argument for x_new_fontset.
24476
24477 2008-02-01 Kenichi Handa <handa@m17n.org>
24478
24479 * coding.c (decode_coding_object): Use safe_call1 instead of call1.
24480 (encode_coding_object): Use safe_call instead of call2.
24481
24482 2008-02-01 Kenichi Handa <handa@m17n.org>
24483
24484 * fontset.c (Fset_fontset_font): Check family element of a given vector.
24485
24486 * Makefile.in (lisp): Include charprop.el.
24487
24488 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24489
24490 * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
24491 Not sure if it's unnecessary.
24492
24493 2008-02-01 Steven Tamm <steventamm@mac.com>
24494
24495 * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
24496 some possibly unnecessary fontset checking code that crashed
24497 when creating a new frame.
24498
24499 2008-02-01 Kenichi Handa <handa@m17n.org>
24500
24501 * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
24502 lookup_face.
24503
24504 * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
24505
24506 * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
24507
24508 2008-02-01 Kenichi Handa <handa@m17n.org>
24509
24510 * coding.c: Cancel the change done in HEAD on 2008-02-01.
24511 (coding_charset_list): New function.
24512
24513 * coding.h (coding_charset_list): Extern it.
24514
24515 2008-02-01 Kenichi Handa <handa@m17n.org>
24516
24517 * fontset.c (Fset_fontset_font): Call find_font_encoding with
24518 concatenation of family and registry.
24519
24520 2008-02-01 Kenichi Handa <handa@m17n.org>
24521
24522 * character.h (BYTE8_STRING): Fix typo.
24523
24524 * editfns.c (Ftranslate_region_internal): Don't convert unibyte
24525 string to multibyte (sync to HEAD).
24526
24527 * casefiddle.c (casify_region): Handle changes in byte-length
24528 using replace_range_2 (sync to HEAD).
24529
24530 2008-02-01 Andreas Schwab <schwab@suse.de>
24531
24532 * chartab.c (map_char_table): GCPRO table and arg.
24533
24534 2008-02-01 Kenichi Handa <handa@m17n.org>
24535
24536 * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
24537 already at limit.
24538
24539 2008-02-01 Kenichi Handa <handa@m17n.org>
24540
24541 * fontset.c (fs_load_font): Use fast_string_match_ignore_case
24542 instead of fast_c_string_match_ignore_case.
24543 (find_font_encoding): Change argument to Lisp_Object.
24544 Use fast_string_match_ignore_case instead of
24545 fast_c_string_match_ignore_case. Change caller.
24546
24547 2008-02-01 Kenichi Handa <handa@m17n.org>
24548
24549 * xdisp.c (get_next_display_element): In unibyte case, decide to
24550 display in octal form by checking a character by
24551 UNIBYTE_CHAR_HAS_MULTIBYTE_P.
24552
24553 * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
24554
24555 * character.c (unibyte_has_multibyte_table): New variable.
24556
24557 * character.h (unibyte_has_multibyte_table): Extern it.
24558 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
24559
24560 2008-02-01 Kenichi Handa <handa@m17n.org>
24561
24562 * coding.c (encode_coding_iso_2022): Fix handling of charset
24563 annotation.
24564
24565 2008-02-01 Kenichi Handa <handa@m17n.org>
24566
24567 * coding.c (setup_coding_system): If coding_system is nil, use
24568 Qundecided.
24569 (Fterminal_coding_system): Return nil if terminal coding system is
24570 `undecided'.
24571 (syms_of_coding): Define coding-system `undecided' here.
24572 Setup terminal_coding as `undecided'.
24573
24574 2008-02-01 Kenichi Handa <handa@m17n.org>
24575
24576 * xdisp.c (message_dolog, set_message_1):
24577 Call unibyte_char_to_multibyte with arg type int.
24578
24579 * lread.c (read1): Fix reading of a char-table.
24580
24581 * print.c (print_object): Include sub char-table in circularities
24582 detection.
24583
24584 2008-02-01 Kenichi Handa <handa@m17n.org>
24585
24586 * keymap.c (where_is_internal_2): Fix for the case that KEY is a cons.
24587 Append the found sequences in car of ARGS instead of prepending.
24588
24589 2008-02-01 Kenichi Handa <handa@m17n.org>
24590
24591 * fileio.c (report_file_error): Make a unibyte string from
24592 strerror (errorno).
24593 (Fsubstitute_in_file_name): Fix the arg to
24594 unibyte_char_to_multibyte. It is evaluated twice.
24595
24596 2008-02-01 Kenichi Handa <handa@m17n.org>
24597
24598 * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
24599
24600 2008-02-01 Kenichi Handa <handa@m17n.org>
24601
24602 * coding.c (detect_coding_utf_16): Don't set detect_info->found if
24603 BOM is not found.
24604 (detect_coding, detect_coding_system): Optimization for ISO-2022
24605 when no 8-bit data is found.
24606
24607 2008-02-01 Jason Rumney <jasonr@gnu.org>
24608
24609 * w32fns.c (x_to_w32_font): Update to use new coding struct.
24610
24611 2008-02-01 Kenichi Handa <handa@m17n.org>
24612
24613 * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
24614 CHARS.
24615
24616 2008-02-01 Steven Tamm <steventamm@mac.com>
24617
24618 * macterm.c (mac_encode_char): Add charset argument and update
24619 to use encoding_type.
24620 (x_new_font, x_new_fontset): Merge in changes from xterm.c;
24621 switch to pure fontset.
24622 (decode_mac_font_name): Temporarily remove decoding.
24623 (x_font_name_to_mac_font_name): Temporarily remove encoding.
24624 (x_load_font): Temporarily remove encoding.
24625
24626 2008-02-01 Kenichi Handa <handa@m17n.org>
24627
24628 * xfaces.c (Fface_font): If frame is not on a window system,
24629 ignore CHARACTER arg. If HAVE_WINDOW_SYSTEM is not defined, don't
24630 refer to face->font.
24631 (split_font_name_into_vector, build_font_name_from_vector)
24632 (lookup_non_ascii_face, realize_non_ascii_face): Define them only
24633 when HAVE_WINDOW_SYSTEM is defined.
24634
24635 2008-02-01 Kenichi Handa <handa@m17n.org>
24636
24637 * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
24638 (x_produce_glyphs): Fix setting of members of cmp in case
24639 cmp->glyph_len is zero.
24640
24641 * fontset.c (Fset_fontset_font): Fix docstring.
24642 (Ffontset_info): Make it backward compatible. New arg ALL.
24643
24644 2008-02-01 Kim F. Storm <storm@cua.dk>
24645
24646 * process.c (read_process_output): Grow decoding_buf when needed;
24647 this could cause a crash in allocate_string and compact_small_strings.
24648
24649 2008-02-01 Kenichi Handa <handa@m17n.org>
24650
24651 * fileio.c (WRITE_BUF_SIZE): Delete this macro.
24652
24653 2008-02-01 Kenichi Handa <handa@m17n.org>
24654
24655 * coding.c (setup_coding_system): Set coding->common_flags
24656 correctly for raw-text.
24657 (consume_chars): On encoding unibyte text by raw-text, don't check
24658 multibyte form.
24659 (encode_coding): On encoding by raw-text, never use translation tables.
24660
24661 * fileio.c (e_write): Short cut for the case of no encoding.
24662
24663 2008-02-01 Kenichi Handa <handa@m17n.org>
24664
24665 * coding.c (detect_coding, detect_coding_system): Delete unused
24666 variables.
24667
24668 2008-02-01 Kenichi Handa <handa@m17n.org>
24669
24670 * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
24671 (consume_chars): Fix handling of 8-bit bytes in unibyte source.
24672
24673 2008-02-01 Kenichi Handa <handa@m17n.org>
24674
24675 * coding.c (Ffind_coding_systems_region_internal):
24676 Include raw-text and no-conversion in the result.
24677
24678 2008-02-01 Kenichi Handa <handa@m17n.org>
24679
24680 * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
24681 (load_font_get_repertory): Delete unnecessary check of ENCODING of
24682 FONT_DEF.
24683 (font_def_arg, add_arg, from_arg, to_arg): New args.
24684 (set_fontset_font): Change argument.
24685 (Fset_fontset_font): Fix for the case that TARGET is a script
24686 name and charset name.
24687 (new_fontset_from_font_name): Fix argument to Fnew_fontset.
24688
24689 2008-02-01 Kenichi Handa <handa@m17n.org>
24690
24691 * fontset.c (fontset_font): Rename from fontset_face. Change return
24692 value.
24693 (face_suitable_for_char_p, face_for_char): Adjust for the change
24694 of fontset_font.
24695 (make_fontset_for_ascii_face): Fix setting of the fontset element
24696 for ASCII.
24697 (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
24698 to get a font name.
24699 (Ffontset_info): Adjust for the change of fontset_font.
24700
24701 * coding.c (emacs_mule_char): Check invalid code more rigidly.
24702
24703 * character.h (LEADING_CODE_LATIN_1_MIN)
24704 (LEADING_CODE_LATIN_1_MAX): Delete these macros.
24705
24706 2008-02-01 Kenichi Handa <handa@m17n.org>
24707
24708 * editfns.c (check_translation): New function.
24709 (Ftranslate_region_internal): Handle M:N mapping.
24710
24711 2008-02-01 Kenichi Handa <handa@m17n.org>
24712
24713 * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
24714
24715 2008-02-01 Kenichi Handa <handa@m17n.org>
24716
24717 * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
24718 goto invalid_code.
24719 (decode_coding_iso_2022): Fix handling of invalid designation.
24720
24721 * fileio.c (Finsert_file_contents): Be sure to call unbind_to
24722 after calling code_conversion_save.
24723
24724 2008-02-01 Kenichi Handa <handa@m17n.org>
24725
24726 * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
24727
24728 * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
24729
24730 * fontset.c: Include "intervals.h".
24731 (fontset_face): Fix comparing of Lisp_Objects.
24732 (free_face_fontset, new_fontset_from_font_name):
24733 Fix Lisp_Object/int mixup.
24734
24735 * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
24736
24737 * coding.c: Add many prototypes for static functions.
24738 (get_translation_table): Allow max_lookup to be NULL.
24739 (decode_coding, Ffind_coding_systems_region_internal)
24740 (Funencodable_char_position, Fcheck_coding_systems_region):
24741 Call get_translation_table with max_lookup NULL.
24742
24743 2008-02-01 Kenichi Handa <handa@m17n.org>
24744
24745 * coding.c (get_translation_table): Declare it as Lisp_Object.
24746 (LOOKUP_TRANSLATION_TABLE): New macro.
24747 (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
24748 instead of CHAR_TABLE_REF.
24749
24750 2008-02-01 Kenichi Handa <handa@m17n.org>
24751
24752 * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
24753 annotation data format.
24754 (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
24755 Change arguments FROM and TO to single argument NCHARS. Change caller.
24756 (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
24757 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
24758 (decode_coding_ccl, decode_coding_charset): Pay attention to
24759 coding->charbuf_used.
24760 (get_translation): New function.
24761 (produce_chars): New arguments translation_table and last_block.
24762 Translate characters here. Return number of carryover chars.
24763 Change caller.
24764 (produce_composition): New argument pos. Change caller.
24765 Adjust for the change of annotation data format.
24766 (produce_charset, produce_annotation): Likewise.
24767 (decode_coding, encode_coding): Don't call translate_chars.
24768 (consume_chars): New arg translation_table. Change caller.
24769 (translate_chars): Delete.
24770 (syms_of_coding): Make translation-table's number of extra slots 2.
24771
24772 2008-02-01 Kenichi Handa <handa@m17n.org>
24773
24774 * search.c (simple_search): Fix setting this_pos_byte in backward
24775 search.
24776
24777 * coding.c (detect_coding_emacs_mule): Fix counting of encoded
24778 byte sequence.
24779 (detect_coding_ccl): Fix setting of the variable valids.
24780
24781 2008-02-01 Kenichi Handa <handa@m17n.org>
24782
24783 * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
24784
24785 * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
24786
24787 * editfns.c (Ftranslate_region_internal): Rename from
24788 Ftranslate_region. Accept a char-table in TABLE.
24789 (syms_of_editfns): Defsubr Stranslate_region_internal.
24790
24791 * xfaces.c (set_lface_from_font_name): If a font is specified for
24792 a frame, generate a fontset from the font.
24793 (build_scalable_font_name): If the scalable font is requested for
24794 a specific size, don't change that size.
24795 (try_font_list): Try a scalable font also in the case that a
24796 pattern string is specified.
24797
24798 2008-02-01 Kenichi Handa <handa@m17n.org>
24799
24800 * xfaces.c (Fface_font): New optional arg CHARACTER.
24801
24802 2008-02-01 Kenichi Handa <handa@m17n.org>
24803
24804 * charset.h (CHARSET_OFFSET): New macro.
24805
24806 2008-02-01 Kenichi Handa <handa@m17n.org>
24807
24808 * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
24809
24810 * fontset.c (fontset_face): Handle the case that repertory is a
24811 char-table.
24812 (find_font_encoding): Return nil for unknown encoding.
24813 (Fset_fontset_font): Ignore a font of unknown encoding.
24814
24815 2008-02-01 Kenichi Handa <handa@m17n.org>
24816
24817 * keymap.c (describe_vector): Handle default value of a char table.
24818
24819 * fontset.c (fontset_face): Handle fallback fonts correctly.
24820 (Ffontset_info): Return infomation about fallback fonts.
24821
24822 2008-02-01 Kenichi Handa <handa@m17n.org>
24823
24824 * fontset.c (FONTSET_DEFAULT): New macro.
24825 (FONTSET_ADD, fontset_add): Handle the case that range is nil.
24826 (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
24827 the case that it is nil.
24828 (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
24829 (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
24830
24831 * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
24832 subset or superset.
24833
24834 2008-02-01 Kenichi Handa <handa@m17n.org>
24835
24836 * emacs.c (main): Call init_charset after syms_of_XXX.
24837
24838 * charset.c (Vcharset_map_directory): Delete.
24839 (Vcharset_map_path): New variable.
24840 (load_charset_map_from_file): Use Vcharset_map_path instead.
24841 (init_charset): Initialize Vcharset_map_path.
24842 (syms_of_charset): Delete declaration of "charset-map-directory",
24843 add declaration of "charset-map-path".
24844
24845 2008-02-01 Kenichi Handa <handa@m17n.org>
24846
24847 * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
24848 ASCII only string.
24849
24850 * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
24851
24852 * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
24853 (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
24854
24855 2008-02-01 Kenichi Handa <handa@m17n.org>
24856
24857 * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
24858
24859 * coding.c (QCmnemonic, QCdefalut_char)
24860 (QCdecode_translation_table, QCencode_translation_table)
24861 (QCpost_read_conversion, QCpre_write_conversion): New variables.
24862 (get_translation_table): Return a list of translation tables if
24863 necessary.
24864 (decode_coding): Call get_translation_table with ENCODEP 0.
24865 (char_encodable_p): If translation_table is non-nil, always call
24866 translate_char.
24867 (Fdefine_coding_system_internal): Accept list of translation
24868 tables as :encode-translation-table and :decode-translation-table.
24869 (Fcoding_system_put): New function.
24870 (syms_of_coding): Declare new symbols.
24871 Defsubr Scoding_system_put.
24872 (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
24873 typically JISX0212.
24874
24875 * charset.c (map_charset_chars): Fix arg to map_charset_chars in
24876 when the charset is superset type.
24877
24878 * character.c (translate_char): Accept list of translation tables.
24879
24880 2008-02-01 Kenichi Handa <handa@m17n.org>
24881
24882 * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
24883 (CODING_ATTR_TRANS_TBL): New macro.
24884
24885 * coding.c (get_translation_table): New function.
24886 (translate_chars): Fix the bug of skipping annotation data.
24887 (decode_coding, encode_coding): Utilize get_translation_table.
24888 (char_encodable_p, Funencodable_char_position): Translate char if
24889 necessary.
24890 (Ffind_coding_systems_region_internal)
24891 (Fcheck_coding_systems_region): Setup translation table for encode
24892 in a coding system attribute vector in advance.
24893 (Fdefine_coding_system_internal): Allow a symbol as translation
24894 table. For shift-jis type coding system, allow 4th charset.
24895
24896 2008-02-01 Kenichi Handa <handa@m17n.org>
24897
24898 * coding.c (decode_coding_sjis): Check the first byte rigidly.
24899
24900 * xdisp.c (get_next_display_element): Pass -1 as POS to
24901 FACE_FOR_CHAR if displaying a C-string.
24902
24903 2008-02-01 Kenichi Handa <handa@m17n.org>
24904
24905 * composite.c (get_composition_id): Handle xoff and yoff in a
24906 composition rule.
24907
24908 * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
24909 (struct composition): New member lbearing and rbearing.
24910
24911 * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
24912 (x_get_glyph_overhangs): Handle a composition glyph.
24913 (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
24914
24915 * xterm.c (x_compute_glyph_string_overhangs): Handle also a
24916 composition glyph.
24917
24918 2008-02-01 Kenichi Handa <handa@m17n.org>
24919
24920 * print.c: Include charset.h.
24921 (Vprint_charset_text_property): New variable.
24922 (Qdefault): Extern it.
24923 (PRINT_STRING_NON_CHARSET_FOUND)
24924 (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
24925 (print_check_string_result): New variable.
24926 (print_check_string_charset_prop): New function.
24927 (print_prune_charset_plist): New variable.
24928 (print_prune_string_charset): New function.
24929 (print_object): Call print_prune_string_charset if
24930 Vprint_charset_text_property is not t.
24931 (print_interval): Print nothing if interval->plist is nil.
24932 (syms_of_print): Declare Vprint_charset_text_property as a lisp
24933 variable. Init and staticpro print_prune_charset_plist.
24934
24935 2008-02-01 Kenichi Handa <handa@m17n.org>
24936
24937 * fontset.c (new_fontset_from_font_name): Use the specified font
24938 for all characters in the new fontset.
24939
24940 * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
24941 OBJECT args.
24942
24943 * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
24944 OBJECT args for composition too.
24945
24946 * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
24947 OBJECT args.
24948
24949 2008-02-01 Kenichi Handa <handa@m17n.org>
24950
24951 * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
24952
24953 * fontset.c (reorder_font_vector): Adjust for the change of
24954 FONT_DEF format.
24955 (fontset_face): New arg id. Change caller.
24956 (face_for_char): New args pos and object.
24957 (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format.
24958 (fs_query_fontset): Check NAME by Fassoc too.
24959 (Fset_fontset_font): Allow non-XLFD font name.
24960 (Ffontset_info): Adjust for the change of FONT_DEF format.
24961
24962 * fontset.h (face_for_char): Adjust prototype.
24963
24964 * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
24965 (append_space, extend_face_to_end_of_line)
24966 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
24967 (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
24968
24969 * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
24970 POS and OBJECT args.
24971
24972 * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
24973 POS and OBJECT args.
24974
24975 2008-02-01 Jason Rumney <jasonr@gnu.org>
24976
24977 * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
24978 of GlobalAlloc'ed memory.
24979
24980 2008-02-01 Kenichi Handa <handa@m17n.org>
24981
24982 * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
24983
24984 * charset.h (charset_table_used): Delete extern.
24985
24986 * charset.c (charset_table_used): Make it static.
24987 (map_charset_chars): Fix args to c_function with.
24988
24989 * chartab.c (map_sub_char_table_for_charset): Fix args to
24990 c_function with.
24991
24992 * coding.h (enum coding_result_code):
24993 Delete CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
24994
24995 * coding.c (Qinsufficient_source, Qinconsistent_eol)
24996 (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
24997 (Vlast_code_conversion_error): New variables.
24998 (syms_of_coding): DEFSYM or DEFVAR_LISP them.
24999 (ONE_MORE_BYTE): Record error if any instead of signaling an
25000 error. If non-ASCII multibyte char is found, return the negative
25001 value of the code. All callers changed to check it.
25002 (ONE_MORE_BYTE_NO_CHECK): Likewise.
25003 (record_conversion_result): New function. Change all codes setting
25004 coding->result to call this function.
25005 (detect_coding_utf_8, decode_coding_utf_8)
25006 (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
25007 Don't use the local variable incomplete.
25008 (emacs_mule_char): Change the second arg to `const'.
25009 (decode_coding): Fix of flushing out unprocessed data.
25010 (make_conversion_work_buffer): Fix making of a work buffer.
25011 (decode_coding_object): Return coding->dst_object.
25012
25013 * fontset.c (set_fontset_font): Fix args.
25014
25015 * lisp.h (CHARACTERBITS): Define as 22.
25016
25017 * process.c (send_process): Be sure to set coding->src_multibyte.
25018
25019 * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
25020
25021 2008-02-01 Kenichi Handa <handa@m17n.org>
25022
25023 * xdisp.c (handle_auto_composed_prop): Give limit to
25024 Fnext_single_char_property_change.
25025
25026 2008-02-01 Kenichi Handa <handa@m17n.org>
25027
25028 * composite.c (syms_of_composite): Don't make the composition hash
25029 table weak.
25030
25031 * fontset.c (Fset_fontset_font): Fix docstring.
25032
25033 * lisp.h (detect_coding_system): Adjust prototype.
25034
25035 * fileio.c (kill_workbuf_unwind): Delete this function.
25036 (Finsert_file_contents): Adjust the call of detect_coding_system.
25037 Get conversion_buffer by code_conversion_save. Use the macro
25038 CODING_MAY_REQUIRE_DECODING. After decoding, update
25039 coding_system.
25040
25041 * coding.h (make_conversion_work_buffer): Delete extern.
25042 (code_conversion_save): Extern it.
25043
25044 * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
25045 (CODING_GET_INFO): Delete argument eol_type. Change callers.
25046 (decode_coding_utf_8): Don't do eol converion.
25047 (detect_coding_utf_16): Check coding->src_chars, not
25048 coding->src_bytes. Add heuristics for those that have no signature.
25049 (decode_coding_emacs_mule, decode_coding_iso_2022)
25050 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
25051 Don't do eol converion.
25052 (adjust_coding_eol_type): Return a new coding system.
25053 (detect_coding): Don't detect eol. Fix for utf-16 detection.
25054 (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
25055 each change.
25056 (decode_coding): Pay attention to undo_list. Do eol conversion for
25057 all types of coding-systems (if necessary).
25058 (Vcode_conversion_work_buf_list): Delete it.
25059 (Vcode_conversion_reused_workbuf): Rename from
25060 Vcode_conversion_reused_work_buf.
25061 (Vcode_conversion_workbuf_name): New variable.
25062 (reused_workbuf_in_use): New variable.
25063 (make_conversion_work_buffer): Delete the arg DEPTH.
25064 (code_conversion_restore): Change argument to cons.
25065 (code_conversion_save): Delete the argument BUFFER. Change callers.
25066 (detect_coding_system): New argument src_chars. Change callers.
25067 Fix for utf-16 detection.
25068 (init_coding_once): Don't use ISO_carriage_return.
25069 (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
25070 reused_workbuf_in_use.
25071
25072 2008-02-01 Kenichi Handa <handa@m17n.org>
25073
25074 * keymap.c (store_in_keymap): Pay attention to the case that idx
25075 is a cons specifying a character range.
25076
25077 2008-02-01 Kenichi Handa <handa@m17n.org>
25078
25079 * xdisp.c (handle_auto_composed_prop): Fix the case of returning
25080 HANDLED_RECOMPUTE_PROPS.
25081
25082 * coding.c (Fdefine_coding_system_internal): Fix checking of
25083 ascii compatibility.
25084
25085 2008-02-01 Kenichi Handa <handa@m17n.org>
25086
25087 * charset.c (find_charsets_in_text): Delete unused locale variable.
25088 (Fset_charset_priority): Update Vemacs_mule_charset_list too.
25089
25090 * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
25091 Resync charset_list to Vemacs_mule_charset_list.
25092
25093 * keymap.c (store_in_keymap): Pay attention to the case that idx
25094 is a cons specifying a character range.
25095
25096 2008-02-01 Kenichi Handa <handa@m17n.org>
25097
25098 * composite.c (update_compositions): Bind inhibit-read-only, etc
25099 to t before calling remove-list-of-text-properties.
25100
25101 * print.c (print_object): Always print ASCII chars as is.
25102
25103 2008-02-01 Kenichi Handa <handa@m17n.org>
25104
25105 * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
25106
25107 * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
25108 is a char table.
25109
25110 2008-02-01 Kenichi Handa <handa@m17n.org>
25111
25112 * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
25113
25114 2008-02-01 Kenichi Handa <handa@m17n.org>
25115
25116 * xfaces.c (set_lface_from_font_name): Fix for the case that
25117 FONTNAME is not fontset name.
25118
25119 2008-02-01 Kenichi Handa <handa@m17n.org>
25120
25121 * fns.c (base64_encode_1): Fix previous change.
25122
25123 2008-02-01 Kenichi Handa <handa@m17n.org>
25124
25125 * fontset.c (set_fontset_font): New function.
25126 (Fset_fontset_font): If a font is specified for a charset, use
25127 map_charset_chars to store the font spec in a fontset.
25128
25129 2008-02-01 Kenichi Handa <handa@m17n.org>
25130
25131 * fontset.c (fontset_face): Create a fallback fontset on demand.
25132 (make_fontset): Don't create a fallback fontset here.
25133 (free_face_fontset): Free a fallback fontset (if any) too.
25134 (n_auto_fontsets): Delete this variable.
25135 (auto_fontset_alist): New variable.
25136 (new_fontset_from_font_name): Check auto_fontset_alist.
25137 (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
25138 (Ffontset_list_all) [FONTSET_DEBUG]: New function.
25139 (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
25140 Defsubr Sfontset_list_all.
25141
25142 2008-02-01 Kenichi Handa <handa@m17n.org>
25143
25144 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
25145
25146 2008-02-01 Kenichi Handa <handa@m17n.org>
25147
25148 * fontset.c (Fnew_fontset): Check NAME more rigidly.
25149
25150 2008-02-01 Kenichi Handa <handa@m17n.org>
25151
25152 * editfns.c (Fgoto_char): Fix docstring.
25153
25154 2008-02-01 Kenichi Handa <handa@m17n.org>
25155
25156 * insdel.c (insert_from_gap): Adjust intervals correctly.
25157
25158 2008-02-01 Jason Rumney <jasonr@gnu.org>
25159
25160 * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
25161 (pfnGetFontUnicodeRanges): New dynamically loaded function.
25162 (w32_initialize): Try to load it.
25163 (x_get_font_repertory): Use it if available.
25164 (w32_encode_char): Add shortcut for unicode output.
25165
25166 * w32fns.c (w32_load_system_font): Default charset to -1.
25167 (x_to_w32_charset): Match all fonts for unicode.
25168 (w32_to_x_charset): New parameter matching. Don't return partial
25169 or wildcard charsets.
25170 (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
25171 (w32_codepage_for_font): Return CP_UNICODE for unicode.
25172 (w32_to_x_font): Match charset to real charset.
25173 (enum_font_cb2): Always list unicode versions.
25174
25175 * makefile.w32-in (temacs): Increase EMHEAP.
25176
25177 2008-02-01 Jason Rumney <jasonr@gnu.org>
25178
25179 * w32term.c (w32_encode_char): New charset parameter.
25180 font_info.encoding becomes encoding_type.
25181 (x_get_font_repertory): New function. Warning: stub only!
25182 (x_new_font): Return quickly if font already set.
25183 (x_new_fontset): fontsetname parameter is Lisp_Object.
25184 Use new fs_query_fontset. Try new_fontset_from_font_name.
25185 Use fontset_name for return value.
25186
25187 * w32term.h: Declare x_get_font_repertory.
25188
25189 * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
25190 place of find_charset_in_text. Use encode_coding_object in place
25191 of encode_coding.
25192 (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
25193 decode_coding.
25194
25195 * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
25196 of x_new_fontset.
25197 (w32_load_system_font): Initialize charset as unicode.
25198 font_info.encoding becomes encoding_type.
25199 (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
25200 (x_to_w32_font): Use encode_coding_object in place of encode_coding.
25201 (syms_of_w32fns): Set get_font_repertory_func.
25202
25203 * w32console.c: Include character.h. Use terminal_encode_buffer
25204 from term.c.
25205 (write_glyphs): Use new version of encode_terminal_code.
25206 Use encode_coding_object in place of encode_coding.
25207
25208 * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
25209 encoding becomes encoding_type.
25210
25211 * term.c (terminal_encode_buffer): Make externally visible.
25212
25213 * makefile.w32-in: Add character.h dependancies.
25214 (character.o, chartab.o): New targets.
25215
25216 2008-02-01 Kenichi Handa <handa@m17n.org>
25217
25218 * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
25219 CODING_ID_EOL_TYPE.
25220
25221 2008-02-01 Andreas Schwab <schwab@suse.de>
25222
25223 * coding.c (produce_chars): Revert last change.
25224
25225 2008-02-01 Kenichi Handa <handa@m17n.org>
25226
25227 * charset.h (charset_unicode): Extern it.
25228
25229 * charset.c (string_xstring_p): Check by (C >= 0x100).
25230 (find_charsets_in_text): Change format of the arc CHARSETS.
25231 New arg MULTIBYTE.
25232 (Ffind_charset_region, Ffind_charset_string): Adjust for the
25233 change of find_charsets_in_text.
25234 (Fsplit_char): Fix doc. Never return unknown.
25235
25236 * chartab.c (char_table_translate): Use CHARACTERP, not INTEGERP.
25237
25238 * coding.c (Fdefine_coding_system_alias):
25239 Update Vcoding_system_list.
25240
25241 * fontset.c (load_font_get_repertory): Pay attention to the case
25242 that ENCODING of a font is specified by a char-table.
25243
25244 * xterm.c (x_get_font_repertory): Handle the case that the
25245 encoding of font is other than Unicode.
25246
25247 2008-02-01 Kenichi Handa <handa@m17n.org>
25248
25249 * term.c (encode_terminal_code): Don't handle glyph-table.
25250 Check if a character is encodable by the terminal coding system.
25251 If not, produces proper number of `?'s. Update
25252 terminal_encode_buffer and terminal_encode_buf_size if necessary.
25253 (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
25254
25255 2008-02-01 Kenichi Handa <handa@m17n.org>
25256
25257 * term.c (terminal_encode_buffer, terminal_encode_buf_size):
25258 New variables.
25259 (encode_terminal_code): Change argument. Encode multiple
25260 characters at once. Store the result of encoding in
25261 terminal_encode_buffer.
25262 (write_glyphs, insert_glyphs): Adjust for the change of
25263 encode_terminal_code.
25264 (term_init): Initialize terminal_encode_buffer and
25265 terminal_encode_buf_size.
25266
25267 * coding.c (consume_chars): If coding->src_object is nil, don't
25268 check annotation.
25269
25270 2008-02-01 Kenichi Handa <handa@m17n.org>
25271
25272 * character.c (char_string): Use ASCII_CHAR_P instead of
25273 SINGLE_BYTE_CHAR_P.
25274
25275 2008-02-01 Kenichi Handa <handa@m17n.org>
25276
25277 * xdisp.c (handle_auto_composed_prop): Check if the last
25278 characters of auto-composed region is newly composed with the
25279 following characters.
25280 (handle_composition_prop): Fix checking of point being inside
25281 composition.
25282
25283 2008-02-01 Kenichi Handa <handa@m17n.org>
25284
25285 * fns.c (concat): Don't change multibyteness of the result by
25286 concatenating an 8-bit character.
25287
25288 * data.c (Faset): Check newelt by CHECK_CHARACTER. Don't change
25289 multibyteness of the result when newelt is an 8-bit character.
25290
25291 2008-02-01 Dave Love <fx@gnu.org>
25292
25293 * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
25294 EMACS_INT.
25295
25296 * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
25297
25298 * xfaces.c (face_numeric_value): Declare dim size_t.
25299 (Finternal_lisp_face_equal_p): Remove unused f.
25300
25301 * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
25302 (MATRIX_ROW): Remove unused vars.
25303 (draw_glyphs, x_insert_glyphs, fast_find_position)
25304 (fast_find_position, fast_find_string_pos): Use EMACS_INT for
25305 byte/char counts.
25306
25307 * regex.c (regex_compile): Remove unused var.
25308
25309 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
25310
25311 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
25312 (Faccessible_keymaps, where_is_internal): Remove unused vars.
25313
25314 * keyboard.c (cancel_hourglass_unwind): Return Qnil.
25315
25316 * frame.c (frame_name_fnn_p): Make len EMACS_INT.
25317
25318 * fileio.c (Fwrite_region): Remove unused var.
25319
25320 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
25321 (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
25322
25323 * composite.c (Fremove_list_of_text_properties): Declare.
25324
25325 * coding.c (inhibit_pre_post_conversion): Remove (unused).
25326 (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
25327 (coding_inherit_eol_type): Remove unused attrs.
25328 (detect_coding): Cast arg of detect_eol.
25329
25330 * charset.c (syms_of_charset): Remove unused var p.
25331 (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
25332 byte/char counts.
25333
25334 * casetab.c (set_case_table): Remove unused var.
25335
25336 * window.c (Fdisplay_buffer, Fframe_selected_window):
25337 Remove unused vars.
25338
25339 2008-02-01 Dave Love <fx@gnu.org>
25340
25341 * xterm.c (x_bitmap_mask): Declare.
25342
25343 2008-02-01 Dave Love <fx@gnu.org>
25344
25345 * xterm.c (x_term_init): Fix type error.
25346
25347 * lisp.h: Add Funibyte_char_to_multibyte.
25348
25349 * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
25350 (Fset_coding_system_priority): Doc fix.
25351
25352 * ccl.c (ccl_driver): Fix arg of CHARACTERP.
25353
25354 * indent.c (check_composition): Make start and end EMACS_INT.
25355
25356 * character.c (lisp_string_width): Make ignore and end EMACS_INT.
25357
25358 * xdisp.c (handle_composition_prop, check_point_in_composition):
25359 Make buffer positions EMACS_INT.
25360
25361 * composite.c (find_composition, run_composition_function)
25362 (update_compositions, Ffind_composition_internal): Make buffer
25363 positions EMACS_INT.
25364
25365 * composite.h (find_composition, update_compositions):
25366 Make position args EMACS_INT.
25367
25368 * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
25369
25370 * intervals.c (get_property_and_range):
25371 * intervals.h (get_property_and_range): Make start and end EMACS_INT.
25372
25373 * unexalpha.c: Don't include varargs.h.
25374
25375 2008-02-01 Dave Love <fx@gnu.org>
25376
25377 * coding.h (ENCODE_UTF_8): New.
25378
25379 * Makefile.in (gtkutil.o): Depend on coding.h.
25380
25381 * coding.c (Fset_coding_system_priority): Doc fix.
25382
25383 2008-02-01 Kenichi Handa <handa@m17n.org>
25384
25385 * fileio.c (Finsert_file_contents): Call setup_coding_system in
25386 the case of auto saving.
25387
25388 2008-02-01 Andreas Schwab <schwab@suse.de>
25389
25390 * chartab.c (map_char_table, map_char_table_for_charset):
25391 Protect `range' from GC.
25392
25393 2008-02-01 Kenichi Handa <handa@m17n.org>
25394
25395 * coding.c (decode_coding_sjis): Check bytes more rigidly.
25396
25397 2008-02-01 Kenichi Handa <handa@m17n.org>
25398
25399 * fileio.c (choose_write_coding_system): Return a decided coding system.
25400 (Fwrite_region): Set Vlast_coding_system_used to the return value
25401 of choose_write_coding_system.
25402
25403 2008-02-01 Kenichi Handa <handa@m17n.org>
25404
25405 * charset.c (Fset_charset_priority): Pay attention to duplicated
25406 arguments.
25407
25408 * coding.c (QCcategory): New variable.
25409 (syms_of_coding): Defsym it. Set all elements of
25410 Vcoding_category_table and their symbol values.
25411 (Fset_coding_system_priority): Doc fix. Update symbol qvalues of
25412 coding-category-XXX, and coding-category-list.
25413 (Fdefine_coding_system_internal): Add category in the plist.
25414
25415 2008-02-01 Kenichi Handa <handa@m17n.org>
25416
25417 * callproc.c (Fcall_process): Handle carryover correctly.
25418
25419 * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
25420 (raw_text_coding_system): Check NILP (coding_system).
25421 (coding_inherit_eol_type): Check NILP (coding_system) and
25422 NILP (parent).
25423 (consume_chars): Fix for the case of raw-text.
25424
25425 * process.c (read_process_output): Handle carryover correctly.
25426
25427 2008-02-01 Dave Love <fx@gnu.org>
25428
25429 * regex.c (re_search_2): Fix last change.
25430
25431 2008-02-01 Kenichi Handa <handa@m17n.org>
25432
25433 * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
25434 target_multibyte. Even in a unibyte case, return a converted
25435 multibyte char.
25436 (GET_CHAR_AFTER): New macro.
25437 (PATFETCH): Translate via multibyte char.
25438 (HANDLE_UNIBYTE_RANGE): Delete this macro.
25439 (SETUP_MULTIBYTE_RANGE): New macro.
25440 (regex_compile): Setup compiled code so that its multibyteness
25441 matches that of a target. Fix the handling of "[X-YZ]" using
25442 SETUP_MULTIBYTE_RANGE.
25443 (analyse_first) <charset>: For filling fastmap for all multibyte
25444 characters, don't check by BASE_LEADING_CODE_P.
25445 (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp). It is
25446 the same as RE_MULTIBYTE_P (bufp) now.
25447 (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
25448 (TARGET_CHAR_AND_LENGTH): Delete this macro.
25449 (TRANSLATE_VIA_MULTIBYTE): New macro.
25450 (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
25451 It is the same as RE_MULTIBYTE_P (bufp) now.
25452 <exactn>: Translate via multibyte.
25453 <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH.
25454 Don't translate it.
25455 <charset, charset_not>: Fetch a character by
25456 RE_STRING_CHAR_AND_LENGTH. Translate via multibyte.
25457 <duplicate>: Call bcmp_translate with the last arg `multibyte'.
25458 <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
25459 notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
25460 by GET_CHAR_AFTER.
25461 (bcmp_translate): Likewise.
25462
25463 * search.c (compile_pattern): Check the member target_multibyte,
25464 not the member multibyte of buf.
25465
25466 * lread.c (read1): While reading a string, set force_singlebyte
25467 and force_multibyte correctly.
25468
25469 * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
25470 up of unibyte_to_multibyte_table.
25471
25472 2008-02-01 Kenichi Handa <handa@m17n.org>
25473
25474 * coding.c (setup_coding_system): If coding has
25475 post-read-conversion or pre-write-conversion, set
25476 CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
25477 respectively.
25478 (decode_coding_gap): Run post-read-conversion if any.
25479
25480 * fileio.c (Finsert_file_contents): Even if we read into a
25481 unibyte buffer, check if we must decode the result or not.
25482
25483 2008-02-01 Kenichi Handa <handa@m17n.org>
25484
25485 * coding.c (make_conversion_work_buffer): Change the work buffer
25486 name to the same one as that of Emacs 21.
25487
25488 2008-02-01 Kenichi Handa <handa@m17n.org>
25489
25490 * coding.h (make_conversion_work_buffer): Adjust prototype.
25491 (code_conversion_restore): Don't extern it.
25492
25493 * coding.c (detected_mask): Delete unused variable.
25494 (decode_coding_iso_2022): Pay attention to the byte sequence of
25495 CTEXT extended segment, and retain those bytes as is.
25496 (decode_coding_ccl): Delete unused variable `valids'.
25497 (setup_coding_system): Delete unused variable `category'.
25498 (consume_chars): Delete unused variable `category'. Make it work
25499 for non-multibyte case.
25500 (make_conversion_work_buffer): Change argument.
25501 (saved_coding): Delete unused variable.
25502 (code_conversion_restore): Don't check saved_coding->destination.
25503 (code_conversion_save): New function.
25504 (decode_coding_gap, encode_coding_gap): Call code_conversion_save
25505 instead of record_unwind_protect.
25506 (decode_coding_object, encode_coding_object): Likewise. Recover PT.
25507 (detect_coding_system): Delete unused variable `mask'.
25508 (Fdefine_coding_system_internal): Delete unused variable id.
25509
25510 * fileio.c (kill_workbuf_unwind): New function.
25511 (Finsert_file_contents): On replacing, call
25512 make_conversion_work_buffer with correct args, and call
25513 record_unwind_protect with the first arg kill_workbuf_unwind.
25514
25515 * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
25516
25517 2008-02-01 Kenichi Handa <handa@m17n.org>
25518
25519 * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
25520 (fontset_add): Fix for the case that TO is less than TO1.
25521 (Ffontset_info): Don't use fallback fontset on checking the
25522 default fontset.
25523 (dump_fontset): New function for debugging.
25524
25525 * coding.c (Fdefine_coding_system_internal): Fix for the case that
25526 coding_type is Qcharset.
25527
25528 2008-02-01 Kenichi Handa <handa@m17n.org>
25529
25530 * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
25531 (map_char_table): Don't inherit the value from the parent on
25532 initializing VAL. Adjust for the above change.
25533
25534 2008-02-01 Kenichi Handa <handa@m17n.org>
25535
25536 * coding.c (Qsignature, Qendian): Delete these variables.
25537 (syms_of_coding): Don't initialize them.
25538 (CATEGORY_MASK_UTF_16_AUTO): New macro.
25539 (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
25540 detect_info->found.
25541 (decode_coding_utf_16): Don't detect BOM here.
25542 (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
25543 is NOT utf_16_without_bom.
25544 (setup_coding_system): For a coding system of type utf-16, check
25545 if the attribute :endian is Qbig or not (not nil or not), and set
25546 CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
25547 (detect_coding): If coding type is utf-16 and BOM detection is
25548 required, detect it.
25549 (Fdefine_coding_system_internal): For a coding system of type
25550 utf-16, check if the attribute :endian is Qbig or not (not nil or not).
25551
25552 2008-02-01 Kenichi Handa <handa@m17n.org>
25553
25554 * coding.c (coding_set_source): Fix for the case that the current
25555 buffer is different from coding->src_object.
25556 (decode_coding_object): Don't use the conversion work buffer if
25557 DST_OBJECT is a buffer.
25558
25559 2008-02-01 Dave Love <fx@gnu.org>
25560
25561 * lread.c (read_emacs_mule_char) [len==2]: Index
25562 emacs_mule_charset correctly.
25563
25564 2008-02-01 Dave Love <fx@gnu.org>
25565
25566 * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
25567 (detect_coding_big5, decode_coding_big5, encode_coding_big5)
25568 (Fdecode_big5_char, Fencode_big5_char): Delete. (Big5 no longer
25569 treated specially.)
25570 (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
25571 (detected_mask): Remove Big5 bits.
25572
25573 2008-02-01 Kenichi Handa <handa@m17n.org>
25574
25575 The following changes are to make the font rescaling facility
25576 compatible with Emacs 21.
25577
25578 * xfaces.c (Vface_font_rescale_alist): Rename from
25579 Vface_resizing_fonts.
25580 (struct font_name): Rename member resizing_ratio to rescale_ratio.
25581 (font_rescale_ratio): Rename from font_resizing_ratio.
25582 (split_font_name): Set font->rescale_ratio.
25583 (better_font_p): Pay attention to font->rescale_ratio.
25584 (build_scalable_font_name): Likewise. Change RESX, and RESY
25585 fields.
25586 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
25587
25588 2008-02-01 Kenichi Handa <handa@m17n.org>
25589
25590 * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
25591 (Qutf_16_le): Remove these variables.
25592 (syms_of_coding): Don't DEFSYM them.
25593 (decode_coding_utf_16): Fix handling of BOM.
25594 (encode_coding_utf_16): Fix handling of BOM.
25595
25596 2008-02-01 Kenichi Handa <handa@m17n.org>
25597
25598 * fileio.c (Finsert_file_contents): On replacing, before decoding
25599 the file into the work buffer, set point of the work buffer to the end.
25600
25601 2008-02-01 Dave Love <fx@gnu.org>
25602
25603 * coding.c (Fcheck_coding_systems_region): Fix type errors.
25604
25605 2008-02-01 Dave Love <fx@gnu.org>
25606
25607 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
25608 and fix C types.
25609
25610 2008-02-01 Kenichi Handa <handa@m17n.org>
25611
25612 * xdisp.c (SKIP_GLYPHS): New macro.
25613 (set_cursor_from_row): Pay attention to string display properties.
25614
25615 * category.c (copy_category_entry): Fix for the case that RANGE
25616 is an integer.
25617
25618 * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
25619
25620 * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
25621
25622 2008-02-01 Kenichi Handa <handa@m17n.org>
25623
25624 * charset.c (Fcharset_id_internal): New function.
25625 (syms_of_charset): Defsubr it.
25626
25627 * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
25628 with the last arg charset_list acquired from coding.
25629 (Fdefine_coding_system_internal): For ccl-based coding system, fix
25630 the attribute coding_attr_ccl_valids.
25631
25632 * coding.h (enum define_coding_ccl_arg_index): Set the first
25633 member coding_arg_ccl_decoder to coding_arg_max.
25634
25635 * ccl.h (ccl_driver): Adjust prototype.
25636
25637 * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
25638 (ccl_driver): New arg CHARSET_LIST. Use the above macros instead
25639 of DECODE_CHAR, ENCODE_CHAR, CHAR_CHARSET.
25640 (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
25641 last arg Qnil.
25642
25643 2008-02-01 Kenichi Handa <handa@m17n.org>
25644
25645 * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
25646 call encode_char.
25647
25648 * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
25649
25650 2008-02-01 Dave Love <fx@gnu.org>
25651
25652 * composite.c (syms_of_composite): Make composition_hash_table weak.
25653
25654 2008-02-01 Kenichi Handa <handa@m17n.org>
25655
25656 * dispextern.h (check_face_attributes, generate_ascii_font_name)
25657 (font_name_registry): Don't extern them.
25658 (split_font_name_into_vector, build_font_name_from_vector): Extern them.
25659
25660 * fontset.h (Qfontset): Don't extern it.
25661 (new_fontset_from_font_name): Extern it.
25662
25663 * fontset.c: Give 8 extra slots to fontset objects.
25664 (Qfontset_info): New variable.
25665 (syms_of_fontset): Defsym it.
25666 (FONTSET_FALLBACK): New macro.
25667 (fontset_face): Try also the default fontset.
25668 (make_fontset): Realize a fallback fontset from the default fontset.
25669 (generate_ascii_font_name): Move from xfaces.c. Rewritten by
25670 using split_font_name_into_vector and build_font_name_from_vector.
25671 (Fset_fontset_font): Access the elements of font_spec by enum
25672 FONT_SPEC_INDEX. If font_spec is a string, extract the registry
25673 name by using split_font_name_into_vector.
25674 (Fnew_fontset): If no ASCII font is specified in FONTLIST,
25675 generate a proper font name from the fontset name.
25676 Update Vfontset_alias_alist.
25677 (n_auto_fontsets): New variable.
25678 (new_fontset_from_font_name): New function.
25679 (Ffont_info): Store the information about fonts generated from the
25680 default fontset in the first extra slot of the returned char-table.
25681
25682 * xfaces.c (generate_ascii_font_name): Move to fontset.c.
25683 (font_name_registry): Delete function.
25684 (split_font_name_into_vector): New function.
25685 (build_font_name_from_vector): New function.
25686 (font_list): The argument REGISTRY is now a list of registry names.
25687 (choose_face_font): If we are choosing an ASCII font, and ATTRS
25688 specifies an explicit font name, return the name as is. Make a
25689 list of registy names.
25690
25691 * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
25692 of x_new_fontset.
25693 (Fx_create_frame): Don't call x_new_fontset here. Just use
25694 x_list_fonts to check the existence of fonts.
25695
25696 * xterm.h (x_new_fontset): Adjust prototype.
25697
25698 * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
25699 string. Use new_fontset_from_font_name to create a fontset from a
25700 font name.
25701
25702 2008-02-01 Kenichi Handa <handa@m17n.org>
25703
25704 * syntax.c (Vfind_word_boundary_function_table): New name for
25705 Vnext_word_boundary_function_table.
25706 (find-word-boundary-function-table): New name for
25707 next-word-boundary-function-table.
25708
25709 2008-02-01 Dave Love <fx@gnu.org>
25710
25711 * Makefile.in: Fix some dependencies.
25712
25713 * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
25714 set it to nil before returning.
25715
25716 * composite.c (update_compositions): Fix type error.
25717
25718 * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
25719
25720 2008-02-01 Kenichi Handa <handa@m17n.org>
25721
25722 * xterm.c (x_new_font): Optimize for the case that the font is
25723 already set for the frame.
25724
25725 2008-02-01 Kenichi Handa <handa@m17n.org>
25726
25727 * chartab.c (char_table_ascii): Check if the char table contents
25728 is sub-char-table or not.
25729 (char_table_set, char_table_set_range): Fix argument to
25730 char_table_ascii.
25731
25732 * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
25733 (detect_coding_utf_8, detect_coding_utf_16)
25734 (detect_coding_emacs_mule, detect_coding_iso_2022)
25735 (detect_coding_sjis, detect_coding_big5)
25736 (detect_coding_ccl, detect_coding_charset): Change argument MASK
25737 to DETECT_INFO. Update DETECT_INFO and return 1 if the byte
25738 sequence is valid in this coding system. Change callers.
25739 (MAX_ANNOTATION_LENGTH): New macro.
25740 (ADD_ANNOTATION_DATA): New macro.
25741 (ADD_COMPOSITION_DATA): Change argument. Change callers.
25742 Call ADD_ANNOTATION_DATA. Change the format of annotation data.
25743 (ADD_CHARSET_DATA): New macro.
25744 (emacs_mule_char): New argument ID. Change callers.
25745 (decode_coding_emacs_mule, decode_coding_iso_2022)
25746 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
25747 Produce charset annotation data in coding->charbuf.
25748 (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
25749 to charset annotation data in coding->charbuf.
25750 (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
25751 coding->common_flags if the coding system is iso-2022 based and
25752 uses designation.
25753 (produce_composition): Adjust for the new annotation data format.
25754 (produce_charset): New function.
25755 (produce_annotation): Handle charset annotation.
25756 (handle_composition_annotation, handle_charset_annotation):
25757 New functions.
25758 (consume_chars): Handle charset annotation. Utilize the above two
25759 functions.
25760 (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
25761 buffer, get the deleted text as a string and set
25762 coding->src_object to that string.
25763 (detect_coding, detect_coding_system): Use the new struct
25764 coding_detection_info.
25765
25766 * coding.h (struct coding_detection_info): New structure.
25767 (struct coding_system): Adjust prototype of the member `detector'.
25768 (CODING_ANNOTATE_CHARSET_MASK): New macro.
25769
25770 2008-02-01 Kenichi Handa <handa@m17n.org>
25771
25772 * insdel.c (insert_from_gap): Fix argument to offset_intervals.
25773
25774 2008-02-01 Dave Love <fx@gnu.org>
25775
25776 * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
25777 (Fapropos_internal): Don't gcpro apropos_accumulate. Set result
25778 to new local and nullify apropos_accumulate before returning.
25779 (syms_of_keymap): Staticpro and initialize apropos_accumulate.
25780
25781 2008-02-01 Kenichi Handa <handa@m17n.org>
25782
25783 * charset.c (Fdefine_charset_internal): Setup charset.fast_map
25784 correctly.
25785
25786 2008-02-01 Dave Love <fx@gnu.org>
25787
25788 * fns.c (Flanginfo): Call synchronize_system_time_locale.
25789
25790 2008-02-01 Kenichi Handa <handa@m17n.org>
25791
25792 The following changes are to make character composition happen
25793 automatically on displaying.
25794
25795 * Makefile.in (lisp, shortlisp): Add composite.elc.
25796
25797 * composite.h (Qauto_composed, Vauto_composition_function)
25798 (Qauto_composition_function): Extern them.
25799
25800 * composite.c (Vcomposition_function_table)
25801 (Qcomposition_function_table): Delete variables.
25802 (Qauto_composed, Vauto_composition_function)
25803 (Qauto_composition_function): New variables.
25804 (run_composition_function): Don't call
25805 compose-chars-after-function.
25806 (update_compositions): Clear `auto-composed' text property.
25807 (compose_chars_in_text): Delete this function.
25808 (syms_of_composite): Staticpro Qauto_composed and
25809 Qauto_composition_function. Declare Vauto_composition_function as
25810 a Lisp variable.
25811
25812 * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
25813
25814 * xdisp.c (it_props): Add an entry for Qauto_composed.
25815 (handle_auto_composed_prop): New function.
25816
25817 * xselect.c (selection_data_to_lisp_data): Don't call
25818 compose_chars_in_text.
25819
25820 2008-02-01 Dave Love <fx@gnu.org>
25821
25822 * keyboard.c (read_char): Modify checking around use of
25823 Vkeyboard_translate_table.
25824
25825 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
25826 and fix C types.
25827
25828 2008-02-01 Kenichi Handa <handa@m17n.org>
25829
25830 * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
25831 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
25832 (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
25833 the case that the last byte is '\r' correctly.
25834 (decode_coding): Flush out the unprocessed data correctly.
25835 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
25836
25837 2008-02-01 Dave Love <fx@gnu.org>
25838
25839 * xterm.c (XTread_socket): Fix changes for defined keysyms.
25840 Add XK_ISO... case.
25841 (xaw_scroll_callback): Revert last change.
25842
25843 2008-02-01 Kenichi Handa <handa@m17n.org>
25844
25845 * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
25846
25847 2008-02-01 Kenichi Handa <handa@m17n.org>
25848
25849 * xfaces.c (Vface_resizing_fonts): New variable.
25850 (struct font_name): New member `resizing_ratio'.
25851 (font_resizing_ratio): New function.
25852 (split_font_name): Set font->resizing_ratio.
25853 (better_font_p): Pay attention to font->resizing_ratio.
25854 (build_scalable_font_name): Likewise. Don't change POINT_SIZE,
25855 RESX, and RESY fields.
25856 (try_alternative_families): Try scalable fonts if
25857 Vscalable_fonts_allowed is not Qt.
25858 (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
25859
25860 2008-02-01 Dave Love <fx@gnu.org>
25861
25862 * xterm.c (xaw_scroll_callback): Cast correctly.
25863
25864 2008-02-01 Dave Love <fx@gnu.org>
25865
25866 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
25867 (lispy_kana_keys): Comment out.
25868 (make_lispy_event) [XK_kana_A]: Comment out.
25869
25870 * xterm.c (xaw_scroll_callback): Cast call_data.
25871 (XTread_socket): Deal with ASCII keysyms.
25872 (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
25873
25874 2008-02-01 Dave Love <fx@gnu.org>
25875
25876 * xterm.c (Vx_keysym_table): New.
25877 (syms_of_xterm): Initialize it.
25878 (XTread_socket): Use it.
25879 From head: Eliminate incorrect optimization that tried to avoid
25880 decoding the output of X*LookupString.
25881 (x_get_font_repertory): Delete charset declaration.
25882
25883 2008-02-01 Kenichi Handa <handa@m17n.org>
25884
25885 * coding.c (detect_coding_charset): If only ASCII bytes are found,
25886 return 0.
25887 (Fdefine_coding_system_internal):
25888 Setup CODING_ATTR_ASCII_COMPAT (attrs) correctly.
25889
25890 2008-02-01 Dave Love <fx@gnu.org>
25891
25892 * coding.c (Fcheck_coding_system): Doc fix.
25893
25894 * editfns.c (Finsert_byte): Return a proper value.
25895
25896 2008-02-01 Kenichi Handa <handa@m17n.org>
25897
25898 * coding.c (decode_coding): Fix args to translate_chars.
25899 Pay attention to Vstandard_translation_table_for_decode.
25900 (encode_coding): Fix args to translate_chars. Pay attention to
25901 Vstandard_translation_table_for_encode.
25902
25903 * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
25904 SINGLE_BYTE_CHAR_P.
25905
25906 * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
25907 not by SINGLE_BYTE_CHAR_P.
25908
25909 * fns.c (concat): Check CH by ASCII_CHAR_P, not by
25910 SINGLE_BYTE_CHAR_P.
25911
25912 * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
25913 SINGLE_BYTE_CHAR_P.
25914
25915 * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
25916 by SINGLE_BYTE_CHAR_P.
25917
25918 * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
25919 SINGLE_BYTE_CHAR_P.
25920
25921 2008-02-01 Dave Love <fx@gnu.org>
25922
25923 * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
25924
25925 2008-02-01 Dave Love <fx@gnu.org>
25926
25927 * fns.c (Flanginfo): Fix typo.
25928
25929 * unexelf.c (unexec): Make last change conditional on Irix 6.5.
25930
25931 2008-02-01 Kenichi Handa <handa@m17n.org>
25932
25933 * coding.c (detect_coding_utf_8, detect_coding_utf_16)
25934 (detect_coding_emacs_mule, detect_coding_iso_2022)
25935 (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
25936 incomplete byte sequence. Don't update *mask when correctly detected.
25937 (decode_coding_sjis): Fix decoding of katakana-jisx0201.
25938 (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
25939 (detect_coding, detect_coding_system): Adjust for the changes above.
25940
25941 2008-02-01 Kenichi Handa <handa@m17n.org>
25942
25943 * character.c (char_string): Rename from
25944 char_string_with_unification. Pay attention to CHAR_MODIFIER_MASK.
25945 (string_char): Rename from string_char.
25946
25947 * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
25948 if C is greater than MAX_3_BYTE_CHAR.
25949 (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE):
25950 Call string_char instead of string_char_with_unification.
25951
25952 2008-02-01 Dave Love <fx@gnu.org>
25953
25954 * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
25955
25956 2008-02-01 Kenichi Handa <handa@m17n.org>
25957
25958 * keymap.c (push_key_description): Pay attention to force_multibyte.
25959
25960 * regex.c (re_search_2): Fix for the case of unibyte buffer.
25961
25962 2008-02-01 Dave Love <fx@gnu.org>
25963
25964 * charset.c (define_charset_internal): Rename `supprementary'.
25965
25966 * Makefile.in (lisp, shortlisp): Remove latin-N.
25967
25968 2008-02-01 Dave Love <fx@gnu.org>
25969
25970 * xfns.c (x_window, x_window): Use use_xim.
25971
25972 * xterm.c (use_xim): Initialize.
25973 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
25974 (x_term_init): Maybe set use_xim.
25975
25976 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
25977
25978 2008-02-01 Kenichi Handa <handa@m17n.org>
25979
25980 * search.c (search_buffer): Fix case-fold-search of multibyte
25981 characters.
25982 (boyer_moore): Rename the last argument to char_high_bits.
25983
25984 2008-02-01 Kenichi Handa <handa@m17n.org>
25985
25986 * xdisp.c (display_string): Fix for the case of zero width glyph.
25987
25988 * xfns.c (x_set_font): Change the error message of the case that
25989 x_new_fontset returns Qt.
25990
25991 * xfaces.c (set_lface_from_font_name): Reject the default fontset.
25992 (Finternal_set_lisp_face_attribute): Use signal_error for the
25993 error of invalid fontset.
25994
25995 * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
25996 fontset, return Qt.
25997
25998 2008-02-01 Dave Love <fx@gnu.org>
25999
26000 * unexelf.c (unexec): Make .got handling not SGI-specific.
26001
26002 * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
26003
26004 * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
26005
26006 * keyboard.c (read_key_sequence): Fix type error.
26007
26008 * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte):
26009 Fix type error.
26010
26011 * fontset.c (fontset_add): Return Lisp_Object.
26012
26013 2008-02-01 Dave Love <fx@gnu.org>
26014
26015 * charset.h (charset_ordered_list_tick): Declare extern.
26016
26017 2008-02-01 Kenichi Handa <handa@m17n.org>
26018
26019 The following changes (and some of 2008-02-01 changes of mine) are
26020 for handling syntax, category, and case conversion for unibyte
26021 characters by converting them to multibyte on the fly. With these
26022 changes, we don't have to setup syntax and case tables for unibyte
26023 characters in each language environment.
26024
26025 * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
26026 multibyte if necessary.
26027
26028 * bytecode.c (Fbyte_code): Likewise.
26029
26030 * character.h (LEADING_CODE_LATIN_1_MIN)
26031 (LEADING_CODE_LATIN_1_MAX): New macros.
26032 (unibyte_to_multibyte_table): Extern it.
26033 (unibyte_char_to_multibyte): New macro.
26034 (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
26035 (CHAR_LEADING_CODE): New macro.
26036 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
26037
26038 * character.c (unibyte_to_multibyte_table): New variable.
26039 (unibyte_char_to_multibyte): Move to character.h and define as macro.
26040 (multibyte_char_to_unibyte): If C is an eight-bit character,
26041 convert it to the corresponding byte value.
26042
26043 * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
26044 not 1, signals an error. Update the elements of
26045 unibyte_to_multibyte_table.
26046 (init_charset_once): Initialize unibyte_to_multibyte_table.
26047 (syms_of_charset): Define the charset `iso-8859-1'.
26048
26049 * cmds.c (internal_self_insert): In a multibyte buffer, insert C
26050 as is without converting it to unibyte. In a unibyte buffer,
26051 convert C to multibyte before checking the syntax.
26052
26053 * lisp.h (unibyte_char_to_multibyte): Delete extern.
26054
26055 * minibuf.c (Fminibuffer_complete_word): Use the macro
26056 FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
26057
26058 * regex.h (struct re_pattern_buffer): New member target_multibyte.
26059
26060 * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
26061 (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte.
26062 If that is zero, convert an eight-bit char to multibyte.
26063 (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
26064 non-emacs case.
26065 (PATFETCH): Convert an eight-bit char to multibyte.
26066 (HANDLE_UNIBYTE_RANGE): New macro.
26067 (regex_compile): Setup the compiled pattern for multibyte chars
26068 even if the given regex string is unibyte. Use PATFETCH_RAW
26069 instead of PATFETCH in many places. To handle `charset'
26070 specification of unibyte, call HANDLE_UNIBYTE_RANGE. Use bitmap
26071 only for ASCII chars.
26072 (analyse_first) <exactn>: Simplify because the compiled pattern
26073 is multibyte.
26074 <charset_not>: Setup fastmap from bitmap only for ASCII chars.
26075 <charset>: Use CHAR_LEADING_CODE to get leading codes.
26076 <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
26077 (re_compile_fastmap) [emacs]: Call analyse_first with the arg
26078 multibyte always 1.
26079 (re_search_2): In emacs, set the locale variable multibyte to 1,
26080 otherwise to 0. New local variable target_multibyte. Check it
26081 to decide the multibyteness of STR1 and STR2.
26082 If target_multibyte is zero, convert unibyte chars to multibyte
26083 before translating and checking fastmap.
26084 (TARGET_CHAR_AND_LENGTH): New macro.
26085 (re_match_2_internal): In emacs, set the locale variable multibyte
26086 to 1, otherwise to 0. New local variable target_multibyte.
26087 Check it to decide the multibyteness of STR1 and STR2.
26088 Use TARGET_CHAR_AND_LENGTH to fetch a character from D.
26089 <charset, charset_not>: If multibyte is nonzero, check fastmap
26090 only for ASCII chars. Call bcmp_translate with
26091 target_multibyte, not with multibyte.
26092 <begline>: Declare the local variable C as `unsigned'.
26093 (bcmp_translate): Change the last arg name to target_multibyte.
26094
26095 * search.c (compile_pattern_1): Don't adjust the multibyteness of
26096 the regexp pattern and the matching target. Set cp->buf.multibyte
26097 to the multibyteness of the regexp pattern. Set
26098 cp->but.target_multibyte to the multibyteness of the matching target.
26099 (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
26100 FETCH_STRING_CHAR_ADVANCE.
26101 (Freplace_match): Convert unibyte chars to multibyte.
26102
26103 * syntax.c (char_quoted, back_comment, scan_words)
26104 (Fforward_comment, scan_lists, Fbackward_prefix_chars)
26105 (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
26106 unibyte chars to multibyte.
26107 (skip_chars): Delete the arg syntaxp, and move the code for
26108 handling syntaxes to skip_syntaxes. Change callers.
26109 Fix the case that the multibyteness of STRING and the current
26110 buffer doesn't match.
26111 (skip_syntaxes): New function.
26112 (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
26113 SINGLE_BYTE_CHAR_P.
26114
26115 2008-02-01 Kenichi Handa <handa@m17n.org>
26116
26117 * xfaces.c (QCfontset): New variable.
26118 (LFACE_FONTSET): New macro.
26119 (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
26120 (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
26121 (Finternal_set_lisp_face_attribute)
26122 (Finternal_get_lisp_face_attribute): Handle QCfontset.
26123 (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
26124 check also LFACE_FONTSET_INDEX.
26125 (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
26126 attrs[LFACE_FONT_INDEX].
26127 (syms_of_xfaces): Intern and staticpro QCfontset.
26128
26129 * dispextern.h (enum lface_attribute_index): New member
26130 LFACE_FONTSET_INDEX.
26131
26132 * fns.c (base64_encode_1): Handle eight-bit chars correctly.
26133
26134 2008-02-01 Kenichi Handa <handa@m17n.org>
26135
26136 * coding.c (coding_set_destination): Fix coding->destination for
26137 the case converting a region.
26138 (encode_coding_utf_8): Encode eight-bit chars as single byte.
26139 (encode_coding_object): Fix coding->dst_pos and
26140 coding->dst_pos_byte for the case converting a region.
26141
26142 * insdel.c (insert_from_gap): Make it work even if PT != GTP.
26143
26144 * character.h (BYTE8_STRING): New macro.
26145
26146 * fns.c (base64_decode_1): Insert eight-bit chars correctly.
26147
26148 2008-02-01 Kenichi Handa <handa@m17n.org>
26149
26150 * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
26151 characters by octal form.
26152
26153 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
26154
26155 * buffer.h (_fetch_multibyte_char_len): Delete extern.
26156 (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
26157 _fetch_multibyte_char_len.
26158 (FETCH_CHAR_AS_MULTIBYTE): New macro.
26159
26160 * casetab.c (set_canon, set_identity, shuffle): Simplify.
26161
26162 * casefiddle.c (casify_object): Simplify. Handle the case that
26163 the case conversion change the byte length.
26164 (casify_region): Likewise.
26165
26166 * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
26167
26168 * character.c (_fetch_multibyte_char_len): Delete this variable.
26169 (syms_of_character): Setup Vprintable_chars.
26170
26171 * editfns.c (Fchar_equal): Fix for the unibyte case.
26172 (Finsert_byte): New function.
26173 (syms_of_editfns): Defsubr it.
26174
26175 * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
26176 of direct code 0x3ffff.
26177
26178 * search.c (Freplace_match): Fix for the unibyte case.
26179
26180 2008-02-01 Kenichi Handa <handa@m17n.org>
26181
26182 * lread.c (safe_to_load_p): Fix the logic.
26183
26184 * syntax.c (scan_words): Don't treat characters belonging to
26185 different scripts as constituting a word.
26186
26187 * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
26188
26189 * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
26190
26191 * emacs.c (main): In the case of --unibyte, instead of aborting on
26192 finding non-empty buffer, make it unibyte.
26193
26194 2008-02-01 Kenichi Handa <handa@m17n.org>
26195
26196 * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
26197 to create a fontset.
26198
26199 2008-02-01 Dave Love <fx@gnu.org>
26200
26201 * character.c (Funibyte_char_to_multibyte): Doc fix.
26202
26203 * xfns.c [HAVE_STDLIB_H]: Fix last change.
26204
26205 2008-02-01 Kenichi Handa <handa@m17n.org>
26206
26207 * fontset.c (fontset_add): Make the type `int'.
26208 (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
26209
26210 * character.c (unibyte_char_to_multibyte)
26211 (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
26212 charset_unibyte, not charset_primary.
26213
26214 * charset.h (charset_unibyte): Extern it instead of charset_primary.
26215
26216 * charset.c (charset_unibyte): Rename from charset_primary.
26217 (Funibyte_charset): Rename from Fprimary_charset.
26218 (Fset_unibyte_charset): Rename from Fset_primary_charset.
26219 (syms_of_charset): Adjust for the above changes.
26220
26221 * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
26222 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
26223 it->multibyte_p is zero.
26224
26225 * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
26226 Delete extern.
26227
26228 2008-02-01 Kenichi Handa <handa@m17n.org>
26229
26230 * coding.c (Fdefine_coding_system_internal): Fix category setting
26231 for a coding system of type iso-2022.
26232
26233 2008-02-01 Kenichi Handa <handa@m17n.org>
26234
26235 * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
26236
26237 2008-02-01 Kenichi Handa <handa@m17n.org>
26238
26239 * syntax.c (Vnext_word_boundary_function_table): New variable.
26240 (next-word-boundary-function-table): Declare it as a Lisp variable
26241 in syms_of_syntax.
26242 (scan_words): Call functions in Vnext_word_boundary_function_table
26243 if any.
26244
26245 * xterm.c (x_load_font): Initialize fontp->fontset to -1.
26246
26247 * fontset.c (fs_load_font): If fontp->charset is not negative,
26248 return fontp without setting its members.
26249
26250 2008-02-01 Dave Love <fx@gnu.org>
26251
26252 * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
26253
26254 * m/sparc.h (HAVE_ALLOCA): Delete.
26255
26256 * s/irix6-5.h: Don't include strings.h.
26257 (bcopy, bzero, bcmp): Don't undef.
26258
26259 * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
26260
26261 * s/usg5-4.h (NO_SIOCTL_H): Don't define.
26262 (TIOCSIGSEND): Don't test IRIX6.
26263 (bcopy, bzero, bcmp): Define conditionally.
26264
26265 2008-02-01 Kenichi Handa <handa@m17n.org>
26266
26267 * buffer.c (Qas, Qmake, Qto): New variables.
26268 (Fset_buffer_multibyte): New optional arg METHOD. Change caller.
26269 (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
26270
26271 * callproc.c (Fcall_process): Don't call insert_1_both directly if
26272 we are inserting a process output into a multibyte buffer.
26273
26274 * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
26275 multibyte_char_to_unibyte.
26276
26277 * character.c (Funibyte_char_to_multibyte): If C can't be decoded
26278 by the primary charset, make it eight-bit char.
26279 (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
26280
26281 * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
26282 (charset_8_bit__control, charset_8_bit_graphic)
26283 (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
26284 (define_charset_internal): New function.
26285 (syms_of_charset): Call define_charset_internal for pre-defined
26286 charsets.
26287
26288 * charset.h (charset_8_bit): Extern it.
26289
26290 * coding.c (make_conversion_work_buffer): Adjust for the change
26291 of Fset_buffer_multibyte.
26292 (encode_coding_raw_text): Increment p0 in the loop.
26293
26294 * lisp.h (Fset_buffer_multibyte): Adjust prototype.
26295
26296 * xdisp.c (setup_echo_area_for_printing, set_message_1):
26297 Adjust for the change of Fset_buffer_multibyte.
26298
26299 * fns.c (Fstring_to_multibyte): New function.
26300 (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
26301
26302 2008-02-01 Dave Love <fx@gnu.org>
26303
26304 * xfns.c (x_put_x_image): Declare args.
26305
26306 * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
26307 (try_font_list): Declare an arg.
26308
26309 * xdisp.c (message2_nolog, set_message): Declare an arg.
26310
26311 * terminfo.c (tparam): Declare an arg. Use P_ to declare tparm.
26312
26313 * syntax.c (scan_sexps_forward): Declare an arg.
26314
26315 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
26316 Declare an arg.
26317
26318 * lisp.h (Fnew_fontset): Declare.
26319
26320 * keymap.c (push_key_description): Call CHARACTERP correctly.
26321
26322 * fontset.c (fontset_add): Declare args. Call make_number correctly.
26323 (face_for_char): Delete unused vars.
26324 (Fset_fontset_font): Doc fix. Delete unused vars.
26325
26326 * doc.c (Fsubstitute_command_keys): Delete unused vars.
26327
26328 * composite.c (update_compositions): Declare arg.
26329
26330 * cm.c (calccost, cmgoto): Declare args.
26331
26332 * charset.c: Remove `emacs' conditional. Doc fixes.
26333 (map_char_table_for_charset): Declare.
26334
26335 * character.c (syms_of_character) <translation-table-vector>: Doc fix.
26336
26337 * ccl.c: Remove `emacs' conditional.
26338
26339 2008-02-01 Kenichi Handa <handa@m17n.org>
26340
26341 The following changes are to allow specifying multiple font
26342 patterns for a character range (specified by script or charset).
26343
26344 * Makefile.in (abbrev.o): Depend on syntax.h.
26345 (xfaces.o): Depend on charset.h.
26346
26347 * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
26348 SINGLE_BYTE_CHAR_P.
26349
26350 * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
26351
26352 * character.h (Vchar_script_table): Extern it.
26353
26354 * character.c (Vscript_alist): Delete.
26355 (Vchar_script_table, Qchar_script_table): New variable.
26356 (syms_of_character): Declare Vchar_script_table as a lisp variable
26357 and initialize it.
26358
26359 * chartab.c (Fmake_char_table): Doc fix. If PURPOSE doesn't
26360 have property char-table-extra-slots, make no extra slot.
26361
26362 * dispextern.h (struct face): Delete member `charset'.
26363 (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
26364 SINGLE_BYTE_CHAR_P.
26365 (choose_face_font, lookup_non_ascii_face, font_name_registry):
26366 Add prototypes.
26367 (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
26368 (generate_ascii_font_name): Rename from generate_ascii_font.
26369
26370 * fontset.h (get_font_repertory_func): New prototype.
26371 (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
26372 (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
26373
26374 * fontset.c (Qprepend, Qappend): New variables.
26375 (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
26376 (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
26377 (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
26378 (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
26379 (fontset_ref_and_range, fontset_add, reorder_font_vector)
26380 (load_font_get_repertory): New functions.
26381 (fontset_set): Delete.
26382 (fontset_face): New arg FACE. Return face ID, not face.
26383 Complete re-write to handle new fontset structure. Change caller.
26384 (free_face_fontset): Use ASET istead of AREF (X) = Y.
26385 (face_for_char): Don't call lookup_face.
26386 (make_fontset_for_ascii_face): New arg FACE.
26387 (fs_load_font): New arg CHARSET_ID. Don't check
26388 Vfont_encoding_alist here.
26389 (find_font_encoding): New function.
26390 (list_fontsets): Use STRINGP, not ! NILP.
26391 (accumulate_script_ranges): New function.
26392 (Fset_fontset_font, Fnew_fontset, Ffontset_info):
26393 Completely re-written to handle new fontset structure.
26394 (Ffontset_font): Return a copy of element.
26395 (syms_of_fontset): Define symbols Qprepend and Qappend.
26396 Fix docstring of font-encoding-alist.
26397
26398 * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
26399 (Fset_fotset_font): Fix arguments to 5.
26400
26401 * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
26402
26403 * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
26404 Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
26405 (highlight_trailing_whitespace): Adjust for the change of
26406 lookup_named_face.
26407
26408 * xfaces.c: Include charset.h.
26409 (load_face_font): Delete argument C. Change caller.
26410 (generate_ascii_font_name): Rename from generate_ascii_font.
26411 (font_name_registry): New function.
26412 (cache_face): Store ascii faces before non-ascii faces in buckets.
26413 (lookup_face): Delete arguments C and BASE_FACE. Change caller.
26414 Lookup only ascii faces.
26415 (lookup_non_ascii_face): New function.
26416 (lookup_named_face): Delete argument C. Change caller.
26417 (lookup_derived_face): Delete argument C. Change caller.
26418 (try_font_list): New arg PATTERN. Change caller. If PATTERN is
26419 a string, just call font_list with it.
26420 (choose_face_font): Delete arguments FACE and C. New arg
26421 FONT_SPEC. Change caller.
26422 (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
26423 Change caller.
26424 (realize_non_ascii_face): New function.
26425 (realize_x_face): Call load_face_font here.
26426 (realize_tty_face): Delete argument C. Change caller.
26427 (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
26428 get a face ID.
26429 (dump_realized_face): Don't print charset of FACE.
26430
26431 * xfns.c (x_set_font): Always call x_new_fontset and
26432 store_frame_parameter.
26433 (Fx_create_frame): Call x_new_fontset, not x_new_font.
26434 (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
26435
26436 * xterm.h (x_get_font_repertory): Extern it.
26437
26438 * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
26439 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
26440 it->multibyte_p is zero.
26441 (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
26442 (x_new_fontset): If FONTSETNAME doesn't match any existing
26443 fontsets, create a new one.
26444 (x_get_font_repertory): New function.
26445
26446 2008-02-01 Kenichi Handa <handa@m17n.org>
26447
26448 * coding.c (Ffind_coding_systems_region_internal): Detect an
26449 ASCII only string correctly.
26450
26451 * lread.c (Fload): Don't load with Qload_force_doc_strings t if
26452 version is 0.
26453
26454 2008-02-01 Kenichi Handa <handa@m17n.org>
26455
26456 * lread.c: Include "coding.h".
26457 (Qget_emacs_mule_file_char, Qload_force_doc_strings)
26458 (load_each_byte, unread_char): New variables.
26459 (readchar_backlog): Delete.
26460 (readchar): Return a character unless load_each_byte is nonzero.
26461 Handle the case that readcharfun is Qget_emacs_mule_file_char or a
26462 cons. If unread_char is not -1, simply return it.
26463 (unreadchar): Handle the case that readcharfun is
26464 Qget_emacs_mule_file_char or a cons. Set unread_char if necessary.
26465 (read_multibyte): Delete.
26466 (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
26467 (read_emacs_mule_char): New functions.
26468 (Fload): Even if the file doesn't have the extension ".elc", if
26469 safe_to_load_p returns a positive version number, assume that the
26470 file contains bytecompiled code. If the version is less than 22,
26471 load the file while decoding multibyte sequences by emacs-mule.
26472 (readevalloop): Don't use readchar_backlog.
26473 (Fread): Likewise. Pay attention to the case that STREAM is a cons.
26474 (Fread_from_string): Pay attention to the case that STREAM is a cons.
26475 (read_escape): Delete the arg BYTEREP.
26476 (read1): Set load_each_byte to 1 temporarily while handling
26477 #@NUMBER. Don't call read_multibyte.
26478 (read_vector): Call Fread with a cons. If readcharfun is
26479 Qget_emacs_mule_file_char, decode the read string by emacs-mule.
26480 (read_list): If doc_reference is 2, make the cdr part string as unibyte.
26481 (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
26482 and Qload_force_doc_strings.
26483
26484 2008-02-01 Kenichi Handa <handa@m17n.org>
26485
26486 * xdisp.c (face_before_or_after_it_pos):
26487 Call FETCH_MULTIBYTE_CHAR with byte postion, not char position.
26488
26489 2008-02-01 Kenichi Handa <handa@m17n.org>
26490
26491 * character.h (TRAILING_CODE_P): New macro.
26492 (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
26493 (string_char_with_unification): Fix prototype.
26494 (Vscript_alist): Extern it.
26495
26496 * character.c (Vscript_alist): New variable.
26497 (string_char_with_unification, str_as_unibyte)
26498 (string_escape_byte8): Add `const' to local variables.
26499 (syms_of_character): Declare script-alist as a Lisp variable.
26500
26501 * charset.h (Vcharset_ordered_list): Extern it.
26502 (charset_ordered_list_tick): Extern it.
26503 (EMACS_MULE_LEADING_CODE_PRIVATE_11)
26504 (EMACS_MULE_LEADING_CODE_PRIVATE_12)
26505 (EMACS_MULE_LEADING_CODE_PRIVATE_21)
26506 (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros.
26507 (Funify_charset): Adjust for the change of Funify_charset.
26508
26509 * charset.c (charset_ordered_list_tick): New variable.
26510 (Fdefine_charset_internal): Increment charset_ordered_list_tick.
26511 (Funify_charset): New optional arg DEUNIFY. If it is non-nil,
26512 deunify instead of unify a charset.
26513 (string_xstring_p): Add `const' to local variables.
26514 (find_charsets_in_text): Add `const' to arguments and local variables.
26515 (encode_char): Adjust for the change of Funify_charset.
26516 Fix detecting of invalid code.
26517 (Fset_charset_priority): Increment charset_ordered_list_tick.
26518 (Fmap_charset_chars): Fix handling of default value for FROM_CODE
26519 and TO_CODE.
26520
26521 * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
26522 (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
26523 Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
26524 (decode_coding_ccl, consume_chars)
26525 (Ffind_coding_systems_region_internal)
26526 (Fcheck_coding_systems_region): Add `const' to local variables.
26527
26528 * print.c (print_object): Use octal form for printing the
26529 contents of a bool vector.
26530
26531 2008-02-01 Dave Love <fx@gnu.org>
26532
26533 * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
26534 <version == 20>: Refuse to load.
26535
26536 2008-02-01 Dave Love <fx@gnu.org>
26537
26538 * fns.c: Move coding.h.
26539 (Qcodeset, Qdays, Qmonths): New.
26540 (concat): Use CHARACTERP instead of INTEGERP.
26541 (Flocale_codeset): Delete.
26542 (Flanginfo): New function.
26543 (syms_of_fns): Change accordingly.
26544
26545 * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
26546
26547 2008-02-01 Dave Love <fx@gnu.org>
26548
26549 * casetab.c (init_casetab_once, init_casetab_once):
26550 Fix CHAR_TABLE_SET call.
26551
26552 * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
26553
26554 * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
26555
26556 * charset.c (Fmap_charset_chars): Check args. Convert Lisp types.
26557 (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
26558 (Fset_charset_priority, syms_of_charset): Convert Lisp types.
26559
26560 * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
26561
26562 * coding.c (ENCODE_DESIGNATION, decode_eol)
26563 (make_conversion_work_buffer, code_conversion_restore)
26564 (Fdefine_coding_system_internal): Convert Lisp types.
26565 (code_conversion_restore): Use EQ, not ==.
26566 (Fencode_coding_string): Fix code_convert_string call.
26567
26568 * coding.h (code_convert_region): Fix prototype.
26569
26570 * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
26571
26572 * fontset.c (fontset_ref, fontset_set, fs_load_font)
26573 (Ffontset_info): Convert Lisp types.
26574
26575 * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
26576
26577 * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
26578
26579 * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
26580
26581 * chartab.c: Include "...h", not <...h> in some cases.
26582
26583 * callproc.c (Fcall_process): Remove unused variables.
26584
26585 2008-02-01 Dave Love <fx@gnu.org>
26586
26587 * coding.c (Fset_coding_system_priority): Allow null arg list.
26588
26589 2008-02-01 Dave Love <fx@gnu.org>
26590
26591 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
26592 (Fself_insert_and_exit): Use CHARACTERP.
26593
26594 * callproc.c (Fcall_process): Remove unused vars.
26595
26596 * xterm.c (XTread_socket): Add extra dead keysyms.
26597
26598 * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
26599
26600 * dispextern.h: Remove prototypes for redraw_frame,
26601 redraw_garbaged_frames.
26602
26603 * cmds.c (Fself_insert_command): Use CHARACTERP.
26604
26605 * chartab.c (make_sub_char_table): Remove unused var.
26606 (Fset_char_table_default, Fmap_char_table): Doc fix.
26607
26608 * keymap.c (access_keymap): Remove generic char code.
26609 (push_key_description): Use CHARACTERP.
26610
26611 2008-02-01 Dave Love <fx@gnu.org>
26612
26613 * charset.c: Doc fixes.
26614 (Funify_charset): Extra checking.
26615
26616 2008-02-01 Dave Love <fx@gnu.org>
26617
26618 * lread.c: Remove some unused variables.
26619 (safe_to_load_p): If safe, return the magic number version byte.
26620 (Fload): Maybe use load-with-code-conversion.
26621
26622 2008-02-01 Kenichi Handa <handa@m17n.org>
26623
26624 * category.c (Fmodify_category_entry): Don't modify the contents
26625 of category_set for characters out of the range.
26626 Avoid unnecessary modification.
26627
26628 * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
26629 Vchar_unify_table. The default value of the table is now nil.
26630
26631 * character.c (syms_of_character): Setup Vchar_width_table for
26632 eight-bit-control and raw-byte chars.
26633
26634 * charset.h (enum define_charset_arg_index):
26635 Delete charset_arg_parents and add charset_arg_subset and
26636 charset_arg_superset.
26637 (enum charset_attr_index): Delete charset_parents and add
26638 charset_subset and charset_superset.
26639 (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
26640 CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
26641 (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
26642 (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
26643 (CHARSET_SUPERSET): New macros.
26644 (charset_work): Extern it.
26645 (ENCODE_CHAR): Use charset_work.
26646 (CHAR_CHARSET_P): Adjust for the change of encoder format.
26647 (map_charset_chars): Extern it.
26648
26649 * charset.c (load_charset_map): Set the default value of encoder
26650 and deunifier char-tables to nil.
26651 (map_charset_chars): Change argument. Change callers.
26652 Use map_char_table_for_charset instead of map_char_table.
26653 (Fmap_charset_chars): New optional args from_code and to_code.
26654 (Fdefine_charset_internal): Adjust for the change of
26655 `define-charset' (:parents -> :subset or :superset).
26656 (charset_work): New variable.
26657 (encode_char, syms_of_charset): Adjust for the change of
26658 Fdefine_charset_internal.
26659 (Ffind_charset_string): Setup the vector `charsets' correctly.
26660
26661 * chartab.c (sub_char_table_ref_and_range): New arg default.
26662 Fix the previous change.
26663 (char_table_ref_and_range): Adjust for the above change.
26664 (map_sub_char_table_for_charset): New function.
26665 (map_char_table_for_charset): New function.
26666
26667 * keymap.c (describe_vector): Handle a char-table directly here.
26668 (describe_char_table): Delete.
26669
26670 * lisp.h (map_charset_chars): Delete.
26671
26672 2008-02-01 Dave Love <fx@gnu.org>
26673
26674 * fns.c (count_combining): Comment out (unused).
26675 (Flocale_codeset): New.
26676 (syms_of_fns): Defsubr it.
26677
26678 * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
26679 (size_t): Remove.
26680
26681 2008-02-01 Dave Love <fx@gnu.org>
26682
26683 * Makefile.in (chartab.o): Depend on charset.h.
26684
26685 2008-02-01 Kenichi Handa <handa@m17n.org>
26686
26687 * character.c (syms_of_character): Set the default value of
26688 Vprintable_chars to Qnil.
26689
26690 2008-02-01 Dave Love <fx@gnu.org>
26691
26692 * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
26693
26694 2008-02-01 Kenichi Handa <handa@m17n.org>
26695
26696 * charset.c (load_charset_map): Handle the case that from < to
26697 correctly.
26698
26699 * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
26700 (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
26701 Pay attention to raw-8-bit chars.
26702
26703 2008-02-01 Kenichi Handa <handa@m17n.org>
26704
26705 * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
26706 It is not bytecompiled now.
26707
26708 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
26709 (charset_jisx0208): New variables.
26710 (Fdefine_charset_internal): Setup them if appropriate.
26711 (init_charset_once): Initialize them to -1.
26712
26713 * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
26714 (charset_jisx0208): Extern them.
26715
26716 * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro.
26717 (CODING_ISO_FLAG_USE_OLDJIS): New macro.
26718 (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
26719 (setup_iso_safe_charsets): Fix arguments to Fassq.
26720 (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
26721 (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
26722 CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
26723 (encode_coding_iso_2022): Change the 1st arg to
26724 ENCODE_ISO_CHARACTER to a variable.
26725
26726 2008-02-01 Kenichi Handa <handa@m17n.org>
26727
26728 * charset.h (enum define_charset_arg_index): New enums
26729 charset_arg_min_code and charset_arg_max_code.
26730 (struct charset): New member char_index_offset.
26731
26732 * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
26733 Take charset->char_index_offset into account.
26734 (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
26735 args[charset_arg_max_code]. Setup charset.char_index_offset.
26736 (syms_of_charset): Fix args to Fdefine_charset_internal.
26737
26738 2008-02-01 Dave Love <fx@gnu.org>
26739
26740 * coding.c (decode_coding_utf_8): Reject overlong sequences.
26741
26742 2008-02-01 Dave Love <fx@gnu.org>
26743
26744 * coding.c: Doc fixes.
26745 (Fcoding_system_aliases): Fix return value.
26746 (Qmac): Remove (duplicated) definition.
26747
26748 2008-02-01 Dave Love <fx@gnu.org>
26749
26750 * charset.c (Fcharset_priority_list, Fset_charset_priority):
26751 New functions.
26752
26753 * character.c (Fstring): Doc fix.
26754
26755 * charset.c (Fdefine_charset_alias): Update Vcharset_list.
26756
26757 * fontset.c (Ffontset_info): Doc fix. Return charset names, not ids.
26758 (font-encoding-alist): Doc fix.
26759
26760 2008-02-01 Dave Love <fx@gnu.org>
26761
26762 * term.c (costs_set): Declare static, non-initialized for pcc.
26763 (encode_terminal_code): Remove unused var.
26764
26765 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
26766 for K&R.
26767
26768 * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
26769
26770 * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
26771 (suffixes): Move out of make_subsidiaries for K&R.
26772
26773 * charset.c (map_charset_chars): Fix c_function declaration for K&R.
26774
26775 * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
26776
26777 2008-02-01 Dave Love <fx@gnu.org>
26778
26779 * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP.
26780
26781 * category.c (Fmodify_category_entry): Doc fix. Remove unused vars.
26782
26783 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
26784
26785 * charset.c (Fdefine_charset_internal): Fix argument to bzero.
26786
26787 * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
26788
26789 2008-02-01 Kenichi Handa <handa@m17n.org>
26790
26791 * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
26792 vietnamese.elc to vietnamese.el. They are not bytecompiled now.
26793
26794 2008-02-01 Kenichi Handa <handa@m17n.org>
26795
26796 * coding.c (decode_coding_charset): Adjust for the change of
26797 Fdefine_coding_system_internal.
26798 (Fdefine_coding_system_internal): For a coding system of
26799 `charset' type, store a list of charset IDs in
26800 `charset_attr_charset_valids' element of coding attributes.
26801
26802 2008-02-01 Kenichi Handa <handa@m17n.org>
26803
26804 * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
26805 (emacs_mule_char): New arg src. Delete arg `composition'.
26806 Change caller. Handle 2-byte and 3-byte charsets correctly.
26807 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
26808 DECODE_EMACS_MULE_COMPOSITION_RULE. Change caller.
26809 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
26810 (DECODE_EMACS_MULE_21_COMPOSITION):
26811 Call DECODE_EMACS_MULE_COMPOSITION_RULE_21. Produce correct annotation
26812 sequence.
26813 (decode_coding_emacs_mule): Handle composition correctly. Rewind
26814 `src' and `consumed_chars' correctly before calling emacs_mule_char.
26815 (DECODE_COMPOSITION_START): Correctly handle the case of altchar
26816 and alt&rule composition.
26817 (decode_coding_iso_2022): Handle composition correctly.
26818 (init_coding_once): Setup emacs_mule_bytes for private charsets.
26819
26820 * charset.c (Fdefine_charset_internal): Fix bug for the case of
26821 re-defining a charset. If the charset has :emacs-mule-id, setup
26822 emacs_mule_bytes.
26823 (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
26824
26825 2008-02-01 Kenichi Handa <handa@m17n.org>
26826
26827 * coding.c (encode_coding_iso_2022, encode_coding_sjis)
26828 (encode_coding_big5, encode_coding_charset): If coding requires safe
26829 encoding, produce a character specified by
26830 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
26831
26832 2008-02-01 Dave Love <fx@gnu.org>
26833
26834 * xterm.c (XSetIMValues): Declare.
26835
26836 * process.c: Conditionally include sys/wait.h, pty.h.
26837
26838 * print.c (print_object): Fix print format for 64-bit systems.
26839
26840 * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
26841
26842 * buffer.c (emacs_strerror): Declare.
26843
26844 * fontset.c (Fclear_face_cache): Declare.
26845 (accumulate_font_info): Comment-out (unused).
26846 (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
26847 variables.
26848
26849 * character.h (string_escape_byte8): Declare.
26850
26851 * charset.c (load_charset_map, load_charset_map_from_file):
26852 Remove unused vars.
26853 (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
26854 (Fmap_charset_chars): Doc fix.
26855
26856 * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
26857 (Fset_coding_system_priority, Fset_coding_system_priority)
26858 (Fdefine_coding_system_internal): Doc fix.
26859
26860 2008-02-01 Dave Love <fx@gnu.org>
26861
26862 * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
26863
26864 2008-02-01 Kenichi Handa <handa@m17n.org>
26865
26866 * character.c (string_escape_byte8): Make multibyte string with
26867 correct size.
26868
26869 * charset.c (Fmake_char): Delete unnecessary code.
26870
26871 2008-02-01 Kenichi Handa <handa@m17n.org>
26872
26873 * xfns.c (x_encode_text): Allocate coding.destination here, and
26874 call encode_coding_object with dst_object Qnil.
26875
26876 * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
26877 multibyte form correctly.
26878
26879 * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
26880 against Vfont_encoding_alist.
26881
26882 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
26883 handling of charset list.
26884 (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
26885 (decode_coding_object): Move point to coding->dst_pos before
26886 calling post-read-conversion function.
26887 (encode_coding_object): Give correct arguments to
26888 pre-write-conversion. Ignore the return value of
26889 pre-write-conversion function. Pay attention to the case that
26890 pre-write-conversion changes the current buffer. If dst_object is
26891 Qt, even if coding->src_bytes is zero, allocate at least one byte
26892 to coding->destination.
26893
26894 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
26895
26896 * charset.c (Fmake_char): Make it more backward compatible.
26897 (Fmap_charset_chars): Fix docstring.
26898
26899 2008-02-01 Dave Love <fx@gnu.org>
26900
26901 * coding.c: Doc fixes.
26902 (Fdefine_coding_system_alias): Use names, not symbols, in
26903 coding-system-alist.
26904
26905 2008-02-01 Kenichi Handa <handa@m17n.org>
26906
26907 * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
26908 of calling free_realized_face.
26909
26910 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
26911
26912 * charset.c (read_hex): Don't treat SPC as a comment starter.
26913 (decode_char): If CODE_POINT_TO_INDEX returns -1, always return -1.
26914 (Fdecode_char): Fix typo.
26915
26916 2008-02-01 Kenichi Handa <handa@m17n.org>
26917
26918 * charset.h (struct charset): New member `code_space_mask'.
26919
26920 * coding.c (coding_set_source): Delete the local variable beg_byte.
26921 (encode_coding_charset, Fdefine_coding_system_internal):
26922 Delete the local variable charset.
26923 (Fdefine_coding_system_internal):
26924 Setup attrs[coding_attr_charset_valids] correctly.
26925
26926 * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
26927 member to check if CODE is valid or not.
26928 (Fdefine_charset_internal): Initialize `code_space_mask' member.
26929 (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
26930 is within the range of charset->min_code and carset->max_code.
26931
26932 2008-02-01 Dave Love <fx@gnu.org>
26933
26934 * syntax.h (syntax_temp) [!__GNUC__]: Declare.
26935
26936 * dispextern.h (generate_ascii_font): Fix return type.
26937
26938 * xfaces.c (generate_ascii_font): Fix arg declaration.
26939
26940 * coding.c (coding_inherit_eol_type)
26941 (Fset_terminal_coding_system_internal)
26942 (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
26943
26944 2008-02-01 Kenichi Handa <handa@m17n.org>
26945
26946 * coding.c (decode_coding_charset, encode_coding_charset):
26947 Handle multiple charsets correctly.
26948
26949 2008-02-01 Kenichi Handa <handa@m17n.org>
26950
26951 * search.c (boyer_moore): Fix handling of multibyte character
26952 translation.
26953
26954 * xdisp.c (display_mode_element): When the variable `elt' is
26955 changed, update `this' and `lisp_string'.
26956
26957 2008-02-01 Kenichi Handa <handa@m17n.org>
26958
26959 * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
26960
26961 * callproc.c (Fcall_process): Be sure to give the current buffer
26962 to decode_coding_c_string. Update PT and PT_BYTE after the insertion.
26963
26964 * charset.c (struct charset_map_entries): New struct.
26965 (load_charset_map): Rename from parse_charset_map. New args
26966 entries and n_entries. Change caller.
26967 (load_charset_map_from_file): Rename from load_charset_map.
26968 Change caller. New arg control_flag. Call load_charset_map at
26969 the tail.
26970 (load_charset_map_from_vector): New function.
26971 (Fdefine_charset_internal): Setup charset.compact_codes_p.
26972 (encode_char): If the charset is compact, change a character index
26973 to a code point.
26974
26975 * coding.c (coding_alloc_by_making_gap): Check the case that the
26976 source and destination are the same correctly.
26977 (decode_coding_raw_text): Set coding->consumed_char and
26978 coding->consumed to 0.
26979 (produce_chars): If coding->chars_at_source is nonzero, update
26980 coding->consumed_char and coding->consumed before calling
26981 alloc_destination.
26982 (Fdefine_coding_system_alias): Register ALIAS in
26983 Vcoding_system_alist.
26984 (syms_of_coding): Define `no-conversion' coding system at the tail.
26985
26986 * fileio.c (Finsert_file_contents): Set coding_system instead of
26987 val. If the current buffer is multibyte, always call
26988 decode_coding_gap.
26989
26990 * xfaces.c (try_font_list): Give higher priority to fontset's
26991 family than face's family.
26992
26993 2008-02-01 Kenichi Handa <handa@m17n.org>
26994
26995 * callproc.c (Fcall_process): Be sure to give the current buffer
26996 to decode_coding_c_string.
26997
26998 * xfaces.c (try_font_list): Give a family specified in a fontset
26999 higher priority than a family specified in a face.
27000
27001 2008-02-01 Kenichi Handa <handa@m17n.org>
27002
27003 * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
27004 Fix arguments to insert_from_buffer.
27005
27006 * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
27007
27008 2008-02-01 Kenichi Handa <handa@m17n.org>
27009
27010 * coding.c (produce_chars): Set the variable `multibytep' correctly.
27011 (decode_coding_gap): Set coding->dst_multibyte correctly.
27012
27013 2008-02-01 Kenichi Handa <handa@m17n.org>
27014
27015 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
27016 (decode_coding_utf_16): Fix converting high and low bytes to code-point.
27017 (encode_coding_utf_16): Substitute coding->default_char for
27018 non-Unicode characters.
27019 (decode_coding): Don't call record_insert here.
27020 (setup_coding_system): Initialize `surrogate' of
27021 coding->spec.utf_16 to 0.
27022 (EMIT_ONE_BYTE): Fix for multibyte case.
27023
27024 * insdel.c (insert_from_gap): Call record_insert.
27025
27026 2008-02-01 Kenichi Handa <handa@m17n.org>
27027
27028 * casefiddle.c (casify_region): Fix multibyte case.
27029
27030 * character.c (c_string_width): Add return type `int'.
27031 (char_string_with_unification): Delete arg ADVANCED.
27032
27033 * character.h (CHAR_VALID_P): Don't call CHARACTERP.
27034 (CHAR_STRING): Adjust for the change of char_string_with_unification.
27035 (CHAR_STRING_ADVANCE): Make it do-while statement.
27036
27037 * chartab.c (sub_char_table_set_range): Optimize for the case
27038 DEPTH == 3. Add workaround code for a GCC optimization bug.
27039
27040 * charset.c (parse_charset_map): Remove an unused variable.
27041
27042 * coding.c: Delete unused variables.
27043
27044 * fileio.c (Finsert_file_contents): Set coding_system to Qnil
27045 earlier. If inserted is zero and the coding system doesn't
27046 require flushing, don't call decode_coding_gap.
27047
27048 * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
27049
27050 2008-02-01 Kenichi Handa <handa@m17n.org>
27051
27052 The following changes are for using Unicode as an internal
27053 character model, and use UTF-8 format for buffer/string
27054 representation.
27055
27056 * .gdbinit (xchartable): Adjust for the change of char table structure.
27057 (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
27058
27059 * Makefile.in (obj): Add character.o and chartab.o.
27060 (lisp, shortlisp): Remove utf-8.elc.
27061 (*.o): For many files, change dependency on charset.h to
27062 character.h, and add dependency on character.h.
27063 (character.o, chartab.o): New targets.
27064
27065 * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
27066 * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
27067 * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
27068 of "charset.h".
27069
27070 * dired.c, filelock.c: Include "character.h".
27071
27072 * alloc.c: Include "character.h" instead of "charset.h".
27073 (Fmake_char_table, make_sub_char_table): Move to chartab.c.
27074 (syms_of_alloc): Remove defsubr for Smake_char_table.
27075
27076 * buffer.c: Include "character.h" instead of "charset.h", don't
27077 include "coding.h".
27078 (Fset_buffer_multibyte): Adjust for UTF-8.
27079
27080 * buffer.h: EXFUN Fbuffer_live_p.
27081
27082 * callproc.c: Include "character.h" instead of "charset.h".
27083 (Fcall_process): Big change for the new code-conversion APIs.
27084
27085 * casetab.c: Include "character.h" instead of "charset.h".
27086 (set_canon, set_identity, shuffle): Adjust for the new
27087 map_char_table spec.
27088 (init_casetab_once): Call CHAR_TABLE_SET instead of directly
27089 accessing the char table structure.
27090
27091 * chartab.c: New file that implements char table.
27092
27093 * category.c: Include "character.h".
27094 (copy_category_entry): New function.
27095 (copy_category_table): Call map_char_table and copy_category_entry.
27096 (Fmake_category_table): Initialize all top-level slots.
27097 (char_category_set): New function.
27098 (modify_lower_category_set): Delete.
27099 (Fmodify_category_entry): Call char_table_ref_and_range.
27100
27101 * category.h (CATEGORY_SET): Just call char_category_set.
27102
27103 * ccl.c: Include "character.h".
27104 (Qccl, Qcclp): New variables.
27105 (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
27106 it's less than 256.
27107 (CCL_WRITE_MULTIBYTE_CHAR): Delete.
27108 (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
27109 and DST type.
27110 (ccl_driver): Change types of argument, adjust code accordingly.
27111 (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
27112 ccl_driver.
27113 (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
27114
27115 * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
27116 New members src_multibyte, dst_multibyte, consumed, and produced.
27117 (struct ccl_spec): Delete members decoder and encoder. New member ccl.
27118 (CODING_SPEC_CCL_PROGRAM): New macro.
27119 (ccl_driver): Update prototype.
27120 (Qccl, Qcclp, Fccl_program_p): Extern them.
27121 (CHECK_CCL_PROGRAM): New macro.
27122
27123 * character.c, character.h, chartab.c: New files.
27124
27125 * charset.c: Mostly re-written. Move character and multibyte sequence
27126 handling codes to character.c.
27127
27128 * charset.h: Mostly re-written. Move character and multibyte sequence
27129 handling codes to character.h.
27130
27131 * coding.c, coding.h: Mostly re-written.
27132
27133 * composite.c: Include "character.h" instead of "charset.h".
27134 (CHAR_WIDTH): Move to character.h.
27135 (HASH_KEY, HASH_VALUE): Delete.
27136
27137 * composite.h (enum composition_method): Change order of enumeration
27138 symbols.
27139
27140 * data.c: Include "character.h" instead of "charset.h".
27141 (Faref): Call CHAR_TABLE_REF for a char table.
27142 (Faset): Call CHAR_TABLE_SET for a char table.
27143
27144 * dispextern.h (free_realized_face, check_face_attribytes)
27145 (generate_ascii_font): Extern them.
27146 (free_realized_multibyte_face): Delete extern.
27147
27148 * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
27149 table structure.
27150
27151 * editfns.c: Include "character.h" instead of "charset.h".
27152 (Fchar_to_string): Always call CHAR_STRING.
27153
27154 * emacs.c (main): Call init_charset_once, init_charset,
27155 syms_of_chartab, and syms_of_character.
27156
27157 * fileio.c: Include "character.h" instead of "charset.h".
27158 (Finsert_file_contents): Big change for the new code-conversion API.
27159 (choose_write_coding_system, Fwrite_region): Likewise.
27160 (build_annotations_2): Delete.
27161 (e_write): Big change for the new code-conversion API.
27162
27163 * fns.c: Include "character.h" instead of "charset.h".
27164 (copy_sub_char_table): Move to chartab.c.
27165 (Fcopy_sequence): Call copy_char_table for a char table.
27166 (concat): Delete codes calling count_multibyte.
27167 (string_char_to_byte, string_byte_to_char): Adjust for the new
27168 multibyte form.
27169 (internal_equal): Adjust for the change of char table structure.
27170 (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
27171 (Fchar_table_extra_slot, Fset_char_table_extra_slot)
27172 (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
27173 (char_table_translate, optimize_sub_char_table)
27174 (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
27175 chartab.c.
27176 (char_table_ref_and_index): Delete.
27177 (HASH_KEY, HASH_VALUE): Move to lisp.h.
27178 (Fmd5): Call preferred_coding_system instead of accessing
27179 Vcoding_category_list. Adjust for the new code-conversion API.
27180 (syms_of_fns): Move defsubr for char table related functions to
27181 chartab.c.
27182
27183 * fontset.c: Mostly re-written.
27184
27185 * fontset.h (struct font_info): Change type of the member encoding_type.
27186 (enum FONT_SPEC_INDEX): New enum.
27187 (fontset_font_pattern, fs_load_font): Update prototype.
27188 (FS_LOAD_FONT): Adjust for the change of fs_load_font.
27189
27190 * indent.c: Include "character.h" instead of "charset.h".
27191 (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
27192
27193 * insdel.c: Include "character.h" instead of "charset.h".
27194 (copy_text): Don't refer to Vnonascii_translation_table.
27195 (insert_from_gap): New function.
27196
27197 * keyboard.c: Include "character.h" instead of "charset.h".
27198 (command_loop_1): Never call direct_output_forward_char before
27199 a non-ASCII character.
27200 (read_char): If Vkeyboard_translate_table is a char table, always
27201 translate a character.
27202
27203 * keymap.c: Include "character.h".
27204 (store_in_keymap): Handle the case that IDX is a cons.
27205 (Fdefine_key): Handle the case that KEY is a cons and the car part
27206 is also a cons (range).
27207 (push_key_description): Adjust for the new character code.
27208 (describe_vector): Call describe_char_table for a char table.
27209 (describe_char_table): New function.
27210
27211 * keymap.h (describe_char_table): Extern it.
27212
27213 * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
27214 (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
27215 (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
27216 (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
27217 Delete.
27218 (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
27219 structure.
27220 (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
27221 (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
27222 (CHARTAB_SIZE_BITS_3): New macros.
27223 (chartab_size): Extern it.
27224 (struct Lisp_Char_Table): Re-design.
27225 (struct Lisp_Sub_Char_Table): New structure.
27226 (HASH_KEY, HASH_VALUE): Move from fns.c.
27227 (CHARACTERBITS): Define as 22.
27228 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
27229 (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
27230 (GC_SUB_CHAR_TABLE_P): New macro.
27231 (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
27232 (code_convert_string_norecord): Delete extern.
27233 (init_character_once, syms_of_character, init_charset)
27234 (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
27235
27236 * lread.c: Include "character.h".
27237 (read_multibyte): New arg NBYTES.
27238 (read_escape): Change the meaning of returned *BYTEREP.
27239 (to_multibyte): Delete.
27240 (read1): Adjust the handling of char table and string.
27241
27242 * print.c: Include "character.h" instead of "charset.h".
27243 (print_string): Convert 8-bit raw bytes to octal form by
27244 string_escape_byte8.
27245 (print_object): Adjust for the new multibyte form. Print 8-bit
27246 raw bytes always in octal form. Handle sub char table correctly.
27247
27248 * process.c: Include "character.h" instead of "charset.h".
27249 (read_process_output, send_process): Adjust for the new
27250 code-conversion API.
27251
27252 * puresize.h (BASE_PURESIZE): Increase.
27253
27254 * regex.c: Include "character.h" instead of "charset.h".
27255 (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
27256 (regex_compile): Accept a range whose starting and ending
27257 character have different leading bytes.
27258 (analyse_first): Adjust for the above change.
27259
27260 * search.c: Include "character.h" instead of "charset.h".
27261 (search_buffer, boyer_moore): Adjust for the new multibyte form.
27262 (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
27263
27264 * syntax.c: Include "character.h" instead of "charset.h".
27265 (syntax_parent_lookup): Delete.
27266 (Fmodify_syntax_entry): Accept a cons as CHAR.
27267 (skip_chars): Adjust for the new multibyte form.
27268 (init_syntax_once): Call char_table_set_range instead of directly
27269 accessing the structure of a char table.
27270
27271 * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
27272 (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
27273 (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
27274 (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
27275
27276 * term.c: Include "buffer.h" and "character.h".
27277 (encode_terminal_code, write_glyphs): Adjust for the new
27278 code-conversion API.
27279 (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
27280
27281 * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
27282
27283 * xdisp.c: Include "character.h".
27284 (get_next_display_element): Adjust for the new multibyte form.
27285 (disp_char_vector): Adjust for the new char table structure.
27286 (decode_mode_spec_coding): Adjust for the new structure of
27287 coding system.
27288 (decode_mode_spec): Adjust for the new code-conversion API.
27289
27290 * xfaces.c: Include "character.h" instead of "charset.h".
27291 (load_face_font): Adjust for the change of choose_face_font and
27292 FS_LOAD_FONT.
27293 (generate_ascii_font): New function.
27294 (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
27295 (set_font_frame_param): Adjust for the change of choose_face_font.
27296 (free_realized_face): Make it public.
27297 (free_realized_faces_for_fontset): Rename from
27298 free_realized_multibyte_face. Free also faces realized for ASCII.
27299 (choose_face_font): Change arguments. Adjust for the change of
27300 fontset_font_pattern and FS_LOAD_FONT.
27301
27302 * xfns.c: Include "character.h".
27303 (x_encode_text): Adjust for the new code-conversion API.
27304
27305 * xselect.c: Don't include "charset.h".
27306 (selection_data_to_lisp_data): Adjust for the new code conversion API.
27307
27308 * xterm.c: Include "character.h".
27309 (x_encode_char): New argument CHARSET. Change caller.
27310 (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
27311 Call ENCODE_CHAR instead of SPLIT_CHAR.
27312 (x_produce_glyphs): Don't check Vnonascii_translation_table Call
27313 CHAR_WIDTH instead of CHARSET_WIDTH.
27314 (XTread_socket): Adjust for the new code-conversion API.
27315 (x_new_font): Adjust for the change of FS_LOAD_FONT.
27316 (x_load_font): Adjust for the change of struct font.
27317
27318 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
27319
27320 * xfaces.c (face_at_buffer_position): Remove unused vars.
27321
27322 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
27323
27324 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
27325 Fix overflow checking.
27326
27327 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
27328
27329 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
27330 Cancel previous change.
27331
27332 2008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
27333
27334 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
27335 ccl->eight_bit_control. Fix check for buffer overflow.
27336 (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
27337 (ccl_driver): Initialize extra_bytes to 0.
27338
27339 2008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
27340
27341 * keyboard.c (make_ctrl_char): If C is a multibyte character, just
27342 return it ORed with ctrl_modifier.
27343
27344 2008-01-29 Miles Bader <miles@gnu.org>
27345
27346 * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
27347
27348 2008-01-28 Jason Rumney <jasonr@gnu.org>
27349
27350 * w32.c (stat): Don't double check for networked drive.
27351
27352 2008-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
27353
27354 * window.c (run_window_configuration_change_hook): New function.
27355 Code extracted from set_window_buffer. Set the selected frame.
27356 (set_window_buffer): Use it.
27357 * window.h (run_window_configuration_change_hook): Declare.
27358 * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
27359
27360 * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
27361
27362 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
27363
27364 * Makefile.in: Remove references to unused macros.
27365
27366 2008-01-26 Eli Zaretskii <eliz@gnu.org>
27367
27368 * w32.c (g_b_init_get_sid_sub_authority)
27369 (g_b_init_get_sid_sub_authority_count): New static variables.
27370 (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
27371 (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
27372 (init_user_info): Use them to retrieve uid and gid.
27373 Use 500/513, the Windows defaults, as Administrator's uid/gid.
27374 (fstat): Use pw_uid and pw_gid from the_passwd structure for
27375 st_uid and st_gid of the file.
27376
27377 2008-01-26 Jason Rumney <jasonr@gnu.org>
27378
27379 * w32.c (logon_network_drive): New function.
27380 (stat): Use it.
27381
27382 2008-01-26 Chong Yidong <cyd@stupidchicken.com>
27383
27384 * xdisp.c (pos_visible_p): Handle the case where charpos falls on
27385 invisible text covered with an ellipsis.
27386
27387 2008-01-25 Richard Stallman <rms@gnu.org>
27388
27389 * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
27390 jump back to beginning. Move some other initializations after that.
27391 (Qwindow_text_change_functions, Vwindow_text_change_functions):
27392 New variables.
27393 (syms_of_xdisp): Init them.
27394
27395 * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
27396
27397 * buffer.c (reset_buffer_local_variables):
27398 Implement `permanent-local-hook'.
27399 (Qpermanent_local_hook): New variable.
27400 (syms_of_buffer): Init and staticpro it.
27401
27402 2008-01-25 Michael Albinus <michael.albinus@gmx.de>
27403
27404 * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
27405
27406 2008-01-25 Thien-Thi Nguyen <ttn@gnuvola.org>
27407
27408 * fns.c (Fclrhash): Return TABLE.
27409
27410 2008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27411
27412 * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
27413 (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
27414 is set even without positional changes.
27415 (x_scroll_bar_clear): Set bar->redraw_needed_p.
27416
27417 * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
27418
27419 2008-01-23 Jason Rumney <jasonr@gnu.org>
27420
27421 * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
27422
27423 * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
27424 the unicode range available in MULE by locale-coding-system.
27425 Improve dbcs lead byte detection. Set event timestamp and modifiers
27426 earlier.
27427
27428 2008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27429
27430 * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
27431 [MAC_OSX] (init_mac_osx_environment): Initialize it.
27432 [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
27433 when used on child processes.
27434
27435 2008-01-21 Michael Albinus <michael.albinus@gmx.de>
27436
27437 * dbusbind.c (Fdbus_method_return_internal): Rename from
27438 Fdbus_method_return.
27439 (Fdbus_unregister_object): Move to dbus.el.
27440 (Fdbus_call_method, Fdbus_method_return_internal)
27441 (Fdbus_send_signal): Improve debug messages.
27442
27443 2008-01-20 Martin Rudalics <rudalics@gmx.at>
27444
27445 * undo.c (undo_inhibit_record_point): New variable.
27446 (syms_of_undo): Initialize it.
27447 (record_point): Don't record point when undo_inhibit_record_point
27448 is set.
27449
27450 2008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
27451
27452 * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
27453
27454 * xdisp.c (Qauto_hscroll_mode): New var.
27455 (syms_of_xdisp): Initialize it.
27456 (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
27457 window's buffer.
27458 (hscroll_windows): Don't check automatic_hscrolling_p here.
27459
27460 * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
27461 vscroll if we're setting window-buffer to the value it already has.
27462
27463 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
27464
27465 * m/intel386.h: Remove references to XENIX.
27466
27467 2008-01-17 Andreas Schwab <schwab@suse.de>
27468
27469 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
27470 instead of HAVE_X86_64_LIB64_DIR.
27471 * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
27472
27473 2008-01-17 Glenn Morris <rgm@gnu.org>
27474
27475 * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
27476 to HAVE_X86_64_LIB64_DIR.
27477
27478 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
27479
27480 * s/irix3-3.h:
27481 * s/irix4-0.h:
27482 * s/386-ix.h:
27483 * s/domain.h:
27484 * s/hpux9-x11r4.h:
27485 * s/hpux9shxr4.h: Remove files for systems no longer supported.
27486
27487 * sysdep.c: Remove code containing references to symbols defined
27488 by unsupported systems.
27489
27490 2008-01-16 Glenn Morris <rgm@gnu.org>
27491
27492 * coding.c (select-safe-coding-system-function): Doc fix.
27493
27494 2008-01-15 Glenn Morris <rgm@gnu.org>
27495
27496 * config.in: Revert 2008-01-13 change: this is a generated file.
27497
27498 2008-01-13 Tom Tromey <tromey@redhat.com>
27499
27500 * lisp.h: Fix typo.
27501
27502 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
27503
27504 * m/sequent-ptx.h:
27505 * m/sequent.h:
27506 * s/ptx.h:
27507 * s/ptx4-2.h:
27508 * s/ptx4.h: Remove files for systems no longer supported.
27509
27510 * callproc.c (Fcall_process): Fix previous change.
27511
27512 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
27513
27514 * unexsunos4.c: Remove file, system not supported anymore.
27515
27516 * m/mips.h:
27517 * m/intel386.h:
27518 * callproc.c:
27519 * config.in:
27520 * ecrt0.c:
27521 * emacs.c:
27522 * fileio.c:
27523 * frame.c:
27524 * getpagesize.h:
27525 * keyboard.c:
27526 * lread.c:
27527 * process.c:
27528 * puresize.h:
27529 * sysdep.c:
27530 * systty.h:
27531 * syswait.h:
27532 * unexec.c:
27533 * xdisp.c:
27534 * alloc.c: Remove code containing references to symbols defined by
27535 unsupported systems.
27536
27537 2008-01-11 Kenichi Handa <handa@ni.aist.go.jp>
27538
27539 * coding.c (detect_coding_mask): Fix previous change.
27540
27541 2008-01-09 Kenichi Handa <handa@ni.aist.go.jp>
27542
27543 * coding.c (detect_coding_iso2022): New arg
27544 latin_extra_code_state. Allow Latin extra codes only
27545 when *latin_extra_code_state is nonzero.
27546 (detect_coding_mask): If there is a NULL byte, detect the encoding
27547 as UTF-16 or binary. If Latin extra codes exist, detect the
27548 encoding as ISO-2022 only when there's no other proper encoding is
27549 found.
27550
27551 2008-01-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27552
27553 * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
27554 #ifdef MAC_OS.
27555
27556 2008-01-08 Richard Stallman <rms@gnu.org>
27557
27558 * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
27559
27560 2008-01-06 Nick Roberts <nickrob@snap.net.nz>
27561
27562 * keyboard.c (parse_menu_item): Don't enclose key bindings on
27563 menu bar in parentheses.
27564
27565 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
27566
27567 * m/7300.h:
27568 * m/acorn.h:
27569 * m/alliant-2800.h:
27570 * m/alliant.h:
27571 * m/alliant1.h:
27572 * m/alliant4.h:
27573 * m/altos.h:
27574 * m/amdahl.h:
27575 * m/apollo.h:
27576 * m/att3b.h:
27577 * m/aviion-intel.h:
27578 * m/aviion.h:
27579 * m/celerity.h:
27580 * m/clipper.h:
27581 * m/cnvrgnt.h:
27582 * m/convex.h:
27583 * m/cydra5.h:
27584 * m/delta88k.h:
27585 * m/dpx2.h:
27586 * m/dual.h:
27587 * m/elxsi.h:
27588 * m/f301.h:
27589 * m/gould-np1.h:
27590 * m/gould.h:
27591 * m/i860.h:
27592 * m/ibmps2-aix.h:
27593 * m/ibmrt-aix.h:
27594 * m/ibmrt.h:
27595 * m/irist.h:
27596 * m/is386.h:
27597 * m/isi-ov.h:
27598 * m/mega68.h:
27599 * m/mg1.h:
27600 * m/news-r6.h:
27601 * m/news-risc.h:
27602 * m/news.h:
27603 * m/nh3000.h:
27604 * m/nh4000.h:
27605 * m/ns16000.h:
27606 * m/ns32000.h:
27607 * m/nu.h:
27608 * m/orion.h:
27609 * m/orion105.h:
27610 * m/paragon.h:
27611 * m/pfa50.h:
27612 * m/plexus.h:
27613 * m/pyramid.h:
27614 * m/pyrmips.h:
27615 * m/sh3el.h:
27616 * m/sps7.h:
27617 * m/sr2k.h:
27618 * m/stride.h:
27619 * m/sun1.h:
27620 * m/sun2.h:
27621 * m/sun3-68881.h:
27622 * m/sun3-fpa.h:
27623 * m/sun3-soft.h:
27624 * m/sun3.h:
27625 * m/sun386.h:
27626 * m/symmetry.h:
27627 * m/tad68k.h:
27628 * m/tahoe.h:
27629 * m/targon31.h:
27630 * m/tek4300.h:
27631 * m/tekxd88.h:
27632 * m/tower32.h:
27633 * m/tower32v3.h:
27634 * m/ustation.h:
27635 * m/wicat.h:
27636 * m/xps100.h:
27637 * s/cxux.h:
27638 * s/cxux7.h:
27639 * s/dgux.h:
27640 * s/dgux4.h:
27641 * s/dgux5-4-3.h:
27642 * s/dgux5-4r2.h:
27643 * s/esix.h:
27644 * s/esix5r4.h:
27645 * s/hiuxmpp.h:
27646 * s/hiuxwe2.h:
27647 * s/iris3-5.h:
27648 * s/iris3-6.h:
27649 * s/isc2-2.h:
27650 * s/isc3-0.h:
27651 * s/isc4-0.h:
27652 * s/isc4-1.h:
27653 * s/newsos5.h:
27654 * s/newsos6.h:
27655 * s/osf1.h:
27656 * s/osf5-0.h:
27657 * s/riscix1-1.h:
27658 * s/riscix12.h:
27659 * s/sco4.h:
27660 * s/sco5.h:
27661 * s/sunos4-0.h:
27662 * s/sunos4-1.h:
27663 * s/sunos413.h:
27664 * s/sunos4shr.h:
27665 * s/umax.h:
27666 * s/unipl5-2.h:
27667 * s/xenix.h:
27668 * cxux-crt0.s:
27669 * unexapollo.c:
27670 * unexconvex.c:
27671 * unexenix.c:
27672 * unexsni.c: Remove files for systems no longer supported.
27673
27674 * m/intel386.h: Remove references to unsupported systems.
27675
27676 * w32.c (get_emacs_configuration): Remove reference to i860.
27677
27678 * sysdep.c: Remove dead code.
27679
27680 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
27681
27682 * s/rtu.h:
27683 * m/masscomp.h: Remove files. Platform is obsolete.
27684
27685 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
27686
27687 * dbusbind.c (Fdbus_method_return): New function.
27688 (xd_read_message): Add the serial number to the event.
27689 (Fdbus_register_method): Activate the function.
27690
27691 2008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
27692
27693 * keyboard.c (read_key_sequence): Fix typo.
27694
27695 2008-01-03 Michael Albinus <michael.albinus@gmx.de>
27696
27697 * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
27698 (xd_signature, xd_append_arg): Handle element type detection for
27699 empty arrays.
27700 (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
27701 SDATA () calls; this must be solved more general.
27702 (Fdbus_register_signal): Use SBYTES instead of strlen.
27703
27704 2008-01-03 Magnus Henoch <magnus@zemdatav>
27705
27706 * dbusbind.c (xd_append_arg): Use unsigned char instead of
27707 unsigned int for byte values (necessary for big-endian platform).
27708 (Fdbus_call_method): Handle the case of no returned arguments.
27709
27710 2007-12-31 Tom Tromey <tromey@redhat.com> (tiny change)
27711
27712 * dbusbind.c (xd_read_message): Use non-static input_event struct.
27713
27714 2007-12-31 Magnus Henoch <mange@freemail.hu>
27715
27716 * dbusbind.c (xd_signature): Signature of variant is just "v".
27717
27718 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
27719
27720 * dbusbind.c: Fix several errors and compiler warnings.
27721 Reported by Tom Tromey <tromey@redhat.com>.
27722 (XD_ERROR, XD_DEBUG_MESSAGE)
27723 (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
27724 (xd_append_arg): Part for basic D-Bus types rewritten.
27725 (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
27726 DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not
27727 appropriate.
27728 (xd_read_message): Return Qnil. Don't signal an error; it is not
27729 useful during event reading.
27730 (Fdbus_register_signal): Signal an error if the check for
27731 FUNCTIONP fails.
27732 (Fdbus_register_method): New function. The implementation is not
27733 complete, the call of the function signals an error therefore.
27734 (Fdbus_unregister_object): New function, renamed from
27735 Fdbus_unregister_signal. The initial check signals an error, if
27736 the object is not well formed.
27737
27738 2007-12-30 Richard Stallman <rms@gnu.org>
27739
27740 * textprop.c (get_char_property_and_overlay):
27741 Signal error if POSITION is out of range in a buffer.
27742
27743 2007-12-29 Martin Rudalics <rudalics@gmx.at>
27744
27745 * w32fns.c (Fx_create_frame): Make copy of frame parameters
27746 because the original parameters are in pure storage now.
27747
27748 2007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27749
27750 * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
27751
27752 2007-12-22 Eli Zaretskii <eliz@gnu.org>
27753
27754 * callint.c (syms_of_callint) <command-history>: Add reference to
27755 history-length in the doc string.
27756
27757 2007-12-17 Jason Rumney <jasonr@gnu.org>
27758
27759 * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
27760 before passing as wParam.
27761
27762 2007-12-22 Michael Albinus <michael.albinus@gmx.de>
27763
27764 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
27765 DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
27766 DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
27767 Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
27768 as number.
27769 (Fdbus_call_method): Fix docstring.
27770
27771 2007-12-21 Michael Albinus <michael.albinus@gmx.de>
27772
27773 * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
27774 New macros.
27775 (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
27776 (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
27777 Simplify.
27778 (xd_signature): New function.
27779 (xd_append_arg): Compute also signatures. Major rewrite.
27780 (xd_retrieve_arg): Make debug messages friendly.
27781 (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
27782 Check for signatures of arguments.
27783
27784 2007-12-19 Michael Albinus <michael.albinus@gmx.de>
27785
27786 * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
27787 (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
27788 (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
27789 (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
27790 (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
27791 (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
27792 (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
27793 (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
27794 (xd_retrieve_value): Remove. Functionality included in ...
27795 (xd_append_arg): New function.
27796 (Fdbus_call_method, Fdbus_send_signal): Apply it.
27797
27798 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
27799
27800 * dbusbind.c (top): Include <stdio.h>.
27801 (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
27802 dbus_message_new_method_call and dbus_message_new_signal.
27803 (Fdbus_register_signal): Rename unique_name to uname.
27804 Check handler for FUNCTIONP instead of CHECK_SYMBOL. Handle case of
27805 non-existing unique name. Fix typos in matching rule. Return an
27806 object which is useful in Fdbus_unregister_signal.
27807 (Fdbus_unregister_signal): Reimplementation, in order to remove
27808 only the corresponding entry.
27809 (Vdbus_registered_functions_table): Change the order of entries.
27810 Apply these changes in xd_read_message and Fdbus_register_signal.
27811
27812 2007-12-16 Andreas Schwab <schwab@suse.de>
27813
27814 * fileio.c (Finsert_file_contents): Fix overflow check to not
27815 depend on undefined integer overflow.
27816
27817 2007-12-14 Jason Rumney <jasonr@gnu.org>
27818
27819 * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
27820 for characters above 127.
27821
27822 2007-12-13 Jason Rumney <jasonr@gnu.org>
27823
27824 * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
27825 before dereferencing array.
27826 (lookup_vk_code): Remove zero comparison.
27827
27828 2007-12-14 Michael Albinus <michael.albinus@gmx.de>
27829
27830 * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
27831 (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
27832 Use `unsigned int' instead of `uint'.
27833 (xd_read_message, Fdbus_register_signal): Split expressions into
27834 multiple lines before operators "&&" and "||", according to the
27835 GNU Coding Standards.
27836
27837 2007-12-14 Eli Zaretskii <eliz@gnu.org>
27838
27839 * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
27840
27841 2007-12-12 Juri Linkov <juri@jurta.org>
27842
27843 * buffer.c (Frename_buffer): In interactive spec replace
27844 `read-buffer' with `read-string' that uses `buffer-name-history'
27845 as history, and the current buffer's name as default.
27846
27847 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
27848
27849 * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
27850 manipulating the backtrace manually.
27851 (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
27852 (struct backtrace, backtrace_list): Remove.
27853 (command_loop_1): Remove dead var `no_direct'.
27854
27855 * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
27856 preserve non-built-in buffer-local variables.
27857 (Fkill_all_local_variables): Don't re-create&re-set permanent
27858 buffer-local variables.
27859
27860 2007-12-09 Juri Linkov <juri@jurta.org>
27861
27862 * buffer.c (Frename_buffer): Change interactive spec from "s" to
27863 Lisp code that uses `read-buffer' with current buffer as default.
27864
27865 2007-12-08 Michael Albinus <michael.albinus@gmx.de>
27866
27867 * dbusbind.c (xd_read_message): Generate an event for every
27868 registered handler. There might be several handlers registered
27869 for the same signal.
27870 (Fdbus_register_signal): Don't overwrite a registration for the
27871 same signal. Add a new registration if handlers are different.
27872 (Vdbus_registered_functions_table): Rework doc string.
27873
27874 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
27875
27876 * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
27877 (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
27878 DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
27879 (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
27880 Unify argument lists.
27881 (xd_read_message, Fdbus_register_signal): Reorder and extend event
27882 arguments and hash table keys. Use unique name for service.
27883 (Fdbus_unregister_signal): Remove checks.
27884 (Vdbus_registered_functions_table): Fix doc string.
27885
27886 2007-12-05 Magnus Henoch <mange@freemail.hu>
27887
27888 * process.c (make_process): Initialize pty_flag to 0.
27889
27890 2007-12-05 Jason Rumney <jasonr@gnu.org>
27891
27892 * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
27893 specified XBMs.
27894
27895 2007-12-05 Richard Stallman <rms@gnu.org>
27896
27897 * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
27898
27899 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27900
27901 * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
27902 New variable.
27903 (mac_try_close_socket) [MAC_OSX]: New function.
27904 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
27905 Update cfsockets_for_select. Replace invalid CFRunLoop source.
27906
27907 * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
27908 Use mac_try_close_socket.
27909
27910 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27911
27912 * unexmacosx.c (unrelocate): New argument BASE. Use it instead of
27913 reloc_base.
27914 (copy_dysymtab): Compute relocation base here.
27915 (rebase_reloc_address) [__ppc64__]: New function.
27916 (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
27917 changed.
27918
27919 2007-12-05 Jason Rumney <jasonr@gnu.org>
27920
27921 * w32proc.c (sys_spawnve): Quote args with wildcards.
27922
27923 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27924
27925 * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
27926 __objc_* sections.
27927 (unrelocate) [_LP64]: Set relocation base to address of data segment.
27928
27929 2007-12-05 Michael Albinus <michael.albinus@gmx.de>
27930
27931 * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
27932 Move check for Vdbus_registered_functions_table to
27933 xd_read_queued_messages.
27934 (xd_read_queued_messages): Protect xd_read_message calls by
27935 internal_condition_case_1.
27936
27937 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
27938
27939 * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
27940 Qdbus_system_bus and Qdbus_session_bus, respectively.
27941 (Vdbus_intern_symbols): Remove.
27942 (Vdbus_registered_functions_table): New hash table.
27943 (XD_SYMBOL_INTERN_SYMBOL): Remove.
27944 (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
27945 Rewrite in order to manage registered functions by hash table
27946 Vdbus_registered_functions_table.
27947
27948 2007-12-03 Jan Djärv <jan.h.d@swipnet.se>
27949
27950 * xterm.c: Update URL to Window Manager Specification in comment.
27951
27952 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
27953
27954 * config.in (HAVE_DBUS): Add.
27955
27956 * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
27957 (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
27958 (obj): Add $(DBUS_OBJ).
27959 (LIBES): Add $(DBUS_LIBS).
27960 (dbusbind.o): New target.
27961
27962 * dbusbind.c: New file.
27963
27964 * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
27965
27966 * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
27967 (Qdbus_event): New Lisp symbol.
27968 (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
27969 (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
27970 (keys_of_keyboard): Define dbus-event.
27971
27972 * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
27973
27974 2007-12-01 Richard Stallman <rms@gnu.org>
27975
27976 * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
27977
27978 2007-11-30 Jason Rumney <jasonr@gnu.org>
27979
27980 * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
27981 (w32con_reset_terminal_modes): Clear screen buffer.
27982 (w32_face_attributes): Don't use color indexes that are out of range.
27983 Only reverse the default colors.
27984
27985 * xfaces.c (map_tty_color, tty_color_name): Remove special case for
27986 WINDOWSNT.
27987
27988 * w32console.c, w32term.h (vga_stdcolor_name): Remove.
27989
27990 2007-11-29 Jason Rumney <jasonr@gnu.org>
27991
27992 * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
27993 (w32_face_attributes): Use Vtty_defined_color_alist to determine
27994 if the terminal colors are initialized.
27995 (unspecified_fg, unspecified_bg): Remove unused declarations.
27996
27997 2007-11-29 Andreas Schwab <schwab@suse.de>
27998
27999 * keyboard.c (apply_modifiers): Fix typo.
28000
28001 2007-11-29 Richard Stallman <rms@gnu.org>
28002
28003 * keymap.c (Fcurrent_local_map): Doc fix.
28004
28005 2007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
28006
28007 * s/gnu-kfreebsd.h: New file.
28008
28009 2007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
28010
28011 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
28012 Don't cast redundantly.
28013
28014 * keyboard.c (KEY_TO_CHAR): New macro.
28015 (parse_modifiers, apply_modifiers): Accept integer arguments.
28016 (read_key_sequence): Use them to unify the "shift->unshift" mapping
28017 for chars and symbol keys.
28018 After doing such remapping, apply function-key-map again.
28019
28020 2007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
28021
28022 * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
28023 compiled anymore.
28024
28025 2007-11-26 Andreas Schwab <schwab@suse.de>
28026
28027 * process.c (list_processes_1): Fix indentation level of the
28028 command column.
28029
28030 2007-11-23 Andreas Schwab <schwab@suse.de>
28031
28032 * editfns.c (Fformat): Handle %c specially since it requires the
28033 argument to be of type int.
28034
28035 2007-11-23 Markus Triska <markus.triska@gmx.at>
28036
28037 * emacs.c (main): Call init_editfns before init_process, since
28038 init_process sets Vprocess_connection_type depending on OS release.
28039
28040 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
28041
28042 * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
28043 (find_symbol_value): Use do_symval_forwarding.
28044
28045 * data.c (set_internal): Set the value in the `cons-cell' (for
28046 Buffer_Local_values) not only for frame-local variables.
28047
28048 2007-11-22 Andreas Schwab <schwab@suse.de>
28049
28050 * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
28051 values to sprintf.
28052 * keymap.c (Fsingle_key_description): Likewise.
28053 * print.c (print_object): Likewise.
28054
28055 2007-11-22 Jan Djärv <jan.h.d@swipnet.se>
28056
28057 * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
28058 file for image is nil.
28059
28060 2007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
28061
28062 * term.c: Include stdarg.h.
28063 (fatal): Implement using varargs.
28064 * lisp.h (fatal): Add argument types. (Restore 2005-09-30 change).
28065
28066 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
28067
28068 * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
28069 * data.c (store_symval_forwarding): Get type from buffer_objfwd.
28070 Update call to buffer_slot_type_mismatch.
28071 * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
28072 (buffer_slot_type_mismatch): Update.
28073 * buffer.c (buffer_local_types): Remove.
28074 (buffer_slot_type_mismatch): Get the symbol and type as arguments.
28075 (defvar_per_buffer): Set the type in the buffer_objfwd.
28076
28077 2007-11-21 Jason Rumney <jasonr@gnu.org>
28078
28079 * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
28080 CreateFileMapping returns NULL on failure.
28081
28082 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
28083
28084 * search.c (Fset_match_data): Remove the `evaporate' feature.
28085 (unwind_set_match_data): Don't use the `evaporate' feature.
28086
28087 2007-11-21 Jason Rumney <jasonr@gnu.org>
28088
28089 * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
28090
28091 * w32console.c (w32con_write_glyphs): Remove unused variables.
28092
28093 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
28094
28095 * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
28096
28097 * s/darwin.h (MULTI_KBOARD): Remove.
28098
28099 * macfns.c (x_create_tip_frame, Fx_create_frame)
28100 (x_create_tip_frame): Don't deal with MULTI_KBOARD.
28101
28102 2007-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
28103
28104 * buffer.c (Fbuffer_local_value): Remove redundant test.
28105 (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
28106 than in `current-buffer' to match the comment.
28107 Do the swap using swap_in_global_binding.
28108
28109 * data.c (store_symval_forwarding, set_internal):
28110 * eval.c (specbind): Remove dead code.
28111
28112 * coding.c (detect_coding, Fupdate_coding_systems_internal):
28113 * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
28114 Since we do not want to see internal Lisp_*fwd objects here.
28115
28116 2007-11-18 Jan Djärv <jan.h.d@swipnet.se>
28117
28118 * sysdep.c (init_system_name): Use getaddrinfo if available.
28119
28120 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
28121 (x_scroll_bar_note_movement): start, end, with, height in struct
28122 scroll_bar are integers and not Lisp_Object, so remove XINT for them.
28123
28124 2007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
28125
28126 * puresize.h (BASE_PURESIZE): Increase to 1190000.
28127
28128 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
28129
28130 * buffer.h (struct buffer): Move `undo_list' back to before `name'.
28131 This undoes Richard's change of 14-Oct-2002.
28132
28133 * alloc.c (allocate_other_vector):
28134 * lisp.h (allocate_other_vector): Remove.
28135
28136 * window.c (struct save_window_data): Move non-lisp data to the end
28137 and make it `int' rather than Lisp_Object.
28138 (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
28139 Done wrap/unwrap integer values.
28140 (Fset_window_configuration, compare_window_configurations):
28141 Update use of fields to their new types.
28142
28143 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
28144 Turn integer fields into `int'. Merge x_window_low and x_window_high.
28145 (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
28146 (SET_SCROLL_BAR_X_WINDOW): Remove.
28147 (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
28148 Access the new x_window field directly.
28149 * xterm.c (x_scroll_bar_create): Use a pseudovector.
28150 Don't wrap/unwrap integers into Lisp_Objects.
28151 (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
28152 (x_scroll_bar_report_motion):
28153 Don't wrap/unwrap integers into Lisp_Objects.
28154 (x_term_init): Use SDATA.
28155 (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
28156 (x_scroll_bar_set_handle, x_scroll_bar_remove)
28157 (XTset_vertical_scroll_bar, x_scroll_bar_expose)
28158 (x_scroll_bar_report_motion, x_scroll_bar_clear):
28159 * xfns.c (x_set_background_color):
28160 * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
28161 Access the new x_window field directly.
28162
28163 * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
28164 (allocate_pseudovector): Make non-static.
28165
28166 * lisp.h (enum pvec_type): New tag PVEC_OTHER.
28167 (allocate_pseudovector): Declare.
28168 (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
28169
28170 2007-11-15 Andreas Schwab <schwab@suse.de>
28171
28172 * editfns.c (Fformat): Correctly format EMACS_INT values.
28173 Also take precision into account when formatting an integer.
28174
28175 * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
28176
28177 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
28178
28179 * keyboard.c (Fevent_symbol_parse_modifiers): New function.
28180 (syms_of_keyboard): Defsubr it.
28181
28182 * data.c (swap_in_global_binding): Fix longstanding bug where
28183 store_symval_forwarding was not called with the right second argument,
28184 thus causing objfwd-ing from being dropped.
28185
28186 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
28187
28188 * macfns.c (Fx_create_frame, Fx_display_pixel_width)
28189 (Fx_display_pixel_height, Fx_display_planes)
28190 (Fx_display_color_cells, Fx_server_max_request_size)
28191 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
28192 (Fx_display_visual_class, Fx_display_save_under):
28193 * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
28194 (Fx_display_pixel_height, Fx_display_planes)
28195 (Fx_display_color_cells, Fx_server_max_request_size)
28196 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
28197 (Fx_display_mm_height, Fx_display_mm_width)
28198 (Fx_display_backing_store, Fx_display_visual_class)
28199 (Fw32_select_font, Fx_display_save_under):
28200 * xfns.c (Fx_create_frame, Fx_display_pixel_width)
28201 (Fx_display_pixel_height, Fx_display_planes)
28202 (Fx_display_color_cells, Fx_server_max_request_size)
28203 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
28204 (Fx_display_save_under): Fix typos in docstrings.
28205
28206 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
28207
28208 * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
28209 corresponding to deleted entries; they are an implementation detail.
28210 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
28211 Remove variables.
28212 (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
28213 (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
28214 (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
28215 (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
28216 (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
28217 (Fw32_define_rgb_color, Fw32_load_color_file)
28218 (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
28219 Fix typos in docstrings.
28220 (Fx_server_version): Reflow docstring.
28221 (Fw32_shell_execute): Doc fixes.
28222
28223 2007-11-13 Juanma Barranquero <lekktu@gmail.com>
28224
28225 * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
28226 if w32_parse_hot_key returned nil.
28227
28228 2007-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
28229
28230 * xdisp.c (load_overlay_strings): Fix copy&paste typo.
28231
28232 2007-11-09 Jason Rumney <jasonr@gnu.org>
28233
28234 * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
28235
28236 * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
28237
28238 * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
28239 Remove W32_SCROLL_BAR_CLICK_EVENT.
28240
28241 * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
28242 Add MULTIMEDIA_KEY_EVENT.
28243
28244 * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
28245 (lispy_multimedia_keys) [WINDOWSNT]: New array.
28246 (make_lispy_event) [WINDOWSNT]: Use it to translate
28247 MULTIMEDIA_KEY_EVENT.
28248
28249 * w32term.h (WM_APPCOMMAND): Define if not already.
28250 (GET_APPCOMMAND_LPARAM): Likewise.
28251
28252 * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
28253 WM_APPCOMMAND.
28254
28255 * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
28256 (syms_of_w32fns): Export and initialize it.
28257 (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
28258
28259 2007-11-09 Chong Yidong <cyd@stupidchicken.com>
28260
28261 * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
28262 twice.
28263
28264 * xdisp.c (handle_face_prop): Fix last change.
28265
28266 2007-11-09 Richard Stallman <rms@gnu.org>
28267
28268 * xdisp.c (handle_face_prop): Test for strings that came from overlays,
28269 not just for after-strings and before-strings.
28270 Call face_for_overlay_string and pass the overlay to it.
28271 (handle_display_prop): Determine whether property came from an overlay.
28272 Pass OVERLAY arg to handle_single_display_spec.
28273 (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
28274 (load_overlay_strings): Fill in it->string_overlays.
28275 (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
28276
28277 * xfaces.c (face_for_overlay_string): Function renamed from
28278 face_at_buffer_position_no_overlays, and add arg OVERLAY.
28279
28280 * dispextern.h (struct it): New elt string_overlays.
28281 New elt from_overlay, also in stack.
28282 Rearrange a few elements.
28283 (face_for_overlay_string): Decl renamed from
28284 face_at_buffer_position_no_overlays, and add argument.
28285
28286 2007-11-09 Richard Stallman <rms@gnu.org>
28287
28288 * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
28289 to get the base face for an overlay string.
28290
28291 * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
28292
28293 * xfaces.c (face_at_buffer_position_no_overlays): New function.
28294
28295 * xdisp.c (handle_stop): Move some code out of loop.
28296
28297 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28298
28299 * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
28300 Fix conversion from Lisp object to ATSUFontID.
28301
28302 2007-11-09 Jason Rumney <jasonr@gnu.org>
28303
28304 * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
28305
28306 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28307
28308 * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
28309 Don't assume regions are aligned to page boundary.
28310 (print_load_command_name): Add LC_UUID if defined.
28311
28312 2007-11-09 Richard Stallman <rms@gnu.org>
28313
28314 * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
28315
28316 2007-11-07 Jason Rumney <jasonr@gnu.org>
28317
28318 * s/windows95.h: Remove.
28319
28320 2007-11-06 Jan Djärv <jan.h.d@swipnet.se>
28321
28322 * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
28323 abort with a message on unhandled store_type values.
28324
28325 2007-11-01 Jan Djärv <jan.h.d@swipnet.se>
28326
28327 * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
28328 Remove HAVE_X11R5 and HAVE_X11R4.
28329
28330 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
28331
28332 * Makefile.in: Remove references to sunfns.c and sunfns.o.
28333
28334 2007-11-01 Johan Bockgård <bojohan@gnu.org>
28335
28336 * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
28337 Don't set s->stippled_p here, since it has already been set by
28338 x_set_glyph_string_gc from x_draw_glyph_string.
28339
28340 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
28341
28342 * sunfns.c: Remove file.
28343
28344 * m/sun386.h:
28345 * m/sun2.h:
28346 * m/sparc.h: Remove Sun windows code.
28347
28348 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
28349
28350 * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
28351 (init_keyboard): Set current_kboard's window-system to nil.
28352 (tty_read_avail_input): Typo.
28353 * frame.c (make_initial_frame): Don't initialize the initial_kboard.
28354
28355 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
28356
28357 * s/usg5-4.h:
28358 * s/usg5-3.h:
28359 * s/ptx.h:
28360 * m/is386.h:
28361 * m/ibmps2-aix.h:
28362 * Makefile.in: Remove all mentions of X10.
28363
28364 * dispnew.c (syms_of_display): Don't mention version 10.
28365
28366 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
28367
28368 * makefile.w32-in (OBJ1): Remove abbrev.$(O).
28369 ($(BLD)/abbrev.$(O)): Remove.
28370
28371 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
28372
28373 Rewrite abbrev.c in Elisp.
28374 * image.c (Qcount): Don't declare as extern.
28375 (syms_of_image): Initialize and staticpro `Qcount'.
28376 * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
28377 * emacs.c (main): Don't call syms_of_abbrev.
28378 * Makefile.in (obj): Remove abbrev.o.
28379 (abbrev.o): Remove.
28380 * abbrev.c: Remove.
28381
28382 2007-10-26 Martin Rudalics <rudalics@gmx.at>
28383
28384 * window.c (window_min_size_2): Don't count header-line.
28385
28386 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
28387
28388 * frame.h (struct frame): Move all bit fields after the first bit
28389 field to take advantage of the available space. Group all the
28390 chars together to reduce wasted space due to padding.
28391
28392 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
28393
28394 * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
28395
28396 * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
28397 (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
28398 (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
28399 (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
28400 (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
28401 (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
28402 (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
28403 (last_marked, mark_object_loop_halt): Make static.
28404
28405 * frame.c (syms_of_frame) <delete-frame-functions>:
28406 Fix typo in docstring.
28407
28408 2007-10-25 Juanma Barranquero <lekktu@gmail.com>
28409
28410 * w32.c (init_environment): Fix tiny memory leak.
28411 (w32_get_resource): Remove unused variable `ok'.
28412
28413 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
28414
28415 Make `window-system' into a keyboard-local variable (rather than
28416 frame-local as done originally by multi-tty).
28417
28418 * keyboard.h (struct kboard): Add Vwindow_system.
28419 * keyboard.c (init_kboard): Set a default for Vwindow_system.
28420 (mark_kboards): Mark Vwindow_system.
28421
28422 * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
28423 (init_display): Don't set the obsolete `window-system' frame-param.
28424
28425 * xterm.c (x_term_init):
28426 * w32term.c (w32_create_terminal):
28427 * term.c (init_tty): Set Vwindow_system.
28428 * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
28429 multi-tty merge maybe?), copied from w32term.c. Set Vwindow_system.
28430
28431 * xfns.c (Fx_create_frame, x_create_tip_frame):
28432 * w32fns.c (Fx_create_frame, x_create_tip_frame):
28433 * macfns.c (Fx_create_frame):
28434 Don't set the obsolete `window-system' frame-param.
28435
28436 * frame.h (Qwindow_system): Remove.
28437 * frame.c (Qwindow_system): Remove. In `syms_of_frame' as well.
28438 (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
28439
28440 2007-10-24 Richard Stallman <rms@gnu.org>
28441
28442 * frame.c (x_figure_window_size): For fullscreen case,
28443 set USPosition | PPosition without clobbering rest of window_prompting.
28444
28445 * keyboard.c (Fcurrent_idle_time): Doc fix.
28446
28447 * print.c (Fwith_output_to_temp_buffer): Doc fix.
28448
28449 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
28450
28451 * process.c (unwind_request_sigio): Only define if __ultrix__.
28452
28453 * callproc.c (child_setup): Remove spurious *.
28454
28455 * lisp.h (Fget_text_property): Declare.
28456 (have_menus_p): Declare it here rather than in sys-dep header files.
28457 * macterm.h (have_menus_p):
28458 * msdos.h (have_menus_p):
28459 * xterm.h (have_menus_p): Remove.
28460
28461 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
28462 (Fmake_variable_frame_local): Just check the variable's const-ness
28463 rather than checking nil or t.
28464
28465 2007-10-22 Jason Rumney <jasonr@gnu.org>
28466
28467 * w32fns.c: Include math.h.
28468 (w32_abort): Declaration moved to nt/config.nt.
28469
28470 * s/ms-w32.h (HAVE_STDLIB_H): Define.
28471 (abort): Redefinition moved to nt/config.nt.
28472
28473 * m/windowsnt.h: Remove.
28474
28475 2007-10-22 Juanma Barranquero <lekktu@gmail.com>
28476
28477 * emacs.c (Fdump_emacs): Fix typo in message.
28478 (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
28479 <installation-directory>: Reflow docstring.
28480
28481 2007-10-22 Juri Linkov <juri@jurta.org>
28482
28483 * minibuf.c: Allow minibuffer default to be a list of default values.
28484 With empty input use the first element of this list as returned default.
28485 (string_to_object)
28486 (read_minibuf_noninteractive): If defalt is cons, set val to its car.
28487 (read_minibuf): If defalt is cons, set histstring to its car.
28488 (Fread_string): If default_value is cons, set val to its car.
28489 (Fread_buffer): If def is cons, use its car.
28490 (Fcompleting_read): If defalt is cons, set val to its car.
28491
28492 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
28493
28494 * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
28495
28496 2007-10-20 Juanma Barranquero <lekktu@gmail.com>
28497
28498 * doc.c (Fdocumentation): Check for advice in all cases.
28499
28500 2007-10-19 Chong Yidong <cyd@stupidchicken.com>
28501
28502 * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
28503
28504 2007-10-19 Richard Stallman <rms@gnu.org>
28505
28506 * doc.c (Fdocumentation): Check for and handle an advised function.
28507
28508 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
28509
28510 * process.c (Fset_process_filter): Doc fix.
28511
28512 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
28513
28514 * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
28515 which caused key-translation-map to applied repeatedly (thus breaking
28516 double-mode).
28517
28518 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
28519
28520 * xselect.c (x_own_selection, x_handle_selection_clear)
28521 (x_clear_frame_selections):
28522 * w32menu.c (list_of_panes, list_of_items):
28523 * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
28524 * textprop.c (validate_plist, interval_has_all_properties)
28525 (interval_has_some_properties, interval_has_some_properties_list)
28526 (add_properties, text_property_list):
28527 * process.c (Fget_buffer_process, list_processes_1, status_notify):
28528 * minibuf.c (Fassoc_string):
28529 * macselect.c (x_own_selection, x_clear_frame_selections)
28530 (Fx_disown_selection_internal):
28531 * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
28532 Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
28533
28534 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
28535
28536 * process.c: Link to libs for calling res_init() if available.
28537 (Fmake_network_process): Call res_init() before getaddrinfo or
28538 gethostbyname, if possible.
28539
28540 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
28541
28542 * lread.c (read1): Set pvectype for char_tables.
28543
28544 * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
28545 (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
28546 Add type checks.
28547 (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
28548
28549 * alloc.c (free_misc): Use XMISCTYPE.
28550 (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
28551
28552 2007-10-17 Glenn Morris <rgm@gnu.org>
28553
28554 * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
28555 (syms_of_minibuf): Add Qcompletion_ignore_case.
28556 * dired.c (Qcompletion_ignore_case): Change to external.
28557 (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
28558 * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
28559 (Fread_file_name): Use it rather than intern'ing.
28560
28561 * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
28562 (Fread_coding_system): Ignore case of user input.
28563
28564 2007-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28565
28566 * xdisp.c (handle_display_prop): Ignore display specs after
28567 replacing one when string text is being replaced.
28568 (handle_single_display_spec): Pretend as if characters with display
28569 property haven't been consumed only when buffer text is being replaced.
28570
28571 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
28572
28573 * xfns.c (Fx_create_frame, Fx_display_list):
28574 * window.c (window_fixed_size_p, enlarge_window)
28575 (shrink_window_lowest_first):
28576 * macterm.c (init_font_name_table):
28577 * macfns.c (Fx_create_frame, Fx_display_list):
28578 * lread.c (close_load_descs):
28579 * keyboard.c (read_char_x_menu_prompt):
28580 * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
28581 * coding.c (code_convert_region_unwind): Test the type of an object
28582 rather than just !NILP before extracting data from it.
28583
28584 * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
28585
28586 * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
28587 (XMISCANY): New macro.
28588 (XMISCTYPE): Use it.
28589 (struct Lisp_Misc_Any): New type.
28590 (union Lisp_Misc): Use it.
28591 (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
28592 * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
28593 (find_symbol_value, set_internal, default_value, Fset_default)
28594 (Fmake_variable_buffer_local, Fmake_local_variable)
28595 (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
28596 (Flocal_variable_if_set_p, Fvariable_binding_locus):
28597 The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
28598 * alloc.c (allocate_buffer): Set the size and tag.
28599 (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
28600 Use XMISCANY.
28601 (die): Follow the GNU convention for error messages.
28602 * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
28603 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
28604 tag any more.
28605 (set_buffer_internal_1):
28606 * frame.c (store_frame_param):
28607 * eval.c (specbind):
28608 * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
28609
28610 * doc.c (Fsnarf_documentation): Simplify.
28611
28612 2007-10-14 Juanma Barranquero <lekktu@gmail.com>
28613
28614 * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
28615 (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
28616
28617 2007-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
28618
28619 * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
28620
28621 2007-10-14 Juanma Barranquero <lekktu@gmail.com>
28622
28623 * eval.c (do_autoload): Don't save autoloads.
28624
28625 * data.c (Ffset): Save autoload of the function being set.
28626
28627 2007-10-07 John Paul Wallington <jpw@pobox.com>
28628
28629 * xfns.c (x_create_tip_frame): Set the `display-type' frame
28630 parameter before setting up faces.
28631
28632 2007-10-13 Eli Zaretskii <eliz@gnu.org>
28633
28634 * ccl.c (Fregister_code_conversion_map):
28635 * keyboard.c (append_tool_bar_item): Reformat last change.
28636
28637 * lisp.h (eabs): Rename from `abs'. All callers changed.
28638
28639 2007-10-05 Dmitry Antipov <dmantipov@yandex.ru>
28640
28641 * buffer.c (add_overlay_mod_hooklist):
28642 * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
28643 * fontset.c (make_fontset):
28644 * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
28645 (append_tool_bar_item):
28646 * macmenu.c (grow_menu_items):
28647 * w32menu.c (grow_menu_items):
28648 * xmenu.c (grow_menu_items): Use larger_vector.
28649
28650 2007-10-13 Eli Zaretskii <eliz@gnu.org>
28651
28652 * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
28653 selected frame'' on MSDOS).
28654
28655 2007-10-12 Martin Rudalics <rudalics@gmx.at>
28656
28657 * frame.c (Qexplicit_name): New variable.
28658 (x_report_frame_params): Report it in parameter alist.
28659 (syms_of_frame): Intern and staticpro it.
28660
28661 2007-10-10 Patrick Mahan <mahan@mahan.org> (tiny change)
28662
28663 * macfns.c (x_create_tip_frame): Set terminal for frame.
28664
28665 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
28666
28667 * frame.c (Qenvironment): Remove.
28668 (syms_of_frame) <Qenvironment>: Don't initialize.
28669 (Fdelete_frame): Don't treat the `environment' param specially.
28670 * frame.h (Qenvironment): Don't declare.
28671 * callproc.c (set_initial_environment): Don't set unused frame param.
28672
28673 * frame.c (Fframe_with_environment): Remove.
28674 (syms_of_frame) <Sframe_with_environment>: Don't declare.
28675
28676 * lisp.h (Fframe_with_environment): Don't declare.
28677
28678 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
28679
28680 * indent.c (indent_tabs_mode, last_known_column)
28681 (last_known_column_modified): Make static.
28682 (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
28683
28684 2007-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
28685
28686 * puresize.h (BASE_PURESIZE): Increase to 1170000.
28687
28688 2007-10-09 Jason Rumney <jasonr@gnu.org>
28689
28690 * w32term.c (x_set_window_size): Disable code that attempts to tell
28691 Lisp code about a size change before it actually happens.
28692
28693 2007-10-09 Richard Stallman <rms@gnu.org>
28694
28695 * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
28696 return HANDLED_RETURN.
28697
28698 2007-10-08 Martin Rudalics <rudalics@gmx.at>
28699
28700 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
28701 when there's an unread command event.
28702
28703 * frame.c (focus_follows_mouse): Move here from frame.el to allow
28704 window autoselection act appropriately when leaving selected frame.
28705 (syms_of_frame): Initialize focus_follows_mouse.
28706 * frame.h (focus_follows_mouse): Extern it.
28707 * macterm.c (XTread_socket): When focus_follows_mouse is nil
28708 make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
28709 * msdos.c (dos_rawgetc): Likewise.
28710 * w32term.c (w32_read_socket): Likewise.
28711 * xterm.c (handle_one_xevent): Likewise.
28712 * xdisp.c (syms_of_xdisp): In doc-string of
28713 mouse-autoselect-window mention focus-follows-mouse.
28714
28715 2007-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28716
28717 * macterm.c (mac_load_query_font): Fix missing return value.
28718 [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
28719 Add BLOCK_INPUT.
28720
28721 2007-10-08 Richard Stallman <rms@gnu.org>
28722
28723 * xdisp.c (get_window_cursor_type): Implement documented behavior
28724 for cursor-in-non-selected-windows = t.
28725
28726 2007-10-08 Jason Rumney <jasonr@gnu.org>
28727
28728 * w32.c (w32_get_resource): Always close registry keys.
28729
28730 2007-10-08 Jason Rumney <jasonr@gnu.org>
28731
28732 * makefile.w32-in (LIBS): Add COMCTL32.
28733
28734 * w32fns.c (globals_of_w32fns): Init common controls.
28735
28736 2007-10-08 Richard Stallman <rms@gnu.org>
28737
28738 * image.c (our_memory_buffer): Rename from omfib_buffer.
28739
28740 2007-10-08 Richard Stallman <rms@gnu.org>
28741
28742 * buffer.c (Foverlays_at): Doc fix.
28743
28744 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
28745
28746 * fns.c (Fplist_put): Preserve uneven tail data.
28747
28748 2007-10-08 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
28749
28750 * termhooks.h (enum event_kind): Remove trailing comma.
28751
28752 * frame.h (enum): Remove trailing comma.
28753
28754 2007-10-08 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
28755
28756 * w32proc.c (delete_child): Don't terminate threads of zombies.
28757
28758 2007-10-08 Martin Rudalics <rudalics@gmx.at>
28759
28760 * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
28761
28762 * keyboard.c (syms_of_keyboard): Set up new Lisp variable
28763 last-repeatable-command.
28764 (init_kboard): Initialize Vlast_repeatable_command.
28765 (command_loop_1): Set it to real_this_command unless that was
28766 bound to an input event.
28767 (mark_kboards): Mark it.
28768
28769 2007-10-08 Richard Stallman <rms@gnu.org>
28770
28771 * eval.c (condition-case): Doc fix.
28772
28773 2007-10-08 Masatake YAMATO <jet@gyve.org>
28774
28775 * xfaces.c (tty_supports_face_attributes_p): Fix code
28776 for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
28777 was copied and not edited.
28778
28779 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
28780
28781 Add new `input-decode-map' keymap and use it for terminal
28782 escape sequences.
28783 * keyboard.h (struct kboard): Add Vinput_decode_map.
28784 Remove Vlocal_key_translation_map.
28785 * keyboard.c (read_key_sequence): Add support for input-decode-map.
28786 (init_kboard): Init input-decode-map.
28787 Replace local-key-translation-map back with key-translation-map.
28788 (syms_of_keyboard): Declare input-decode-map.
28789 Remove local-key-translation-map. Update docstrings.
28790 (mark_kboards): Mark Vinput_decode_map.
28791 Don't mark Vlocal_key_translation_map.
28792 * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
28793 Replace local-key-translation-map back with key-translation-map.
28794 * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
28795 Bind in input-decode-map rather than function-key-map.
28796
28797 * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
28798 This was made redundant by the previous introduction of XSETPVECTYPE.
28799
28800 2007-10-09 Richard Stallman <rms@gnu.org>
28801
28802 * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
28803
28804 2007-09-29 Richard Stallman <rms@gnu.org>
28805
28806 * eval.c (internal_condition_case_2, internal_condition_case_1)
28807 (internal_condition_case): Reenable abort if x_catching_errors ()
28808 to see if that really happens and why.
28809
28810 2007-10-06 Andreas Schwab <schwab@suse.de>
28811
28812 * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
28813
28814 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
28815
28816 * image.c (syms_of_image) <image-types>: Fix typo in docstring.
28817
28818 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
28819
28820 * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
28821
28822 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
28823
28824 * window.h (struct window):
28825 * window.c (struct save_window_data, struct saved_window):
28826 * termhooks.h (struct terminal):
28827 * process.h (struct Lisp_Process):
28828 * frame.h (struct frame):
28829 * buffer.h (struct buffer):
28830 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
28831 (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
28832 The size field of (pseudo)vectors is now unsigned.
28833 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
28834
28835 * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
28836 Turn `count' into an integer.
28837
28838 * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
28839 (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
28840 * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
28841 * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
28842 (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
28843
28844 * alloc.c (allocate_pseudovector): New fun.
28845 (ALLOCATE_PSEUDOVECTOR): New macro.
28846 (allocate_window, allocate_terminal, allocate_frame)
28847 (allocate_process): Use it.
28848 (mark_vectorlike): New function.
28849 (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
28850 (mark_terminals): Use it.
28851 (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
28852 (Fmake_byte_code): Use XSETPVECTYPE.
28853
28854 * frame.c (Fframe_parameters): Minor simplification.
28855
28856 * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
28857
28858 * marker.c (Fmarker_buffer): Make test for odd case into a failure.
28859
28860 * buffer.c (Fget_buffer_create, init_buffer_once):
28861 * lread.c (defsubr):
28862 * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
28863
28864 * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
28865 defined differently in the m/*.h files.
28866 (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
28867 (XSETPVECTYPE): New macro.
28868 (XSETPSEUDOVECTOR): Use it.
28869
28870 * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
28871 (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
28872
28873 * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
28874 * lread.c (defvar_per_buffer):
28875 * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
28876
28877 * window.c (candidate_window_p): Only consider as visible frames that
28878 are on the same terminal.
28879
28880 * m/ibms390x.h (MARKBIT): Remove unused macro.
28881
28882 2007-10-01 Juanma Barranquero <lekktu@gmail.com>
28883
28884 * lread.c (Fload): Fix typo in docstring.
28885
28886 2007-10-01 Michaël Cadilhac <michael@cadilhac.name>
28887
28888 * floatfns.c (Fexpt): Manually check for overflows, so that a power
28889 of a non-zero value can't yield zero.
28890
28891 2007-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
28892
28893 * term.c (term_clear_mouse_face, term_mouse_highlight)
28894 (tty_write_glyphs_with_face): Only define is HAVE_GPM.
28895
28896 * print.c (safe_debug_print): Use XHASH.
28897
28898 * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
28899 Lisp elements such as tags.
28900 (XHASH): New macro.
28901 (EQ): Use it.
28902 (SREF, SSET, STRING_COPYIN): Use SDATA.
28903 (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
28904
28905 * alloc.c (mark_terminal): Remove left-over declaration.
28906 (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
28907 (allocate_vectorlike): Remove type argument. Adjust callers.
28908 (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
28909 Only handle the one remaining MEM_TYPE_VECTORLIKE.
28910
28911 * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
28912 to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
28913 (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
28914 (lisp_align_free, make_interval, allocate_string, allocate_string_data)
28915 (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
28916 Use them.
28917
28918 * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
28919 Don't let signal handlers run when a GC is freed but not yet NULL'ed.
28920 (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
28921
28922 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
28923
28924 * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
28925 loaded by default.
28926
28927 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
28928
28929 * term.c (Fgpm_mouse_start): Don't signal an error if already activated
28930 on this tty.
28931 (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
28932
28933 * term.c (mouse_face_window): Rename from Qmouse_face_window.
28934 Update all users.
28935 (handle_one_term_event): Use Gpm_DrawPointer.
28936 (Fgpm_mouse_start): Rename from Fterm_open_connection.
28937 Signal errors instead of returning nil. Always return nil.
28938 (Fgpm_mouse_stop): Rename from Fterm_close_connection.
28939 Make it a noop if gpm-mouse was not activated.
28940 (syms_of_term): Update names.
28941
28942 2007-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
28943
28944 * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
28945 (init_sys_modes): Check that gpm_tty is the current tty.
28946
28947 * alloc.c (allocate_terminal): Set the vector size to only count the
28948 lisp fields. Initialize those to nil.
28949 (mark_object): Don't treat terminals specially.
28950 (mark_terminal): Remove.
28951 (mark_terminals): Use mark_object instead.
28952
28953 * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
28954 the GC to the beginning.
28955
28956 * indent.h:
28957 * indent.c: Use EMACS_INT for ints coming from Elisp data.
28958
28959 * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
28960
28961 2007-09-25 Jason Rumney <jasonr@gnu.org>
28962
28963 * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
28964
28965 * w32console.c (create_w32cons_output): Remove.
28966
28967 * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
28968
28969 * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
28970 (reset_sys_modes): Use reset_terminal_modes_hook.
28971
28972 2007-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
28973
28974 * eval.c (do_autoload): Don't output any message.
28975
28976 2007-09-24 Juri Linkov <juri@jurta.org>
28977
28978 * emacs.c (standard_args): Change priority of "--no-splash"
28979 from 40 to 3. Add "--no-desktop" with the same priority.
28980
28981 2007-09-23 Dmitry Antipov <dmantipov@yandex.ru>
28982
28983 * alloc.c (gc_sweep): Check cons cell mark bits word by word
28984 and optimize the case where they are all 1.
28985
28986 2007-09-23 Johannes Weiner <hannes@saeurebad.de>
28987
28988 * lisp.h (abs): Define if not defined.
28989 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
28990 Don't define `abs', since it's defined in lisp.h.
28991
28992 2007-09-22 Eli Zaretskii <eliz@gnu.org>
28993
28994 * term.c (DEV_TTY): New macro. Provide a definition for MS-Windows.
28995 (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
28996 (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
28997 (init_tty): Use DEV_TTY instead of "/dev/tty".
28998 [WINDOWSNT]: No need to protect from NAME arg being null.
28999
29000 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
29001
29002 * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
29003 up the tty state.
29004
29005 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
29006
29007 * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.
29008 (gpm_tty): Change its type.
29009 * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead.
29010 (gpm_tty): Change its type and initialize it.
29011 (Fterm_open_connection): Check the frame is indeed a tty.
29012 Use the new gpm_tty.
29013 (Fterm_close_connection): Use the new gpm_tty.
29014 * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
29015 * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
29016
29017 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
29018
29019 * w32term.c (x_draw_glyph_string): Use strike_through_color, not
29020 underline_color, to draw strike-through.
29021
29022 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
29023
29024 * lisp.h (allocate_terminal): Declare.
29025
29026 * window.c (candidate_window_p): Consider frames that are being placed
29027 by the user as somewhere between visible and iconified.
29028 (window_loop): Prefer windows on the current frame.
29029 (Fselect_window): Move the use of select-frame to the beginning so we
29030 can just delegate all the work (it'll call us back anyway).
29031
29032 * frame.c (Qdisplay_environment_variable):
29033 * frame.h (Qdisplay_environment_variable): Delete.
29034
29035 * .gdbinit (xbacktrace): Print the arg's address rather than the value
29036 of the first arg, since that value may be a union.
29037
29038 * callproc.c (child_setup, getenv_internal): Use the frame's `display'
29039 parameter rather than Qdisplay_environment_variable. If all else
29040 fails, look for DISPLAY in initial-environment.
29041
29042 2007-09-21 Glenn Morris <rgm@gnu.org>
29043
29044 * Makefile.in (emacstool): Remove target.
29045 (lisp, shortlisp): Remove termdev.elc.
29046
29047 2007-09-21 Markus Triska <markus.triska@gmx.at>
29048
29049 * xterm.c (x_delete_display): Compile session management conditionally.
29050
29051 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
29052
29053 * callproc.c (getenv_internal_1): New function.
29054 (getenv_internal): Use it.
29055 (Fgetenv_internal): Use it. Accept an env-list as optional arg.
29056
29057 * terminal.c (get_terminal): Don't accept ints to represent terminals.
29058 (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
29059 (Fset_terminal_parameter): Work with dead terminals as well.
29060 (Fmodify_terminal_parameters): Remove.
29061
29062 * terminal.c (get_terminal): Handle terminals.
29063 Make sure the terminal returned is live.
29064 (create_terminal): Use allocate_terminal.
29065 (mark_terminals): Move to alloc.c.
29066 (delete_terminal): Use terminal->name as liveness status.
29067 NULL out fields after freeing their contents.
29068 Don't deallocate the object.
29069 (Fframe_terminal): Use FRAME_TERMINAL. Return the terminal object
29070 rather than an int.
29071 (Fterminal_live_p): Accept non-integer arguments.
29072 (Fterminal_list): Return terminal objects rather than an ints.
29073
29074 * alloc.c (enum mem_type): New member for `terminal' objects.
29075 (allocate_terminal): New function.
29076 (mark_maybe_pointer, valid_lisp_object_p, mark_object):
29077 Handle terminals.
29078 (mark_terminal): New fun.
29079 (mark_terminals): Move from terminal.c.
29080
29081 * term.c (get_tty_terminal): Don't treat output_initial specially.
29082 (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
29083 (delete_tty): Use terminal->name as liveness status.
29084
29085 * termhooks.h (struct terminal): Make it into a pseudovector.
29086 Remove `deleted' replaced by checking `name's nullness.
29087
29088 * print.c (print_object): Handle terminals.
29089
29090 * lisp.h (enum pvec_type): New `terminal' pseudovector.
29091 (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
29092
29093 * frame.c (make_terminal_frame):
29094 * keyboard.c (tty_read_avail_input):
29095 * w32term.c (x_delete_terminal):
29096 * xfns.c (Fx_create_frame, x_create_tip_frame):
29097 * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
29098
29099 2007-09-20 Glenn Morris <rgm@gnu.org>
29100
29101 * process.c (Fmake_network_process): Doc fix.
29102
29103 2007-09-19 Jason Rumney <jasonr@gnu.org>
29104
29105 * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
29106
29107 2007-09-19 Michaël Cadilhac <michael@cadilhac.name>
29108
29109 * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
29110 Fix a C warning regarding variable constness.
29111
29112 * xterm.c (handle_one_xevent): Fix a C warning.
29113
29114 2007-09-18 Jason Rumney <jasonr@gnu.org>
29115
29116 * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
29117
29118 2007-09-17 Jan Djärv <jan.h.d@swipnet.se>
29119
29120 * gtkutil.c (gdpy_def): New variable.
29121 (xg_initialize): Initialize gdpy_def.
29122 (xg_display_close): If no other display exists, set gdpy_def to a
29123 new connection.
29124
29125 2007-09-16 Jan Djärv <jan.h.d@swipnet.se>
29126
29127 * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
29128 when we have no file name for the icon.
29129 (xg_tool_bar_expose_callback): Remove.
29130 (xg_create_tool_bar): Don't connect expose signal to
29131 xg_tool_bar_expose_callback.
29132 (xg_get_file_with_chooser): Move GCPRO1 after declarations.
29133
29134 2007-09-16 Andreas Schwab <schwab@suse.de>
29135
29136 * alloc.c (reset_malloc_hooks): Set the hooks to the previous
29137 values instead of zapping them.
29138
29139 2007-09-14 Glenn Morris <rgm@gnu.org>
29140
29141 * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
29142 * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
29143 * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
29144 scope and rename to omfib_buffer for clarity.
29145 (gif_load) <interlace_start, interlace_increment>: Move to file scope.
29146
29147 2007-09-14 Kenichi Handa <handa@m17n.org>
29148
29149 * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
29150
29151 2007-09-13 Jason Rumney <jasonr@gnu.org>
29152
29153 * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
29154
29155 * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
29156
29157 * macterm.c (mac_initialize): Don't call mac_init_fringe here.
29158 (mac_term_init): Call here instead, passing rif.
29159
29160 2007-09-13 Glenn Morris <rgm@gnu.org>
29161
29162 * s/hpux.h: No longer define `static' as nothing.
29163
29164 2007-09-13 Johan Bockgård <bojohan@gnu.org>
29165
29166 * callint.c (Fcall_interactively): Remove unused var `fun'.
29167
29168 2007-09-12 Romain Francoise <romain@orebokech.com>
29169
29170 * window.c (prefer_window_split_horizontally, display_buffer):
29171 Revert 2007-09-08 change.
29172
29173 2007-09-12 Glenn Morris <rgm@gnu.org>
29174
29175 * alloca.c: Remove file.
29176 * Makefile.in (alloca): Do not undef.
29177 (allocaobj, alloca.o): Remove.
29178 (otherobj): Remove allocaobj.
29179 * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
29180 * regex.c (C_ALLOCA): Remove all references and code that was only
29181 used when this was defined.
29182 * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
29183 * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
29184 * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
29185
29186 * Makefile.in (SOURCES, unlock, relock): Delete.
29187
29188 * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
29189 (menu_grab_callback): All uses changed.
29190
29191 * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
29192 (x_reply_selection_request): All uses changed.
29193
29194 2007-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
29195
29196 * lread.c (load_warn_old_style_backquotes): Change message to look
29197 better when it appears in the middle of byte-compiler messages.
29198
29199 2007-09-10 Dan Nicolaescu <dann@ics.uci.edu>
29200
29201 * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
29202
29203 * xterm.c (x_create_terminal): Add comment.
29204
29205 * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
29206
29207 2007-09-10 Richard Stallman <rms@gnu.org>
29208
29209 * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
29210
29211 2007-09-10 Michaël Cadilhac <michael@cadilhac.name>
29212
29213 * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
29214 (DEFUN): Document `intspec', use it instead of `prompt'.
29215
29216 * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
29217
29218 * data.c (Finteractive_form): If the interactive specification starts
29219 with a `(', use it as a Lisp form.
29220
29221 * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
29222 name and file modes.
29223
29224 * callint.c (Fcall_interactively): Comment fixes.
29225
29226 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
29227
29228 * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
29229 and compiled functions.
29230
29231 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
29232
29233 * window.c (prefer_window_split_horizontally): New variable.
29234 (display_buffer): Consider splitting window horizontally depending
29235 on prefer_window_split_horizontally.
29236
29237 2007-09-08 Eli Zaretskii <eliz@gnu.org>
29238
29239 * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
29240
29241 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
29242
29243 * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
29244
29245 * frame.c (x_set_frame_parameters): Check number is positive before
29246 using XFASTINT.
29247
29248 * window.c (freeze_window_start): Don't presume selected_window holds
29249 a window object.
29250 (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
29251
29252 2007-09-07 Angelo Graziosi <Angelo.Graziosi@roma1.infn.it> (tiny change)
29253
29254 * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
29255
29256 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
29257
29258 * window.c (Vsplit_window_preferred_function): New var.
29259 (Fdisplay_buffer): Use it.
29260 (syms_of_window): Export, and initialize it.
29261
29262 2007-09-06 Pixel <pixel@mandriva.com> (tiny change)
29263
29264 * image.c (gif_load): Fix bug: Handle nonexistent colormap.
29265
29266 2007-09-06 Glenn Morris <rgm@gnu.org>
29267
29268 * gtkutil.c (menu_grab_callback) <cnt>:
29269 * xselect.c (x_reply_selection_request) <cnt>: Move static
29270 variable to file scope.
29271
29272 2007-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
29273
29274 * xdisp.c (redisplay_internal): Make sure Elisp code always sees
29275 consistent values of selected_frame and selected_window.
29276
29277 2007-09-04 Jason Rumney <jasonr@gnu.org>
29278
29279 * w32console.c (initialize_w32_display): Zero unused hooks.
29280
29281 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
29282
29283 * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
29284 (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
29285
29286 2007-09-04 Jason Rumney <jasonr@gnu.org>
29287
29288 * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
29289 in w32console.c. Set up input. Remove XXX comments that have been
29290 confirmed as correct.
29291
29292 * s/ms-w32.h (MULTI_KBOARD): Define.
29293
29294 * w32console.c (one_and_only_w32cons): Remove.
29295 (initialize_w32_display): Take terminal argument.
29296
29297 * term.c (init_tty) [WINDOWSNT]: Pass terminal to
29298 initialize_w32_display.
29299 (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
29300
29301 * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
29302
29303 * keyboard.c (discard_mouse_events): Discard it.
29304 (make_lispy_event): Translate it to a lisp event.
29305 (lispy_wheel_names): Add wheel-left and right events.
29306 (syms_of_keyboard): Enlarge wheel_syms.
29307
29308 * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
29309 <WM_MOUSEHWHEEL>: Pass new system message to lisp.
29310
29311 * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
29312
29313 * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
29314 from WM_MOUSEHWHEEL.
29315 (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
29316
29317 * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
29318 terminal.
29319
29320 * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
29321 keyboard for the terminal.
29322
29323 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
29324
29325 * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
29326 (Vresume_tty_hook): Rename from Vresume_tty_functions.
29327 (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
29328 and resume-tty-function to resume-tty-hook.
29329 (Fsuspend_tty, Fresume_tty): Use new names.
29330
29331 2007-09-02 Jan Djärv <jan.h.d@swipnet.se>
29332
29333 * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
29334 if it starts with "n:".
29335
29336 2007-08-31 Jan Djärv <jan.h.d@swipnet.se>
29337
29338 * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
29339
29340 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
29341
29342 * frame.h:
29343 * frame.c (Qterm_environment_variable): Remove.
29344 (syms_of_frame): Don't init and staticpro it.
29345
29346 * callproc.c (getenv_internal): Remove special case for $TERM.
29347
29348 * callproc.c (Vinitial_environment): New variable.
29349 (set_initial_environment): Initialize it.
29350 (syms_of_callproc): Declare it.
29351 (child_setup): Don't mess with TERM via Qterm_environment_variable; the
29352 TERM under which a process runs is never related to the TERM in which
29353 Emacs is running.
29354
29355 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
29356
29357 * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
29358 * s/darwin.h: ... do it here.
29359
29360 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
29361
29362 * lisp.h (set_initial_environment): Rename from set_global_environment.
29363
29364 * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
29365 removed by mistake on the multi-tty branch.
29366
29367 * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
29368 (Fmodify_frame_parameters): Return a value.
29369
29370 * image.c (png_load): Comment-out var only used in commented-out code.
29371
29372 * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
29373 before passing it to mark_object.
29374
29375 * xfaces.c (internal_resolve_face_name): Return a value.
29376 (internal_resolve_face_name, resolve_face_name_error): Comment out.
29377
29378 * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
29379 (x_icon): Comment-out var only used in commented-out code.
29380
29381 2007-08-29 Romain Francoise <romain@orebokech.com>
29382
29383 * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
29384 QUIT hasn't been provided.
29385
29386 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
29387
29388 * callproc.c (child_setup, getenv_internal): Use the
29389 display-environment-variable and term-environment-variable frame params.
29390 (set_initial_environment): Initialise Vprocess_environment.
29391
29392 * config.in: Disable multi-keyboard support on a mac.
29393
29394 * frame.c (Qterm_environment_variable)
29395 (Qdisplay_environment_variable): New variables.
29396 (syms_of_frame): Intern and staticpro them.
29397 (Fmake_terminal_frame): Disable output method test.
29398
29399 * frame.h: Declare them here.
29400
29401 * macfns.c (x_set_mouse_color): Get rif from the frame.
29402 (x_set_tool_bar_lines): Don't use updating_frame.
29403 (mac_window): Add 2 new parameters for consistency with other systems.
29404 (Fx_create_frame): Fix doc string. Rename the parameter. Set the
29405 frame parameters following what is done in X11 and w32. Don't use
29406 FRAME_MAC_DISPLAY_INFO.
29407 (Fx_open_connection, start_hourglass): Remove window-system check.
29408 (x_create_tip_frame): Get the keyboard from the terminal.
29409
29410 * macmenu.c: Reorder includes.
29411 (Fx_popup_menu): Use terminal specific mouse_position_hook.
29412
29413 * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
29414 terminal parameter.
29415 (x_clear_frame): Add a frame parameter.
29416 (note_mouse_movement): Get rif from the frame.
29417 (mac_term_init): Initialize the terminal.
29418 (mac_initialize): Make static and move terminal initialization ...
29419 (mac_create_terminal): ... to this new function.
29420
29421 * macterm.h (struct mac_display_info): Add terminal.
29422 (mac_initialize): Delete declaration.
29423
29424 * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
29425
29426 * sysdep.c: Comment out text after #endif.
29427
29428 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
29429 is defined. Better initialize ttys in windows. Use terminal
29430 specific mouse_position_hook.
29431
29432 * termhooks.h (union display_info): Add mac_display_info.
29433
29434 * w32fns.c (Fx_create_frame): Use kboard from the terminal.
29435 Set the default minibuffer frame, window_system and the rest of the
29436 frame parameters following what is done in X11.
29437
29438 * w32term.c (w32_initialize): Make static.
29439
29440 * xselect.c (x_handle_selection_clear): Only access
29441 terminal->kboard when MULTI_KBOARD is defined.
29442
29443 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
29444 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
29445
29446 2007-08-29 Jason Rumney <jasonr@gnu.org>
29447
29448 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
29449 (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
29450
29451 * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
29452 (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
29453
29454 * keyboard.c (restore_kboard_configuration): Only define when
29455 MULTI_KBOARD defined.
29456
29457 * makefile.w32-in: Update dependancies from Makefile.in.
29458 (OBJ1): Add terminal.$(O)
29459
29460 * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
29461 Don't define function body.
29462 (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
29463
29464 * termhooks.h (display_info) [WINDOWSNT]: Add w32.
29465
29466 * w32.c (request_sigio, unrequest_sigio): Remove.
29467
29468 * w32console.c (w32con_move_cursor, w32con_clear_to_end)
29469 (w32con_clear_frame, w32con_clear_end_of_line)
29470 (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
29471 (w32con_delete_glyphs, w32con_set_terminal_window)
29472 (scroll_line, w32_sys_ring_bell): Add frame arg.
29473 (w32con_set_terminal_modes, w32con_reset_terminal_modes):
29474 Add terminal arg.
29475 (PICK_FRAME): Remove.
29476 (w32con_write_glyphs): Use frame specific terminal coding.
29477 (one_and_only_w32cons): New global variable.
29478 (initialize_w32_display): Use it for storing hooks.
29479 (create_w32cons_output): New function.
29480
29481 * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
29482 arg a frame.
29483
29484 * w32fns.c (x_create_tip_frame): Set terminal and ref count.
29485 Set window_system.
29486 (x_set_tool_bar_lines): Don't use updating_frame.
29487 (Fx_create_frame): Set terminal and ref count.
29488 (Fx_open_connection): Remove window-system check.
29489
29490 * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
29491
29492 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
29493 (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
29494 (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
29495 Add frame arg.
29496 (x_delete_terminal, w32_create_terminal): New functions.
29497 (w32_term_init): Create a terminal.
29498 (w32_initialize): Move terminal specific initialization to
29499 w32_create_terminal.
29500
29501 * w32term.h (x_output): Remove foreground_pixel and background_pixel.
29502 (w32_clear_rect, w32_clear_area): Use background from frame.
29503 (w32_display_info): Add terminal.
29504 (w32_sys_ring_bell, x_delete_display): Declare here.
29505
29506 * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
29507
29508 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
29509
29510 2007-08-29 Kalle Olavi Niemitalo <kon@iki.fi> (tiny change)
29511
29512 * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
29513 Fix get_named_tty calls for the controlling tty.
29514
29515 2007-08-29 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
29516
29517 * term.c (dissociate_if_controlling_tty) [USG]: Fix parse error.
29518
29519 2007-08-29 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
29520
29521 * term.c (tty_insert_glyphs): Add missing first parameter.
29522
29523 2007-08-29 Károly Lőrentey <karoly@lorentey.hu>
29524
29525 * buffer.c (Fbuffer_list, Fbury_buffer):
29526 Take frame->buried_buffer_list into account.
29527
29528 * cm.c (current_tty): New variable, for cmputc().
29529 (cmputc): Use it.
29530 (cmcheckmagic): Add tty parameter, look up terminal streams there.
29531 (calccost): Add tty parameter. Use emacs_tputs() instead of tputs().
29532 (cmgoto): Add tty parameter. Pass it on to calccost().
29533 Use emacs_tputs() instead of tputs().
29534
29535 * cm.h (emacs_tputs): New macro to set current_tty, and then call
29536 tputs().
29537 (current_tty): New variable, for cmputc().
29538 (cmcheckmagic, cmputc, cmgoto): Add prototypes.
29539
29540 * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
29541 (internal_condition_case, internal_condition_case_1)
29542 (internal_condition_case_2): Don't abort when x_catching_errors.
29543
29544 * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
29545 (Fy_or_n_p): Likewise. Use temporarily_switch_to_single_kboard to
29546 prevent crashes caused by bogus longjmps in read_char.
29547
29548 * keymap.h (Fset_keymap_parent): Add EXFUN.
29549
29550 * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
29551 * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
29552 Remove redundant definition.
29553
29554 * macfns.c (x_set_mouse_color, x_make_gc):
29555 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
29556
29557 * w32term.c (x_free_frame_resources):
29558 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
29559 (w32_initialize): Use the accessor macros for terminal characteristics.
29560
29561 * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
29562 Use the accessor macros for terminal characteristics.
29563 * msdos.c (internal_terminal_init): Use the accessor macros for
29564 terminal characteristics.
29565 (ScreenVisualBell, internal_terminal_init):
29566 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
29567
29568 * termopts.h (no_redraw_on_reenter): Declare.
29569
29570 * alloc.c (emacs_blocked_malloc): Disable mallopt call.
29571 (mark_terminals, mark_ttys): Declare.
29572 (Fgarbage_collect): Call them.
29573 (mark_object): Mark buried_buffer_list.
29574
29575 * prefix-args.c: Include stdlib.h for exit.
29576
29577 * syssignal.h: Add comment.
29578
29579 * indent.c: Include stdio.h.
29580
29581 * window.h (Vinitial_window_system): Declare.
29582 (Vwindow_system): Delete declaration.
29583
29584 * fontset.c (Finternal_char_font): Use FRAME_RIF.
29585
29586 * image.c (lookup_image): Don't initialize `c' until the xasserts
29587 have been run.
29588
29589 * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
29590 FRAME_FOREGROUND_PIXEL.
29591
29592 * print.c (print_preprocess): Don't lose print_depth levels while
29593 iterating.
29594
29595 * widget.c (update_from_various_frame_slots):
29596 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
29597
29598 * window.c (set_window_buffer): Don't call clear_mouse_face on tty
29599 frames.
29600 (window_internal_height): Remove bogus make_number call.
29601 (init_window_once): Call make_terminal_frame with two zero parameters.
29602
29603 * fileio.c (Fread_file_name): Update comment.
29604
29605 * callint.c (Fcall_interactively):
29606 Use temporarily_switch_to_single_kboard instead of single_kboard_state.
29607 Make sure it is correctly unwound.
29608
29609 * xsmfns.c (x_session_close): New function.
29610
29611 * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
29612 Delete declarations.
29613
29614 * xterm.h: Remove declaration for x_fully_uncatch_errors.
29615 (x_output): Remove background_pixel and foreground_pixel fields.
29616 (x_display_info): Add new field TERMINAL. Remove KBOARD field.
29617 (x_delete_device, x_session_close): Declare.
29618
29619 * lread.c: Include setjmp.h. Update declaration of `read_char'.
29620 (read_filtered_event): Call `read_char' with a local
29621 `wrong_kboard_jmpbuf'.
29622
29623 * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
29624 Don't call single_kboard_state. Use FRAME_RIF.
29625
29626 * process.c (Fmake_network_process): Don't unrequest_sigio on modern
29627 systems.
29628
29629 * lisp.h (set_process_environment): Rename to `set_global_environment'.
29630 (Fframe_with_environment, Fset_input_meta_mode)
29631 (Fset_quit_char): EXFUN.
29632 (x_create_device, tty_output, terminal, tty_display_info): Declare.
29633 (init_sys_modes, reset_sys_modes): Update prototypes.
29634 (init_all_sys_modes, reset_all_sys_modes): New prototypes.
29635
29636 * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
29637 Vlocal_key_translation_map, and Vkeyboard_translate_table.
29638 (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
29639 Delete declarations.
29640 (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
29641 (temporarily_switch_to_single_kboard, tty_read_avail_input):
29642 New declarations.
29643
29644 * emacs.c (main): Don't call init_sys_modes(), the new term_init()
29645 already does that during init_display(). Call syms_of_keymap
29646 before syms_of_keyboard. Call `syms_of_terminal'.
29647 Call set_initial_environment, not set_process_environment.
29648 (shut_down_emacs): Call reset_all_sys_modes() instead of
29649 reset_sys_modes().
29650
29651 * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
29652 (internal_resolve_face_name, resolve_face_name_error): New functions.
29653 (resolve_face_name): Protect against loops and errors thrown by Fget.
29654 (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
29655 (Ftty_supports_face_attributes_p): Update tty_capable_p call.
29656
29657 * scroll.c: Replace CURTTY() with local variables throughout the
29658 file (where applicable).
29659 (calculate_scrolling, calculate_direct_scrolling)
29660 (scrolling_1, scroll_cost): Use the accessor macros for terminal
29661 characteristics.
29662
29663 * keymap.c (Vfunction_key_map): Remove.
29664 (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
29665 (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
29666 (Vkey_translation_map): Remove.
29667 (syms_of_keymap): Remove DEFVAR for key-translation-map.
29668 (Fdescribe_buffer_bindings)
29669 (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
29670 Update for terminal-local key-translation-map.
29671
29672 * Makefile.in (callproc.o): Update dependencies.
29673 (lisp, shortlisp): Add termdev.elc.
29674 (obj): Add terminal.o.
29675 (terminal.o): Add dependencies.
29676 [HAVE_CARBON]: Make terminal.o depend on macgui.h.
29677 (data.o, fns.o): Add termhooks.h dependency.
29678 (SOME_MACHINE_LISP): Add dnd.elc.
29679 (minibuf.o): Fix typo.
29680 Update dependencies.
29681
29682 * data.c (do_symval_forwarding, store_symval_forwarding)
29683 (find_symbol_value): Use the selected frame's keyboard, not
29684 current_kboard.
29685
29686 * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
29687 Vwindow_system.
29688
29689 * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
29690 Fmenu_bar_open.
29691 (syms_of_xmenu): Update defsubr.
29692 (mouse_position_for_popup, Fx_popup_menu)
29693 (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
29694 (set_frame_menubar, free_frame_menubar)
29695 (create_and_show_popup_menu, xmenu_show)
29696 (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
29697 an X frame.
29698
29699 * xselect.c (x_own_selection): Abort if not an X frame.
29700 (some_frame_on_display): Check if it is an X frame.
29701 (x_handle_selection_clear): Deal with MULTI_KBOARD.
29702
29703 * coding.c: Include frame.h and termhooks.h.
29704 (terminal_coding, keyboard_coding): Delete.
29705 (Fset_terminal_coding_system_internal)
29706 (Fset_keyboard_coding_system_internal)
29707 (Fkeyboard_coding_system)
29708 (Fterminal_coding_system): Add a terminal parameter.
29709 Get terminal_coding from the terminal.
29710 (init_coding_once): Don't call setup_coding_system here.
29711
29712 * dispextern.h (set_scroll_region, turn_off_insert)
29713 (turn_off_highlight, background_highlight, clear_end_of_line_raw)
29714 (tty_clear_end_of_line, tty_setup_colors)
29715 (delete_tty, updating_frame)
29716 (produce_special_glyphs, produce_glyphs, write_glyphs)
29717 (insert_glyphs): Remove.
29718 (raw_cursor_to, clear_to_end, tty_turn_off_insert)
29719 (tty_turn_off_highlight, get_tty_size): Add declaration.
29720 (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
29721
29722 * frame.h (enum output_method): Add output_initial.
29723 (struct x_output): Delete.
29724 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
29725 Access foreground_pixel and background_pixel directly from the frame.
29726 (tty_display): Delete.
29727 (struct frame): Add buried_buffer_list, foreground_pixel,
29728 background_pixel and terminal. Delete kboard.
29729 (union output_data): Add tty.
29730 (FRAME_KBOARD): Get the kboard from the terminal.
29731 (FRAME_INITIAL_P): New macro.
29732 (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
29733 (Qterm_environment_variable, Qdisplay_environment_variable)
29734 (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
29735 New declarations.
29736
29737 * termchar.h (tty_output, tty_display_info): New structures.
29738 (tty_list): Declare.
29739 (FRAME_TTY, CURTTY): New macros.
29740 (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
29741 (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
29742 (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
29743 (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
29744
29745 * callproc.c: Include frame.h and termhooks.h, for terminal
29746 parameters.
29747 (add_env): New function.
29748 (child_setup): Use it.
29749 (child_setup, getenv_internal): Handle the new Vprocess_environment.
29750 (getenv_internal): Fix get_terminal_param call.
29751 (Fgetenv_internal, egetenv): Update doc.
29752 (syms_of_callproc): Initialize Vprocess_environment to nil.
29753 Register and initialize them. Remove obsolete defvars. Update doc
29754 strings.
29755 (child_setup): Handle Vlocal_environment_variables.
29756 (getenv_internal): Add terminal parameter.
29757 Handle Vlocal_environment_variables.
29758 (Fgetenv_internal): Add terminal parameter.
29759 (child_setup, getenv_internal, Fgetenv_internal): Store the local
29760 environment in a frame (not terminal) parameter. Update doc strings.
29761 (set_initial_environment): Rename from set_global_environment.
29762 Store Emacs environment in initial frame parameter.
29763
29764 * xdisp.c (redisplay_internal): Update references to
29765 `previous_terminal_frame'.
29766 (display_mode_line, Fformat_mode_line): Replace calls to
29767 `push_frame_kboard' with `push_kboard'.
29768 (get_glyph_string_clip_rects): Add extra parentheses and
29769 braces to prevent compiler warnings.
29770 (calc_pixel_width_or_height): Add xassert to check that the
29771 frame is alive. Don't call `lookup_image' on a termcap frame.
29772 (message2_nolog, message3_nolog, redisplay_internal)
29773 (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
29774 (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
29775 (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
29776 (Fx_display_pixel_width, Fx_display_pixel_height)
29777 (Fx_display_planes, Fx_display_color_cells)
29778 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
29779 (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
29780 (Fx_display_backing_store, Fx_display_visual_class)
29781 (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
29782 Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
29783
29784 * xfns.c (x_set_foreground_color x_set_background_color)
29785 (x_set_mouse_color, x_set_cursor_color, x_make_gc):
29786 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
29787 (Fx_create_frame, x_create_tip_frame, build_string, x_window)
29788 (Fx_create_frame, x_create_tip_frame): Don't create frames on a
29789 terminal that is being deleted.
29790 (Fx_create_frame): Use `store_frame_param' to set `window-system'
29791 frame parameter, and make sure it overrides any user-supplied setting.
29792 (Fx_close_connection, Fx_synchronize): Unify argument names with
29793 the rest of the DEFUNs.
29794
29795 * dispnew.c (Fsend_string_to_terminal): Update call to
29796 `get_tty_terminal'.
29797 (Fredraw_frame, Fsend_string_to_terminal)
29798 (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
29799 FRAME_TERMCAP_P and FRAME_TTY.
29800 (window_change_signal): Don't believe width/height values that are
29801 impossibly small.
29802 (Vinitial_window_system): Rename from Vwindow_system.
29803 (termscript, Wcm, rif): Delete.
29804
29805 * termhooks.h (struct terminal): New struct containing the
29806 previously global text display hooks and new members NAME,
29807 DELETED and PARAM_ALIST.
29808 (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
29809 (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
29810 (FRAME_RIF): New macros.
29811 (get_terminal_param, get_device): New declarations.
29812 (termscript): Delete declaration.
29813
29814 * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
29815 (XTflash, x_free_frame_resources, x_scroll_bar_create)
29816 (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
29817 FRAME_FOREGROUND_PIXEL.
29818 (x_fully_uncatch_errors): Disable definition.
29819 (x_scroll_bar_expose): Fix reference to foreground pixel.
29820 (XTread_socket): Disable loop on all X displays.
29821 (x_delete_terminal): Don't set terminal->deleted and let
29822 delete_terminal delete the frames on the terminal.
29823 (x_delete_display): Doc update to reflect changes in
29824 delete_terminal.
29825 (x_display_info) <terminal>: Move member earlier in the struct.
29826 (deleting_tty): Remove old variable.
29827 (Fsuspend_tty): Call clear_tty_hooks.
29828 (Fresume_tty, init_tty): Call set_tty_hooks.
29829 (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
29830 errors on X frames.
29831 (x_catch_errors_unwind): Abort if x_error_message is NULL.
29832 (handle_one_xevent): Initialize `f' to NULL.
29833 (x_delete_terminal, x_create_terminal): New functions.
29834 (XTset_terminal_modes, XTreset_terminal_modes)
29835 (XTread_socket, x_connection_closed, x_term_init)
29836 (x_term_init, x_delete_display): Add terminal parameter.
29837 (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
29838 X connections.
29839
29840 * frame.c: Include termchar.h.
29841 (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
29842 (Qwindow_system, Qenvironment, Qterm_environment_variable)
29843 (Qdisplay_environment_variable): New vars.
29844 (Fframep): Deal with output_initial.
29845 (Fframe-live-p): Doc fix.
29846 (Fwindow-system): New function.
29847 (x_set_screen_gamma, store_frame_param): Fix compilation errors.
29848 (make_terminal_frame): Don't create frames on a terminal that is
29849 being deleted. Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
29850 (store_frame_param): Check for found_for_frame before calling XFRAME.
29851 (Fmake_terminal_frame): Handle NULL tty names correctly.
29852 (syms_of_frame): Enhance doc string of `default-frame-alist'.
29853 (Fdelete_frame): Remove unused variable `count'. Don't allow other
29854 frames to refer to a deleted frame in their 'environment parameter.
29855 (Fframe_with_environment): New function.
29856 (syms_of_frame): Defsubr it. Initialize and staticpro Qenvironment.
29857 (get_future_frame_param): New function.
29858 (Fmake_terminal_frame): Use it.
29859 (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
29860
29861 * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
29862 * sysdep.c (reset_sys_modes): Update for renames.
29863
29864 * keyboard.c (tty_read_avail_input): New function.
29865 (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
29866 (syms_of_keyboard): Defsubr them.
29867 (Fset_input_meta_mode, Fset_quit_char): New functions.
29868 (Fset_input_mode): Split to above functions.
29869 (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
29870 parameter. Use it in call to `read_char'.
29871 (read_char): Declare. Update call to `read_char_minibuf_menu_prompt'.
29872 Set wrong_kboard_jmpbuf correctly in recursive calls.
29873 Use current_kboard to access Vkeyboard_translate_table.
29874 Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
29875 Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
29876 Update longjmp invocations. Remember the original current_kboard,
29877 and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
29878 changes it. Comment out unnecessary calls to
29879 `record_single_kboard_state' and `any_kboard_state'.
29880 Update recursive calls.
29881 (wrong_kboard_jmpbuf): Remove global variable.
29882 (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
29883 Handle deleted interrupted_kboards correctly; that is a legal
29884 case. Add `wrong_kboard_jmpbuf' local variable. Update setjmp
29885 and read_char calls. Abort if interrupted_kboard died in read_char.
29886 (any_kboard_state, single_kboard_state)
29887 (push_frame_kboard): Remove function.
29888 (pop_kboard): Switch out of single_kboard mode if the kboard has
29889 been deleted. Remove unused variable. Help debugging by not
29890 changing current_kboard unnecessarily. Set current_kboard to the
29891 kboard of the selected frame when the stored kboard object has
29892 been deleted before pop_kboard.
29893 (temporarily_switch_to_single_kboard): Change first parameter to a
29894 frame pointer. Throw an error when caller wants to change kboards
29895 while in single_kboard mode. Don't push_kboard if we weren't in
29896 single kboard state. Don't pop_kboard if we popped into any
29897 kboard state.
29898 (restore_kboard_configuration): Abort if pop_kboard changed the
29899 kboard in single_kboard mode. Call pop_kboard only after setting
29900 up single_kboard mode.
29901 (Frecursive_edit): Switch to single_kboard mode only in nested
29902 command loops.
29903 (cmd_error, command_loop, command_loop_1, timer_check):
29904 Comment out unnecessary call to `any_kboard_state' and
29905 `record_single_kboard_state'.
29906 (delete_kboard): Exit single_kboard mode if we have just deleted
29907 that kboard. Use FRAME_KBOARD.
29908 (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
29909 `fatal_error_signal'.
29910 (record_single_kboard_state): Don't push_kboard if we weren't in
29911 single kboard state. Don't pop_kboard if we popped into any
29912 kboard state.
29913 (push_frame_kboard): Rename to push_kboard.
29914 (kbd_buffer_get_event): Use FRAME_TERMINAL.
29915 (read_avail_input): Read input from all terminals.
29916 (mark_kboards): Also mark Vkeyboard_translate_table.
29917 (kbd_buffer_store_event_hold): Simplify condition.
29918 (read_key_sequence): Reinitialize fkey and keytran at each replay.
29919 (Vkeyboard_translate_table): Move to struct kboard.
29920 (init_kboard): Initialize Vkeyboard_translate_table.
29921 (syms_of_keyboard): Use DEFVAR_KBOARD to define
29922 Vkeyboard_translate_table. Update doc strings. Update docs of
29923 local-function-key-map and function-key-map.
29924
29925 * terminal.c: New file.
29926
29927 * term.c: Include errno.h.
29928 (Vring_bell_function, device_list, initial_device)
29929 (next_device_id, ring_bell, update_begin, update_end)
29930 (set_terminal_window, cursor_to, raw_cursor_to)
29931 (clear_to_end, clear_frame, clear_end_of_line)
29932 (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
29933 (Fdisplay_name, create_device, delete_device): Move to terminal.c.
29934 (syms_of_term): Move their initialization to terminal.c.
29935 (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
29936 (Ftty_display_color_cells)
29937 (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
29938 (clear_tty_hooks, set_tty_hooks)
29939 (init_tty, maybe_fatal): New functions.
29940 (Ftty_type): Return nil if terminal is not on a tty instead of
29941 throwing an error. Doc update.
29942 (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
29943 Doc update. Initialize new subrs and variables.
29944 (delete_tty): Use terminal->deleted.
29945 (tty_set_terminal_modes): Rename from set_terminal_modes.
29946 (tty_reset_terminal_modes): Rename from reset_terminal_modes.
29947 (set_scroll_region): Rename to `tty_set_scroll_region'.
29948 (turn_on_insert): Rename to `tty_turn_on_insert'.
29949 (turn_off_insert): Rename to `tty_turn_off_insert'.
29950 (turn_off_highlight): Rename to `tty_turn_off_highlight'.
29951 (turn_on_highlight): Rename to `tty_turn_on_highlight'.
29952 (toggle_highligh): Rename to `tty_toggle_highlight'.
29953 (background_highlight): Rename to `tty_background_highlight'.
29954 (highlight_if_desired): Rename to `tty_highlight_if_desired'.
29955 (tty_ring_bell, tty_update_end, tty_set_terminal_window)
29956 (tty_set_scroll_region, tty_background_highlight)
29957 (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
29958 (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
29959 (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
29960 (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
29961 Add static modifier.
29962 (tty_reset_terminal_modes, tty_set_terminal_window)
29963 (tty_set_scroll_region, tty_background_highlight)
29964 (tty_highlight_if_desired, tty_cursor_to)
29965 (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
29966 (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
29967 (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
29968 renames.
29969
29970 2007-08-28 Jan Djärv <jan.h.d@swipnet.se>
29971
29972 * keyboard.c: Qrtl is new.
29973 (parse_tool_bar_item): Handle :rtl keyword.
29974 (syms_of_keyboard): Intern :rtl keyword.
29975
29976 * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
29977
29978 * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
29979 so no Lisp code is executed.
29980 (file_for_image, find_rtl_image): New functions.
29981 (xg_get_image_for_pixmap): Use file_for_image.
29982 (update_frame_tool_bar): If direction is RTL, use RTL image if
29983 defined. Use Gtk stock images if defined.
29984
29985 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29986
29987 * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
29988 for nonexistent or zero-width glyph in composition glyph.
29989
29990 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
29991
29992 * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
29993
29994 * xdisp.c (Finvisible_p): New function.
29995 (syms_of_xdisp): defsubr it.
29996
29997 2007-08-24 Juanma Barranquero <lekktu@gmail.com>
29998
29999 * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
30000 Doc fixes.
30001
30002 2007-08-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30003
30004 * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
30005
30006 2007-08-24 Martin Rudalics <rudalics@gmx.at>
30007
30008 * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
30009 whether decoding has modified buffer contents.
30010
30011 2007-08-24 Jason Rumney <jasonr@gnu.org>
30012
30013 * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
30014 (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
30015 (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
30016 (init_svg_functions) [HAVE_NTGUI]: New function.
30017 (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
30018 (svg_load_image): Use them.
30019 (svg_load_image) [HAVE_NTGUI]: Implement background.
30020
30021 2007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30022
30023 * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
30024 (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
30025 (LIBX): Remove @RSVG_LIBS@.
30026 (LIBES): Add $(RSVG_LIBS).
30027
30028 * image.c (svg_load_image): Blend with specified background if exists.
30029 Use IMAGE_BACKGROUND. Add Mac OS Support.
30030
30031 * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
30032 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
30033 Remove macros.
30034 [MAC_OSX] (socket_callback): Do nothing.
30035 [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
30036 ReceiveNextEvent.
30037 [MAC_OSX] (sys_select): Likewise. Don't set context as argument to
30038 socket_callback.
30039 (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
30040
30041 2007-08-22 Glenn Morris <rgm@gnu.org>
30042
30043 * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
30044
30045 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
30046
30047 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
30048
30049 * image.c: Add support for SVG images. Some additional comments
30050 by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined:
30051 (svg_image_p): New function to test for SVG image.
30052 (svg_load): New function to load SVG image.
30053 (svg_load_image): New function, helper for svg_load.
30054 (Qsvg): New Lisp_object.
30055 (svg_keyword_index): New enum.
30056 (svg_format): New static `image_keyword' struct.
30057 (svg_type): New static `image_type' struct.
30058 (librsvg/rsvg.h): Include it.
30059
30060 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
30061
30062 * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
30063
30064 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
30065
30066 * lread.c (Qold_style_backquotes): New var.
30067 (syms_of_lread): Init and staticpro it.
30068 (load_warn_old_style_backquotes): New fun.
30069 (Fload): Use them to warn about old style backquotes.
30070 (end_of_file_error, Fload): Remove unused vars.
30071
30072 * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
30073
30074 * lread.c (Vold_style_backquotes): New var.
30075 (syms_of_lread): Init and export it to Elisp.
30076 (read1): Set it when we find an old-style (back)quote.
30077
30078 2007-08-22 Jason Rumney <jasonr@gnu.org>
30079
30080 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
30081
30082 2007-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
30083
30084 * puresize.h (BASE_PURESIZE): Increase to 1140000.
30085
30086 2007-08-19 Richard Stallman <rms@gnu.org>
30087
30088 * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
30089
30090 2007-08-19 Andreas Schwab <schwab@suse.de>
30091
30092 * alloc.c (pure): Round PURESIZE up.
30093
30094 2007-08-17 Jan Djärv <jan.h.d@swipnet.se>
30095
30096 * xterm.c (handle_one_xevent): Remove check that mouse click is in
30097 active frame.
30098
30099 2007-08-16 Richard Stallman <rms@gnu.org>
30100
30101 * eval.c (Fcommandp): Add parens to clarify.
30102
30103 * minibuf.c (Fall_completions): Use enum for type of table.
30104
30105 * emacs.c (USAGE2): Improve text.
30106
30107 2007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int>
30108
30109 * term.c (tty_default_color_capabilities): Declare static
30110 variables in file scope, to avoid HPUX compiler problem.
30111
30112 2007-08-13 Jan Djärv <jan.h.d@swipnet.se>
30113
30114 * gtkutil.c (update_frame_tool_bar): Use -1 as index
30115 to gtk_toolbar_insert.
30116
30117 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
30118
30119 * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
30120
30121 * insdel.c (reset_var_on_error): New fun.
30122 (signal_before_change, signal_after_change):
30123 Use it to reset (after|before)-change-functions to nil in case of error.
30124 Bind inhibit-modification-hooks to t.
30125 Don't bind (after|before)-change-functions to nil while they run.
30126
30127 2007-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30128
30129 * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
30130 filling pixmap with stippled background.
30131
30132 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30133
30134 * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
30135 Don't use invisible frame as parent window for repositioning.
30136
30137 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
30138
30139 * print.c (new_backquote_output): Rename from old_backquote_output.
30140 (print): Inverse its logic (according to its name) so as to match the
30141 behavior of new_backquote_flag in lread.c.
30142
30143 2007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30144
30145 * gmalloc.c (posix_memalign): New function.
30146
30147 * macterm.c (frame_highlight, frame_unhighlight): Don't call
30148 ActivateControl/DeactivateControl here.
30149 [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
30150 frame-notice-user-settings is non-nil.
30151 [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
30152 for kEventParamFMFontStyle.
30153 [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
30154 mac_pass_command_to_system and mac_pass_control_to_system here.
30155 (XTread_socket): Call ActivateControl/DeactivateControl here.
30156 (XTread_socket) [TARGET_API_MAC_CARBON]:
30157 Check mac_pass_command_to_system and mac_pass_control_to_system here.
30158 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
30159 for window repositioning.
30160
30161 2007-08-08 Glenn Morris <rgm@gnu.org>
30162
30163 * Replace `iff' in doc-strings and comments.
30164
30165 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
30166
30167 * xdisp.c (move_it_by_lines): Remove incorrect optimization.
30168
30169 2007-08-07 Martin Rudalics <rudalics@gmx.at>
30170
30171 * fileio.c (Finsert_file_contents): Run format-decode and
30172 after_insert_file_functions on entire buffer when REPLACE is
30173 non-nil and inhibit modification_hooks and point_motion_hooks.
30174 For consistency, run after_insert_file_functions iff something
30175 got inserted. Move signal_after_change and update_compositions
30176 after code running after_insert_file_functions. Make sure that
30177 undo_list doesn't record intermediate steps of the decoding process.
30178
30179 2007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30180
30181 * emacs.c (main)
30182 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
30183 Call malloc_enable_thread on interactive startup.
30184
30185 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
30186 (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
30187 [USE_PTHREAD]: Conditionalize with it.
30188 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
30189 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
30190 New functions.
30191
30192 2007-08-06 Chong Yidong <cyd@stupidchicken.com>
30193
30194 * xdisp.c (redisplay_window): When restoring original buffer
30195 position, make sure it is still valid.
30196
30197 * image.c (png_load): Ignore png-supplied background color.
30198
30199 2007-08-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30200
30201 * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
30202 Use kCFAbsoluteTimeIntervalSince1970.
30203
30204 * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
30205 New variable.
30206 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
30207 event loop should be quit.
30208 [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
30209 Quit dialog event loop if quit_dialog_event_loop is set.
30210
30211 * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
30212 (Selection): New typedef. Use instead of ScrapRef.
30213 (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
30214 (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
30215 (mac_clear_selection): Rename from clear_scrap.
30216 (get_flavor_type_from_symbol): New argument SEL and subsume function of
30217 scrap_has_target_type. All uses changed.
30218 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
30219 (mac_selection_has_target_p): New functions.
30220 (mac_put_selection_value): Rename from put_scrap_string.
30221 (mac_get_selection_value): Rename from get_scrap_string.
30222 (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
30223 (put_scrap_private_timestamp, scrap_has_target_type)
30224 (get_scrap_private_timestamp): Remove functions.
30225 (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
30226 (x_own_selection, x_get_local_selection):
30227 Use mac_valid_selection_value_p.
30228 (x_own_selection): Don't use put_scrap_private_timestamp.
30229 Record OWNERSHIP-INFO into Vselection_alist instead.
30230 (x_get_local_selection): Don't check type if request is local.
30231 (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
30232 Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
30233
30234 2007-08-04 Jan Djärv <jan.h.d@swipnet.se>
30235
30236 * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
30237 add comment explaining why.
30238
30239 2007-08-03 Richard Stallman <rms@gnu.org>
30240
30241 * fileio.c (Fvisited_file_modtime): Use make_time.
30242
30243 2007-08-01 Ryo Yoshitake <ryo@shiftmode.net> (tiny change)
30244
30245 * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
30246 build.
30247
30248 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
30249
30250 * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
30251
30252 2007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
30253
30254 * puresize.h (BASE_PURESIZE): Increase to 1130000.
30255
30256 2007-07-30 Richard Stallman <rms@gnu.org>
30257
30258 * lread.c (readevalloop, read1): Treat NBSP as whitespace.
30259
30260 2007-07-29 Jan Djärv <jan.h.d@swipnet.se>
30261
30262 * gmalloc.c (__malloc_initialize): Remove pthread_once. Not needed.
30263
30264 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
30265
30266 * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
30267 remote default-directory.
30268
30269 * buffer.c (mode-line-format): Update doc string.
30270
30271 2007-07-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30272
30273 * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
30274 scroll bar gap.
30275 (x_scroll_bar_create): Set bar->fringe_extended_p.
30276 (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
30277 on frame edge. Check fringe background extension. Don't clear
30278 extended fringe background area.
30279
30280 * w32term.h (struct scroll_bar): New member fringe_extended_p.
30281 (w32_fill_area): Enclose multiple statements with do ... while (0).
30282
30283 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
30284 Extend fringe background to scroll bar gap.
30285 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
30286 Set bar->fringe_extended_p.
30287 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
30288 Put leftmost/rightmost scroll bars on frame edge. Check fringe
30289 background extension. Don't clear extended fringe background area.
30290
30291 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
30292 New member fringe_extended_p.
30293
30294 2007-07-25 Glenn Morris <rgm@gnu.org>
30295
30296 * Relicense all FSF files to GPLv3 or later.
30297
30298 * COPYING: Switch to GPLv3.
30299
30300 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
30301
30302 * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
30303
30304 * data.c (Finteractive_form): Check for the presence of an
30305 `interactive-form' symbol property more thoroughly.
30306
30307 * data.c (Finteractive_form): Use an `interactive-form' property if
30308 present, analogous to the function-documentation property.
30309
30310 2007-07-24 Jason Rumney <jasonr@gnu.org>
30311
30312 * w32fns.c (x_real_positions): Get real position from OS instead of
30313 calculating it.
30314
30315 2007-07-23 Jason Rumney <jasonr@gnu.org>
30316
30317 * filelock.c (current_lock_owner): Allow for @ sign in username.
30318
30319 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
30320
30321 * xdisp.c (decode_mode_spec): Add case 'R' for to test for
30322 remote default-directory.
30323
30324 * buffer.c (mode-line-format): Describe above case in doc string.
30325
30326 2007-07-20 Eli Zaretskii <eliz@gnu.org>
30327
30328 * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
30329 Define if not defined.
30330
30331 2007-07-18 Jason Rumney <jasonr@gnu.org>
30332
30333 * w32proc.c (w32_executable_type): Handle 64 bit executables.
30334
30335 2007-07-18 Richard Stallman <rms@gnu.org>
30336
30337 * data.c (Fsetq_default): Doc fix.
30338
30339 * eval.c (Fsetq): Doc fix.
30340
30341 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
30342
30343 * coding.c (Ffind_operation_coding_system):
30344 * eval.c (For, Fand): Doc fixes.
30345 Reported by Johan Bockgård.
30346
30347 2007-07-18 Jan Djärv <jan.h.d@swipnet.se>
30348
30349 * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
30350
30351 * xterm.h: Declare x_ewmh_activate_frame.
30352
30353 * xterm.c (x_ewmh_activate_frame): New function.
30354 (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
30355
30356 2007-07-17 Martin Rudalics <rudalics@gmx.at>
30357
30358 * window.c (Fdisplay_buffer): If largest or LRU window is the
30359 only window, split it even if it is not eligible for splitting.
30360 This restores the original behavior broken by the 2007-07-15
30361 change.
30362
30363 2007-07-17 Glenn Morris <rgm@gnu.org>
30364
30365 * abbrev.c (abbrev_check_chars): New function.
30366 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
30367 Call abbrev_check_chars to check abbrev characters are word
30368 constituents. Doc fix.
30369
30370 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
30371
30372 * process.c (Fstart_process, Fmake_network_process)
30373 (read_process_output): Fix up last changes.
30374
30375 2007-07-16 Eli Zaretskii <eliz@gnu.org>
30376
30377 * makefile.w32-in (clean): Don't delete *~.
30378
30379 2007-07-16 Andreas Schwab <schwab@suse.de>
30380
30381 * window.c (Fdisplay_buffer): Use NILP.
30382 (Fset_window_scroll_bars): Likewise.
30383
30384 2007-07-15 Martin Rudalics <rudalics@gmx.at>
30385
30386 * window.c (window_min_size_2): New function.
30387 (window_min_size_1, size_window, Fdisplay_buffer)
30388 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
30389 windows without mode- or header-lines when window-min-height is
30390 too small.
30391 (size_window): Reset nodelete_p after testing it, following an
30392 earlier note by Kim F. Storm.
30393 (display_buffer): Do not set split_height_threshold to twice the
30394 value of window_min_height to avoid changing the value of a
30395 customizable variable. Rather explicitly check whether the
30396 height of the window that shall be splitted is at least as large
30397 as split_height_threshold.
30398 (Fwindow_full_width_p): New defun.
30399 (syms_of_window): Defsubr it.
30400
30401 * window.h: Add EXFUN for Fwindow_full_width_p.
30402
30403 2007-07-14 Jason Rumney <jasonr@gnu.org>
30404
30405 * process.c [WINDOWSNT]: Don't undefine AF_INET6.
30406
30407 2007-07-14 Richard Stallman <rms@gnu.org>
30408
30409 * eval.c (maybe_call_debugger): New function.
30410 (find_handler_clause): Use maybe_call_debugger.
30411 Call it when the handler says `debug'.
30412 Eliminate DEBUGGER_VALUE_PTR.
30413 (Fsignal): Eliminate debugger_value.
30414 (Qdebug): New variable.
30415 (syms_of_eval): Initialize it.
30416
30417 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
30418
30419 * eval.c (Fprogn):
30420 * keyboard.c (Ftrack_mouse):
30421 * print.c (Fwith_output_to_temp_buffer):
30422 * window.c (Fsave_window_excursion): Doc fix.
30423
30424 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
30425
30426 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
30427
30428 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
30429
30430 * process.h (struct Lisp_Process): Turn slots infd, outfd,
30431 kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
30432 inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
30433 read_output_delay, and read_output_skip from Lisp_Objects to ints.
30434 Remove unused encoding_carryover.
30435 * process.c: Adjust all functions accordingly.
30436
30437 2007-07-12 Richard Stallman <rms@gnu.org>
30438
30439 * term.c: Include unistd.h only if HAVE_UNISTD_H.
30440
30441 2007-07-11 Jason Rumney <jasonr@gnu.org>
30442
30443 * makefile.w32-in (LIBS): Include OLE32.
30444
30445 * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
30446 (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
30447
30448 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
30449
30450 * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
30451 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
30452 from a Lisp_Object into a bare pointer.
30453 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
30454 Adjust the code correspondingly.
30455
30456 * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
30457
30458 * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
30459 (term_show_mouse_face): Remove unused var `j'.
30460 (handle_one_term_event): Remove unused vars `i' and `j'.
30461 Don't cast return value of ttyname since it's not necessary.
30462
30463 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
30464
30465 * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
30466 USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
30467
30468 * fns.c (map_char_table): Use an array of int for `indices' rather than
30469 an array of Lisp_Objects (which are only ever integers anyway).
30470 (Fmap_char_table): Update caller.
30471 * lisp.h: Update prototype.
30472 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
30473 * fontset.c (Ffontset_info):
30474 * casetab.c (set_case_table): Update callers.
30475
30476 * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
30477
30478 * keymap.c (struct accessible_keymaps_data)
30479 (struct where_is_internal_data): New structures.
30480 (accessible_keymaps_1, where_is_internal_1): Use them to change
30481 interface to adhere to the one used by map_keymap.
30482 (Faccessible_keymaps, where_is_internal): Use map_keymap.
30483 (accessible_keymaps_char_table, where_is_internal_2): Remove.
30484
30485 * keymap.h (map_keymap_function_t): More informative prototype.
30486
30487 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
30488
30489 * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
30490 (looking_at_1): Don't change search_regs and last_thing_searched
30491 if `inhibit-changing-match-data' is non-nil.
30492 (string_match_1, search_buffer, set_search_regs): Likewise.
30493 (syms_of_search): Add Lisp level definition for
30494 `inhibit-changing-match-data' and set it to nil.
30495 (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
30496 start and end of the match, instead of using values in search_regs.
30497
30498 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
30499
30500 * minibuf.c (Fcompleting_read): New value `confirm-only'
30501 for `require-match'.
30502
30503 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
30504
30505 * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
30506 part of the 2007-06-27 change to syms_of_fileio.
30507
30508 2007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30509
30510 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
30511 Check WINDOWP before using XWINDOW. Consolidate return statements.
30512
30513 2007-06-27 Richard Stallman <rms@gnu.org>
30514
30515 * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
30516
30517 2007-06-27 Juanma Barranquero <lekktu@gmail.com>
30518
30519 * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
30520
30521 2007-06-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30522
30523 * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
30524 (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
30525 (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
30526 (_free_internal, memalign): Use them.
30527 (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
30528 Initialize to PTHREAD_MUTEX_INITIALIZER.
30529 (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
30530 (morecore_nolock): Rename from morecore. All uses changed.
30531 Use only nolock versions of internal allocation functions.
30532 (_malloc_internal_nolock, _realloc_internal_nolock)
30533 (_free_internal_nolock): New functions created from
30534 _malloc_internal, _realloc_internal, and _free_internal.
30535 (_malloc_internal, _realloc_internal, _free_internal): Use them.
30536 Copy hook value to automatic variable before its use.
30537 (memalign): Copy hook value to automatic variable before its use.
30538
30539 2007-06-26 Kenichi Handa <handa@m17n.org>
30540
30541 * coding.c (Ffind_operation_coding_system): Docstring improved.
30542 (syms_of_coding): Docstring of `file-coding-system-alist' improved.
30543
30544 2007-06-25 David Kastrup <dak@gnu.org>
30545
30546 * keymap.c (Fcurrent_active_maps): Add `position' argument.
30547 (Fwhere_is_internal): Adjust call to `current-active-maps' to
30548 cater for additional parameter.
30549
30550 * keymap.h: Adjust number of parameters to `current-active-maps'.
30551
30552 * doc.c (Fsubstitute_command_keys): Adjust call of
30553 `current-active-maps'.
30554
30555 2007-06-25 David Kastrup <dak@gnu.org>
30556
30557 * callint.c (Fcall_interactively): Make the parsing of interactive
30558 specs somewhat more readable.
30559
30560 2007-06-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30561
30562 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
30563 to scroll bar gap also when bitmap fills fringe. Draw only foreground
30564 if extended background has already been filled.
30565
30566 2007-06-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30567
30568 * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
30569 (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
30570
30571 * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
30572 Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
30573 in #if 0 as it is not compatible with y-or-n-p-with-timeout.
30574 (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
30575 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
30576 instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
30577 (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
30578 [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
30579 Run timers during dialog popup.
30580 (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
30581
30582 2007-06-21 Jason Rumney <jasonr@gnu.org>
30583
30584 * image.c (convert_mono_to_color_image): Swap fore and background.
30585
30586 2007-06-20 Jason Rumney <jasonr@gnu.org>
30587
30588 * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
30589 (w32_free_bdf_font): Unmap memory not handle.
30590
30591 2007-06-20 Sam Steingold <sds@gnu.org>
30592
30593 * gmalloc.c (__morecore): Fix the declaration to comply with the
30594 definition.
30595
30596 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
30597
30598 * w32term.c (w32_delete_display): Remove leftover declaration.
30599 (w32_define_cursor, w32_initialize): Make static.
30600
30601 * w32.c (_wsa_errlist): Fix typo in error message.
30602 (init_environment): Ignore any environment variable from the
30603 registry having a null value.
30604
30605 2007-06-20 Glenn Morris <rgm@gnu.org>
30606
30607 * Makefile.in (LIBGIF): Default to -lgif.
30608
30609 2007-06-17 Jason Rumney <jasonr@gnu.org>
30610
30611 * w32menu.c (add_menu_item): Don't use multibyte string functions on
30612 unicode strings.
30613
30614 2007-06-16 Juanma Barranquero <lekktu@gmail.com>
30615
30616 * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
30617 Fix typo in docstring.
30618
30619 2007-06-16 Eli Zaretskii <eliz@gnu.org>
30620
30621 * w32menu.c (add_menu_item): Escape `&' characters in menu items
30622 and their keybindings.
30623
30624 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
30625
30626 * composite.c (update_compositions): Fix last fix.
30627
30628 2007-06-14 Jason Rumney <jasonr@gnu.org>
30629
30630 * w32.c (get_process_times_fn): New function pointer.
30631 (globals_of_w32): Intialize it if present in kernel32.dll.
30632 (w32_get_internal_run_time): New function.
30633
30634 * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
30635
30636 2007-06-14 Kenichi Handa <handa@etlken.m17n.org>
30637
30638 * composite.c (update_compositions): Check the validness of
30639 compositions.
30640
30641 2007-06-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30642
30643 * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
30644 (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
30645
30646 * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
30647 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
30648
30649 * macgui.h (USE_MAC_TOOLBAR): New define.
30650
30651 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
30652 Return immediately unless popup is activated.
30653
30654 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
30655 background to scroll bar gap.
30656 (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
30657 (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
30658 scroll bars on frame edge. Check fringe background extension.
30659 Don't clear extended fringe background area.
30660 (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
30661 (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
30662 (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
30663 [USE_MAC_TOOLBAR]: New macros.
30664 (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
30665 (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
30666 (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
30667 (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
30668 [USE_MAC_TOOLBAR]: New functions.
30669 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
30670 manually if previous repositioning has failed.
30671 (mac_handle_keyboard_event): Use precomputed event kind.
30672 (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
30673 as tool bar item click. Handle mouse movement over tool bar items.
30674
30675 * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
30676 toolbar_win_gravity.
30677 (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
30678 (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
30679 Add externs.
30680
30681 * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
30682 [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
30683
30684 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
30685
30686 * image.c (search_image_cache): Remove unused variable.
30687
30688 2007-06-13 Chong Yidong <cyd@stupidchicken.com>
30689
30690 * xfns.c, xmenu.c: Link to xaw3d if available.
30691
30692 2007-06-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30693
30694 * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
30695 frame_foreground and frame_background.
30696
30697 * image.c (lookup_image): Save frame foreground and background colors.
30698 (search_image_cache): Check if saved and current frame colors match.
30699
30700 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
30701
30702 * regex.c (regex_compile): Remove the `regnum' counter.
30703 Use bufp->re_nsub instead. Add support for \(?N:RE\).
30704
30705 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
30706
30707 * term.c: Include intervals.h to declare Fget_text_property.
30708
30709 2007-06-10 Jason Rumney <jasonr@gnu.org>
30710
30711 * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
30712
30713 2007-06-08 Juanma Barranquero <lekktu@gmail.com>
30714
30715 * callint.c (Fcall_interactively):
30716 * editfns.c (Fdelete_and_extract_region):
30717 * fileio.c (Fread_file_name):
30718 * fns.c (Fmapconcat):
30719 * keyboard.c (cmd_error_internal):
30720 * keymap.c (Fkey_description):
30721 * lread.c (openp):
30722 * minibuf.c (read_minibuf):
30723 * search.c (wordify):
30724 * sunfns.c (sel_read):
30725 * xdisp.c (Fformat_mode_line, syms_of_xdisp):
30726 * xfns.c (x_default_scroll_bar_color_parameter):
30727 * xmenu.c (menu_help_callback):
30728 * xselect.c (Fx_get_atom_name):
30729 * xterm.c (x_term_init): Use empty_unibyte_string.
30730
30731 2007-06-08 Dmitry Antipov <dmantipov@yandex.ru> (tiny change)
30732
30733 * alloc.c (init_strings): Initialize canonical empty strings.
30734 (make_uninit_string, make_uninit_multibyte_string): Return appropriate
30735 canonical empty string when the requested size is 0.
30736
30737 * emacs.c (empty_unibyte_string): Rename from empty_string.
30738 (empty_multibyte_string): New canonical empty string.
30739 (syms_of_emacs): Don't initialize empty_string.
30740
30741 * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
30742 string, if appropriate.
30743 (empty_unibyte_string, empty_multibyte_string): New externs.
30744 (empty_string): Remove extern.
30745
30746 * lread.c (syms_of_lread): Use empty_unibyte_string.
30747
30748 2007-06-07 Jason Rumney <jasonr@gnu.org>
30749
30750 * s/ms-w32.h: Don't define HAVE_TZNAME.
30751
30752 * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
30753
30754 2007-06-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30755
30756 * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
30757
30758 * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
30759 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
30760
30761 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
30762 Don't call next handler.
30763 [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
30764 Remove argument. Install handler to application.
30765 (set_frame_menubar): Don't change deep_p.
30766 (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
30767 FRAME_OUTER_TO_INNER_DIFF_Y.
30768 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
30769 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
30770 [HAVE_DIALOGS]: New macros.
30771 [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
30772 Use them.
30773 (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
30774
30775 * macselect.c [MAC_OSX] (install_service_handler): Rename from
30776 init_service_handler. All callers changed. Return OSStatus value.
30777
30778 * macterm.c (mac_begin_cg_clip): New arg F. Call SetPortWindowPort.
30779 All callers changed so as not to call SetPortWindowPort.
30780 (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
30781 (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
30782 mac_draw_string_common.
30783 (mac_draw_image_string_qd): Likewise.
30784 (mac_draw_string_common): Use them. Add INLINE.
30785 (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
30786 Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
30787 GetGlobalMouse.
30788 (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
30789 and FRAME_OUTER_TO_INNER_DIFF_Y.
30790 [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
30791 [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
30792 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
30793 repositioning window to mac_handle_window_event.
30794 (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
30795 saving window location to mac_handle_window_event
30796 [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
30797 (install_menu_target_item_handler): Remove argument in extern.
30798 [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
30799 Also accept command events.
30800 (do_keystroke): New function created from XTread_socket.
30801 (init_command_handler): Remove functions.
30802 [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
30803 and save window location by kEventWindowShowing and kEventWindowHiding
30804 handlers here. Don't call next handler for window state change and
30805 focus events.
30806 (mac_handle_application_event, mac_handle_keyboard_event)
30807 [TARGET_API_MAC_CARBON]: New functions.
30808 (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
30809 kEventWindowShowing and kEventWindowHiding events. Move installation
30810 of mouse, font, text input and menu target item handlers to
30811 install_application_handler.
30812 (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
30813 (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
30814 New function.
30815 (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
30816 Register it.
30817 (XTread_socket) [TARGET_API_MAC_CARBON]:
30818 Consolidate SendEventToEventTarget calls.
30819 Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
30820 Move application activation handler to mac_handle_application_event.
30821 Move keyboard handler to mac_handle_keyboard_event.
30822 (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
30823 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
30824 init_command_handler. Call install_application_handler.
30825
30826 * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
30827 (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
30828
30829 2007-06-07 Glenn Morris <rgm@gnu.org>
30830
30831 * emacs.c (main): Use `emacs-copyright' in --version output.
30832
30833 2007-06-06 Chong Yidong <cyd@stupidchicken.com>
30834
30835 * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
30836
30837 2007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30838
30839 * macfns.c (mac_window): Replace WindowPtr with WindowRef.
30840
30841 * macgui.h: Replace WindowPtr with WindowRef.
30842
30843 * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
30844 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
30845 Replace ControlHandle with ControlRef.
30846 (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
30847
30848 * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
30849 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
30850 Replace ControlHandle with ControlRef.
30851 (USE_CARBON_EVENTS): Remove. Use TARGET_API_MAC_CARBON instead.
30852 [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
30853
30854 * macterm.h (struct scroll_bar): Rename member control_handle_low
30855 and control_handle_high to control_ref_low and control_ref_high.
30856 All uses changed.
30857 (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
30858 SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
30859 respectively. All uses changed.
30860 (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
30861 (install_window_handler, remove_window_handler): Replace WindowPtr
30862 with WindowRef in externs.
30863
30864 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
30865
30866 * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
30867
30868 2007-06-03 Nick Roberts <nickrob@snap.net.nz>
30869
30870 * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
30871
30872 * frame.c (Fmouse_position, Fmouse_pixel_position):
30873 Condition on HAVE_GPM too.
30874
30875 * term.c (term_mouse_highlight): Remove unused variables.
30876 (Fterm_open_connection): Set gpm_zerobased to 1.
30877 (term_mouse_movement, term_mouse_click, handle_one_term_event):
30878 Use zero based co-ordinates.
30879 (handle_one_term_event): Report a drag as mouse movement too.
30880
30881 * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
30882
30883 2007-06-03 Chong Yidong <cyd@stupidchicken.com>
30884
30885 * image.c (search_image_cache): New function. Require background
30886 color match if background color is unspecified in the image spec.
30887 (uncache_image, lookup_image): Use it.
30888
30889 2007-06-01 Juanma Barranquero <lekktu@gmail.com>
30890
30891 * window.c (Fshrink_window): Reflow docstring.
30892
30893 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
30894
30895 * Version 22.1 released.
30896
30897 2007-06-01 Richard Stallman <rms@gnu.org>
30898
30899 * xfns.c (x_encode_text): Add GCPRO.
30900
30901 2007-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30902
30903 * xfns.c (x_set_name_internal): Save encoded name before
30904 x_encode_text in case string data is relocated.
30905
30906 2007-05-31 Richard Stallman <rms@gnu.org>
30907
30908 * buffer.c (syms_of_buffer): Doc fix.
30909
30910 2007-05-30 Nick Roberts <nickrob@snap.net.nz>
30911
30912 * sysdep.c (init_sys_modes): Add rather than replace with
30913 O_NONBLOCK.
30914
30915 * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
30916 term_mouse_moveto.
30917
30918 * termhooks.h (term_mouse_moveto): New extern.
30919
30920 * term.c (mouse_face_window): Rename...
30921 (Qmouse_face_window): ...to this.
30922 (term_show_mouse_face, term_clear_mouse_face)
30923 (term_mouse_highlight): Use Qmouse_face_window.
30924 (term_mouse_moveto): New function.
30925 (term_mouse_position): Make it work.
30926 (syms_of_term): Uncomment assignment to mouse_position_hook.
30927 Staticpro Qmouse_face_window.
30928
30929 2007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30930
30931 * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
30932 around current_column call.
30933
30934 2007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
30935
30936 * xfaces.c (syms_of_xfaces): Delete stray semicolon.
30937 * xdisp.c (next_element_from_buffer):
30938 * window.c (delete_window):
30939 * term.c (term_mouse_highlight):
30940 * msdos.c (getdefdir):
30941 * macterm.c (mac_create_bitmap_from_bitmap_data)
30942 (init_font_name_table):
30943 * fns.c (Fsxhash):
30944 * data.c (Fmake_local_variable):
30945 * ccl.c (ccl_driver): Likewise.
30946
30947 2007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30948
30949 * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
30950 Call mac_wakeup_from_rne on window size change.
30951
30952 2007-05-25 Chong Yidong <cyd@stupidchicken.com>
30953
30954 * image.c (uncache_image): Fix typo.
30955
30956 2007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
30957
30958 * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
30959
30960 2007-05-22 Richard Stallman <rms@gnu.org>
30961
30962 * xterm.c (x_connection_closed): Remove NO_RETURN.
30963
30964 2007-05-22 Martin Rudalics <rudalics@gmx.at>
30965
30966 * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
30967
30968 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
30969
30970 * image.c (uncache_image): New function.
30971 (Fimage_refresh): New function.
30972
30973 2007-05-20 Jan Djärv <jan.h.d@swipnet.se>
30974
30975 * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
30976
30977 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
30978
30979 * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
30980 * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
30981
30982 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
30983
30984 * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
30985 conditional on [HAVE_GPM_H].
30986
30987 2007-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
30988
30989 * syntax.c (skip_chars): Update syntax-table only after we checked that
30990 the new location is valid.
30991
30992 2007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30993
30994 * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
30995 mac_get_window_bounds.
30996
30997 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
30998
30999 * Makefile.in (LIBGPM): Allow it to be set from configure.
31000 If set then link Emacs with it.
31001
31002 * config.in: Regenerate.
31003
31004 * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
31005 New externs.
31006
31007 * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
31008 Include gpm.h.
31009 (handle_one_term_event, term_gpm): New externs.
31010
31011 * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
31012 and allow it to be interrupted by SIGIO.
31013
31014 * process.c (gpm_wait_mask, max_gpm_desc): New variables.
31015 (wait_reading_process_output): Wait on gpm_fd too.
31016 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
31017 (add_gpm_wait_descriptor_called_flag): New variable.
31018 (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
31019
31020 * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
31021 (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
31022 (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
31023 Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
31024 (make_lispy_event): Add case GPM_CLICK_EVENT.
31025 (read_avail_input): Handle mouse input.
31026
31027 * term.c (write_glyphs_with_face): New function.
31028 [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
31029 (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
31030 (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
31031 (mouse_face_face_id, term_gpm, pos_x, pos_y)
31032 (last_mouse_x, last_mouse_y): New variables.
31033 (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
31034 (term_mouse_highlight, term_mouse_movement, term_mouse_position)
31035 (term_mouse_click, handle_one_term_event, Fterm_open_connection)
31036 (Fterm_close_connection): New functions.
31037 (term_init): Initialise mouse_face_window.
31038
31039 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
31040
31041 * xdisp.c (redisplay_window): If first window line is a
31042 continuation line, recompute the new window start instead of
31043 recentering.
31044
31045 2007-05-18 Glenn Morris <rgm@gnu.org>
31046
31047 * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
31048 Suggested by Alfred M. Szmidt <ams@gnu.org>.
31049
31050 2007-05-17 Glenn Morris <rgm@gnu.org>
31051
31052 * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
31053
31054 2007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31055
31056 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
31057 dead key repeat and up events.
31058
31059 2007-05-14 Chong Yidong <cyd@stupidchicken.com>
31060
31061 * image.c (pbm_load): Check image size for monochrome pbm.
31062
31063 2007-05-13 Chong Yidong <cyd@stupidchicken.com>
31064
31065 * xterm.c (XTread_socket): Revert last change.
31066
31067 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
31068
31069 * image.c (pbm_load): Correctly check image size for greyscale pbm.
31070
31071 * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
31072
31073 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
31074
31075 * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
31076 mixup (YAILOM).
31077
31078 2007-05-07 Andreas Schwab <schwab@suse.de>
31079
31080 * keymap.c (Flookup_key): Fix typo in last change.
31081
31082 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
31083
31084 * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
31085 mapping for unibyte strings.
31086
31087 2007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31088
31089 * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
31090 (Fx_popup_dialog) [MAC_OSX]: Likewise.
31091
31092 2007-04-29 Richard Stallman <rms@gnu.org>
31093
31094 * insdel.c (replace_range): For undo, record insertion first.
31095
31096 2007-04-29 Andreas Schwab <schwab@suse.de>
31097
31098 * lisp.h (VECSIZE): Use OFFSETOF.
31099
31100 2007-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31101
31102 * xdisp.c (try_window_reusing_current_matrix): Fix number of
31103 disabled lines.
31104
31105 2007-04-28 Richard Stallman <rms@gnu.org>
31106
31107 * lread.c (read_escape): In a string, \s is always space.
31108
31109 2007-04-27 Jan Djärv <jan.h.d@swipnet.se>
31110
31111 * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
31112
31113 * gtkutil.c (xg_update_menubar, create_menus): Create empty
31114 submenu for menu bar items.
31115
31116 See ChangeLog.10 for earlier changes.
31117
31118 ;; Local Variables:
31119 ;; coding: utf-8
31120 ;; End:
31121
31122 Copyright (C) 2007-2011 Free Software Foundation, Inc.
31123
31124 This file is part of GNU Emacs.
31125
31126 GNU Emacs is free software: you can redistribute it and/or modify
31127 it under the terms of the GNU General Public License as published by
31128 the Free Software Foundation, either version 3 of the License, or
31129 (at your option) any later version.
31130
31131 GNU Emacs is distributed in the hope that it will be useful,
31132 but WITHOUT ANY WARRANTY; without even the implied warranty of
31133 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
31134 GNU General Public License for more details.
31135
31136 You should have received a copy of the GNU General Public License
31137 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.