]> code.delx.au - gnu-emacs/blob - src/ChangeLog
Convert function definitions to standard C.
[gnu-emacs] / src / ChangeLog
1 2010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_expose)
4 (_scroll_bar_note_movement): Convert definitions to standard C.
5 * xmenu.c (menu_help_callback, pop_down_menu, xmenu_show):
6 * xfns.c (hack_wm_protocols, x_window, x_window): Likewise.
7
8 2010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
9
10 * xterm.c (x_frame_of_widget, x_alloc_nearest_color_for_widget)
11 (x_alloc_lighter_color_for_widget, cvt_string_to_pixel)
12 (cvt_pixel_dtor, x_window_to_menu_bar, xt_action_hook)
13 (xaw_jump_callback, xaw_scroll_callback)
14 (x_create_toolkit_scroll_bar, x_set_toolkit_scroll_bar_thumb)
15 (x_wm_set_size_hint, x_activate_timeout_atimer): Convert
16 definitions to standard C.
17 * xmenu.c (menubar_id_to_frame, popup_get_selection)
18 (popup_activate_callback, popup_deactivate_callback)
19 (menu_highlight_callback, menubar_selection_callback)
20 (apply_systemfont_to_dialog, apply_systemfont_to_menu)
21 (free_frame_menubar, popup_selection_callback, as)
22 (create_and_show_popup_menu, dialog_selection_callback)
23 (create_and_show_dialog):
24 * xfns.c (hack_wm_protocols, x_window):
25 * xfaces.c (x_update_menu_appearance):
26 * widget.c (get_default_char_pixel_size, pixel_to_char_size)
27 (char_to_pixel_size, round_size_to_char, get_wm_shell)
28 (set_frame_size, update_wm_hints, setup_frame_gcs)
29 (update_various_frame_slots, update_from_various_frame_slots)
30 (EmacsFrameInitialize, EmacsFrameRealize, EmacsFrameResize)
31 (EmacsFrameSetValues, EmacsFrameQueryGeometry)
32 (EmacsFrameSetCharSize, widget_store_internal_border): Likewise.
33
34 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
35
36 * dbusbind.c (xd_initialize): Don't compare boolean with a
37 constant.
38
39 2010-07-12 Eli Zaretskii <eliz@gnu.org>
40
41 * process.c (setup_process_coding_systems): Move to the part
42 shared by non-subprocesses systems, and make its body empty when
43 subprocesses is not defined.
44 (close_process_descs): Move to the part shared by non-subprocesses
45 systems.
46 (wait_reading_process_output) [!subprocesses]: Convert arg list to
47 ANSI C.
48
49 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
50
51 * editfns.c (transpose_markers): Convert old-style definition.
52 * emacs.c (abort, shut_down_emacs, fixup_locale)
53 (synchronize_system_time_locale)
54 (synchronize_system_messages_locale, syms_of_emacs): Likewise.
55 * floatfns.c (extract_float, matherr, init_floatfns)
56 (syms_of_floatfns): Likewise.
57 * fns.c (make_hash_table): Likewise.
58 * ftfont.c (ftfont_get_otf, ftfont_otf_features)
59 (ftfont_otf_capability, ftfont_get_glyph_id, ftfont_get_metrics)
60 (ftfont_drive_otf, ftfont_shape_by_flt, ftfont_shape)
61 (ftfont_variation_glyphs): Likewise.
62 * gtkutil.c (xg_create_widget, xg_modify_menubar_widgets): Likewise.
63 * keymap.c (describe_map_tree, describe_map, describe_vector): Likewise.
64 * lread.c (read_filtered_event): Likewise.
65 * minibuf.c (read_minibuf_noninteractive, read_minibuf): Likewise.
66 * process.c (wait_reading_process_output): Likewise.
67 * scroll.c (do_line_insertion_deletion_costs): Likewise.
68 * search.c (search_buffer, boyer_moore): Likewise.
69 * syntax.c (scan_sexps_forward): Likewise.
70 * xdisp.c (try_scrolling): Likewise.
71 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
72 (face_at_string_position): Likewise.
73 * xfns.c (x_default_scroll_bar_color_parameter): Likewise.
74 * xselect.c (x_get_window_property, receive_incremental_selection)
75 (x_get_window_property_as_lisp_data, lisp_data_to_selection_data):
76 Likewise.
77 * xterm.c (x_draw_relief_rect, x_draw_box_rect): Likewise.
78
79 2010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
80
81 * callproc.c (child_setup): Remove subprocesses conditional.
82 Remove code dealing with SET_EMACS_PRIORITY, unused.
83
84 * buffer.c (Fset_buffer_multibyte): Remove subprocesses conditional.
85 * process.c (close_process_descs): Use DOS_NT instead of WINDOWSNT.
86
87 * emacs.c (__do_global_ctors, __do_global_ctors_aux)
88 (__do_global_dtors, __main): Use void in definition.
89 (main): Remove code dealing with SET_EMACS_PRIORITY, unused.
90 Remove SYMS_MACHINE code, unused. Remove SYMS_SYSTEM, inline
91 the only users from ...
92 * s/ms-w32.h (SYMS_SYSTEM): ... here and ...
93 * s/msdos.h (SYMS_SYSTEM): ... here. Remove.
94 (HAVE_VOLATILE): Remove, unused.
95
96 Convert more function definitions to standard C.
97 * xdisp.c (window_box_edges, handle_single_display_spec)
98 (display_string): Convert definition to standard C.
99 * scroll.c (do_direct_scrolling, scrolling_1):
100 * dispnew.c (allocate_matrices_for_frame_redisplay)
101 (mirrored_line_dance):
102 * coding.c (code_convert_string):
103 * charset.c (map_charset_chars):
104 * ccl.c (Fccl_program_p, Fccl_execute, Fccl_execute_on_string)
105 (Fregister_ccl_program, Fregister_code_conversion_map):
106 * keyboard.c (kbd_buffer_nr_stored): Likewise.
107 (head_table): Make static and const.
108
109 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
110
111 * Makefile.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
112 (PROFILING_LDFLAGS): Set from substitution.
113 (ALL_CFLAGS): Add C_WARNINGS_SWITCH and PROFILING_CFLAGS, put
114 CFLAGS last.
115
116 2010-07-12 Kenichi Handa <handa@m17n.org>
117
118 * Makefile.in (lisp): Change hebrew.el to hebrew.elc.
119 (shortlisp): Likewise.
120
121 * font.h (enum font_property_index): New member FONT_ENTITY_INDEX.
122
123 * font.c (font_open_entity): Record ENTITY in FONT_OBJECT's slot
124 of FONT_ENTITY_INDEX.
125 (Ffont_get): If KEY is :otf and the font-object doesn't have the
126 property, get the property value dynamically.
127 (Ffont_put): Accept font-entity and font-object too.
128 (Ffont_get_glyhphs): Renamed from Fget_font_glyphs. Arguments and
129 return value changed.
130 (syms_of_font): Adjusted for the above change.
131
132 2010-07-11 Andreas Schwab <schwab@linux-m68k.org>
133
134 * blockinput.h: Remove obsolete comment.
135
136 * lisp.h: Include <stddef.h>.
137 (OFFSETOF): Don't define.
138 (VECSIZE): Use offsetof instead of OFFSETOF.
139 (PSEUDOVECSIZE): Likewise.
140 * process.c (conv_sockaddr_to_lisp): Likewise.
141 * alloc.c: Don't include <stddef.h>.
142 * buffer.h (PER_BUFFER_VAR_OFFSET): Use offsetof.
143
144 * process.c: Remove obsolete comment.
145
146 2010-07-11 Chong Yidong <cyd@stupidchicken.com>
147
148 * xfaces.c (Vface_remapping_alist): Doc fix (Bug#6091).
149
150 2010-07-11 Andreas Schwab <schwab@linux-m68k.org>
151
152 * callint.c (Fcall_interactively): Use strchr, strrchr instead of
153 index, rindex.
154 * doc.c (get_doc_string, Fsnarf_documentation): Likewise.
155 * editfns.c (Fuser_full_name, Fformat): Likewise.
156 * emacs.c (argmatch, sort_args, decode_env_path): Likewise.
157 * fileio.c (Ffile_symlink_p): Likewise.
158 * filelock.c (current_lock_owner): Likewise.
159 * font.c (font_parse_name, font_parse_family_registry): Likewise.
160 * fontset.c (fontset_pattern_regexp): Likewise.
161 * lread.c (read1): Likewise.
162 * sysdep.c (init_system_name): Likewise.
163 * xfns.c (select_visual): Likewise.
164 * s/hpux10-20.h (index, rindex): Don't define.
165 * s/ms-w32.h (index): Likewise.
166 * s/usg5-4.h: Likewise.
167
168 * callproc.c (relocate_fd): Use F_DUPFD if defined.
169
170 * alloc.c (pending_malloc_warning, malloc_warning): Add const.
171 * callproc.c (relocate_fd, getenv_internal_1, getenv_internal)
172 (egetenv): Likewise.
173 * doprnt.c (doprnt): Likewise.
174 * editfns.c (set_time_zone_rule, format2): Likewise.
175 * emacs.c (decode_env_path): Likewise.
176 * eval.c (signal_error, error): Likewise.
177 * insdel.c (replace_range_2): Likewise.
178 * keyboard.c (cmd_error_internal): Likewise.
179 * lread.c (isfloat_string, make_symbol, dir_warning): Likewise.
180 * print.c (write_string, write_string_1, print_error_message):
181 Likewise.
182 * vm-limit.c (warn_function, memory_warnings): Likewise.
183 * xdisp.c (message1, message1_nolog, message_with_string)
184 (vmessage, message, message_nolog): Likewise.
185 * emacs.c: Remove duplicate declaration.
186 * keyboard.h: Likewise.
187 * lisp.h: Update prototypes.
188
189 * eval.c: Fix indentation problem.
190
191 * keyboard.c: Include "process.h"
192
193 * eval.c: Remove obsolete noinline declaration.
194 * fns.c: Likewise.
195
196 2010-07-11 Ken Raeburn <raeburn@raeburn.org>
197
198 * doprnt.c (doprnt): Take a va_list argument instead of count and
199 pointer.
200 * eval.c (error): Change to a standard-C variadic function.
201 * xdisp.c (vmessage): Renamed from message, made static, and
202 changed to take a va_list argument.
203 (message): New variadic wrapper.
204 (message_nolog): Now a variadic function, calling vmessage.
205 * lisp.h: Include stdarg.h for va_list.
206 (doprnt, error, message, message_nolog): Decls updated.
207
208 2010-07-11 Eli Zaretskii <eliz@gnu.org>
209
210 * process.c (syms_of_process) <delete-exited-processes>: Define
211 even if !subprocesses.
212 (delete_exited_processes): Ditto.
213
214 * msdos.c (syms_of_msdos) <delete-exited-processes>: Remove DEFVAR.
215 (delete_exited_processes): Don't define.
216
217 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
218
219 * frame.c (make_frame): Initialize menu_bar_lines and
220 tool_bar_lines members.
221 (make_initial_frame, make_terminal_frame): Initialize
222 menu_bar_lines using value of menu-bar-mode.
223
224 * msdos.c (IT_set_frame_parameters): Don't set menu-bar-lines.
225
226 2010-07-10 Eli Zaretskii <eliz@gnu.org>
227
228 * process.c: Reshuffle #include's. Condition some of the global
229 and static variables on `subprocesses'.
230 (hold_keyboard_input, unhold_keyboard_input, kbd_on_hold_p):
231 Leave only one implementation.
232 (Fget_buffer_process, Fprocess_inherit_coding_system_flag)
233 (kill_buffer_processes, Flist_system_processes)
234 (Fprocess_attributes, init_process, syms_of_process): Unify the
235 implementations for with subprocesses and without them.
236
237 2010-07-09 Jan Djärv <jan.h.d@swipnet.se>
238
239 * xmenu.c (set_frame_menubar): Must realize menubar_widget to get the
240 correct size for Motif.
241 (free_frame_menubar): Call x_set_window_size to update frame size.
242
243 * xfns.c (x_window): Set borderWidth to 0 for pane and
244 EmacsFrame. Frame size calculation is wrong otherwise.
245
246 2010-07-09 Michael Albinus <michael.albinus@gmx.de>
247
248 * dbusbind.c (xd_initialize): Add new argument RAISE_ERROR, which
249 allows to suppress errors when polling in Emacs' main loop.
250 (Fdbus_init_bus, Fdbus_get_unique_name, Fdbus_call_method)
251 (Fdbus_call_method_asynchronously, Fdbus_method_return_internal)
252 (Fdbus_method_error_internal, Fdbus_send_signal)
253 (xd_get_dispatch_status, xd_read_message, Fdbus_register_signal)
254 (Fdbus_register_method): Use it. (Bug#6579)
255
256 2010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
257
258 * alloc.c: Convert DEFUNs to standard C.
259 * buffer.c:
260 * bytecode.c:
261 * callint.c:
262 * callproc.c:
263 * casefiddle.c:
264 * casetab.c:
265 * category.c:
266 * character.c:
267 * charset.c:
268 * chartab.c:
269 * cmds.c:
270 * coding.c:
271 * composite.c:
272 * data.c:
273 * dbusbind.c:
274 * dired.c:
275 * dispnew.c:
276 * doc.c:
277 * dosfns.c:
278 * editfns.c:
279 * emacs.c:
280 * eval.c:
281 * fileio.c:
282 * filelock.c:
283 * floatfns.c:
284 * fns.c:
285 * font.c:
286 * fontset.c:
287 * frame.c:
288 * fringe.c:
289 * image.c:
290 * indent.c:
291 * insdel.c:
292 * keyboard.c:
293 * keymap.c:
294 * lread.c:
295 * macros.c:
296 * marker.c:
297 * menu.c:
298 * minibuf.c:
299 * msdos.c:
300 * nsfns.m:
301 * nsmenu.m:
302 * nsselect.m:
303 * print.c:
304 * process.c:
305 * search.c:
306 * sound.c:
307 * syntax.c:
308 * term.c:
309 * terminal.c:
310 * textprop.c:
311 * undo.c:
312 * w16select.c:
313 * w32console.c:
314 * w32fns.c:
315 * w32font.c:
316 * w32menu.c:
317 * w32proc.c:
318 * w32select.c:
319 * window.c:
320 * xdisp.c:
321 * xfaces.c:
322 * xfns.c:
323 * xmenu.c:
324 * xselect.c:
325 * xsettings.c:
326 * xsmfns.c: Likewise.
327
328
329 2010-07-08 Eli Zaretskii <eliz@gnu.org>
330
331 * process.c (kbd_is_on_hold, hold_keyboard_input)
332 (unhold_keyboard_input, kbd_on_hold_p) [!subprocesses]: Define.
333
334 2010-07-08 Jan Djärv <jan.h.d@swipnet.se>
335
336 * xmenu.c (set_frame_menubar, create_and_show_popup_menu)
337 (create_and_show_dialog): Don't call apply_systemfont_to_(menu|dialog)
338 unless USE_LUCID.
339
340 2010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
341
342 * xdisp.c (store_mode_line_noprop_char): Remove K&R alternative declaration.
343
344 Clean up include guards.
345 * tparam.c: Remove include guards for config.h, string.h and code
346 that assumes #ifndef emacs.
347 * termcap.c:
348 * unexalpha.c:
349 * sysdep.c:
350 * filemode.c:
351 * filelock.c:
352 * bidi.c: Likewise.
353
354 Remove prefix-args.c
355 * prefix-args.c: Remove file.
356 * autodeps.mk (ALLOBJS): Remove reference to prefix-args.
357 * Makefile.in (temacs${EXEEXT}): Remove references to
358 PRE_EDIT_LDFLAGS and POST_EDIT_LDFLAGS.
359 (mostlyclean): Remove reference to prefix-args.
360 (prefix-args): Remove.
361
362 Simplify cstart_of_data, start_of_code and related code.
363 * mem-limits.h: Remove !emacs and _LIBC conditional code.
364 (start_of_data): Merge into start_of_data function.
365 * sysdep.c (start_of_text): Remove. Move simplified versions of
366 it in the only users: unexaix.c and unexec.c.
367 (read_input_waiting): Remove local declaration of quit_char.
368 (start, etext): Remove declarations.
369 (start_of_data): Merge with the version in mem-limits.h and move
370 to vm-limits.c.
371 * vm-limit.c (start_of_data): Merged and simplified version of the
372 code formerly in mem-limits.h and sysdep.c.
373 * unexec.c (start): New declaration, moved from sysdep.c.
374 (start_of_text): Simplified version of the code formerly in sysdep.c.
375 * unexaix.c (start_of_text): Simplified version of the code
376 formerly in sysdep.c.
377 * m/alpha.h (HAVE_TEXT_START): Remove.
378 (TEXT_START): Move ...
379 * unexalpha.c (TEXT_START): ... here.
380 * s/hpux10-20.h (TEXT_START): Remove.
381 * s/darwin.h (TEXT_START):
382 * m/mips.h (TEXT_START):
383 * m/macppc.h (HAVE_TEXT_START):
384 * m/m68k.h (TEXT_START):
385 * m/iris4d.h (TEXT_START):
386 * m/intel386.h (TEXT_START):
387 * m/ibmrs6000.h (TEXT_START):
388 * m/ia64.h (HAVE_TEXT_START):
389 * s/msdos.h (TEXT_START): Likewise.
390
391 2010-07-07 Andreas Schwab <schwab@linux-m68k.org>
392
393 * alloc.c (overrun_check_malloc, overrun_check_realloc)
394 (overrun_check_free, xstrdup, allocate_string)
395 (allocate_string_data, compact_small_strings, Fmake_string)
396 (make_unibyte_string, make_multibyte_string)
397 (make_string_from_bytes, make_specified_string, make_float)
398 (Fcons, allocate_terminal, allocate_frame, make_pure_string)
399 (Fgarbage_collect): Replace bcopy, safe_bcopy, bzero, bcmp by
400 memcpy, memmove, memset, memcmp.
401 * atimer.c (start_atimer, set_alarm): Likewise.
402 * buffer.c (clone_per_buffer_values, report_overlay_modification)
403 (mmap_realloc, init_buffer_once): Likewise.
404 * callint.c (Fcall_interactively): Likewise.
405 * callproc.c (Fcall_process, Fcall_process_region, child_setup)
406 (getenv_internal_1): Likewise.
407 * casefiddle.c (casify_object): Likewise.
408 * ccl.c (ccl_driver): Likewise.
409 * character.c (str_as_multibyte, str_to_multibyte): Likewise.
410 * charset.c (load_charset_map_from_file)
411 (load_charset_map_from_file, load_charset_map_from_vector)
412 (Fdefine_charset_internal): Likewise.
413 * cm.c (Wcm_clear): Likewise.
414 * coding.c (decode_eol, decode_coding_object)
415 (Fset_coding_system_priority, make_subsidiaries): Likewise.
416 * data.c (Faset): Likewise.
417 * dired.c (directory_files_internal, file_name_completion_stat):
418 Likewise.
419 * dispnew.c (new_glyph_matrix, adjust_glyph_matrix)
420 (clear_glyph_row, copy_row_except_pointers)
421 (copy_glyph_row_contents, new_glyph_pool, realloc_glyph_pool)
422 (save_current_matrix, restore_current_matrix)
423 (build_frame_matrix_from_leaf_window, mirrored_line_dance)
424 (mirror_line_dance, scrolling_window): Likewise.
425 * doc.c (Fsnarf_documentation, Fsubstitute_command_keys):
426 Likewise.
427 * doprnt.c (doprnt): Likewise.
428 * editfns.c (Fuser_full_name, make_buffer_string_both)
429 (Fmessage_box, Fformat, Ftranspose_regions): Likewise.
430 * emacs.c (sort_args): Likewise.
431 * eval.c (Fapply, Ffuncall): Likewise.
432 * fileio.c (Ffile_name_directory, make_temp_name)
433 (Fexpand_file_name, search_embedded_absfilename)
434 (Fsubstitute_in_file_name, Ffile_symlink_p, Finsert_file_contents)
435 (auto_save_error): Likewise.
436 * fns.c (Fstring_equal, Fcopy_sequence, concat)
437 (string_to_multibyte, Fstring_as_unibyte, Fstring_as_multibyte)
438 (internal_equal, Fclear_string, larger_vector, copy_hash_table)
439 (Fmake_hash_table): Likewise.
440 * fringe.c (Fdefine_fringe_bitmap): Likewise.
441 * ftfont.c (ftfont_text_extents): Likewise.
442 * getloadavg.c (getloadavg): Likewise.
443 * image.c (define_image_type, make_image, make_image_cache)
444 (x_create_x_image_and_pixmap, xbm_image_p)
445 (w32_create_pixmap_from_bitmap_data, xbm_load, xpm_lookup_color)
446 (xpm_image_p, x_create_bitmap_from_xpm_data, xpm_load)
447 (init_color_table, x_build_heuristic_mask, pbm_image_p, pbm_load)
448 (png_image_p, png_read_from_memory, png_load, jpeg_image_p)
449 (tiff_image_p, tiff_read_from_memory, gif_image_p)
450 (gif_read_from_memory, gif_load, svg_image_p, gs_image_p):
451 Likewise.
452 * indent.c (scan_for_column, compute_motion): Likewise.
453 * insdel.c (gap_left, gap_right, make_gap_smaller, copy_text)
454 (insert_1_both, insert_from_gap, replace_range_2): Likewise.
455 * intervals.c (reproduce_tree, reproduce_tree_obj): Likewise.
456 * keyboard.c (echo_char, save_getcjmp, restore_getcjmp)
457 (kbd_buffer_store_event_hold, apply_modifiers_uncached)
458 (store_user_signal_events, menu_bar_items, tool_bar_items)
459 (process_tool_bar_item, append_tool_bar_item)
460 (read_char_minibuf_menu_prompt, read_key_sequence)
461 (Fread_key_sequence, Fread_key_sequence_vector, Frecent_keys):
462 Likewise.
463 * keymap.c (current_minor_maps, Fdescribe_buffer_bindings):
464 Likewise.
465 * lisp.h (STRING_COPYIN): Likewise.
466 * lread.c (Fload, read1, oblookup): Likewise.
467 * msdos.c (Frecent_doskeys): Likewise.
468 * nsfns.m (Fx_create_frame): Likewise.
469 * nsfont.m (nsfont_open, nsfont_text_extents, ns_glyph_metrics):
470 Likewise.
471 * nsimage.m (EmacsImage-initFromSkipXBM:width:height:)
472 (EmacsImage-initForXPMWithDepth:width:height:flip:length:):
473 Likewise.
474 * nsmenu.m (ns_update_menubar): Likewise.
475 * nsterm.m (ns_draw_fringe_bitmap, ns_term_init): Likewise.
476 * print.c (print_unwind, printchar, strout, print_string)
477 (print_error_message): Likewise.
478 * process.c (conv_lisp_to_sockaddr, set_socket_option)
479 (Fmake_network_process, Fnetwork_interface_list)
480 (Fnetwork_interface_info, read_process_output, Fprocess_send_eof)
481 (init_process): Likewise.
482 * ralloc.c (resize_bloc, r_alloc_sbrk, r_alloc_init): Likewise.
483 * regex.c (init_syntax_once, regex_compile, re_compile_fastmap):
484 Likewise.
485 * scroll.c (do_scrolling, do_direct_scrolling)
486 (scrolling_max_lines_saved): Likewise.
487 * search.c (search_buffer, wordify, Freplace_match): Likewise.
488 * sound.c (wav_init, au_init, Fplay_sound_internal): Likewise.
489 * syntax.c (skip_chars, skip_syntaxes): Likewise.
490 * sysdep.c (child_setup_tty, sys_subshell, emacs_get_tty)
491 (emacs_set_tty): Likewise.
492 * term.c (encode_terminal_code, calculate_costs)
493 (produce_special_glyphs, create_tty_output, init_tty, delete_tty):
494 Likewise.
495 * termcap.c (tgetst1, gobble_line): Likewise.
496 * termhooks.h (EVENT_INIT): Likewise.
497 * tparam.c (tparam1): Likewise.
498 * unexalpha.c (unexec): Likewise.
499 * unexec.c (write_segment): Likewise.
500 * unexmacosx.c (unexec_write_zero): Likewise.
501 * w32fns.c (w32_wnd_proc, Fx_create_frame, x_create_tip_frame)
502 (Fx_file_dialog, Fsystem_move_file_to_trash): Likewise.
503 * w32font.c (w32font_list_family, w32font_text_extents)
504 (w32font_list_internal, w32font_match_internal)
505 (w32font_open_internal, compute_metrics, Fx_select_font):
506 Likewise.
507 * w32menu.c (set_frame_menubar, add_menu_item)
508 (w32_menu_display_help, w32_free_submenu_strings): Likewise.
509 * w32term.c (XCreateGC, w32_initialize_display_info): Likewise.
510 * w32uniscribe.c (uniscribe_list_family): Likewise.
511 * w32xfns.c (get_next_msg, post_msg, prepend_msg): Likewise.
512 * window.c (make_window, replace_window, set_window_buffer)
513 (Fsplit_window): Likewise.
514 * xdisp.c (init_iterator, RECORD_OVERLAY_STRING, reseat_to_string)
515 (add_to_log, message3, x_consider_frame_title)
516 (append_space_for_newline, extend_face_to_end_of_line)
517 (decode_mode_spec_coding, init_glyph_string): Likewise.
518 * xfaces.c (x_create_gc, get_lface_attributes_no_remap)
519 (Finternal_copy_lisp_face, Finternal_merge_in_global_face)
520 (face_attr_equal_p, make_realized_face, make_face_cache)
521 (free_realized_faces, lookup_named_face, smaller_face)
522 (face_with_height, lookup_derived_face)
523 (x_supports_face_attributes_p, Finternal_set_font_selection_order)
524 (Finternal_set_font_selection_order, realize_default_face)
525 (compute_char_face, face_at_buffer_position)
526 (face_for_overlay_string, face_at_string_position, merge_faces):
527 Likewise.
528 * xfns.c (xic_create_fontsetname, Fx_create_frame)
529 (Fx_window_property, x_create_tip_frame)
530 (Fx_backspace_delete_keys_p): Likewise.
531 * xfont.c (xfont_list, xfont_match, xfont_list_family)
532 (xfont_text_extents): Likewise.
533 * xmenu.c (set_frame_menubar, xmenu_show): Likewise.
534 * xrdb.c (magic_file_p, x_get_resource): Likewise.
535 * xselect.c (x_queue_event, x_get_window_property)
536 (receive_incremental_selection): Likewise.
537 * xsmfns.c (x_session_check_input): Likewise.
538 * xterm.c (x_send_scroll_bar_event, SET_SAVED_MENU_EVENT)
539 (handle_one_xevent, x_check_errors, xim_initialize, x_term_init):
540 Likewise.
541 * character.h (BCOPY_SHORT): Removed.
542 * config.in: Regenerate.
543 * dispnew.c (safe_bcopy): Only define as dummy if PROFILING.
544 * emacs.c (main) [PROFILING]: Don't declare
545 dump_opcode_frequencies.
546 * lisp.h (safe_bcopy): Remove declaration.
547 (memset) [!HAVE_MEMSET]: Declare.
548 (memcpy) [!HAVE_MEMCPY]: Likewise.
549 (memmove) [!HAVE_MEMMOVE]: Likewise.
550 (memcmp) [!HAVE_MEMCMP]: Likewise.
551 * s/ms-w32.h (bzero, bcopy, bcmp, GAP_USE_BCOPY)
552 (BCOPY_UPWARD_SAFE, BCOPY_DOWNWARD_SAFE, HAVE_BCOPY, HAVE_BCMP):
553 Don't define.
554 (HAVE_MEMCMP, HAVE_MEMCPY, HAVE_MEMMOVE, HAVE_MEMSET): Define.
555 * s/msdos.h (GAP_USE_BCOPY, BCOPY_UPWARD_SAFE)
556 (BCOPY_DOWNWARD_SAFE): Don't define.
557 * sysdep.c (memset) [!HAVE_MEMSET]: Define.
558 (memcpy) [!HAVE_MEMCPY]: Define.
559 (memmove) [!HAVE_MEMMOVE]: Define.
560 (memcmp) [!HAVE_MEMCMP]: Define.
561
562 2010-07-07 Jan Djärv <jan.h.d@swipnet.se>
563
564 * process.c (kbd_is_on_hold): New variable.
565 (hold_keyboard_input, unhold_keyboard_input, kbd_on_hold_p): New
566 functions.
567 (wait_reading_process_output): If kbd_on_hold_p returns non-zero,
568 select on empty input mask.
569 (init_process): Initialize kbd_is_on_hold to 0.
570
571 * process.h (hold_keyboard_input, unhold_keyboard_input)
572 (kbd_on_hold_p): Declare.
573
574 * keyboard.c (input_available_signal): Declare.
575 (kbd_buffer_nr_stored): New function.
576 (kbd_buffer_store_event_hold): If kbd_buffer_nr_stored returns
577 more than KBD_BUFFER_SIZE/2, stop reding input (Bug#6571).
578 (kbd_buffer_get_event): If input is suspended and kbd_buffer_nr_stored
579 returns less than KBD_BUFFER_SIZE/4, resume reding input (Bug#6571).
580 (tty_read_avail_input): If input is on hold, return.
581 Don't read more that free slots in kbd_buffer (Bug#6571).
582
583 2010-07-07 Eli Zaretskii <eliz@gnu.org>
584
585 * msdos.h:
586 * msdos.c:
587 * dosfns.c:
588 * w16select.c: Convert function definitions to ANSI C.
589
590 * msdos.h (ctrl_break_func, install_ctrl_break_check): Remove
591 unused prototypes.
592
593 2010-07-07 Juanma Barranquero <lekktu@gmail.com>
594
595 * coding.c, sysdep.c: Convert some more functions to standard C.
596
597 2010-07-07 Juanma Barranquero <lekktu@gmail.com>
598
599 * coding.c (decode_coding_gap, encode_coding_gap, decode_coding_object)
600 (encode_coding_object): Use SPECPDL_INDEX.
601 (syms_of_coding): Use DOS_NT.
602
603 2010-07-07 Dan Nicolaescu <dann@ics.uci.edu>
604
605 * intervals.h (interval): Use EMACS_UINT instead of unsigned EMACS_INT.
606
607 Make the function member of Lisp_Subr use standard C prototypes.
608 * lisp.h (struct Lisp_Subr): Use a union for the function member.
609 (DECL_ALIGN): Add a cast for the function.
610 * eval.c (Feval, Ffuncall): Use the proper type for each type
611 function call.
612
613 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
614
615 * fringe.c (draw_fringe_bitmap_1): Use lookup_named_face to get
616 fringe face id, so face-remapping-alist works (Bug#6091).
617
618 2010-07-06 Juanma Barranquero <lekktu@gmail.com>
619
620 * w32.c, w32console.c, w32fns.c, w32font.c, w32heap.c, w32inevt.c
621 * w32menu.c, w32proc.c, w32reg.c, w32select.c, w32term.c
622 * w32uniscribe.c, w32xfns.c: Convert function definitions to standard C.
623
624 2010-07-06 Andreas Schwab <schwab@linux-m68k.org>
625
626 * xterm.c (x_get_keysym_name): Change type of parameter to int.
627 * lisp.h: Declare x_get_keysym_name.
628 * keyboard.c (modify_event_symbol): Don't declare
629 x_get_keysym_name here.
630
631 2010-07-06 Dan Nicolaescu <dann@ics.uci.edu>
632
633 * ecrt0.c: Revert conversion to standard C.
634
635 2010-07-05 Dan Nicolaescu <dann@ics.uci.edu>
636
637 * vm-limit.c (memory_warnings):
638 * keyboard.c (modify_event_symbol):
639 * floatfns.c (rounding_driver, ceiling2, floor2, truncate2)
640 (round2, emacs_rint):
641 * process.c (send_process, old_sigpipe): Convert function
642 definitions and declarations to standard C.
643
644 2010-07-05 Juanma Barranquero <lekktu@gmail.com>
645
646 * buffer.c, cm.c, eval.c, keyboard.c, process.c, term.c, vm-limit.c,
647 * xdisp.c: Convert function definitions to standard C.
648
649 * cm.c (cmputc): Arg C is now int, not char.
650 * process.c (Fmake_network_process): Cast sockaddr_in* to sockaddr*.
651
652 2010-07-05 James Cloos <cloos@jhcloos.com>
653
654 * xterm.h (Xatom_net_wm_name, Xatom_net_wm_icon_name): New.
655
656 * xterm.c (x_term_init): Intern the _NET_WM_NAME and
657 _NET_WM_ICON_NAME atoms.
658
659 * xfns.c (x_set_name_internal): Set the EWMH _NET_WM_NAME
660 and _NET_WM_ICON_NAME properties, too, matching what is
661 done in the Gtk+ case.
662
663 2010-07-05 Jan Djärv <jan.h.d@swipnet.se>
664
665 * xterm.c (XTring_bell, XTset_terminal_window): Fix wrong prototype.
666
667 * xsmfns.c (SSDATA): New macro.
668 (smc_save_yourself_CB, x_session_initialize): Use SSDATA for strings
669 passed to strlen/strcpy/strcat.
670 (create_client_leader_window): Surround with #ifndef USE_GTK. Cast
671 7:th arg to XChangeProperty to (unsigned char *)
672
673 * xsettings.c (something_changedCB, parse_settings)
674 (apply_xft_settings): Reformat prototype.
675 (something_changedCB, init_gconf): Remove unused variable i.
676 (read_settings): Remove unused variable long_len.
677
678 * gtkutil.c (xg_get_pixbuf_from_pix_and_mask)
679 (xg_get_image_for_pixmap, create_dialog)
680 (xg_get_file_with_selection, xg_get_file_name, update_cl_data)
681 (menuitem_highlight_callback, make_menu_item)
682 (xg_create_one_menuitem, create_menus, xg_update_menu_item)
683 (xg_create_scroll_bar, xg_update_scrollbar_pos)
684 (xg_set_toolkit_scroll_bar_thumb, xg_tool_bar_button_cb)
685 (xg_tool_bar_proxy_help_callback, xg_tool_bar_detach_callback)
686 (xg_tool_bar_attach_callback, xg_tool_bar_help_callback)
687 (xg_tool_bar_item_expose_callback): Reformat prototype.
688 (xg_update_menubar): GList *group => GSList *group.
689 (xg_modify_menubar_widgets): Initialize witem to 0, check witem != 0
690 before use.
691 (update_frame_tool_bar): 4:th param to xg_get_image_for_pixmap changed
692 to GTK_IMAGE (wimage).
693
694 2010-07-05 Dan Nicolaescu <dann@ics.uci.edu>
695
696 * atimer.c: Use "" instead of <> for local includes for
697 consistency with the rest of the code.
698
699 * xsmfns.c (smc_save_yourself_CB, smc_error_handler):
700 * xrdb.c (get_system_name):
701 * window.c (shrink_windows):
702 * syntax.c (forw_comment):
703 * scroll.c (calculate_scrolling, calculate_direct_scrolling)
704 (ins_del_costs):
705 * mem-limits.h (start_of_data):
706 * lread.c (readevalloop):
707 * gtkutil.c (xg_dialog_response_cb, xg_get_file_with_chooser)
708 (xg_get_file_with_selection, xg_update_menubar, xg_update_submenu):
709 * frame.c (x_get_focus_frame):
710 * floatfns.c (fmod_float):
711 * fileio.c (choose_write_coding_system):
712 * emacs.c (fatal_error_signal, init_cmdargs, argmatch)
713 (malloc_initialize_hook, sort_args, synchronize_locale):
714 * doprnt.c (doprnt):
715 * dired.c (compile_pattern):
716 * data.c (fmod_float):
717 * chartab.c (map_sub_char_table, map_sub_char_table_for_charset)
718 (map_char_table_for_charset):
719 * charset.c (define_charset_internal):
720 * alloc.c (Fgarbage_collect): Convert declarations or definitions
721 to standard C.
722
723 2010-07-04 Tetsurou Okazaki <okazaki@be.to> (tiny change)
724 Stefan Monnier <monnier@iro.umontreal.ca>
725
726 * lread.c (read1): Fix up last change to not mess up `c'.
727
728 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
729
730 * strftime.c: Revert conversion to standard C (2010-07-04T07:50:25Z!dann@ics.uci.edu).
731
732 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
733
734 Fix prototypes.
735
736 * atimer.c (start_atimer): Use EMACS_TIME, not struct timeval.
737 * dired.c (file_name_completion_stat): Use DIRENTRY, not struct dirent.
738 * fileio.c (read_non_regular, read_non_regular_quit): Add Lisp_Object
739 arg, as required by internal_condition_case_1.
740 * print.c (strout): Use const char* for arg PTR.
741 * regex.c (bcmp_translate): Use RE_TRANSLATE_TYPE, not Lisp_Object.
742 (analyse_first): Fix "const const".
743 * sysdep.c (set_file_times): Use EMACS_TIME, not struct timeval.
744 * unexelf.c (round_up, find_section): Use ElfW macro for arguments.
745 * xgselect.c (xg_select): Use SELECT_TYPE, EMACS_TIME.
746
747 2010-07-04 Dan Nicolaescu <dann@ics.uci.edu>
748
749 * alloc.c: Convert function definitions to standard C.
750 * atimer.c:
751 * bidi.c:
752 * bytecode.c:
753 * callint.c:
754 * callproc.c:
755 * casefiddle.c:
756 * casetab.c:
757 * category.c:
758 * ccl.c:
759 * character.c:
760 * charset.c:
761 * chartab.c:
762 * cmds.c:
763 * coding.c:
764 * composite.c:
765 * data.c:
766 * dbusbind.c:
767 * dired.c:
768 * dispnew.c:
769 * doc.c:
770 * doprnt.c:
771 * ecrt0.c:
772 * editfns.c:
773 * fileio.c:
774 * filelock.c:
775 * filemode.c:
776 * fns.c:
777 * font.c:
778 * fontset.c:
779 * frame.c:
780 * fringe.c:
781 * ftfont.c:
782 * ftxfont.c:
783 * gtkutil.c:
784 * indent.c:
785 * insdel.c:
786 * intervals.c:
787 * keymap.c:
788 * lread.c:
789 * macros.c:
790 * marker.c:
791 * md5.c:
792 * menu.c:
793 * minibuf.c:
794 * prefix-args.c:
795 * print.c:
796 * ralloc.c:
797 * regex.c:
798 * region-cache.c:
799 * scroll.c:
800 * search.c:
801 * sound.c:
802 * strftime.c:
803 * syntax.c:
804 * sysdep.c:
805 * termcap.c:
806 * terminal.c:
807 * terminfo.c:
808 * textprop.c:
809 * tparam.c:
810 * undo.c:
811 * unexelf.c:
812 * window.c:
813 * xfaces.c:
814 * xfns.c:
815 * xfont.c:
816 * xftfont.c:
817 * xgselect.c:
818 * xmenu.c:
819 * xrdb.c:
820 * xselect.c:
821 * xsettings.c:
822 * xsmfns.c:
823 * xterm.c: Likewise.
824
825 2010-07-03 Eli Zaretskii <eliz@gnu.org>
826
827 * msdos.c (IT_set_frame_parameters): Fix setting of colors in
828 frames other than the initial one. Fix reversal of colors when
829 `reverse' is specified in the frame parameters. Call
830 update_face_from_frame_parameter instead of
831 internal-set-lisp-face-attribute. Initialize screen colors from
832 initial_screen_colors[] when f->default_face_done_p is zero,
833 instead of depending on being called with default-frame-alist as
834 the alist argument.
835
836 * xfaces.c (update_face_from_frame_parameter): Move out of
837 HAVE_WINDOW_SYSTEM portion. Condition window-system only parts
838 with HAVE_WINDOW_SYSTEM.
839
840 * msdos.c (IT_set_frame_parameters): Set menu-bar-lines according
841 to menu-bar-mode, if not set in the frame parameters or in
842 default-frame-alist.
843
844 * w32console.c (sys_tputs): Adjust argument list to prototype in
845 term.c.
846
847 2010-07-03 Juanma Barranquero <lekktu@gmail.com>
848
849 * lisp.h (memory_warnings): Fix prototype.
850
851 * cm.h (evalcost): Fix prototype.
852
853 * cm.c (evalcost): Fix arg type.
854
855 2010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
856
857 * term.c (term_clear_mouse_face, Fidentity):
858 * syssignal.h (signal_handler_t):
859 * lisp.h (memory_warnings):
860 * coding.h (preferred_coding_system):
861 * cm.h (evalcost):
862 * blockinput.h (reinvoke_input_signal): Convert to standard C prototypes.
863
864 2010-07-02 Eli Zaretskii <eliz@gnu.org>
865
866 * dosfns.h (msdos_stdcolor_idx, msdos_stdcolor_name): Remove P_
867 from prototypes.
868
869 * msdos.h (load_pixmap): Don't define away.
870
871 2010-07-02 Jan Djärv <jan.h.d@swipnet.se>
872
873 * lisp.h:
874 * atimer.h: Remove define for P_.
875
876 * alloc.c: Remove __P and P_ from .c and .m files.
877 * atimer.c:
878 * buffer.c:
879 * callint.c:
880 * category.c:
881 * charset.c:
882 * chartab.c:
883 * cm.c:
884 * coding.c:
885 * composite.c:
886 * data.c:
887 * dired.c:
888 * dispnew.c:
889 * doc.c:
890 * editfns.c:
891 * emacs.c:
892 * eval.c:
893 * fileio.c:
894 * filelock.c:
895 * fns.c:
896 * font.c:
897 * fontset.c:
898 * frame.c:
899 * ftfont.c:
900 * ftxfont.c:
901 * gmalloc.c:
902 * gtkutil.c:
903 * image.c:
904 * indent.c:
905 * intervals.c:
906 * keyboard.c:
907 * keymap.c:
908 * lread.c:
909 * marker.c:
910 * menu.c:
911 * minibuf.c:
912 * print.c:
913 * process.c:
914 * scroll.c:
915 * search.c:
916 * sound.c:
917 * strftime.c:
918 * syntax.c:
919 * sysdep.c:
920 * term.c:
921 * terminal.c:
922 * textprop.c:
923 * unexalpha.c:
924 * w32console.c:
925 * w32fns.c:
926 * w32font.c:
927 * w32menu.c:
928 * w32term.c:
929 * w32uniscribe.c:
930 * window.c:
931 * xdisp.c:
932 * xfaces.c:
933 * xfns.c:
934 * xfont.c:
935 * xftfont.c:
936 * xmenu.c:
937 * xselect.c:
938 * xterm.c: Likewise.
939
940 Remove P_ and __P macros.
941 * atimer.h: Remove P_ and __P macros.
942 * buffer.h:
943 * category.h:
944 * ccl.h:
945 * character.h:
946 * charset.h:
947 * cm.h:
948 * coding.h:
949 * composite.h:
950 * dispextern.h:
951 * disptab.h:
952 * dosfns.h:
953 * font.h:
954 * fontset.h:
955 * frame.h:
956 * gtkutil.h:
957 * indent.h:
958 * intervals.h:
959 * keyboard.h:
960 * keymap.h:
961 * lisp.h:
962 * macros.h:
963 * md5.h:
964 * menu.h:
965 * msdos.h:
966 * nsterm.h:
967 * puresize.h:
968 * region-cache.h:
969 * syntax.h:
970 * syssignal.h:
971 * systime.h:
972 * termhooks.h:
973 * w32font.h:
974 * w32term.h:
975 * widget.h:
976 * window.h:
977 * xgselect.h:
978 * xsettings.h:
979 * xterm.h: Likewise.
980
981 2010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
982
983 * lisp.h: Document that USE_LISP_UNION_TYPE is now enabled using autoconf.
984
985 Cleanup old code.
986 * dired.c (BSD4_3): Remove all uses, redundant with BSD4_2.
987 * syssignal.h: Remove code for Lynx, not supported anymore.
988 * vm-limit.c: Remove unused code the depends on emacs not being
989 defined and NO_LIM_DATA being defined.
990 * mem-limits.h: Remove dead code.
991
992 2010-07-01 Jan Djärv <jan.h.d@swipnet.se>
993
994 * window.c (Fwindow_absolute_pixel_edges): Doc fix.
995
996 * window.c (calc_absolute_offset, Fwindow_absolute_pixel_edges)
997 (Fwindow_inside_absolute_pixel_edges): New functions (bug#5721).
998
999 * nsfns.m (compute_tip_xy): Do not convert coordinates from frame
1000 parameters, they are already absolute.
1001
1002 * nsterm.m (x_set_window_size, initFrameFromEmacs): Renamed
1003 FRAME_NS_TOOLBAR_HEIGHT to FRAME_TOOLBAR_HEIGHT.
1004
1005 * nsterm.h (FRAME_NS_TOOLBAR_HEIGHT): Rename to FRAME_TOOLBAR_HEIGH
1006
1007 * nsmenu.m (update_frame_tool_bar, free_frame_tool_bar): Update
1008 FRAME_TOOLBAR_HEIGHT.
1009
1010 * nsmenu.m (free_frame_tool_bar, update_frame_tool_bar): Add
1011 BLOCK/UNBLOCK_INPUT so asserts don't trigger.
1012
1013 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
1014
1015 * frame.c (get_future_frame_param, Fmake_terminal_frame): Don't
1016 check default-frame-alist.
1017
1018 2010-06-30 Andreas Schwab <schwab@linux-m68k.org>
1019
1020 * process.c (create_process): Avoid using invalid file descriptors.
1021
1022 * callproc.c (child_setup): Avoid closing a file descriptor twice.
1023
1024 2010-06-30 Jan Djärv <jan.h.d@swipnet.se>
1025
1026 * xsettings.c (Ffont_get_system_normal_font, Ffont_get_system_font):
1027 Improve documentation. Return font regardless of use_system_font.
1028 (syms_of_xsettings): Improve documentation for font-use-system-font.
1029
1030 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
1031
1032 * xfaces.c (realize_face): Garbage the frame if a face is removed
1033 (Bug#6593).
1034
1035 2010-07-05 Andreas Schwab <schwab@linux-m68k.org>
1036
1037 * keyboard.c: Remove duplicate <setjmp.h>.
1038 (read_key_sequence): Remove volatile qualifiers.
1039
1040 2010-07-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1041
1042 * dispextern.h (FRINGE_HEIGHT_BITS): New define.
1043 (struct glyph_row): New members left_fringe_offset and
1044 right_fringe_offset.
1045
1046 * xterm.c (x_draw_fringe_bitmap): Don't clip bottom aligned bitmap
1047 specially.
1048 * w32term.c (w32_draw_fringe_bitmap): Likewise.
1049 * nsterm.m (ns_draw_fringe_bitmap): Likewise.
1050
1051 * fringe.c (draw_fringe_bitmap_1): Don't clip bitmap here.
1052 Take account of bitmap offset.
1053 (draw_window_fringes): Take account of window vscroll.
1054 (update_window_fringes): Likewise. Extend top-aligned top indicator
1055 or bottom-aligned bottom indicator to adjacent rows if it doesn't fit
1056 in one row. Don't set redraw_fringe_bitmaps_p outside row comparison.
1057 Set left_fringe_offset and right_fringe_offset (Bug#5634, Bug#6325).
1058
1059 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
1060
1061 * w32fns.c (Qtooltip): Declare.
1062 Suggested by Andy Moreton <andrewjmoreton@gmail.com>.
1063
1064 2010-07-03 Jan Djärv <jan.h.d@swipnet.se>
1065
1066 * xmenu.c (x_activate_menubar): Send Press/Release for Gtk+ to avoid
1067 grab on just Press (Bug#6499).
1068
1069 2010-07-02 Chong Yidong <cyd@stupidchicken.com>
1070
1071 * frame.c (Qtooltip): New var.
1072 (delete_frame): Use it. Fix faulty if statement. Don't update
1073 mode line for tooltip frames. Suggested by Martin Rudalics.
1074
1075 * xfns.c (x_create_tip_frame):
1076 * w32fns.c (x_create_tip_frame): Use it.
1077
1078 2010-06-17 Naohiro Aota <naota@elisp.net> (tiny change)
1079
1080 * xftfont.c (xftfont_open): Check font width one by one also when
1081 spacing is dual.
1082
1083 * ftfont.c (ftfont_open): Ditto.
1084
1085 2010-06-30 Glenn Morris <rgm@gnu.org>
1086
1087 * s/sol2-6.h (INHIBIT_X11R6_XIM): Remove, handled by configure now.
1088
1089 * Makefile.in (CANNOT_DUMP): Update for configure name change.
1090
1091 * s/freebsd.h (USE_MMAP_FOR_BUFFERS):
1092 * s/irix6-5.h (USE_MMAP_FOR_BUFFERS):
1093 * s/darwin.h (SYSTEM_MALLOC):
1094 * s/sol2-10.h (SYSTEM_MALLOC): Move to configure.
1095
1096 2010-06-29 Jan Djärv <jan.h.d@swipnet.se>
1097
1098 * nsfns.m: extern declare Vmenu_bar_mode, Vtool_bar_mode.
1099 (ns_get_screen): Don't assign integer to f.
1100 (Fx_display_color_cells): Declarations before statements.
1101
1102 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
1103
1104 * xfns.c (x_default_font_parameter): Remove got_from_system
1105 (Bug#6526).
1106
1107 * xterm.h (gtk_widget_get_window, gtk_widget_get_mapped)
1108 (gtk_adjustment_get_page_size, gtk_adjustment_get_upper): New
1109 defines based on what configure finds.
1110
1111 * xterm.c (XTflash): Use gtk_widget_get_window.
1112 (xg_scroll_callback): Use gtk_adjustment_get_upper and
1113 gtk_adjustment_get_page_size.
1114 (handle_one_xevent): Use gtk_widget_get_mapped.
1115 (x_term_init): Remove HAVE_GTK_MULTIDISPLAY and associated error
1116 messages.
1117
1118 * xmenu.c (create_and_show_popup_menu): Call gtk_widget_get_mapped.
1119
1120 * gtkutil.h: Replace HAVE_GTK_FILE_BOTH with
1121 HAVE_GTK_FILE_SELECTION_NEW.
1122
1123 * gtkutil.c (xg_display_open, xg_display_close): Remove
1124 HAVE_GTK_MULTIDISPLAY, it is always defined.
1125 (xg_display_open): Return type is void.
1126 (gtk_widget_set_has_window)
1127 (gtk_dialog_get_action_area, gtk_dialog_get_content_area)
1128 (gtk_widget_get_sensitive, gtk_adjustment_set_page_size)
1129 (gtk_adjustment_set_page_increment)
1130 (gtk_adjustment_get_step_increment): #define these if not found
1131 by configure.
1132 (remove_submenu): New define based on Gtk+ version.
1133 (xg_set_cursor, xg_frame_resized, xg_event_is_for_scrollbar): Use
1134 gtk_widget_get_window.
1135 (xg_frame_resized, xg_update_frame_menubar): Use gtk_widget_get_mapped.
1136 (xg_create_frame_widgets): Use gtk_widget_set_has_window.
1137 (create_dialog): Use gtk_dialog_get_action_area and
1138 gtk_dialog_get_content_area.
1139 (xg_uses_old_file_dialog, xg_get_file_name): Remove HAVE_GTK_FILE_BOTH
1140 and HAVE_GTK_FILE_CHOOSER_DIALOG_NEW. File chooser is always
1141 available, so checking for HAVE_GTK_FILE_SELECTION_NEW is enough.
1142 (xg_update_menubar, xg_update_submenu, xg_show_toolbar_item): Use
1143 g_object_ref and g_object_unref.
1144 (xg_update_menu_item, xg_tool_bar_menu_proxy): Use
1145 gtk_widget_get_sensitive.
1146 (xg_update_submenu): Use remove_submenu.
1147 (xg_update_scrollbar_pos): Don't use GtkFixedChild, use child
1148 properties instead to get old x and y position.
1149 (xg_set_toolkit_scroll_bar_thumb): Use gtk_adjustment_get_page_size,
1150 gtk_adjustment_get_step_increment, gtk_adjustment_set_page_size,
1151 gtk_adjustment_set_step_increment and gtk_adjustment_set_page_increment.
1152 (xg_get_tool_bar_widgets): New function.
1153 (xg_tool_bar_menu_proxy, xg_show_toolbar_item)
1154 (update_frame_tool_bar): Call xg_get_tool_bar_widgets.
1155 (toolbar_set_orientation): New #define based on if configure
1156 finds gtk_orientable_set_orientation.
1157 (xg_create_tool_bar): Call toolbar_set_orientation.
1158 (xg_make_tool_item, xg_show_toolbar_item): Call gtk_box_pack_start
1159 instead of gtk_box_pack_start_defaults.
1160
1161 2010-06-28 Chong Yidong <cyd@stupidchicken.com>
1162
1163 * cmds.c (Fdelete_backward_char): Move into Lisp.
1164
1165 2010-06-27 Dan Nicolaescu <dann@ics.uci.edu>
1166
1167 * s/freebsd.h (BSD4_2): Remove redundant definition.
1168 bsd-common.h defines it already.
1169
1170 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
1171
1172 * xfns.c (Fx_create_frame): Don't consult X resouces when setting
1173 menu-bar-lines and tool-bar-lines. Use menu-bar-mode and
1174 tool-bar-mode, which are now set using these X resources at
1175 startup, to determine the defaults (Bug#2249).
1176
1177 * w32fns.c (Fx_create_frame):
1178 * nsfns.m (Fx_create_frame): Likewise.
1179
1180 * frame.c (Vmenu_bar_mode, Vtool_bar_mode): New vars.
1181
1182 2010-06-24 Juanma Barranquero <lekktu@gmail.com>
1183
1184 * gtkutil.c (xg_update_scrollbar_pos):
1185 Avoid C99 mid-block variable declaration.
1186
1187 2010-06-22 Jan Djärv <jan.h.d@swipnet.se>
1188
1189 * xterm.c (x_scroll_bar_create): Remove call to xg_show_scroll_bar.
1190
1191 * gtkutil.h (xg_show_scroll_bar): Remove.
1192
1193 * gtkutil.c (xg_update_scrollbar_pos): Show/hide scroll bar as needed
1194 if height is less than scroll bar min size.
1195 (xg_show_scroll_bar): Remove, show moved to xg_update_scrollbar_pos.
1196
1197 * xfns.c (x_default_font_parameter): Try to open font from system
1198 before using it (bug#6478). Rename got_from_gconf to got_from_system.
1199
1200 2010-06-22 Keith Packard <keithp@keithp.com> (tiny change)
1201
1202 * font.c (font_parse_fcname): Allow . for sizes like 7.5 (bug#6437).
1203
1204 2010-06-20 Eli Zaretskii <eliz@gnu.org>
1205
1206 * xdisp.c (try_scrolling): When scroll-conservatively is set to
1207 most-positive-fixnum, be extra accurate when scrolling window
1208 start, to avoid missing the cursor line.
1209
1210 2010-06-19 Eli Zaretskii <eliz@gnu.org>
1211
1212 * xdisp.c (try_scrolling): Compute the limit for searching point
1213 in forward scroll from scroll_max, instead of an arbitrary limit
1214 of 10 screen lines. See
1215 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00766.html
1216 and
1217 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00773.html
1218 for details.
1219
1220 2010-06-16 Glenn Morris <rgm@gnu.org>
1221
1222 * editfns.c (Fbyte_to_string): Pacify compiler.
1223
1224 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
1225
1226 * lread.c (read1): Phase out old-style backquotes a bit more.
1227
1228 2010-06-12 Eli Zaretskii <eliz@gnu.org>
1229
1230 * makefile.w32-in ($(BLD)/bidi.$(O)): Depend on biditype.h and
1231 bidimirror.h.
1232
1233 * deps.mk (bidi.o): Depend on biditype.h and bidimirror.h.
1234
1235 * bidi.c (bidi_initialize): Remove explicit initialization of
1236 bidi_type_table; include biditype.h instead. Don't support
1237 entries whose second codepoint is zero. Initialize bidi_mirror_table.
1238 (bidi_mirror_char): Use bidi_mirror_table.
1239
1240 * biditype.h: New file.
1241
1242 * bidimirror.h: New file.
1243
1244 * window.c (syms_of_window): Doc fix (bug#6409).
1245
1246 2010-06-12 Romain Francoise <romain@orebokech.com>
1247
1248 * Makefile.in (lisp, shortlisp): Use new location of vc-hooks and
1249 ediff-hook.
1250
1251 2010-06-10 Glenn Morris <rgm@gnu.org>
1252
1253 * editfns.c (Fbyte_to_string): Pacify compiler.
1254
1255 * m/ibms390x.h: Rather than duplicating ibms390.h, just include it.
1256
1257 2010-06-26 Andreas Schwab <schwab@linux-m68k.org>
1258
1259 * alloc.c (Fmake_byte_code): Don't access undefined argument
1260 (Bug#6517).
1261
1262 2010-06-25 Chong Yidong <cyd@stupidchicken.com>
1263
1264 * xdisp.c (next_element_from_image): Ensure that after-strings are
1265 read the next time we hit handle_stop (Bug#1336).
1266
1267 2010-06-23 Andreas Schwab <schwab@linux-m68k.org>
1268
1269 * lread.c (read1): Signal error if #s is not followed by paren.
1270
1271 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
1272
1273 * image.c (free_image): Mark frame as garbaged (Bug#6426).
1274
1275 * keymap.c (Fdefine_key): Doc fix (Bug#6460).
1276
1277 2010-06-15 Glenn Morris <rgm@gnu.org>
1278
1279 * editfns.c (Fbyte_to_string): Pacify compiler.
1280
1281 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
1282
1283 * dbusbind.c (xd_append_arg): Don't "make-unibyte" the string.
1284 Check `object's type before accessing its guts.
1285
1286 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
1287
1288 * s/usg5-4.h: Fix previous change.
1289 Suggested by Lawrence Mitchell <wence@gmx.li>
1290
1291 2010-06-08 Andreas Schwab <schwab@linux-m68k.org>
1292
1293 * minibuf.c (Fall_completions): Add more checks.
1294
1295 2010-06-08 Juanma Barranquero <lekktu@gmail.com>
1296
1297 * minibuf.c (Fall_completions): Check COLLECTION's size (bug#6378).
1298
1299 2010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
1300
1301 * lread.c (X_OK): Remove, unused.
1302
1303 * dispnew.c: Remove obsolete comment.
1304
1305 Remove INCLUDED_FCNTL.
1306 * xterm.c (INCLUDED_FCNTL):
1307 * callproc.c (INCLUDED_FCNTL):
1308 * alloc.c (INCLUDED_FCNTL):
1309 * systty.h (INCLUDED_FCNTL): Remove all uses, not needed anymore.
1310 (emacs_get_tty, emacs_set_tty): Declare unconditionally.
1311
1312 2010-06-07 Martin Rudalics <rudalics@gmx.at>
1313
1314 * window.c (Fselect_window): Move `record_buffer' up to the
1315 beginning of this function, so the buffer gets recorded
1316 even if the selected window does not change.
1317 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00137.html
1318
1319 2010-06-07 Juanma Barranquero <lekktu@gmail.com>
1320
1321 * cmds.c (Fforward_char, Fbackward_char): Fix typos in docstrings.
1322 (Fforward_line, Fbeginning_of_line): Reflow docstrings.
1323
1324 2010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
1325
1326 Remove BSTRING related code, all platforms define it.
1327 * s/usg5-4.h (BSTRING): Remove definition.
1328 * s/template.h (BSTRING):
1329 * s/msdos.h (BSTRING):
1330 * s/ms-w32.h (BSTRING):
1331 * s/hpux10-20.h (BSTRING):
1332 * s/gnu-linux.h (BSTRING):
1333 * s/darwin.h (BSTRING):
1334 * s/cygwin.h (BSTRING):
1335 * s/bsd-common.h (BSTRING):
1336 * s/aix4-2.h (BSTRING): Likewise.
1337 * sysdep.c: Remove code depending on BSTRING not being defined.
1338
1339 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
1340
1341 Remove obsolete macro BASE_LEADING_CODE_P.
1342 * character.h (BASE_LEADING_CODE_P): Remove.
1343 * regex.c [!emacs] (BASE_LEADING_CODE_P): Remove.
1344 * buffer.c (Fset_buffer_multibyte):
1345 * indent.c (scan_for_column, compute_motion):
1346 * insdel.c (count_combining_before, count_combining_after):
1347 Use LEADING_CODE_P instead of BASE_LEADING_CODE_P.
1348
1349 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
1350
1351 Turn `directory-sep-char' into a noop.
1352
1353 * lisp.h [WINDOWSNT] (Vdirectory_sep_char): Don't declare.
1354 (DIRECTORY_SEP): Define unconditionally.
1355
1356 * s/ms-w32.h (DIRECTORY_SEP): Remove.
1357
1358 * emacs.c (decode_env_path): Don't check DIRECTORY_SEP,
1359 call dostounix_filename directly.
1360
1361 * fileio.c (CORRECT_DIR_SEPS): Remove.
1362 (Ffile_name_directory, directory_file_name, Fexpand_file_name)
1363 (Fsubstitute_in_file_name): Use dostounix_filename instead.
1364 (file_name_as_directory): Use dostounix_filename, DIRECTORY_SEP.
1365 (syms_of_fileio) <directory-sep-char>: Move to subr.el.
1366
1367 * w32proc.c (CORRECT_DIR_SEPS): Remove.
1368 (Fw32_short_file_name, Fw32_long_file_name): Use dostounix_filename.
1369
1370 2010-06-03 Andreas Schwab <schwab@linux-m68k.org>
1371
1372 * process.c (conv_lisp_to_sockaddr): Fix conversion of IPv4
1373 address. (Bug#6346)
1374
1375 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
1376
1377 * ccl.c (Fccl_program_p): Fix typo in docstring.
1378
1379 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
1380
1381 Move UNEXEC definition to autoconf.
1382 * s/usg5-4.h (UNEXEC): Remove, move to configure.in.
1383 * s/sol2-10.h (UNEXEC):
1384 * s/irix6-5.h (UNEXEC):
1385 * s/hpux10-20.h (UNEXEC):
1386 * s/gnu-linux.h (UNEXEC):
1387 * s/darwin.h (UNEXEC):
1388 * s/cygwin.h (UNEXEC):
1389 * s/bsd-common.h (UNEXEC):
1390 * s/aix4-2.h (UNEXEC):
1391 * m/alpha.h (UNEXEC): Likewise.
1392 * Makefile.in (UNEXEC_OBJ): Define using @UNEXEC_OBJ@.
1393
1394 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
1395
1396 Remove obsolete pre-unicode2 macros.
1397 * character.h (MULTIBYTE_FORM_LENGTH, PARSE_MULTIBYTE_SEQ): Remove.
1398 * composite.c (composition_reseat_it):
1399 * data.c (Faset):
1400 * fns.c (Ffillarray):
1401 * regex.c (re_search_2): Use BYTES_BY_CHAR_HEAD.
1402 [!emacs] (BYTES_BY_CHAR_HEAD): Define instead of MULTIBYTE_FORM_LENGTH.
1403
1404 2010-06-03 Juri Linkov <juri@jurta.org>
1405
1406 * buffer.c (Fother_buffer): Add CHECK_FRAME.
1407 (Fswitch_to_buffer): Remove unused variable `err'.
1408
1409 2010-06-03 Glenn Morris <rgm@gnu.org>
1410
1411 * m/template.h (NO_SOCK_SIGIO): Remove, no longer used.
1412
1413 * m/hp800.h (alloca) [__NetBSD__ && __GNUC__]: No need to define it,
1414 now that AH_BOTTOM does it.
1415
1416 * m/hp800.h (HAVE_ALLOCA):
1417 * m/ibms390x.h (HAVE_ALLOCA): Do not define, no longer needed.
1418
1419 * m/ia64.h, s/gnu-linux.h, s/gnu.h, s/netbsd.h, s/usg5-4.h:
1420 Remove NOT_C_CODE tests, it is always true now.
1421
1422 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
1423
1424 Fix config.h includes.
1425 * xsettings.c:
1426 * xgselect.c:
1427 * nsterm.m:
1428 * nsselect.m:
1429 * nsimage.m:
1430 * nsfont.m:
1431 * nsfns.m:
1432 * dbusbind.c: Use #include <config.h> instead of "config.h" as all
1433 other files do.
1434
1435 * gmalloc.c: Remove BROKEN_PROTOTYPES reference, unused.
1436
1437 * s/sol2-6.h: Remove obsolete comments.
1438
1439 Remove unnecessary alloca.h includes.
1440 * keymap.c: Do not include alloca.h, config.h does that.
1441 * sysdep.c: Likewise. Do not define fwrite, not used.
1442
1443 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1444
1445 * sysdep.c (child_setup_tty): Move the non-canonical initialization to
1446 the HAVE_TERMIO where it belongs (bug#6149).
1447
1448 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1449
1450 * keymap.c (Fwhere_is_internal): Fix handling of remapping (in thread
1451 of bug#6305).
1452
1453 2010-05-30 Eli Zaretskii <eliz@gnu.org>
1454
1455 * bidi.c (bidi_move_to_visually_next): Make sure the sentinel
1456 state is always cached (bug#6306).
1457
1458 2010-05-29 Eli Zaretskii <eliz@gnu.org>
1459
1460 Fix cursor motion in bidi-reordered continued lines.
1461 * xdisp.c (try_cursor_movement): Backup to non-continuation line
1462 only after finding point's row. Fix the logic. Rewrite the loop
1463 over continuation lines in bidi-reordered buffers. Return
1464 CURSOR_MOVEMENT_MUST_SCROLL upon failure to find a suitable row,
1465 rather than CURSOR_MOVEMENT_CANNOT_BE_USED.
1466
1467 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
1468
1469 * fileio.c (Fdelete_file): Pass TRASH arg to handler call.
1470
1471 2010-05-28 Kenichi Handa <handa@m17n.org>
1472
1473 * font.c (font_delete_unmatched): Check Vface_ignored_fonts.
1474 Don't sheck SPEC if it is nil.
1475 (font_list_entities): Call font_delete_unmatched if
1476 Vface_ignored_fonts is non-nil. (Bug#6287)
1477
1478 2010-05-28 Glenn Morris <rgm@gnu.org>
1479
1480 * Makefile.in (LIBES): Remove $LOADLIBES, it is never set.
1481
1482 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
1483
1484 * fileio.c (Fdelete_file): Change meaning of optional arg to mean
1485 whether to trash.
1486 (internal_delete_file, Frename_file): Callers changed.
1487 (delete_by_moving_to_trash): Doc fix.
1488 (Fdelete_directory_internal): Don't move to trash.
1489
1490 * callproc.c (delete_temp_file):
1491 * buffer.c (Fkill_buffer): Callers changed.
1492
1493 * lisp.h: Update prototype.
1494
1495 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
1496
1497 * xdisp.c (redisplay_window): After redisplay, check if point is
1498 still valid before setting it (Bug#6177).
1499
1500 2010-05-27 Glenn Morris <rgm@gnu.org>
1501
1502 * Makefile.in, autodeps.mk, deps.mk, ns.mk:
1503 Convert comments to Makefile format.
1504
1505 * Makefile.in (bootstrap-clean): No more Makefile.c.
1506
1507 2010-05-26 Glenn Morris <rgm@gnu.org>
1508
1509 * Makefile.in (YMF_PASS_LDFLAGS): Remove.
1510 (temacs${EXEEXT}): Use PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS.
1511
1512 * Makefile.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
1513 Remove.
1514 (TEMACS_LDFLAGS): Do not use NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
1515
1516 2010-05-26 Kenichi Handa <handa@m17n.org>
1517
1518 * composite.c (composition_compute_stop_pos): Fix condition for
1519 backward scanning.
1520
1521 2010-05-25 Glenn Morris <rgm@gnu.org>
1522
1523 * Makefile.in (@NS_IMPL_GNUSTEP_INC@, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
1524 Move before TEMACS_LDFLAGS.
1525 (TEMACS_LDFLAGS): Use $NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
1526 (temacs${EXEEXT}): Do not use $NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
1527
1528 * Makefile.in (NOT_C_CODE): No longer define.
1529 (config.h): No longer include.
1530
1531 * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): Move definition after some
1532 variables it may reference.
1533
1534 * Makefile.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
1535 (TEMACS_LDFLAGS): Remove LD_SWITCH_SYSTEM_EXTRA.
1536
1537 2010-05-25 Kenichi Handa <handa@m17n.org>
1538
1539 * dispextern.h (struct composition_it): New members rule_idx and
1540 charpos.
1541
1542 * xdisp.c (set_iterator_to_next): While scanning backward, assume
1543 that the character positions of IT point the last character of the
1544 current grapheme cluster.
1545 (next_element_from_composition): Don't change character positions
1546 of IT.
1547 (append_composite_glyph): Set glyph->charpos to
1548 it->cmp_it.charpos.
1549
1550 * composite.c (autocmp_chars): Change the first argument to RULE,
1551 and try composition with RULE only.
1552 (composition_compute_stop_pos): Record the index number of the
1553 composition rule in CMP_IT->rule_idx.
1554 (composition_reseat_it): Call autocmp_chars repeatedly until the
1555 correct rule of the composition is found.
1556 (composition_update_it): Set CMP_IT->charpos. Assume the CHARPOS
1557 is at the last character of the current grapheme cluster when
1558 CMP_IT->reversed_p is nonzero.
1559
1560 2010-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
1561
1562 * editfns.c (Fbyte_to_string): New function.
1563
1564 2010-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
1565
1566 * process.c (Fmake_network_process): Set :host to nil if it's not used.
1567 Suggested by Masatake YAMATO <yamato@redhat.com>.
1568
1569 2010-05-23 Eli Zaretskii <eliz@gnu.org>
1570
1571 * dispextern.h (init_iterator): Sync prototype with changed definition.
1572
1573 2010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
1574
1575 * s/netbsd.h: If terminfo is found, use it in preference to
1576 termcap. (Bug#6190) [Backport from trunk]
1577
1578 2010-05-19 Eli Zaretskii <eliz@gnu.org>
1579
1580 Redesign and reimplement bidi-aware edge positions of glyph rows.
1581
1582 * dispextern.h (struct glyph_row): New members minpos and maxpos.
1583 (MATRIX_ROW_START_CHARPOS, MATRIX_ROW_START_BYTEPOS)
1584 (MATRIX_ROW_END_CHARPOS, MATRIX_ROW_END_BYTEPOS): Reference minpos
1585 and maxpos members instead of start.pos and end.pos, respectively.
1586
1587 * xdisp.c (display_line): Compare IT_CHARPOS with the position in
1588 row->start.pos, rather than with MATRIX_ROW_START_CHARPOS.
1589 (cursor_row_p): Use row->end.pos rather than MATRIX_ROW_END_CHARPOS.
1590 (try_window_reusing_current_matrix, try_window_id):
1591 Use ROW->minpos rather than ROW->start.pos.
1592 (init_from_display_pos, init_iterator): Use EMACS_INT for
1593 character and byte positions.
1594 (find_row_edges): Rename from find_row_end. Accept additional
1595 arguments for minimum and maximum buffer positions seen by
1596 display_line for this row. Don't use iterator to find the
1597 position following the maximum one; instead, increment the
1598 position found by display_line directly. Fix logic; eol_pos
1599 should be tested before the rest. Handle the case of characters
1600 delivered from display vector (bug#6036). Fix tests related to
1601 it->method. Handle the truncated_on_right_p rows.
1602 (RECORD_MAX_MIN_POS): New macro.
1603 (display_line): Use it to record the minimum and maximum buffer
1604 positions for glyphs in the row being assembled. Record the
1605 position of the newline that terminates the line. If word wrap is
1606 in effect, restore minimum and maximum positions seen up to the
1607 wrap point, when iterator returns to it.
1608 (try_window_reusing_current_matrix): Give up if in bidi-reordered
1609 row and cursor not already at point. Restore original pre-bidi
1610 code for unidirectional buffers.
1611
1612 * dispnew.c (increment_row_positions, check_matrix_invariants):
1613 Increment and check row->start.pos and row->end.pos, in addition
1614 to MATRIX_ROW_START_CHARPOS and MATRIX_ROW_END_CHARPOS.
1615
1616 * .gdbinit (prowlims): Display row->minpos and row->maxpos.
1617 Display truncated_on_left_p and truncated_on_right_p flags.
1618 Formatting fixes.
1619 (pmtxrows): Display the ordinal number of each row. Don't display
1620 rows beyond the last one.
1621
1622 * bidi.c (bidi_cache_iterator_state): Don't zero out new_paragraph:
1623 it is not copied by bidi_copy_it.
1624
1625 2010-05-22 Eli Zaretskii <eliz@gnu.org>
1626
1627 * w32.c (sys_write): Break writes into chunks smaller than 32MB.
1628 (Bug#6237)
1629
1630 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
1631
1632 * image.c (Fimage_flush): Rename from image-refresh.
1633
1634 2010-05-21 Chong Yidong <cyd@stupidchicken.com>
1635
1636 * xdisp.c (redisplay_internal): Clear caches even if redisplaying
1637 just one window.
1638
1639 * image.c (Vimage_cache_eviction_delay): Decrease to 300.
1640 (clear_image_cache): If the number of cached images is unusually
1641 large, decrease the cache eviction delay (Bug#6230).
1642
1643 2010-05-21 Glenn Morris <rgm@gnu.org>
1644
1645 * Makefile.in (${ns_appdir}, ${ns_appbindir}Emacs, ns-app):
1646 Move these rules to ns.mk.
1647 * ns.mk: New file.
1648
1649 * Makefile.in (../src/$(OLDXMENU), $(OLDXMENU)): Always define rules.
1650
1651 * Makefile.in (CANNOT_DUMP): New, set by configure.
1652 (emacs${EXEEXT}, bootstrap-emacs${EXEEXT}): Use $CANNOT_DUMP.
1653
1654 2010-05-20 Juri Linkov <juri@jurta.org>
1655
1656 * fileio.c (Fdelete_file): Change interative spec to use
1657 `read-file-name' like in `find-file-read-args' where the default
1658 value is `default-directory' instead of `buffer-file-name'.
1659 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00533.html
1660
1661 2010-05-20 Kevin Ryde <user42@zip.com.au>
1662
1663 * keyboard.c (Vlast_command, Vkeyboard_translate_table)
1664 (Voverriding_terminal_local_map, Vsystem_key_alist)
1665 (Vlocal_function_key_map): Fix manual link in docstring (Bug#6224).
1666
1667 2010-05-20 Glenn Morris <rgm@gnu.org>
1668
1669 * Makefile.in (DEPDIR): New constant.
1670 (DEPFLAGS): Set with configure, not cpp.
1671 (MKDEPDIR): New, set by configure.
1672 (.c.o, .m.o, ecrt0.o): Use $MKDEPDIR.
1673 (clean): Use $DEPDIR.
1674 (deps_frag): Include from configure.
1675 Move static/dynamic dependency stuff to deps.mk/autodeps.mk.
1676 * deps.mk, autodeps.mk: New files, extracted from Makefile.in.
1677
1678 * bidi.c (bidi_cache_shrink, bidi_cache_iterator_state): Fix
1679 reallocation of the cache. (Bug#6210)
1680
1681 2010-05-19 Glenn Morris <rgm@gnu.org>
1682
1683 * s/msdos.h (ORDINARY_LINK): Move to sed2v2.inp.
1684
1685 * Makefile.in (LD, YMF_PASS_LDFLAGS): Set with configure, not cpp.
1686 (GNULIB_VAR): Remove.
1687 (LIBES): Use LIB_GCC instead of GNULIB_VAR.
1688
1689 * m/ibms390x.h (LINKER):
1690 * m/macppc.h (LINKER) [GNU_LINUX]:
1691 * s/aix4-2.h (ORDINARY_LINK):
1692 * s/cygwin.h (LINKER):
1693 * s/darwin.h (ORDINARY_LINK):
1694 * s/gnu.h (ORDINARY_LINK):
1695 * s/netbsd.h (LINKER):
1696 * s/usg5-4.h (ORDINARY_LINK):
1697 Move to configure.
1698
1699 * s/aix4-2.h (LINKER): Remove; this file sets ORDINARY_LINK.
1700
1701 2010-05-18 Chong Yidong <cyd@stupidchicken.com>
1702
1703 * character.c (Fstring, Funibyte_string): Use SAFE_ALLOCA to
1704 prevent stack overflow if number of arguments is too large
1705 (Bug#6214).
1706
1707 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
1708
1709 * charset.c (load_charset_map_from_file): Don't call close after fclose.
1710
1711 2010-05-18 Glenn Morris <rgm@gnu.org>
1712
1713 * s/gnu-linux.h: Combine two conditionals.
1714
1715 * Makefile.in (otherobj): Include $(VMLIMIT_OBJ) separately from
1716 $(POST_ALLOC_OBJ).
1717
1718 * Makefile.in (RALLOC_OBJ): New, set by configure.
1719 (rallocobj): Replace with the previous variable.
1720 (otherobj): Use $RALLOC_OBJ.
1721
1722 * s/gnu.h (REL_ALLOC) [DOUG_LEA_MALLOC]:
1723 * s/gnu-linux.h (REL_ALLOC) [DOUG_LEA_MALLOC]: Move undef to configure.
1724
1725 * Makefile.in (GMALLOC_OBJ, VMLIMIT_OBJ): New, set by configure.
1726 (gmallocobj, vmlimitobj): Replace with previous two variables.
1727 (otherobj): Use $GMALLOC_OBJ, $VMLIMIT_OBJ.
1728
1729 2010-05-17 Glenn Morris <rgm@gnu.org>
1730
1731 * Makefile.in (OLDXMENU_DEPS): New, set by configure.
1732 (stamp-oldxmenu): Use $OLDXMENU_DEPS.
1733
1734 2010-05-16 Glenn Morris <rgm@gnu.org>
1735
1736 * Makefile.in (${ns_appbindir}Emacs, ns-app): Always define these rules.
1737
1738 * Makefile.in (clean): Get rid of HAVE_NS conditional.
1739
1740 * Makefile.in (ns_appdir, ns_appbindir): Now configure adds the
1741 trailing "/".
1742
1743 * Makefile.in (TEMACS_LDFLAGS2): New, set by configure.
1744 (temacs${EXEEXT}): Combine the NS_IMPL_GNUSTEP case with the default.
1745
1746 * Makefile.in (GNUSTEP_SYSTEM_LIBRARIES): Remove, unused.
1747 (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New, set by configure.
1748 (LD) [NS_IMPL_GNUSTEP]: Set to $(CC) -rdynamic.
1749 (temacs${EXEEXT}): Remove $LOCALCPP, never defined or referenced.
1750 Make most of the NS_IMPL_GNUSTEP case the same as the default case.
1751
1752 * Makefile.in (temacs${EXEEXT}) [!NS_IMPL_GNUSTEP]:
1753 Remove ${STARTFLAGS}, nothing ever sets it.
1754
1755 2010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
1756
1757 * m/ia64.h (UNEXEC): Remove, set in s/*.h.
1758
1759 2010-05-16 Glenn Morris <rgm@gnu.org>
1760
1761 * Makefile.in (LIBX_BASE): Always define.
1762
1763 * Makefile.in (LIBX_OTHER): Move out of cpp section.
1764
1765 * Makefile.in (LIBXT): Always define.
1766
1767 2010-05-15 Glenn Morris <rgm@gnu.org>
1768
1769 * Makefile.in (OLDXMENU, LIBXMENU, LIBX_OTHER): Always define.
1770
1771 * Makefile.in (FONT_DRIVERS): Remove, replace with $FONT_OBJ.
1772 (obj, SOME_MACHINE_OBJECTS): Use $FONT_OBJ.
1773
1774 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
1775
1776 * lisp.h (XFLOAT_DATA): Use "0?x:x" to generate an rvalue. (Bug#5916)
1777 (LISP_MAKE_RVALUE) [!USE_LISP_UNION_TYPE && !__GNUC__]: Likewise.
1778
1779 * emacs.c (main): Initialize initial-environment and
1780 process-environment before generating from env, not after.
1781
1782 Handle --version reasonably in CANNOT_DUMP configuration.
1783 * emacs.c (emacs_version, emacs_copyright): New string variables.
1784 (Vemacs_version, Vemacs_copyright): New Lisp_Object variables.
1785 (syms_of_emacs): Defvar them, and initialize them from the C
1786 string variables.
1787 (main): If initialization hasn't been done, print initial version
1788 info from the C strings, instead of starting an interactive session.
1789
1790 2010-05-15 Eli Zaretskii <eliz@gnu.org>
1791
1792 * bidi.c (bidi_paragraph_init): Don't leave alone garbage values
1793 of bidi_it->paragraph_dir. Call bidi_initialize if needed.
1794 (bidi_paragraph_init): Remove redundant assertion that we are at
1795 the beginning of a line after call to bidi_find_paragraph_start.
1796
1797 * xdisp.c (Fcurrent_bidi_paragraph_direction): New function.
1798 (syms_of_xdisp): Defsubr it.
1799
1800 * cmds.c (Fforward_char, Fbackward_char): Doc fix.
1801
1802 * Makefile.in: Fix MSDOS-related comments.
1803
1804 2010-05-15 Glenn Morris <rgm@gnu.org>
1805
1806 * Makefile.in (OLDXMENU_TARGET): New, set by configure.
1807 (really-lwlib, really-oldXMenu): Always define.
1808 ($OLDXMENU): Depend on $OLDXMENU_TARGET.
1809
1810 * Makefile.in: Simplify cpp conditional.
1811
1812 * Makefile.in (${ns_appdir}): Simplify using umask.
1813
1814 * Makefile.in (${ns_appdir}): Remove references to CVS-related files.
1815
1816 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
1817
1818 * eval.c (specbind): Remove left-over duplicate test.
1819 Disallow let-binding frame-local vars. Add comment.
1820
1821 2010-05-14 Eli Zaretskii <eliz@gnu.org>
1822
1823 Make the cache of bidi iterator states dynamically allocated.
1824 * bidi.c (bidi_cache_shrink): New function.
1825 (bidi_init_it): Call it.
1826 (bidi_cache_iterator_state): Enlarge the cache if needed.
1827
1828 * bidi.c (bidi_move_to_visually_next): Rename from
1829 bidi_get_next_char_visually. All callers changed.
1830
1831 2010-05-14 Kenichi Handa <handa@m17n.org>
1832
1833 * dispextern.h (struct composition_it): New member reversed_p.
1834
1835 * composite.c (composition_compute_stop_pos): Search backward if
1836 ENDPOS < CHARPOS.
1837 (composition_reseat_it): Handle the case that ENDPOS < CHARPOS.
1838 Set CMP_IT->reversed_p.
1839 (composition_update_it): Pay attention to CMP_IT->reversed_p.
1840
1841 * xdisp.c (set_iterator_to_next):
1842 Call composition_compute_stop_pos with negative ENDPOS if we are
1843 scanning backward. Call composition_compute_stop_pos if scan
1844 direction is changed.
1845 (next_element_from_buffer): Call composition_compute_stop_pos with
1846 negative ENDPOS if we are scanning backward.
1847 (next_element_from_composition): Pay attention to
1848 IT->cmp_it.reversed_p.
1849
1850 2010-05-14 Kenichi Handa <handa@m17n.org>
1851
1852 * font.c (font_range): Return the range for the font found at first.
1853
1854 2010-05-14 Glenn Morris <rgm@gnu.org>
1855
1856 * Makefile.in (ns_appdir, ns_appbindir, ns_appsrc): Always define.
1857
1858 * Makefile.in (mktime, X11, register): Move undefs to configure.
1859
1860 * Makefile.in (MSDOS_OBJ): Default to empty, let msdos scripts set it.
1861 (MSDOS_X_OBJ): New variable.
1862 (MSDOS_SUPPORT_REAL): New constant.
1863 (MSDOS_SUPPORT): Set as a variable, not with cpp.
1864 (obj): Use MSDOS_X_OBJ.
1865 (lisp): Use MSDOS_SUPPORT as a variable.
1866
1867 * Makefile.in (REAL_MOUSE_SUPPORT): New constant.
1868 (GPM_MOUSE_SUPPORT): Now it's a constant.
1869 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): Set with configure,
1870 not cpp.
1871
1872 * Makefile.in (@NS_IMPL_GNUSTEP_INC@): Use in place of #ifdef.
1873 (ns_appresdir): Remove, unused.
1874
1875 * Makefile.in (SHELL): Move outside cpp section.
1876
1877 * s/netbsd.h (AMPERSAND_FULL_NAME): Remove (defined in AH_BOTTOM).
1878
1879 2010-05-13 Glenn Morris <rgm@gnu.org>
1880
1881 * Makefile.in (FONT_DRIVERS): Place with other HAVE_X_WINDOWS stuff.
1882 (TOOLTIP_SUPPORT): Place with other HAVE_WINDOW_SYSTEM stuff.
1883
1884 * Makefile.in (FONT_DRIVERS): If HAVE_X_WINDOWS is defined,
1885 HAVE_WINDOW_SYSTEM must be too.
1886
1887 * Makefile.in (WINNT_SUPPORT): Remove, nt build does not use this file.
1888 (lisp): Remove WINNT_SUPPORT.
1889
1890 * Makefile.in (OLDXMENU, LIBXMENU) [!HAVE_MENUS]:
1891 Let configure set these variables (to empty) in this case as well.
1892
1893 * Makefile.in (LD_SWITCH_X_SITE): Define as a variable, not via cpp.
1894 (LIBX_BASE): Use $LD_SWITCH_X_SITE.
1895
1896 * Makefile.in (C_SWITCH_X_SYSTEM, C_SWITCH_X_SITE, LIB_STANDARD)
1897 (LIB_MATH, FONTCONFIG_CFLAGS, FONTCONFIG_LIBS, FREETYPE_CFLAGS)
1898 (FREETYPE_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS, M17N_FLT_CFLAGS)
1899 (M17N_FLT_LIBS, GNU_OBJC_CFLAGS, GNUSTEP_SYSTEM_LIBRARIES, LIBGPM)
1900 (LIBRESOLV, UNEXEC_OBJ): For clarity, define variables to hold
1901 the values output by configure.
1902 (ALL_CFLAGS, obj, LIBES, temacs${EXEEXT}): Use the above variables.
1903
1904 2010-05-12 Glenn Morris <rgm@gnu.org>
1905
1906 * Makefile.in (YMF_PASS_LDFLAGS, LD, LINKER): Simplify the logic.
1907 (LINKER_WAS_SPECIFIED): Remove.
1908
1909 * Makefile.in (LIB_GCC): Set using configure, not cpp.
1910 (GNULIB_VAR) [!ORDINARY_LINK]: Always set to $LIB_GCC.
1911 * m/arm.h (LIB_GCC) [GNU_LINUX]:
1912 * s/cygwin.h (LIB_GCC):
1913 * s/freebsd.h (LIB_GCC):
1914 * s/gnu-linux.h (LIB_GCC):
1915 * s/msdos.h (LIB_GCC):
1916 * s/netbsd.h (LIB_GCC):
1917 Move to configure.
1918
1919 2010-05-11 Karel Klic <kklic@redhat.com>
1920
1921 * ftfont.c: Fix incorrect parentheses of #if condition for
1922 definining M17N_FLT_USE_NEW_FEATURE.
1923
1924 2010-05-11 Glenn Morris <rgm@gnu.org>
1925
1926 * Makefile.in (LIBS_SYSTEM) [MSDOS]: Do not reset.
1927 * s/msdos.h (MSDOS_LIBS_SYSTEM): Remove.
1928
1929 2010-05-10 Eli Zaretskii <eliz@gnu.org>
1930
1931 * xdisp.c (init_iterator): Don't turn on bidi reordering in
1932 unibyte buffers. See
1933 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00263.html.
1934
1935 2010-05-10 Glenn Morris <rgm@gnu.org>
1936
1937 * Makefile.in (LIBS_SYSTEM): Set using configure, not cpp.
1938 (LIBS_SYSTEM) [MSDOS]: Reset with MSDOS_LIBS_SYSTEM.
1939 (LIBES): Use LIBS_SYSTEM as a variable.
1940 * s/msdos.h (LIBS_SYSTEM): Rename to MSDOS_LIBS_SYSTEM. Always define.
1941 * s/aix4-2.h (LIBS_SYSTEM):
1942 * s/freebsd.h (LIBS_SYSTEM):
1943 * s/hpux10-20.h (LIBS_SYSTEM):
1944 * s/sol2-6.h (LIBS_SYSTEM):
1945 * s/unixware.h (LIBS_SYSTEM):
1946 Move to configure.
1947
1948 * s/aix4-2.h (MAIL_USE_LOCKF):
1949 * s/bsd-common.h (MAIL_USE_FLOCK):
1950 * s/darwin.h (MAIL_USE_FLOCK):
1951 * s/gnu-linux.h (MAIL_USE_FLOCK):
1952 * s/irix6-5.h (MAIL_USE_FLOCK):
1953 * s/template.h (MAIL_USE_FLOCK):
1954 Move to configure.
1955
1956 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
1957
1958 * Version 23.2 released.
1959
1960 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
1961
1962 * composite.c (autocmp_chars): Save point as marker before calling
1963 auto-composition-function (Bug#5984).
1964
1965 * lisp.h (restore_point_unwind): Add prototype.
1966
1967 * fileio.c (restore_point_unwind): Remove static attribute.
1968
1969 2010-05-08 Kenichi Handa <handa@m17n.org>
1970
1971 * ftfont.c (M17N_FLT_USE_NEW_FEATURE): Define it if we can use the
1972 new feature of libotf and m17n-flt.
1973 (ftfont_check_otf) [M17N_FLT_USE_NEW_FEATURE]:
1974 Call OTF_check_features even if no specific feature is given.
1975 (PACK_OTF_TAG) [M17N_FLT_USE_NEW_FEATURE]: New macro.
1976 (ftfont_drive_otf) [M17N_FLT_USE_NEW_FEATURE]: Handle the case
1977 that OUT is NULL. Use OTF_drive_gsub_with_log and
1978 OTF_drive_gpos_with_log instead of OTF_drive_gsub and
1979 OTF_drive_gpos.
1980 (ftfont_try_otf) [M17N_FLT_USE_NEW_FEATURE]: New function.
1981 (ftfont_shape_by_flt) [M17N_FLT_USE_NEW_FEATURE]:
1982 Setup mflt_enable_new_feature and mflt_try_otf.
1983
1984 2010-05-08 Jan Djärv <jan.h.d@swipnet.se>
1985
1986 * xsettings.c (Ftool_bar_get_system_style): Correct comment.
1987
1988 * gtkutil.c (xg_pack_tool_bar): Change show_all to show for handle
1989 box and toolbar (Bug #6139).
1990 (xg_create_tool_bar): Remove comment (Bug #6139).
1991 (xg_make_tool_item): Remove gtk_widget_show_all (Bug #6139).
1992 (xg_show_toolbar_item): Add gtk_widget_show for weventbox (Bug #6139).
1993
1994 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
1995
1996 * makefile.w32-in ($(BLD)/eval.$(O), $(BLD)/w32fns.$(O)):
1997 Update dependencies.
1998
1999 2010-05-08 Eli Zaretskii <eliz@gnu.org>
2000
2001 * fringe.c (update_window_fringes): Set up truncation bitmaps for
2002 R2L lines.
2003
2004 2010-05-08 Glenn Morris <rgm@gnu.org>
2005
2006 * Makefile.in (THIS_IS_MAKEFILE): Remove, unused.
2007
2008 * Makefile.in (LIBS_TERMCAP): Set with configure, not cpp.
2009 (TERMCAP_OBJ): New, set by configure, replacing termcapobj.
2010 (termcapobj): Replace with TERMCAP_OBJ.
2011 (otherobj): Use $TERMCAP_OBJ instead of $termcapobj.
2012 (LIBES): Use LIBS_TERMCAP as a variable.
2013
2014 * s/freebsd.h (osreldate.h): No longer include, since this file
2015 does not use __FreeBSD_version any more.
2016
2017 * s/aix4-2.h (TERMINFO):
2018 * s/cygwin.h (TERMINFO):
2019 * s/darwin.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
2020 * s/freebsd.h (TERMINFO, LIBS_TERMCAP):
2021 * s/gnu-linux.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
2022 * s/gnu.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
2023 * s/hpux10-20.h (TERMINFO, LIBS_TERMCAP):
2024 * s/irix6-5.h (TERMINFO):
2025 * s/netbsd.h (LIBS_TERMCAP):
2026 * s/openbsd.h (TERMINFO, LIBS_TERMCAP):
2027 * s/sol2-6.h (LIBS_TERMCAP) [!TERMINFO]:
2028 * s/usg5-4.h (TERMINFO):
2029 Move to configure.
2030
2031 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
2032
2033 * eval.c (unbind_to): Don't unbind a local binding into the global
2034 binding when the local binding disappeared. Inversely, don't unbind
2035 a global binding into a newly created local binding.
2036 * data.c (set_internal): Make its `buf' arg into a `where' arg so we
2037 can specify the frame to use, when applicable. Adjust callers.
2038
2039 2010-05-07 Vincent Belaïche <vincent.belaiche@gmail.com>
2040 Stefan Monnier <monnier@iro.umontreal.ca>
2041
2042 * floatfns.c (Fisnan, Fcopysign, Ffrexp, Fldexp): New functions.
2043
2044 2010-05-07 Eli Zaretskii <eliz@gnu.org>
2045
2046 * w32fns.c: Include w32.h.
2047 (Fw32_shell_execute): Decode the error message before passing it
2048 to `error'. (Bug#6126)
2049
2050 * msdos.c (dos_set_window_size):
2051 * w16select.c (Fx_selection_exists_p): Use `Fsymbol_value (foo)'
2052 instead of `XSYMBOL (foo)->value'.
2053
2054 2010-05-07 Eli Zaretskii <eliz@gnu.org>
2055
2056 Fix the MS-DOS build, broken by autoconfiscation.
2057
2058 * Makefile.in: Don't use Make-style comments past the "start of
2059 cpp stuff" line.
2060 (MSDOS_OBJ): Remove xmenu.o (it is now defined by XMENU_OBJ).
2061
2062 * s/msdos.h (UNEXEC): Don't define (@unexec@ in Makefile.in is
2063 edited directly by msdos/sed1v2.inp).
2064
2065 2010-05-07 Glenn Morris <rgm@gnu.org>
2066
2067 * Makefile.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
2068 (LD_SWITCH_SYSTEM_EXTRA): New variable, set by configure.
2069 (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM and $LD_SWITCH_SYSTEM_EXTRA,
2070 move out of cpp section.
2071 * s/freebsd.h (LD_SWITCH_SYSTEM):
2072 * s/gnu-linux.h (LD_SWITCH_SYSTEM):
2073 * s/netbsd.h (LD_SWITCH_SYSTEM):
2074 * s/openbsd.h (LD_SWITCH_SYSTEM): Move to configure.in.
2075
2076 2010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
2077
2078 Define LIB_STANDARD and START_FILES using autoconf.
2079 * s/usg5-4.h (LIB_STANDARD):
2080 * s/netbsd.h (START_FILES):
2081 * s/irix6-5.h (LIB_STANDARD):
2082 * s/hpux10-20.h (LIB_STANDARD, START_FILES):
2083 * s/gnu-linux.h (START_FILES, LIB_STANDARD):
2084 * s/freebsd.h (START_FILES):
2085 * s/darwin.h (START_FILES):
2086 * s/cygwin.h (START_FILES):
2087 * s/aix4-2.h (LIB_STANDARD):
2088 * m/ibmrs6000.h (START_FILES): Remove, move logic to configure.in.
2089 * Makefile.in (STARTFILES): Rename to START_FILES, define using
2090 autoconf, not cpp.
2091
2092 2010-05-06 Dan Nicolaescu <dann@ics.uci.edu>
2093
2094 Remove NEED_BSDTTY and NEED_UNISTD_H.
2095 * s/hpux10-20.h (NEED_BSDTTY): Remove.
2096 * s/aix4-2.h (NEED_UNISTD_H): Remove.
2097 * systty.h: Simplify conditionals for including <sys/bsdtty.h>,
2098 <sys/ptyio.h> and <unistd.h>.
2099
2100 * emacs.c (main): Remove NO_DIR_LIBRARY conditional, unused.
2101
2102 * Makefile.in (STARTFILES): Conditionally define to make the usage clear.
2103 * s/gnu.h (START_FILES): Remove empty definition.
2104
2105 2010-05-06 Jan Djärv <jan.h.d@swipnet.se>
2106
2107 * xterm.c (x_draw_image_relief): Move declaration of extra to beginning.
2108
2109 2010-05-06 Glenn Morris <rgm@gnu.org>
2110
2111 * Makefile.in (CPP, LN_S): Remove unused variables.
2112
2113 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
2114
2115 * syntax.c (Fchar_syntax): Check the arg is a character (bug#6080).
2116
2117 2010-05-05 Lawrence Mitchell <wence@gmx.li>
2118
2119 * m/sparc.h: Fix typo in earlier change.
2120
2121 2010-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
2122
2123 Misc tweaks.
2124 * eval.c (Fdefvaralias): Remove unintended nested if.
2125 (internal_condition_case_2, internal_condition_case_n): Use ANSI type.
2126
2127 2010-05-04 Bernhard Herzog <bh@intevation.de> (tiny change)
2128
2129 * xsmfns.c (smc_save_yourself_CB): strlen(client_id) => strlen(cwd).
2130
2131 2010-05-04 Dan Nicolaescu <dann@ics.uci.edu>
2132
2133 Remove BSD_PGRPS.
2134 * s/bsd-common.h (BSD_PGRPS): Remove undef.
2135 * s/gnu-linux.h (BSD_PGRPS): Remove.
2136 * term.c (dissociate_if_controlling_tty):
2137 * sysdep.c (narrow_foreground_group, widen_foreground_group)
2138 (init_sys_modes, reset_sys_modes):
2139 * emacs.c (main):
2140 * callproc.c (Fcall_process, child_setup): Remove code depending
2141 on BSD_PGRPS.
2142
2143 Remove POSIX_SIGNALS.
2144 * s/usg5-4.h (POSIX_SIGNALS):
2145 * s/netbsd.h (POSIX_SIGNALS):
2146 * s/msdos.h (POSIX_SIGNALS):
2147 * s/ms-w32.h (POSIX_SIGNALS):
2148 * s/hpux11.h (POSIX_SIGNALS):
2149 * s/gnu.h (POSIX_SIGNALS):
2150 * s/gnu-linux.h (POSIX_SIGNALS):
2151 * s/freebsd.h (POSIX_SIGNALS):
2152 * s/darwin.h (POSIX_SIGNALS):
2153 * s/cygwin.h (POSIX_SIGNALS):
2154 * s/aix4-2.h (POSIX_SIGNALS): Remove definition.
2155 * s/unixware.h:
2156 * s/sol2-6.h: Remove comments on POSIX_SIGNALS.
2157 * process.c (create_process):
2158 * syssignal.h:
2159 * sysdep.c (wait_for_termination, init_signals):
2160 * process.c (create_process):
2161 * msdos.c: POSIX_SIGNALS is always defined on all platforms,
2162 remove all code that assumes the contrary.
2163
2164 2010-05-04 Glenn Morris <rgm@gnu.org>
2165
2166 * s/gnu-linux.h (LD_SWITCH_SYSTEM): Use LD_SWITCH_X_SITE_AUX as a shell
2167 variable.
2168 * s/netbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
2169 (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH.
2170 * s/openbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
2171 (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH instead of
2172 LD_SWITCH_SYSTEM_tmp.
2173 * Makefile.in (LD_SWITCH_X_SITE_AUX, LD_SWITCH_X_SITE_AUX_RPATH):
2174 New variables, set by configure.
2175
2176 * s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in.
2177 * s/darwin.h (HEADERPAD_EXTRA, LIBS_NSGUI): Remove.
2178 (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in.
2179 * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): New variable, set by configure.
2180 (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM_TEMACS.
2181
2182 * s/aix4-2.h (C_SWITCH_SYSTEM):
2183 * m/alpha.h (C_SWITCH_MACHINE):
2184 Move to configure.in.
2185 * Makefile.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM):
2186 New variables, set by configure.
2187 (ALL_CFLAGS): Use $C_SWITCH_MACHINE and $C_SWITCH_SYSTEM in place of
2188 $c_switch_machine and $c_switch_system.
2189
2190 2010-05-04 Dan Nicolaescu <dann@ics.uci.edu>
2191
2192 * s/hpux10-20.h (LIB_STANDARD): New definition.
2193 * Makefile.in (ORDINARY_LINK): Remove setting LIB_STANDARD based
2194 on it, not used anymore.
2195
2196 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
2197
2198 * eval.c (internal_condition_case_n): Rename from
2199 internal_condition_case_2.
2200 (internal_condition_case_2): New function.
2201
2202 * xdisp.c (safe_call): Use internal_condition_case_n.
2203
2204 * fileio.c (Fdelete_file, internal_delete_file): New arg FORCE.
2205 (internal_delete_file, Frename_file): Callers changed.
2206
2207 * buffer.c (Fkill_buffer):
2208 * callproc.c (delete_temp_file): Callers changed (Bug#6070).
2209
2210 * lisp.h: Update prototypes.
2211
2212 2010-05-03 Glenn Morris <rgm@gnu.org>
2213
2214 * Makefile.in (LIBX_EXTRA, LIBX_BASE): New variables.
2215 (LIBXT_OTHER, LIBX_OTHER): New, set by configure.
2216 (LIBXT): Set with configure, not cpp.
2217 (LIBX): Remove.
2218 (LIBES): Replace $LIBX with $LIBX_BASE and $LIBX_OTHER.
2219
2220 2010-05-02 Dan Nicolaescu <dann@ics.uci.edu>
2221
2222 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Remove.
2223 The FreeBSD is not needed, the default works, Solaris version is
2224 not needed, and the remaining case is not supported by configure.
2225
2226 2010-05-02 Jan Djärv <jan.h.d@swipnet.se>
2227
2228 * xsmfns.c (CHDIR_OPT): New define.
2229 (smc_save_yourself_CB): Add CHDIR_OPT to options to use when
2230 restarting emacs.
2231
2232 * xterm.c (x_connection_closed): Call Fkill_emacs instead of
2233 shut_down_emacs.
2234
2235 * emacs.c (USAGE1): Mention --chdir.
2236 (main): Handle --chdir.
2237 (standard_args): Add --chdir.
2238 (fatal_error_signal): Call Fkill_emacs for SIGTERM and SIGHUP (Bug
2239 #5552).
2240
2241 2010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
2242
2243 Remove LD_SWITCH_MACHINE.
2244 * Makefile.in (LD_SWITCH_MACHINE): Remove definition, unused.
2245 (TEMACS_LDFLAGS): Do not use LD_SWITCH_MACHINE.
2246
2247 Clean up IRIX code.
2248 * m/iris4d.h (TERMINFO, FIRST_PTY_LETTER): Move definitions ...
2249 * s/irix6-5.h (TERMINFO, FIRST_PTY_LETTER): ... here.
2250
2251 Clean up AIX code.
2252 * m/ibmrs6000.inp: Remove file, unused.
2253 * m/ibmrs6000.h (IBMR2AIX): Remove, unused.
2254 (LD_SWITCH_MACHINE): Rename to LD_SWITCH_SYSTEM_TEMACS, and move
2255 definition ...
2256 * s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): ... here.
2257
2258 * sysdep.c (child_setup_tty, init_sys_modes): Remove !IBMR2AIX code,
2259 unused.
2260
2261 2010-05-01 Eli Zaretskii <eliz@gnu.org>
2262
2263 Emulate POSIX_SIGNALS on MS-Windows.
2264
2265 * s/ms-w32.h (POSIX_SIGNALS, struct sigaction, SIG_BLOCK)
2266 (SIG_SETMASK, SIG_UNBLOCK): Define.
2267
2268 * sysdep.c (sys_signal) [WINDOWSNT]: #ifdef away.
2269 (wait_for_termination) [WINDOWSNT]: Move MS-Windows specific code
2270 from non-POSIX_SIGNALS section to POSIX_SIGNALS section.
2271
2272 * w32.c (sigemptyset, sigaddset, sigfillset, sigprocmask):
2273 New stubs.
2274
2275 Miscellaneous fixes of bidi display.
2276
2277 * xdisp.c (find_row_end): New function, refactored from display_line.
2278 (display_line): Use it.
2279 (extend_face_to_end_of_line): In almost-filled rows, extend only
2280 if the row is R2L and not continued.
2281 (display_line): Fix prepending of truncation glyphs to R2L rows.
2282 Preserve overlay and string info in row->end.
2283 (insert_left_trunc_glyphs): Support addition of left truncation
2284 glyphs to R2L rows.
2285 (set_cursor_from_row): Don't place cursor on the vertical border
2286 glyph between adjacent windows. Fix a crash when a display string
2287 is continued to the next line. Don't return zero if cursor was
2288 found by `cursor' property of a display string.
2289 (try_cursor_movement): Don't assume that row->end == (row+1)->start,
2290 test for that explicitly.
2291
2292 2010-05-01 Glenn Morris <rgm@gnu.org>
2293
2294 * Makefile.in (gmallocobj, rallocobj, vmlimitobj): Initialize to null,
2295 for clarity.
2296 (OTHER_OBJ): Remove.
2297 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New, set by configure.
2298 (otherobj): Use PRE_ALLOC_OBJ, POST_ALLOC_OBJ rather than OTHER_OBJ.
2299
2300 2010-05-01 Karel Klíč <kklic@redhat.com>
2301
2302 * fileio.c (Ffile_selinux_context): Context functions may return null.
2303
2304 2010-04-30 Dan Nicolaescu <dann@ics.uci.edu>
2305
2306 * s/gnu.h (POSIX_SIGNALS, START_FILES): New definitions.
2307
2308 2010-04-30 Glenn Morris <rgm@gnu.org>
2309
2310 * Makefile.in (vmlimitobj) [!SYSTEM_MALLOC]: New variable. (Bug#6065)
2311 (OTHER_OBJ): Define as a separate variable, for clarity.
2312
2313 2010-04-30 Jan Djärv <jan.h.d@swipnet.se>
2314
2315 * xsettings.c: include limits.h and update file comment.
2316
2317 2010-04-30 Glenn Morris <rgm@gnu.org>
2318
2319 * Makefile.in (OLDXMENU, LIBXMENU) [HAVE_MENUS]:
2320 Set with configure, not cpp.
2321 (LIBW): Remove, replace with $TOOLKIT_LIBW.
2322
2323 * Makefile.in (mallocobj): Remove.
2324 (otherobj): Simplify using @OTHER_OBJ@.
2325
2326 * Makefile.in (dispnew.o, frame.o, fringe.o, font.o, fontset.o)
2327 (keyboard.o, window.o, xdisp.o, xfaces.o, menu.o):
2328 Don't bother making nsgui.h dependency platform-specific.
2329
2330 * Makefile.in (nsfns.o): Remove duplicate nsgui.h dependency.
2331
2332 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2333
2334 * process.c (read_process_output, exec_sentinel): Don't burp if the
2335 sentinel/filter kills the current buffer (bug#6060).
2336
2337 Fix wrong-docstring problem introduced with hash-consing. (Bug#6008)
2338 * eval.c (Fautoload): Set doc to a unique number rather than to 0.
2339 Remove unused var `args'.
2340 * lisp.h (XSETCARFASTINT, XSETCDRFASTINT): Remove.
2341 (LOADHIST_ATTACH): Wrap with do...while to avoid surprises for callers.
2342 * doc.c (store_function_docstring): Use XSETCAR.
2343
2344 2010-04-28 Glenn Morris <rgm@gnu.org>
2345
2346 * Makefile.in (BASE_WINDOW_SUPPORT, X_WINDOW_SUPPORT): New variables.
2347 (WINDOW_SUPPORT) [HAVE_WINDOW_SYSTEM]: Use them.
2348
2349 * Makefile.in (CYGWIN_OBJ): Set with configure, not cpp.
2350
2351 * Makefile.in (GPM_MOUSE_SUPPORT): New, set by configure.
2352 (MOUSE_SUPPORT) [!HAVE_MOUSE]: Use $GPM_MOUSE_SUPPORT.
2353
2354 * Makefile.in (FONT_OBJ): New, set by configure.
2355 (FONT_DRIVERS): Use $FONT_OBJ.
2356
2357 * Makefile.in (LIBXMU): Set with configure, not cpp.
2358 * s/aix4-2.h (LIBXMU):
2359 * s/hpux10-20.h (LIBXMU):
2360 Remove definition, now set in configure.
2361
2362 * Makefile.in (NS_OBJ, NS_SUPPORT): Set with configure, not cpp.
2363
2364 * m/amdx86-64.h [i386]: Move this test to configure.in.
2365
2366 2010-04-27 Glenn Morris <rgm@gnu.org>
2367
2368 * Makefile.in (LIBXTR6): Set with configure, not cpp.
2369 * s/unixware.h (NEED_LIBW): Remove definition.
2370
2371 * Makefile.in (LUCID_LIBW, MOTIF_LIBW): Remove, replacing by...
2372 (TOOLKIT_LIBW): New, set by configure.
2373 (@X_TOOLKIT_TYPE@): No longer define it.
2374
2375 * Makefile.in (LIBXP): Remove, since included in MOTIF_LIBW.
2376 (MOTIF_LIBW): Set with configure, not cpp.
2377 * s/aix4-2.h (LIB_MOTIF):
2378 * s/gnu-linux.h (LIB_MOTIF):
2379 * s/unixware.h (LIB_MOTIF): Move to configure.in.
2380
2381 2010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
2382
2383 Reduce CPP usage.
2384 * Makefile.in (LIB_X11_LIB): Remove, inline in the only user.
2385 (obj): Use autoconf for unexec instead of cpp.
2386 (C_SWITCH_SYSTEM, C_SWITCH_MACHINE, C_SWITCH_X_SITE): Remove
2387 definitions and undefs. Inline definitions in the only user.
2388 (ALL_CFLAGS): Substitute C_SWITCH_X_SYSTEM using autoconf.
2389
2390 2010-04-27 Glenn Morris <rgm@gnu.org>
2391
2392 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Change the logic around,
2393 since the defaults (set by the system file) are fine in most cases.
2394 [GNU_LINUX, __OpenBSD__, __NetBSD__, __APPLE__]: Remove sections.
2395 * m/ibms390x.h (START_FILES, LIB_STANDARD):
2396 * m/macppc.h (START_FILES, LIB_STANDARD) [GNU_LINUX]:
2397 * m/sparc.h (START_FILES, LIB_STANDARD) [__linux__]:
2398 Remove definitions, since they are set correctly in s/gnu-linux.h.
2399 * s/freebsd.h (START_FILES, LIB_STANDARD):
2400 * s/gnu-linux.h (START_FILES, LIB_STANDARD):
2401 * s/hpux10-20.h (START_FILES):
2402 * s/netbsd.h (START_FILES, LIB_STANDARD, START_FILES_1, END_FILES_1):
2403 Use $CRT_DIR in place of fixed /usr/lib, /lib directories.
2404
2405 * Makefile.in (LIBXP, LUCID_LIBW, WIDGET_OBJ): Set via configure.
2406 (MOTIF_LIBW): Use $LIBXP.
2407 (otherobj): Use $WIDGET_OBJ.
2408
2409 2010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
2410
2411 * Makefile.in (LIBS_MACHINE): Remove, unused.
2412
2413 Use autoconf instead of cpp for LIB_MATH.
2414 * s/darwin.h (LIB_MATH): Do not define here, move to configure.
2415 * s/cygwin.h (LIB_MATH): Likewise.
2416 * Makefile.in (LIB_MATH): Do not define with cpp.
2417 (LIBES): Use autoconf for LIB_MATH.
2418
2419 2010-04-26 Kenichi Handa <handa@m17n.org>
2420
2421 * composite.c (Ffind_composition_internal): Fix the return value
2422 for an automatic composition.
2423
2424 2010-04-25 Dan Nicolaescu <dann@ics.uci.edu>
2425
2426 Remove all NO_ARG_ARRAY uses.
2427 * fns.c (concat2, concat3, nconc2):
2428 * eval.c (apply1, call1, call2, call3, call4, call5, call6)
2429 (call7): Remove NO_ARG_ARRAY usage, assume it's always true.
2430 * m/xtensa.h (NO_ARG_ARRAY):
2431 * m/template.h (NO_ARG_ARRAY):
2432 * m/sparc.h (NO_ARG_ARRAY):
2433 * m/sh3.h (NO_ARG_ARRAY):
2434 * m/mips.h (NO_ARG_ARRAY):
2435 * m/macppc.h (NO_ARG_ARRAY):
2436 * m/iris4d.h (NO_ARG_ARRAY):
2437 * m/intel386.h (NO_ARG_ARRAY):
2438 * m/ibms390x.h (NO_ARG_ARRAY):
2439 * m/ibms390.h (NO_ARG_ARRAY):
2440 * m/ibmrs6000.h (NO_ARG_ARRAY):
2441 * m/ia64.h (NO_ARG_ARRAY):
2442 * m/hp800.h (NO_ARG_ARRAY):
2443 * m/arm.h (NO_ARG_ARRAY):
2444 * m/amdx86-64.h (NO_ARG_ARRAY):
2445 * m/alpha.h (NO_ARG_ARRAY): Remove definition.
2446
2447 2010-04-25 Eli Zaretskii <eliz@gnu.org>
2448
2449 * xdisp.c (display_line): Don't assume 2nd call to
2450 get_next_display_element cannot return zero. (Bug#6030)
2451 (iterate_out_of_display_property): New function, body from pop_it.
2452 (pop_it): Use it.
2453
2454 2010-04-24 Glenn Morris <rgm@gnu.org>
2455
2456 * m/amdx86-64.h (START_FILES, LIB_STANDARD) [__OpenBSD__]:
2457 For clarity, revert to using fixed /usr/lib rather than $CRT_DIR.
2458 (START_FILES, LIB_STANDARD) [__FreeBSD__]: Merge into the generic case,
2459 since CRT_DIR defaults to /usr/lib. Suggested by Dan Nicolaescu.
2460
2461 2010-04-24 Eli Zaretskii <eliz@gnu.org>
2462
2463 * xdisp.c (display_line): Use `reseat' instead of `reseat_1', and
2464 use `get_next_display_element' and `set_iterator_to_next' to
2465 advance to the next character, when looking for the character that
2466 begins the next row.
2467
2468 * .gdbinit: Add a "set Fmake_symbol" line to force GDB to load the
2469 definition of "struct Lisp_Symbol".
2470
2471 2010-04-24 Glenn Morris <rgm@gnu.org>
2472
2473 * Makefile.in (CRT_DIR): New variable, set by configure.
2474 * m/amdx86-64.h, m/ibms390x.h (START_FILES, LIB_STANDARD):
2475 Use $CRT_DIR rather than HAVE_LIB64_DIR. (Bug#5655)
2476
2477 2010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
2478
2479 * Makefile.in: Remove C_SWITCH_X_MACHINE, unused.
2480
2481 * s/cygwin.h (LIBS_DEBUG): Remove, unused.
2482
2483 Remove redundant flags.
2484 * s/freebsd.h (C_SWITCH_SYSTEM):
2485 * s/hpux10-20.h (C_SWITCH_X_SYSTEM, LD_SWITCH_X_DEFAULT):
2486 * s/netbsd.h (C_SWITCH_SYSTEM):
2487 * s/openbsd.h (LD_SWITCH_X_DEFAULT): Remove, configure takes care
2488 of these.
2489
2490 Simplify m/intel386.h.
2491 * m/intel386.h (CRT0_DUMMIES): Remove, inline value in the only
2492 user: ecrt0.c.
2493 (SOLARIS2): Remove LOAD_AVE_TYPE, LOAD_AVE_CVT, LIBS_MACHINE, unused.
2494 (USG5_4): Move LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE definitions to
2495 the only user: s/unixware.h.
2496 * ecrt0.c: Remove #ifndef static. Inline CRT0_DUMMIES definition
2497 from m/intel386.h.
2498 * s/unixware.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE): Definitions
2499 moved here from m/intel386.h.
2500
2501 * m/mips.h: Remove #if 0 code.
2502
2503 2010-04-23 Eli Zaretskii <eliz@gnu.org>
2504
2505 Fix display of composed characters from L2R scripts in bidi buffers.
2506 * xdisp.c (set_iterator_to_next, next_element_from_composition):
2507 After advancing IT past the composition, resync the bidi iterator
2508 with IT's position. (Bug#5977)
2509
2510 2010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
2511
2512 * Makefile.in (LD_SWITCH_MACHINE_TEMACS): Remove, unused.
2513 (TEMACS_LDFLAGS): Don't use LD_SWITCH_SYSTEM_TEMACS.
2514
2515 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
2516
2517 * gtkutil.c: Include xsettings.h for Ftool_bar_get_system_style.
2518
2519 2010-04-23 Eli Zaretskii <eliz@gnu.org>
2520
2521 Support `display' text properties and overlay strings in bidi buffers.
2522 * xdisp.c (pop_it): When the stack is popped after displaying
2523 from a string, bidi-iterate to exit from the text portion covered
2524 by the `display' property or overlay. (Bug#5988, bug#5920)
2525
2526 2010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
2527
2528 * m/macppc.h (LD_SWITCH_SYSTEM_TEMACS): Remove #undef.
2529 (LD_SWITCH_MACHINE_TEMACS): Remove, configure sets nocombreloc.
2530
2531 * s/netbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure sets nocombreloc.
2532 * s/openbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove.
2533
2534 Simplify STARTFILES definition.
2535 * s/hpux10-20.h (START_FILES): Explicitly define here instead of
2536 relying on Makefile.in to define it.
2537 * s/cygwin.h (START_FILES): Likewise.
2538 * Makefile.in (STARTFILES): Remove conditional code, not needed anymore.
2539
2540 Clean up Solaris code.
2541 * s/sol2-6.h (LD_SWITCH_SYSTEM_TEMACS, C_SWITCH_X_SYSTEM)
2542 (LIB_MOTIF): Remove, configure takes care of this.
2543 (NOT_USING_MOTIF): Remove, unused.
2544 * xrdb.c: Remove #if 0-ed #include.
2545 (SYSV): Remove conditional for old SysV.
2546 * sysdep.c (closedir): Remove conditional code for Solaris,
2547 Solaris has closedir.
2548
2549 2010-04-22 Jan Djärv <jan.h.d@swipnet.se>
2550
2551 * xsettings.c (read_and_apply_settings): Check if current_font is
2552 NULL before strcmp (Bug#6001).
2553
2554 2010-04-21 Dan Nicolaescu <dann@ics.uci.edu>
2555
2556 Clean up HP-UX files.
2557 * m/hp800.h (NO_REMAP, VIRT_ADDR_VARIES, DATA_SEG_BITS)
2558 (DATA_START, TEXT_START, LOAD_AVE_TYPE, LOAD_AVE_CVT)
2559 (LDAV_SYMBOL, index, rindex): Move definitions only used in HP-UX ...
2560 * s/hpux10-20.h: ... to the only user, here.
2561
2562 2010-04-21 Eli Zaretskii <eliz@gnu.org>
2563
2564 * bidi.c (bidi_find_paragraph_start, bidi_at_paragraph_end): Don't
2565 use buffer-local values of paragraph-start and paragraph-separate.
2566 <paragraph_start_re, paragraph_separate_re>: Rename from
2567 fallback_paragraph_start_re and fallback_paragraph_separate_re.
2568 (Bug#5992)
2569
2570 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
2571
2572 * xsettings.c: Qmonospace_font_name, Qtool_bar_style and
2573 current_tool_bar_style are new.
2574 (store_config_changed_event): Rename from store_font_changed_event.
2575 (XSETTINGS_TOOL_BAR_STYLE): New define.
2576 (SEEN_FONT, SEEN_TB_STYLE): New enum values.
2577 (struct xsettings): Add font and tb_style, set xft stuff inside #ifdef
2578 HAVE_XFT.
2579 (something_changedCB): store_font_changed_event is now
2580 store_config_changed_event
2581 (parse_settings): Rename from parse_xft_settings. Read
2582 non-xft xsettings outside #ifdef HAVE_XFT.
2583 (read_settings): Renamed from read_xft_settings.
2584 (apply_xft_settings): Take current settings as parameter. Do not
2585 call read_(xft)_settings.
2586 (read_and_apply_settings): New function.
2587 (xft_settings_event): Do non-xft stuff out of HAVE_XFT. Call
2588 read_and_apply_settings if there are settings to be read.
2589 (init_xsettings): Renamed from init_xfd_settings.
2590 Call read_and_apply_settings unconditionally.
2591 (xsettings_initialize): Call init_xsettings.
2592 (Ftool_bar_get_system_style): New function.
2593 (syms_of_xsettings): Define Qmonospace_font_name and
2594 Qtool_bar_style. Initialize current_tool_bar_style to nil.
2595 defsubr Stool_bar_get_system_style. Fprovide on
2596 dynamic-setting.
2597 Move misplaced HAVE_GCONF
2598
2599 * xsettings.h (Ftool_bar_get_system_style): Declare.
2600
2601 * xdisp.c: Vtool_bar_style, tool_bar_max_label_size,
2602 Qtext, Qboth, Qboth_horiz are new.
2603 (syms_of_xdisp): Intern Qtext, Qboth, Qboth_horiz, DEFVAR
2604 Vtool_bar_style, tool_bar_max_label_size.
2605
2606 * lisp.h: Extern declare Qtext, Qboth, Qboth_horiz.
2607
2608 * keyboard.c: QClabel is new.
2609 (parse_tool_bar_item): Take out QClabel from tool bar items.
2610 Try to construct a label if ther is no QClabel.
2611 (syms_of_keyboard): Intern :label as QClabel.
2612
2613 * dispextern.h (tool_bar_item_idx): TOOL_BAR_ITEM_LABEL is new.
2614 (Vtool_bar_style, tool_bar_max_label_size, DEFAULT_TOOL_BAR_LABEL_SIZE):
2615 New.
2616
2617 * Makefile.in (SOME_MACHINE_LISP): font-setting.el renamed to
2618 dynamic-setting.el.
2619
2620 * gtkutil.c (xg_tool_bar_menu_proxy): Handle label in tool bar item.
2621 (xg_make_tool_item, xg_show_toolbar_item): New function.
2622 (update_frame_tool_bar): Take label from TOOL_BAR_ITEM_LABEL.
2623 Call xg_make_tool_item to make a tool bar item.
2624 Call xg_show_toolbar_item. Use wtoolbar instead of x->toolbar_widget.
2625
2626 * xterm.c (x_draw_image_relief): Take Vtool_bar_button_margin
2627 into account for toolbars.
2628
2629 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
2630
2631 * data.c (make_blv): Declarations before code (Bug#5993).
2632
2633 2010-04-21 Glenn Morris <rgm@gnu.org>
2634
2635 * Makefile.in (DBUS_OBJ, GTK_OBJ, XMENU_OBJ, XOBJ):
2636 Define using autoconf, not cpp.
2637 (LIBXSM): New variable, set by autoconf.
2638 (LIBXT): Use $LIBXSM.
2639
2640 2010-04-21 Dan Nicolaescu <local_user@dannlt>
2641
2642 Remove NOMULTIPLEJOBS, unused.
2643 * s/template.h (NOMULTIPLEJOBS):
2644 * s/msdos.h (NOMULTIPLEJOBS): Remove, unused.
2645
2646 Simplify LD_SWITCH_SYSTEM_TEMACS usage.
2647 * s/freebsd.h (LD_SWITCH_SYSTEM_TEMACS):
2648 * s/gnu-linux.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure
2649 detects -znocombreloc and passes it to the linker
2650 * s/hpux10-20.h (LD_SWITCH_SYSTEM_TEMACS): Remove, empty.
2651
2652 2010-04-21 Glenn Morris <rgm@gnu.org>
2653
2654 * Makefile.in (LIBSELINUX_LIBS): Move out of #ifdef.
2655
2656 2010-04-21 Karel Klíč <kklic@redhat.com>
2657
2658 * Makefile.in (LIBSELINUX_LIBS): New.
2659 (LIBES): Add $LIBSELINUX_LIBS.
2660 * eval.c, lisp.h (call7): New function.
2661 * fileio.c [HAVE_LIBSELINUX]: Include selinux headers.
2662 (Ffile_selinux_context, Fset_file_selinux_context):
2663 New functions.
2664 (Fcopy_file): New parameter preserve-selinux-context.
2665 (Frename_file): Preserve selinux context when renaming by copy-file.
2666
2667 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
2668 Eli Zaretskii <eliz@gnu.org>
2669
2670 Don't depend on cm.c or termcap.c on Windows, use stubs.
2671 * makefile.w32-in (OBJ1): Remove cm.$(O) and termcap.$(O).
2672 ($(BLD)/cm.$(O), $(BLD)/termcap.$(O)): Remove.
2673 * w32console.c (current_tty, cost): New vars; lifted from cm.c.
2674 (evalcost, cmputc, cmcheckmagic, cmcostinit, cmgoto, Wcm_clear)
2675 (sys_tputs, sys_tgetstr): New stubs.
2676 * s/ms-w32.h (chcheckmagic, cmcostinit, cmgoto, cmputc, Wcm_clear)
2677 (tputs, tgetstr): New; define to sys_*.
2678
2679 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
2680
2681 * buffer.c (syms_of_buffer) <bidi-display-reordering>: Doc fix.
2682
2683 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
2684
2685 * data.c (Fmake_variable_buffer_local, Fmake_local_variable):
2686 Just signal a warning rather than an error when inside a let.
2687 (Fmake_variable_frame_local): Add the same test.
2688
2689 * font.c (syms_of_font): Make the style table vars read-only.
2690
2691 * buffer.h (struct buffer): Remove unused var `direction_reversed'.
2692 * buffer.c (init_buffer_once, syms_of_buffer): Remove its initialization.
2693
2694 * bidi.c (bidi_initialize): Simplify fallback_paragraph_*_re init.
2695
2696 2010-04-20 Eli Zaretskii <eliz@gnu.org>
2697
2698 Fix R2L paragraph display on TTY.
2699
2700 * xdisp.c (unproduce_glyphs): New function.
2701 (display_line): Use it when produced glyphs are discarded from R2L
2702 glyph rows.
2703 (append_composite_glyph): In R2L rows, prepend the glyph rather
2704 than appending it.
2705
2706 * term.c (append_composite_glyph): In R2L rows, prepend the glyph
2707 rather than append it. Set up the resolved_level and bidi_type
2708 attributes of the appended glyph.
2709 (produce_special_glyphs): Mirror the backslash continuation
2710 character in R2L lines.
2711
2712 Implement display of R2L paragraphs in GUI sessions.
2713
2714 * xdisp.c [HAVE_WINDOW_SYSTEM]: Add prototype for
2715 append_stretch_glyph.
2716 (set_cursor_from_row) <cursor_x>: Remove unused variable. Fix
2717 off-by-one error in computing x at end of text in the row.
2718 (append_stretch_glyph): In reversed row, prepend the glyph rather
2719 than append it. Set resolved_level and bidi_type of the glyph.
2720 (extend_face_to_end_of_line): If the row is reversed, prepend a
2721 stretch glyph whose width is such that the rightmost glyph will be
2722 drawn at the right margin of the window. Fix off-by-one error on
2723 TTY frames in testing whether a line needs face extension. Fix
2724 face extension at ZV. If this is the last glyph row, use
2725 DEFAULT_FACE_ID, to avoid painting the rest of the window with the
2726 region face.
2727 (set_cursor_from_row, display_line): Use
2728 MATRIX_ROW_CONTINUATION_LINE_P instead of testing value of
2729 row->continuation_lines_width.
2730 (next_element_from_buffer): Don't call bidi_paragraph_init if we
2731 are at ZV. Fixes a crash when reseated to ZV by
2732 try_window_reusing_current_matrix.
2733 (display_and_set_cursor, erase_phys_cursor): Handle negative HPOS,
2734 which happens with R2L glyph rows. Fixes a crash when inserting a
2735 character at end of an R2L line.
2736 (set_cursor_from_row): Don't be fooled by truncated rows: don't
2737 treat them as having zero-width characters. Improve comments.
2738 Don't reverse pos_before and pos_after for reversed glyph rows.
2739 Set cursor.x to negative value when the cursor might be on the
2740 left fringe.
2741 (IT_OVERFLOW_NEWLINE_INTO_FRINGE): For R2L lines, consider the
2742 left fringe, not the right one.
2743 (notice_overwritten_cursor, draw_phys_cursor_glyph)
2744 (erase_phys_cursor): For reversed cursor_row, support cursor on
2745 the left fringe.
2746
2747 * fringe.c (update_window_fringes): For R2L rows, swap the bitmaps
2748 of continuation indicators on the fringes.
2749 (draw_fringe_bitmap): For reversed glyph rows, allow cursor on the
2750 left fringe.
2751
2752 * w32term.c (w32_draw_window_cursor): For reversed glyph rows,
2753 draw cursor on the left fringe.
2754
2755 * xterm.c (x_draw_window_cursor): For reversed glyph rows, draw
2756 cursor on the left fringe.
2757
2758 * dispnew.c (update_text_area): Handle reversed desired rows when
2759 the cursor is on the left fringe.
2760 (set_window_cursor_after_update): Limit cursor's hpos by -1 from
2761 below, not by 0, for when the cursor is on the left fringe.
2762
2763 2010-04-20 Jan Djärv <jan.h.d@swipnet.se>
2764
2765 * gtkutil.c (xg_event_is_for_scrollbar): Check if grabbed
2766 widget is a scrollbar.
2767
2768 2010-04-20 Kenichi Handa <handa@m17n.org>
2769
2770 * charset.c (char_charset): Consider Vcharset_non_preferred_head
2771 only when the arg CHARSET_LIST is nil.
2772
2773 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
2774
2775 Make variable forwarding explicit rather the using special values.
2776 Basically, this makes the structure of buffer-local values and object
2777 forwarding explicit in the type of Lisp_Symbols rather than use
2778 special Lisp_Objects for that. This tends to lead to slightly more
2779 verbose code, but is more C-like, simpler, and makes it easier to make
2780 sure we handled all cases, among other things by letting the compiler
2781 help us check it.
2782 * lisp.h (enum Lisp_Misc_Type, union Lisp_Misc):
2783 Removing forwarding objects.
2784 (enum Lisp_Fwd_Type, enum symbol_redirect, union Lisp_Fwd): New types.
2785 (struct Lisp_Symbol): Make the various forms of variable-forwarding
2786 explicit rather than hiding them inside Lisp_Object "values".
2787 (XFWDTYPE): New macro.
2788 (XINTFWD, XBOOLFWD, XOBJFWD, XKBOARD_OBJFWD): Redefine.
2789 (XBUFFER_LOCAL_VALUE): Remove.
2790 (SYMBOL_VAL, SYMBOL_ALIAS, SYMBOL_BLV, SYMBOL_FWD, SET_SYMBOL_VAL)
2791 (SET_SYMBOL_ALIAS, SET_SYMBOL_BLV, SET_SYMBOL_FWD): New macros.
2792 (SYMBOL_VALUE, SET_SYMBOL_VALUE): Remove.
2793 (struct Lisp_Intfwd, struct Lisp_Boolfwd, struct Lisp_Objfwd)
2794 (struct Lisp_Buffer_Objfwd, struct Lisp_Kboard_Objfwd):
2795 Remove the Lisp_Misc_* header.
2796 (struct Lisp_Buffer_Local_Value): Redefine.
2797 (BLV_FOUND, SET_BLV_FOUND, BLV_VALUE, SET_BLV_VALUE): New macros.
2798 (struct Lisp_Misc_Any): Add filler to get the right size.
2799 (struct Lisp_Free): Use struct Lisp_Misc_Any rather than struct
2800 Lisp_Intfwd.
2801 (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL, DEFVAR_INT)
2802 (DEFVAR_KBOARD): Allocate a forwarding object.
2803 * data.c (do_blv_forwarding, store_blv_forwarding): New macros.
2804 (let_shadows_global_binding_p): New function.
2805 (union Lisp_Val_Fwd): New type.
2806 (make_blv): New function.
2807 (swap_in_symval_forwarding, indirect_variable, do_symval_forwarding)
2808 (store_symval_forwarding, swap_in_global_binding, Fboundp)
2809 (swap_in_symval_forwarding, find_symbol_value, Fset)
2810 (let_shadows_buffer_binding_p, set_internal, default_value)
2811 (Fset_default, Fmake_variable_buffer_local, Fmake_local_variable)
2812 (Fkill_local_variable, Fmake_variable_frame_local)
2813 (Flocal_variable_p, Flocal_variable_if_set_p)
2814 (Fvariable_binding_locus):
2815 * xdisp.c (select_frame_for_redisplay):
2816 * lread.c (Fintern, Funintern, init_obarray, defvar_int)
2817 (defvar_bool, defvar_lisp_nopro, defvar_lisp, defvar_kboard):
2818 * frame.c (store_frame_param):
2819 * eval.c (Fdefvaralias, Fuser_variable_p, specbind, unbind_to):
2820 * bytecode.c (Fbyte_code) <varref, varset>: Adapt to the new symbol
2821 value structure.
2822 * buffer.c (PER_BUFFER_SYMBOL): Move from buffer.h.
2823 (clone_per_buffer_values): Only adjust markers into the current buffer.
2824 (reset_buffer_local_variables): PER_BUFFER_IDX is never -2.
2825 (Fbuffer_local_value, set_buffer_internal_1)
2826 (swap_out_buffer_local_variables):
2827 Adapt to the new symbol value structure.
2828 (DEFVAR_PER_BUFFER): Allocate a Lisp_Buffer_Objfwd object.
2829 (defvar_per_buffer): Take a new arg for the fwd object.
2830 (buffer_lisp_local_variables): Return a proper alist (different fix
2831 for bug#4138).
2832 * alloc.c (Fmake_symbol): Use SET_SYMBOL_VAL.
2833 (Fgarbage_collect): Don't handle buffer_defaults specially.
2834 (mark_object): Handle new symbol value structure rather than the old
2835 special Lisp_Misc_* objects.
2836 (gc_sweep) <symbols>: Free also the buffer-local-value objects.
2837 * term.c (set_tty_color_mode):
2838 * bidi.c (bidi_initialize): Don't access the ->value field directly.
2839 * buffer.h (PER_BUFFER_VAR_OFFSET): Don't bother with
2840 a buffer_local_flags.
2841 * print.c (print_object): Get rid of impossible forwarding objects.
2842
2843 2010-04-19 Eli Zaretskii <eliz@gnu.org>
2844
2845 * bidi.c (bidi_get_type, bidi_get_category)
2846 (bidi_at_paragraph_end, bidi_resolve_weak, bidi_resolve_neutral)
2847 (bidi_type_of_next_char, bidi_level_of_next_char):
2848 Declare static. Use `INLINE' rather than `inline'.
2849
2850 2010-04-19 Juanma Barranquero <lekktu@gmail.com>
2851
2852 * dired.c (Ffile_attributes): Fix typo in docstring.
2853
2854 2010-04-19 Adrian Robert <Adrian.B.Robert@gmail.com>
2855
2856 * nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as
2857 NSInteger (Bug#5811).
2858
2859 2010-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2860
2861 * s/darwin.h (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF)
2862 (PTY_OPEN): New defines. Use openpty (Bug#726, Bug#5819).
2863
2864 2010-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2865
2866 * frame.h (FRAME_LINE_TO_PIXEL_Y): Add missing parenthesis.
2867
2868 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
2869
2870 * xdisp.c (prepare_menu_bars): Don't call ns_set_doc_edited for
2871 terminal frames (Bug#5837).
2872
2873 2010-04-19 Eli Zaretskii <eliz@gnu.org>
2874
2875 * .gdbinit (xsubchartable): New command.
2876
2877 2010-04-19 Eli Zaretskii <eliz@gnu.org>
2878
2879 * xdisp.c (display_line): Don't write beyond the last glyph row in
2880 the desired matrix. Fixes a crash in "emacs -nw" (bug#5972), see
2881 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00075.html
2882 and
2883 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00213.html
2884
2885 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
2886
2887 * alloc.c (Fpurecopy): Hash-cons if requested.
2888 (syms_of_alloc): Update purify-flag docstring.
2889
2890 2010-04-18 Jan Djärv <jan.h.d@swipnet.se>
2891
2892 * gtkutil.c (xg_set_geometry): Set size in geometry string also.
2893 (x_wm_set_size_hint): Set USER_POS in hint_flags (Bug#5968).
2894
2895 2010-04-17 Eli Zaretskii <eliz@gnu.org>
2896
2897 Fix a crash when an NSM character is inserted at BEGV.
2898
2899 * bidi.c (bidi_init_it): Fix initialization of bidi_it->prev.
2900 (bidi_resolve_weak): Don't use prev.type_after_w1 if it is
2901 NEUTRAL_B or UNKNOWN_BT.
2902
2903 2010-04-16 Eli Zaretskii <eliz@gnu.org>
2904
2905 * xdisp.c (set_cursor_from_row): Don't consider possibility of
2906 other rows with cursor unless they are different from this row and
2907 this row is part of a continued line. (Bug#5943)
2908
2909 2010-04-16 Dan Nicolaescu <dann@ics.uci.edu>
2910
2911 * s/freebsd.h: Restore osreldate.h include.
2912 Suggested by Naohiro Aota.
2913
2914 2010-04-16 Jan Djärv <jan.h.d@swipnet.se>
2915
2916 * xmenu.c (apply_systemfont_to_menu): *childs was incorrectly used.
2917
2918 2010-04-16 Ken Brown <kbrown@cornell.edu> (tiny change)
2919
2920 * s/cygwin.h: Avoid linking against static libgcc.
2921
2922 2010-04-15 Juri Linkov <juri@jurta.org>
2923
2924 * window.c: Add Qscroll_command.
2925 Remove Vscroll_preserve_screen_position_commands.
2926 (window_scroll_pixel_based, window_scroll_line_based): Check the
2927 `scroll-command' property on the last command instead of searching
2928 the last command in Vscroll_preserve_screen_position_commands.
2929 (syms_of_window): Initialize and staticpro `Qscroll_command'.
2930 Put Qscroll_command property on Qscroll_up and Qscroll_down.
2931 (scroll-preserve-screen-position): Doc fix.
2932 (Vscroll_preserve_screen_position_commands): Remove variable.
2933
2934 2010-04-15 Dan Nicolaescu <dann@ics.uci.edu>
2935
2936 * xdisp.c (message): Do not use NO_ARG_ARRAY.
2937
2938 2010-04-14 Dan Nicolaescu <dann@ics.uci.edu>
2939
2940 Reduce cpp use in Makefile.in.
2941 * Makefile.in (DBUS_CFLAGS, DBUS_LIBS, GCONF_CFLAGS, GCONF_LIBS)
2942 (LIBSOUND, CFLAGS_SOUND, RSVG_LIBS, RSVG_CFLAGS, INTERVALS_H)
2943 (GETLOADAVG_LIBS, RUN_TEMACS): Move to the autoconf section.
2944 (ORDINARY_LINK): Remove, defined in src/s/gnu.h.
2945 (CRT0_COMPILE): Remove, inline it in the only user.
2946
2947 2010-04-14 Juri Linkov <juri@jurta.org>
2948
2949 * window.c (keys_of_window): Rebind `C-v' from `scroll-up' to
2950 `scroll-up-command' and `M-v' from `scroll-down' to
2951 `scroll-down-command'.
2952
2953 2010-04-14 Juri Linkov <juri@jurta.org>
2954
2955 * window.c (Vscroll_preserve_screen_position_commands): New variable
2956 with the default value as the list of Qscroll_down and Qscroll_up.
2957 (window_scroll_pixel_based, window_scroll_line_based): Search the
2958 last command in the list Vscroll_preserve_screen_position_commands
2959 instead of comparing with Qscroll_up and Qscroll_down.
2960
2961 2010-04-13 Jan Djärv <jan.h.d@swipnet.se>
2962
2963 * gtkutil.c (xg_set_geometry): Set geometry for PPosition also.
2964 (x_wm_set_size_hint): Dont set position flags, gtk_window_parse_geometry
2965 does that.
2966
2967 * xfns.c (Fx_create_frame, x_create_tip_frame): Set default border width
2968 to zero.
2969
2970 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
2971
2972 * term.c (init_tty): Move common text outside of #ifdef TERMINFO.
2973
2974 Try to solve the problem of spurious EOF chars in long lines of text
2975 sent to interactive subprocesses.
2976 * sysdep.c (child_setup_tty): Do not enable ICANON any more.
2977 (system_process_attributes): Remove unused var `ttotal'.
2978 * process.c (send_process): Don't bother breaking long line with EOF
2979 chars when talking to ttys any more.
2980 (wait_reading_process_output): Output a warning when called in such
2981 a way that it could block without being interruptible.
2982
2983 Try to detect file modification within the same second.
2984 * buffer.h (struct buffer): New field modtime_size.
2985 * buffer.c (reset_buffer): Initialize it.
2986 * fileio.c (Finsert_file_contents, Fwrite_region): Set it.
2987 (Fverify_visited_file_modtime): Check it.
2988 (Fclear_visited_file_modtime, Fset_visited_file_modtime): Clear it.
2989 (Fset_visited_file_modtime): Set (or clear) it.
2990
2991 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
2992
2993 * process.c (status_notify): Remove unused var `ro'.
2994
2995 2010-04-12 Jan Djärv <jan.h.d@swipnet.se>
2996
2997 * xfns.c (select_visual): Don't call error if XGetVisualInfo returns
2998 more than one visual (Bug#5938).
2999
3000 2010-04-12 Dan Nicolaescu <dann@ics.uci.edu>
3001
3002 * Makefile.in (C_SWITCH_SYSTEM,C_SWITCH_MACHINE,C_SWITCH_X_SITE):
3003 Undefine.
3004
3005 2010-04-11 Dan Nicolaescu <dann@ics.uci.edu>
3006
3007 Remove C_SWITCH_SYSTEM_TEMACS.
3008 * s/darwin.h (C_SWITCH_SYSTEM_TEMACS): Remove.
3009 (malloc, realloc, free): Use emacs, not temacs for conditional
3010 definition.
3011
3012 * Makefile.in (C_SWITCH_SYSTEM_TEMACS): Remove.
3013 (ALL_CFLAGS): Do not use C_SWITCH_SYSTEM_TEMACS.
3014
3015 Use autoconf, not cpp for some variables.
3016 * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE)
3017 (C_SWITCH_X_SITE): Define using autoconf, not cpp.
3018 (ALL_CFLAGS): Use them as make variables.
3019 (really-lwlib, really-oldXMenu): Do not pass them.
3020
3021 2010-04-11 Jan Djärv <jan.h.d@swipnet.se>
3022
3023 * xmenu.c (apply_systemfont_to_dialog): New.
3024 (create_and_show_dialog): Call apply_systemfont_to_dialog if HAVE_XFT.
3025
3026 2010-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3027
3028 * process.c (exec_sentinel): Preserve current-buffer.
3029
3030 * process.c (read_process_output): Move the save-current-buffer to
3031 apply to both the filter and the non-filter branches.
3032
3033 2010-04-10 Dan Nicolaescu <dann@ics.uci.edu>
3034
3035 * s/msdos.h (UNEXEC): New definition.
3036
3037 2010-04-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3038
3039 * dispextern.h (TRY_WINDOW_CHECK_MARGINS)
3040 (TRY_WINDOW_IGNORE_FONTS_CHANGE): New defines.
3041
3042 * xdisp.c (try_window): Change arg from CHECK_MARGINS to FLAGS.
3043 Don't abort with fonts change if TRY_WINDOW_IGNORE_FONTS_CHANGE is
3044 set in FLAGS. Callers with non-zero CHECK_MARGINS changed to use
3045 TRY_WINDOW_CHECK_MARGINS.
3046
3047 * xfns.c (Fx_show_tip): Undo last change. Call try_window with
3048 TRY_WINDOW_IGNORE_FONTS_CHANGE (Bug#2423). Subtract last glyph's
3049 width only when it is for padding.
3050
3051 2010-04-09 Jan Djärv <jan.h.d@swipnet.se>
3052
3053 * xfns.c (Fx_show_tip): Call try_window in a loop until
3054 fonts_changed_p is zero (Bug#2423).
3055
3056 2010-04-08 Eli Zaretskii <eliz@gnu.org>
3057
3058 * xdisp.c (set_cursor_from_row): Don't dereference glyphs beyond
3059 the end of TEXT_AREA. (Bug#5856)
3060
3061 2010-04-08 Jan Djärv <jan.h.d@swipnet.se>
3062
3063 * xsettings.c (XSETTINGS_FONT_NAME): Move XSETTINGS_FONT_NAME out of
3064 HAVE_GCONF.
3065
3066 2010-04-08 Eli Zaretskii <eliz@gnu.org>
3067
3068 * bidi.c (bidi_resolve_weak): Use prev.type_after_w1, instead of
3069 prev.orig_type, for resolving type of NSM. (Bug#5858)
3070
3071 2010-04-08 Jan Djärv <jan.h.d@swipnet.se>
3072
3073 * xsettings.c (current_font, SYSTEM_FONT, XSETTINGS_FONT_NAME): New.
3074 (parse_xft_settings): Also check for XSETTINGS_FONT_NAME and save that
3075 in current_font.
3076 (init_gconf): Read value of SYSTEM_FONT and save it in current_font.
3077 (Ffont_get_system_normal_font, xsettings_get_system_normal_font):
3078 New functions.
3079 (syms_of_xsettings): Initialize current_font.
3080 defsubr Sfont_get_system_normal_font.
3081
3082 * xsettings.h (Ffont_get_system_normal_font,
3083 xsettings_get_system_normal_font): Declare.
3084
3085 * xfns.c (extern xlwmenu_default_font): Remove.
3086 (Fx_create_frame): Remove setting of xlwmenu_default_font, moved
3087 to xlwmenu.c.
3088
3089 * menu.c (digest_single_submenu): If USE_LUCID and HAVE_XFT, encode
3090 menu items in UTF-8.
3091
3092 * xmenu.c: include xsettings.h and xlwmenu.h if USE_LUCID.
3093 (apply_systemfont_to_menu): New function.
3094 (set_frame_menubar, create_and_show_popup_menu): Call
3095 apply_systemfont_to_menu.
3096
3097 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
3098
3099 * frame.h (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Don't use
3100 FRAME_LINE_TO_PIXEL_Y.
3101
3102 * xterm.c (x_set_window_size_1): Don't add border_width/height to
3103 pixelwidth/height.
3104
3105 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
3106
3107 Simplify code for HP machines.
3108 * m/hp800.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, NO_REMAP): Do not define
3109 for GNU_LINUX, not needed.
3110 (UNEXEC, NEED_BSDTTY): Move definitions...
3111 * s/hpux10-20.h (UNEXEC, NEED_BSDTTY): ... here.
3112
3113 * m/iris4d.h (UNEXEC): Move definition ...
3114 * s/irix6-5.h (UNEXEC): ... here.
3115
3116 2010-04-04 Jan Djärv <jan.h.d@swipnet.se>
3117
3118 * xfns.c (set_machine_and_pid_properties): New function.
3119 (Fx_create_frame): Call set_machine_and_pid_properties.
3120
3121 2010-04-03 Eli Zaretskii <eliz@gnu.org>
3122
3123 * bidi.c (bidi_resolve_explicit, bidi_level_of_next_char): Check
3124 bidi_it->bytepos against ZV_BYTE instead of bidi_it->ch against
3125 BIDI_EOB. Fixes infloop with vertical cursor motion at ZV.
3126
3127 * w32fns.c (x_create_tip_frame): Copy `parms' before we modify it
3128 in this function. (Bug#5703)
3129
3130 2010-04-03 Chong Yidong <cyd@stupidchicken.com>
3131
3132 * nsterm.h: Fix last change.
3133
3134 2010-04-03 Dan Nicolaescu <dann@ics.uci.edu>
3135
3136 * m/intel386.h (NO_REMAP): Move definition ...
3137 * s/msdos.h (NO_REMAP): ... here.
3138
3139 * m/vax.h (CRT0_DUMMIES): Remove, unused.
3140
3141 * ecrt0.c: Remove MSDOS, m68k and __sparc__ conditionals, file not
3142 used on those platforms.
3143
3144 2010-04-02 Dan Nicolaescu <dann@ics.uci.edu>
3145
3146 Remove extern errno declarations.
3147 * xterm.c:
3148 * xrdb.c:
3149 * w32term.c:
3150 * unexec.c:
3151 * unexaix.c:
3152 * sysdep.c:
3153 * process.c:
3154 * lread.c:
3155 * keyboard.c:
3156 * floatfns.c:
3157 * filelock.c:
3158 * fileio.c:
3159 * emacs.c (main):
3160 * ecrt0.c:
3161 * dispnew.c:
3162 * callproc.c:
3163 * buffer.c: Remove errno extern declarations.
3164 * s/netbsd.h (NEED_ERRNO): Remove.
3165
3166 2010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
3167
3168 Remove all uses of LIBX11_SYSTEM.
3169 * Makefile.in (LIBX11_SYSTEM): Remove.
3170 * s/msdos.h (LIBX11_SYSTEM): Do not define, define LIBS_SYSTEM
3171 instead.
3172
3173 2010-04-01 Eli Zaretskii <eliz@gnu.org>
3174
3175 Remove support for DJGPP v1.x (bug#5813).
3176
3177 * w16select.c (__dpmi_int): Remove DJGPP v1.x compatibility.
3178 * s/msdos.h:
3179 * unexec.c (make_hdr, copy_text_and_data):
3180 * sysdep.c (wait_for_termination, sys_subshell):
3181 * msdos.c (dos_set_window_size, msdos_set_cursor_shape)
3182 (IT_set_terminal_modes, __write, _rename, gethostname)
3183 (gettimeofday, alarm, fork, kill, dos_ttraw, dos_ttcooked)
3184 (run_msdos_command, abort): Remove DJGPP v1.x code and tests of
3185 the value of __DJGPP__.
3186 (nice, pause, sigsetmask, sigblock): Remove DJGPP v1.x
3187 compatibility code.
3188 * lread.c:
3189 * gmalloc.c (memalign):
3190 * fileio.c (Fcopy_file, check_executable, Ffile_modes):
3191 * emacs.c (main):
3192 * dosfns.c (init_dosfns):
3193 * dired.c (file_name_completion_stat): Remove tests of __DJGPP__.
3194
3195 2010-04-01 Eli Zaretskii <eliz@gnu.org>
3196
3197 * xdisp.c (set_cursor_from_row): Fix cursor positioning when the
3198 string with `cursor' property comes from an `after-string'
3199 overlay. (Bug#5816)
3200
3201 2010-04-01 Glenn Morris <rgm@gnu.org>
3202
3203 * Makefile.in (LIBTIFF, LIBJPEG, LIBPNG, LIBGIF, LIBXPM, XFT_LIBS):
3204 Define as Makefile variables.
3205 (LIBX): Use above variables rather than directly using autoconf.
3206
3207 2010-03-31 Dan Nicolaescu <dann@ics.uci.edu>
3208
3209 Clean up BSD_SYSTEM use.
3210 * xterm.c:
3211 * process.c:
3212 * emacs.c: Use HAVE_SYS_IOCTL_H instead of BSD_SYSTEM as a guard
3213 for including <sys/ioctl.h>.
3214 * sysdep.c (wait_without_blocking): Remove BSD_SYSTEM case, this
3215 code is only used for MSDOS.
3216
3217 2010-03-31 Juri Linkov <juri@jurta.org>
3218
3219 * image.c: Add `Qextension_data'.
3220 (syms_of_image): Initialize and staticpro `Qextension_data'.
3221 (Fimage_metadata): Rename from `Fimage_extension_data'.
3222 (gif_load): Put GIF extension data to the property
3223 `Qextension_data'.
3224
3225 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
3226
3227 * nsfns.m (ns_set_doc_edited): Remove unused arg OLDVAL.
3228 * nsterm.h: Fix prototype.
3229
3230 2010-03-31 Eli Zaretskii <eliz@gnu.org>
3231
3232 * xdisp.c (highlight_trailing_whitespace): Support highlight of
3233 trailing whitespace in right-to-left rows.
3234
3235 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
3236
3237 Get rid of the direct_output optimizations.
3238 * keyboard.c (nonundocount): Remove extern declaration.
3239 (command_loop_1): Remove brittle optimisation for cheap and
3240 common operations.
3241 * xdisp.c (redisplay_internal): Don't bother checking
3242 redisplay_performed_directly_p any more.
3243 * sysdep.c (init_sys_modes): Don't call direct_output_forward_char
3244 any more.
3245 * dispnew.c (redisplay_performed_directly_p)
3246 (direct_output_for_insert, direct_output_forward_char):
3247 * dispextern.h (redisplay_performed_directly_p)
3248 (direct_output_for_insert, direct_output_forward_char): Remove.
3249 * cmds.c (nonundocount): Make it static.
3250
3251 2010-03-31 Bernhard Herzog <bh@intevation.de> (tiny change)
3252
3253 * menu.c (Fx_popup_menu): Use last_event_timestamp (Bug#4930).
3254
3255 2010-03-31 Jan Djärv <jan.h.d@swipnet.se>
3256
3257 * xdisp.c (note_mouse_highlight): Don't do highlight if pointer is
3258 invisible (Bug#5766).
3259
3260 2010-03-31 Adrian Robert <adrian.b.robert@gmail.com>
3261
3262 * xdisp.c (x_consider_frame_title, update_window_cursor):
3263 Remove HAVE_NS conditionals.
3264 (prepare_menu_bars) [HAVE_NS]: Call ns_set_doc_edited.
3265
3266 * nsfns.m (x_implicitly_set_name): If frame-title-format is t, use
3267 filename for the title.
3268 (ns_set_doc_edited): Do nothing if the selected window is a
3269 minibuffer window.
3270
3271 * nsterm.h: Add prototypes for ns_set_name_as_filename and
3272 ns_set_doc_edited.
3273
3274 * nsterm.m: Remove unneeded prototype.
3275
3276 2010-03-31 Glenn Morris <rgm@gnu.org>
3277
3278 * Makefile.in (SOME_MACHINE_OBJECTS): Ensure dbus stuff is always
3279 in the DOC file. (Bug#5336)
3280
3281 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
3282
3283 * xdisp.c (pos_visible_p): Revert 2008-01-25 change (Bug#5730).
3284
3285 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
3286
3287 * window.c (keys_of_window): Remove redundant/overridden bindings.
3288
3289 2010-03-30 Eli Zaretskii <eliz@gnu.org>
3290
3291 * xdisp.c (BUFFER_POS_REACHED_P, move_it_in_display_line_to):
3292 Restore original behavior when the iterator is not bidi_p.
3293
3294 2010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
3295
3296 * xdisp.c (syms_of_xdisp): Use intern_c_string instead of intern.
3297
3298 2010-03-30 Eli Zaretskii <eliz@gnu.org>
3299
3300 * bidi.c (bidi_cache_iterator_state): Invalidate the cache if we
3301 are outside the range of cached character positions.
3302
3303 2010-03-30 Juanma Barranquero <lekktu@gmail.com>
3304
3305 * makefile.w32-in ($(BLD)/bidi.$(O)): Add dependency on w32gui.h.
3306
3307 2010-03-30 Eli Zaretskii <eliz@gnu.org>
3308
3309 Initial support for bidirectional editing.
3310
3311 * Makefile.in (obj): Include bidi.o.
3312 (bidi.o): New target.
3313
3314 * makefile.w32-in (OBJ1): Add $(BLD)/bidi.$(O).
3315 ($(BLD)/bidi.$(O)): New target.
3316
3317 * bidi.c: New file.
3318
3319 * buffer.h (struct buffer): New members bidi_display_reordering
3320 and bidi_paragraph_direction.
3321
3322 * buffer.c (init_buffer_once): Initialize bidi_display_reordering
3323 and bidi_paragraph_direction.
3324 (syms_of_buffer): Declare Lisp variables bidi-display-reordering
3325 and bidi-paragraph-direction.
3326 (Fbuffer_swap_text): Swap the values of
3327 bidi_display_reordering and bidi_paragraph_direction.
3328
3329 * dispextern.h (BIDI_MAXLEVEL, BIDI_AT_BASE_LEVEL): New macros.
3330 (bidi_type_t, bidi_dir_t): New types.
3331 (bidi_saved_info, bidi_stack, bidi_it): New structures.
3332 (struct it): New members bidi_p, bidi_it, paragraph_embedding,
3333 prev_stop, base_level_stop, and eol_pos.
3334 (bidi_init_it, bidi_get_next_char_visually): New prototypes.
3335 (IT_STACK_SIZE): Enlarge to 5.
3336 (struct glyph_row): New member reversed_p.
3337 <string_buffer_position>: Update prototype.
3338 (PRODUCE_GLYPHS): Set the reversed_p flag in the iterator's
3339 glyph_row if bidi_it.paragraph_dir == R2L.
3340 (struct glyph): New members resolved_level and bidi_type.
3341
3342 * dispnew.c (direct_output_forward_char): Give up if we need bidi
3343 processing or buffer's direction is right-to-left.
3344 (prepare_desired_row): Preserve the reversed_p flag.
3345 (row_equal_p): Compare the reversed_p attributes as well.
3346
3347 * xdisp.c (init_iterator): Initialize it->bidi_p. Call
3348 bidi_init_it and set it->paragraph_embedding from the current
3349 buffer's value of bidi_paragraph_direction.
3350 (reseat_1): Initialize bidi_it.first_elt.
3351 (set_iterator_to_next, next_element_from_buffer): Use the value of
3352 paragraph_embedding to determine the paragraph direction.
3353 (set_iterator_to_next): Under bidi reordering, call
3354 bidi_get_next_char_visually. Call bidi_paragraph_init if the
3355 new_paragraph flag is set in the bidi iterator.
3356 (next_element_from_buffer): If bidi_it.first_elt is set,
3357 initialize paragraph direction and find the first character to
3358 display in the visual order. If reseated to a middle of a line,
3359 prime the bidi iterator starting at the line's beginning. Handle
3360 the situation where we overstepped stop_charpos due to
3361 non-linearity of the bidi iteration. Likewise for when we back up
3362 beyond the previous stop_charpos. When moving across stop_charpos,
3363 record it in prev_stop.
3364 (display_line): Set row->end and it->start for the next row to the
3365 next character in logical order. Always extend reversed_p rows to
3366 the end of line, even if they end at ZV. Copy the reversed_p flag
3367 to the next glyph row. Keep calling set_cursor_from_row for
3368 bidi-reordered rows even if we already have a possible candidate
3369 for cursor position. Set row_end after all the row's glyphs have
3370 been produced, by looping over the glyphs. Record the position
3371 after EOL in it->eol_pos, and use it to set end_pos of the last
3372 row produced for a continued line.
3373 <Qright_to_left, Qleft_to_right>: New variables.
3374 (syms_of_xdisp): Initialize and staticpro them.
3375 (string_buffer_position_lim): New function.
3376 (string_buffer_position): Most of code moved to
3377 string_buffer_position_lim. Last argument and return value are
3378 now EMACS_INT; all callers changed.
3379 (set_cursor_from_row): Rewritten to support bidirectional text and
3380 reversed glyph rows.
3381 (text_outside_line_unchanged_p, try_window_id): Disable
3382 optimizations if we are reordering bidirectional text and the
3383 paragraph direction can be affected by the change.
3384 (append_glyph, append_composite_glyph)
3385 (produce_image_glyph, append_stretch_glyph): Set the
3386 resolved_level and bidi_type members of each glyph.
3387 (append_glyph): If the glyph row is reversed, prepend the glyph
3388 rather than appending it.
3389 (handle_stop_backwards): New function.
3390 (reseat_1, pop_it, push_it): Set prev_stop and base_level_stop.
3391 (reseat): call handle_stop_backwards to recompute prev_stop and
3392 base_level_stop for the new position.
3393 (handle_invisible_prop): Under bidi iteration, skip invisible text
3394 using bidi_get_next_char_visually. If we are `reseat'ed, init the
3395 paragraph direction. Update IT->prev_stop after skipping
3396 invisible text.
3397 (move_it_in_display_line_to): New variables prev_method
3398 and prev_pos. Compare for strict equality in
3399 BUFFER_POS_REACHED_P.
3400 (try_cursor_movement): Examine all the candidate rows that occlude
3401 point, to return the best match. If rows are bidi-reordered
3402 and point moved backwards, back up to the row that is not a
3403 continuation line, and start looking for a suitable row from
3404 there.
3405
3406 * term.c (append_glyph): Reverse glyphs by pre-pending them,
3407 rather than appending, if the glyph_row's reversed_p flag is set.
3408 Set the resolved_level and bidi_type members of each glyph.
3409
3410 * .gdbinit (pbiditype): New command.
3411 (pgx): Use it to display bidi level and type of the glyph.
3412 (pitx): Display some bidi information about the iterator.
3413 (prowlims, pmtxrows): New commands.
3414
3415 2010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
3416
3417 Remove all uses of C_DEBUG_SWITCH and LIBS_DEBUG.
3418 * s/usg5-4.h (LIBS_DEBUG):
3419 * s/irix6-5.h (C_DEBUG_SWITCH):
3420 * s/gnu-linux.h (LIBS_DEBUG):
3421 * s/darwin.h (LIBS_DEBUG):
3422 * s/bsd-common.h (LIBS_DEBUG):
3423 * s/aix4-2.h (LIBS_DEBUG, C_DEBUG_SWITCH):
3424 * m/iris4d.h (LIBS_DEBUG):
3425 * m/hp800.h (LIBS_DEBUG): Remove definitions.
3426
3427 * Makefile.in (LIBES): Remove reference to LIBS_DEBUG.
3428 (LIBS_DEBUG): Remove definition.
3429
3430 2010-03-27 Chong Yidong <cyd@stupidchicken.com>
3431
3432 * process.c (Fmake_network_process): Don't apply Bug#5173 fix for
3433 Windows.
3434
3435 2010-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3436
3437 * process.c (Fmake_network_process): Don't call turn_on_atimers around
3438 `connect' (Bug#5723).
3439
3440 2010-03-25 Helmut Eller <eller.helmut@gmail.com>
3441
3442 * process.c (Fmake_network_process): Call `select' for interrupted
3443 `connect' rather than creating new socket (Bug#5173).
3444
3445 2010-03-24 Jan Djärv <jan.h.d@swipnet.se>
3446
3447 * frame.c (x_get_arg): Handle RES_TYPE_BOOLEAN_NUMBER (bug #5736).
3448
3449 * xfns.c (Fx_create_frame): Make menuBar a RES_TYPE_BOOLEAN_NUMBER.
3450
3451 * dispextern.h (resource_types): RES_TYPE_BOOLEAN_NUMBER is new.
3452
3453 2010-03-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3454
3455 * xfns.c (Fx_create_frame) [USE_LUCID]: Add BLOCK_INPUT around
3456 XLoadQueryFont.
3457
3458 2010-03-24 Kenichi Handa <handa@m17n.org>
3459
3460 * coding.c (decode_coding_ccl): Fix previous change for the
3461 multibyte case.
3462 (encode_coding_ccl): Don't setup ccl program here. Fix for the
3463 case that the output buffer is fullfilled.
3464 (encode_coding): Setup ccl program here.
3465
3466 2010-03-23 Dan Nicolaescu <dann@ics.uci.edu>
3467
3468 * s/gnu-linux.h (LIBS_SYSTEM): Remove, same as default.
3469
3470 Simplify LIBS_MACHINE definitions.
3471 * m/hp800.h (LIBS_MACHINE): Remove, same as default.
3472 * m/iris4d.h (LIBS_MACHINE): Likewise.
3473 * m/ibmrs6000.h (LIBS_MACHINE): Rename to LIBS_SYSTEM and move ...
3474 * s/aix4-2.h (LIBS_SYSTEM): ... here.
3475 * s/netbsd.h: Remove commented out code.
3476
3477 2010-03-22 Dan Nicolaescu <dann@ics.uci.edu>
3478
3479 Remove dead code dealing with POSIX_SIGNALS.
3480 * atimer.c (set_alarm): Remove dead code, all USG systems define
3481 POSIX_SIGNALS.
3482 * data.c (arith_error): Likewise.
3483 * keyboard.c (input_available_signal, handle_user_signal)
3484 (interrupt_signal): Likewise.
3485 * process.c (sigchld_handler): Likewise.
3486 (create_process): Remove if 0 code. Remove HPUX conditional when
3487 !defined (POSIX_SIGNALS), it cannot be true.
3488 * syssignal.h: Remove USG5_4 and USG conditionals when
3489 !POSIX_SIGNALS, they cannot be true.
3490
3491 * keyboard.c (Fset_input_interrupt_mode): Remove code depending on
3492 NO_SOCK_SIGIO, not used anymore.
3493
3494 2010-03-21 Dan Nicolaescu <dann@ics.uci.edu>
3495
3496 * m/vax.h (BSD_SYSTEM, BSD4_2): Remove conditionals, we only
3497 support vax on BSDs.
3498
3499 * m/ibmrs6000.h (ORDINARY_LINK): Move definition ...
3500 * s/aix4-2.h (ORDINARY_LINK): ... here.
3501
3502 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
3503
3504 * Makefile.in (abs_builddir): Define.
3505 (bootstrap_exe): Use it.
3506 (VPATH): Use $(srcdir) instead of @srcdir@.
3507
3508 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
3509
3510 * Makefile.in (bootstrap_exe): Use an absolute name.
3511
3512 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
3513
3514 Remove support for old GNU/Linux using libc version 5.
3515 * m/alpha.h (LINUX_SBRK_BUG): Remove definition.
3516 * emacs.c (main): Remove code depending on LINUX_SBRK_BUG.
3517
3518 Consolidate redundant definitions in s/bsd-common.h.
3519 * s/bsd-common.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
3520 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
3521 (LDAV_SYMBOL, KERNEL_FILE): Define (or undefine) here instead of
3522 doing it in all files that include this one.
3523 * s/gnu.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
3524 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
3525 (LDAV_SYMBOL, KERNEL_FILE): Remove.
3526 * s/freebsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
3527 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
3528 (LDAV_SYMBOL, KERNEL_FILE): Remove.
3529 * s/netbsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
3530 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
3531 (LDAV_SYMBOL, KERNEL_FILE): Remove.
3532
3533 Consolidate redundant definitions.
3534 * s/usg5-4.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not define,
3535 it's undefined in all files that include this one.
3536 (POSIX_SIGNALS): Define here instead of doing it in all files that
3537 include this one.
3538 * s/irix6-5.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
3539 (POSIX_SIGNALS): Do not define.
3540 * s/sol2-6.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
3541 (POSIX_SIGNALS): Do not define.
3542 * s/unixware.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
3543 (POSIX_SIGNALS): Do not define.
3544
3545 Remove support for old UNIX System V systems.
3546 * s/unixware.h: Add the contents of s/usg-5-4-2.h.
3547 * s/usg-5-4-2.h: Remove.
3548
3549 Remove support for Solaris on PPC and for old versions.
3550 * s/sol2-6.h: Add the contents of s/sol-2.3.h, s/sol-2.4.h, s/sol-2.5.h.
3551 (LD_SWITCH_SYSTEM, USE_MMAP_FOR_BUFFERS): Remove #defines/#undef
3552 that cancel each other.
3553 * s/sol2-3.h:
3554 * s/sol2-4.h:
3555 * s/sol2-5.h: Remove.
3556 * m/ibmrs6000.h: Remove code for USG5_4, this file is only used on AIX.
3557 (NO_REMAP): Remove, unused.
3558 (UNEXEC): Move definition ...
3559 * s/aix4-2.h (UNEXEC): ... here.
3560
3561 * s/openbsd.h: Remove support for non-ELF and for systems that do
3562 not support shared libraries.
3563 * s/netbsd.h:
3564 * s/freebsd.h: Likewise.
3565
3566 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
3567
3568 Remove non-working support for lynxos 3.0.
3569 * s/lynxos.h: Remove file.
3570
3571 * unexec.c (unexec, adjust_lnnoptrs): Do not depend on
3572 COFF_BSD_SYMBOLS, nothing defines it anymore.
3573
3574 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
3575
3576 Remove obsolete uses of HAVE_SHM.
3577 * emacs.c (standard_args):
3578 (Fdump_emacs):
3579 (syms_of_emacs): Remove code depending on HAVE_SHM.
3580
3581 * alloc.c: Remove HAVE_SHM dependent definition.
3582
3583 * Makefile.in (RUN_TEMACS): Do not depend on HAVE_SHM.
3584
3585 2010-03-18 Glenn Morris <rgm@gnu.org>
3586
3587 * emacs.c (USAGE4): Hard-code bug address.
3588 (REPORT_EMACS_BUG_ADDRESS, REPORT_EMACS_BUG_PRETEST_ADDRESS): Remove.
3589 (bug_reporting_address): Remove.
3590 (main): Don't call bug_reporting_address.
3591
3592 * Makefile.in (XFT_LIBS, LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF)
3593 (LIBGPM, LIBRESOLV): Set using autoconf rather than cpp.
3594
3595 2010-03-15 Chong Yidong <cyd@stupidchicken.com>
3596
3597 * xfns.c (Fx_create_frame):
3598 * frame.c (Vdefault_frame_scroll_bars): Put non-GTK X scroll-bars
3599 on left.
3600
3601 2010-03-13 Andreas Politz <politza@fh-trier.de> (tiny change)
3602
3603 * editfns.c (Fformat): Account for string precision when computing
3604 field width (Bug#5710).
3605
3606 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
3607
3608 * xfns.c (Fx_create_frame): Set default to Qright.
3609
3610 * frame.c (Vdefault_frame_scroll_bars): Set default to Qright for
3611 all window systems.
3612
3613 2010-03-12 Eli Zaretskii <eliz@gnu.org>
3614
3615 These changes remove termcap.c from the build on Posix platforms.
3616 * Makefile.in (termcapobj): Move termcap.o from here...
3617 (MSDOS_OBJ): ...to here.
3618 (termcapobj) [!LIBS_TERMCAP]: Remove specialized value, as it is
3619 now identical to when LIBS_TERMCAP is defined.
3620
3621 * term.c: Remove (ifdef'ed away) inclusion of termcap.h.
3622
3623 * cm.c: Remove (ifdef'ed away) inclusion of termcap.h.
3624
3625 * config.in: Regenerated. (See top-level ChangeLog.)
3626
3627 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
3628
3629 * Branch for 23.2.
3630
3631 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
3632
3633 Cleanup setup of gl_state in various parts of the code.
3634 * syntax.h (SETUP_BUFFER_SYNTAX_TABLE): New macro.
3635 (SETUP_SYNTAX_TABLE, SETUP_SYNTAX_TABLE_FOR_OBJECT):
3636 * syntax.c (find_defun_start, Fchar_syntax, Fmatching_paren)
3637 (skip_chars):
3638 * regex.c (regex_compile): Use it.
3639 (re_compile_pattern): Don't set gl_state.current_syntax_table since
3640 it's now set in regex_compile when/if we need it.
3641
3642 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
3643
3644 Make it possible to C-g in a tight bytecode loop again (bug#5680).
3645 * lisp.h (ELSE_PENDING_SIGNALS): New macro.
3646 (QUIT): Use it to consolidate code and remove redundancy.
3647 * bytecode.c (BYTE_CODE_QUIT): Use it as well.
3648
3649 * regex.c (regex_compile): Setup gl_state as well.
3650
3651 * syntax.c (skip_chars): Setup gl_state (bug#3823).
3652 (in_classes): Use CONSP before XCAR/XCDR.
3653
3654 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
3655
3656 * keymap.c (Fwhere_is_internal): Use Fequal to compare
3657 definitions, so that keyboard macros are correctly handled
3658 (Bug#5481).
3659
3660 2010-03-02 Eli Zaretskii <eliz@gnu.org>
3661
3662 * coding.c (decode_coding_emacs_mule): Fixup pointers to buffer
3663 text that could be relocated inside the call to emacs_mule_char.
3664 (emacs_mule_char): Use CODING_DECODE_CHAR instead of DECODE_CHAR.
3665 (CODING_DECODE_CHAR): Add a comment describing its purpose.
3666
3667 2010-03-02 Kenichi Handa <handa@m17n.org>
3668
3669 * character.c (parse_str_as_multibyte): Fix handling of the
3670 multibyte form of raw-bytes.
3671 (str_as_multibyte): Likewise.
3672
3673 * buffer.c (Fset_buffer_multibyte): Fix handling of the multibyte
3674 form of raw-bytes.
3675
3676 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
3677
3678 * charset.c (load_charset_map_from_file)
3679 (load_charset_map_from_vector): Zero out allocated
3680 charset_map_entries before using them.
3681
3682 2010-02-27 Andreas Schwab <schwab@linux-m68k.org>
3683
3684 * w32uniscribe.c (uniscribe_check_otf): Fix length check.
3685
3686 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
3687
3688 * font.c (font_parse_fcname): Recognize "Book", "Condensed",
3689 "Medium", and "Semi-Condensed" keywords in GTK names (Bug#5646).
3690
3691 2010-02-26 Kenichi Handa <handa@m17n.org>
3692
3693 * ftfont.c (ftfont_get_open_type_spec): Fix parsing of otf_spec.
3694
3695 * xdisp.c (reseat_to_string): Fix previous change.
3696
3697 2010-02-26 David Reitter <david.reitter@gmail.com>
3698
3699 * nsfont.m (nsfont_draw): ns_antialias_text should be a
3700 Lisp_Object (Bug#4736).
3701
3702 2010-02-25 Kenichi Handa <handa@m17n.org>
3703
3704 * xdisp.c (reseat_to_string): Fix previous change (bug#5609).
3705
3706 2010-02-24 Jan Djärv <jan.h.d@swipnet.se>
3707
3708 * xterm.c (XTflash): Move declarations before statements.
3709
3710 * gtkutil.c (xg_get_gdk_display): Remove (unused).
3711 (xg_get_pixbuf_from_pix_and_mask, xg_create_frame_widgets)
3712 (xg_toggle_notify_cb, xg_set_toolkit_scroll_bar_thumb)
3713 (xg_create_tool_bar): Remove unused variables.
3714 (x_wm_set_size_hint): Move declarations before statements.
3715 (xg_create_frame_widgets): Remove variable grav.
3716
3717 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
3718
3719 * m/arm.h: Define the LIB_GCC flag to be -lgcc_s (Bug#5518).
3720
3721 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
3722
3723 * term.c (fatal): Add a final \n if needed (bug#5596).
3724
3725 2010-02-18 Chong Yidong <cyd@stupidchicken.com>
3726
3727 * nsterm.m (ns_ring_bell): Revert last change (Bug#5569).
3728
3729 2010-02-18 Glenn Morris <rgm@gnu.org>
3730
3731 * callint.c (Finteractive): Doc fix.
3732
3733 2010-02-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
3734
3735 * coding.c (record_conversion_result):
3736 Handle CODING_RESULT_INSUFFICIENT_DST.
3737 (decode_coding_object): Record CODING_RESULT_INSUFFICIENT_MEM on
3738 memory allocation error.
3739
3740 2010-02-17 Kenichi Handa <handa@m17n.org>
3741
3742 * coding.c (decode_coding_ccl): Don't setup ccl program here.
3743 Fix for the case that the output buffer is fullfilled.
3744 (decode_coding): Setup ccl program here. Keep looping when the
3745 decoder stopped because the output buffer is
3746 fullfilled (bug#5534).
3747
3748 * ccl.c (ccl_driver): Never reset ic to CCL_HEADER_MAIN.
3749
3750 2010-02-13 Jan Djärv <jan.h.d@swipnet.se>
3751
3752 * xterm.c (x_clear_frame_area): Call gtk_widget_queue_draw if USE_GTK,
3753 bug #5571.
3754 (XTflash): Use Gdk-routines if USE_GTK so scroll bars don't get
3755 overdrawn.
3756
3757 2010-02-10 Jan Djärv <jan.h.d@swipnet.se>
3758
3759 * xsmfns.c (x_session_initialize): Move initialization of ice_fd and
3760 doing_interact here.
3761 (ice_connection_closed): New function.
3762 (x_session_check_input, smc_die_CB, ice_io_error_handler)
3763 (ice_conn_watch_CB, x_session_close): Call ice_connection_closed.
3764 (x_session_check_input): Call IceCloseConnection if IceProcessMessages
3765 returns I/O error.
3766 (ice_conn_watch_CB): Call add_keyboard_wait_descriptor on ice_fd,
3767 bug #5512.
3768
3769 2010-02-08 Francis Devereux <francis@devrx.org> (tiny change)
3770
3771 * nsfont.m (nsfont_open): The system's value for the font descent
3772 is negative, so round it down to avoid clipping.
3773
3774 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
3775
3776 * charset.c (load_charset_map_from_file)
3777 (load_charset_map_from_vector): Fix last change to use SAFE_ALLOCA
3778 instead of xmalloc (Bug#5526). Suggested by Vivek Dasmohapatra.
3779
3780 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
3781
3782 * charset.c (load_charset_map_from_file): Allocate large
3783 charset_map_entries structure on the heap rather than the stack.
3784 (Bug#5526).
3785
3786 2010-01-31 Kenichi Handa <handa@m17n.org>
3787
3788 * font.c (font_parse_xlfd): If FONT is a font-entity and pixel
3789 size in NAME is invalid, return -1 (Bug#5396).
3790
3791 2010-01-31 Chong Yidong <cyd@stupidchicken.com>
3792
3793 * nsterm.m (ns_defined_color): Block input. Suggested by Mike
3794 <deactivated@gmail.com> (Bug#3605).
3795
3796 2010-01-31 David De La Harpe Golden <david@harpegolden.net>
3797
3798 * fileio.c (Frename_file): Correctly rename symlinks to
3799 directories (Bug#5496).
3800
3801 2010-01-31 Filipe Cabecinhas <filcab@gmail.com> (tiny change)
3802
3803 * nsterm.m (ns_ring_bell): Handle visible bell like X.
3804
3805 2010-01-30 Andreas Schwab <schwab@linux-m68k.org>
3806
3807 * character.h (CHAR_PRINTABLE_P): Reparenthesize to avoid warning.
3808
3809 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
3810
3811 * frame.c (DEFAULT_ROWS): Change default to 35.
3812
3813 * xfns.c (x_default_font_parameter): Change default XFT font to
3814 monospace-10 (Bug#3643).
3815
3816 2010-01-29 Eli Zaretskii <eliz@gnu.org>
3817
3818 * w32inevt.c (key_event): Remove unnecessary comparison of
3819 event->uChar.AsciiChar with 128.
3820
3821 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
3822
3823 * fileio.c (Frename_file): Fix last change (Bug#5487).
3824
3825 * m/mips.h: Remove DATA_START. Suggested by Dan Nicolaescu.
3826
3827 * m/alpha.h: Don't define DATA_START on NetBSD (Bug#4629).
3828
3829 2010-01-28 Jan Djärv <jan.h.d@swipnet.se>
3830
3831 * xfns.c (Fx_create_frame): Remove window size matching code from
3832 2010-01-15.
3833 (x_get_current_desktop, x_get_desktop_workarea): Remove.
3834
3835 2010-01-27 Jason Rumney <jasonr@gnu.org>
3836
3837 * w32inevt.c (w32_kbd_patch_key): Save the unicode character.
3838 (key_event): Use unicode for characters 128 and higher (Bug#4567).
3839
3840 2010-01-27 Kenichi Handa <handa@m17n.org>
3841
3842 * regex.c (analyse_first): Fix setting of fastmap for unibyte
3843 pattern string (Bug#4209).
3844
3845 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
3846
3847 * fileio.c (Frename_file): Call copy-directory and
3848 delete-directory for directories, in order to handle cross-device
3849 renaming (Bug#3353).
3850
3851 2010-01-25 Jan Djärv <jan.h.d@swipnet.se>
3852
3853 * xfns.c (Fx_create_frame): If frame height is too big, try
3854 sizes 24 and 10. Bug #3643.
3855
3856 2010-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
3857
3858 Try and fix bug#788, hopefully for real this time.
3859 * keymap.c (shadow_lookup): Add `remap' arg.
3860 (describe_map, describe_vector): Update calls to shadow_lookup.
3861 (Fwhere_is_internal): Fix up handling of `remapped_sequences' and
3862 `remapped' so this flag is applicable to `sequence'. Be careful to
3863 perform remapping during shadow_lookup check of remapped_sequences.
3864
3865 2010-01-24 Eric Bélanger <snowmaniscool@gmail.com> (tiny change)
3866
3867 * image.c (png_load): Use png_sig_cmp instead of the obsolete
3868 png_check_sig, which has been removed in libpng 1.4.
3869
3870 2010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
3871
3872 * filelock.c: Include utmp.h only when HAVE_UTMP_H (FreeBSD 9.x
3873 lacks this header file).
3874
3875 2010-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3876
3877 * xdisp.c (draw_glyphs): Update `start' for left_overwritten case
3878 as in Emacs 22.
3879
3880 2010-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3881
3882 * lisp.h (make_pure_string): String pointer arg now points to const.
3883
3884 * alloc.c (find_string_data_in_pure, make_pure_string): String pointer
3885 args now point to const.
3886
3887 2010-01-22 Eli Zaretskii <eliz@gnu.org>
3888
3889 * lread.c (Fload): Don't treat files without .elc extension as
3890 byte-compiled if they are ``magic'', i.e. `openp' returned -2 for
3891 them. (bug#5303)
3892
3893 2010-01-20 Kenichi Handa <handa@m17n.org>
3894
3895 * coding.c (consume_chars): If ! multibyte and the encoder is ccl,
3896 treat the source as actual byte sequence.
3897
3898 2010-01-19 Alan Mackenzie <acm@muc.de>
3899
3900 Fix spurious before-change-functions invocation from (insert ?\n).
3901 * textprop.c (set_text_properties): Rename parameter
3902 `signal_after_change_p' to `coherent_change_p', and make the
3903 invocation of `modify_region' conditional on it.
3904
3905 2010-01-19 Jan Djärv <jan.h.d@swipnet.se>
3906
3907 * xsettings.c (apply_xft_settings): Save settings in Vxft_settings
3908 for debug purpose.
3909 (syms_of_xsettings): Declare xft-settings.
3910
3911 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
3912
3913 * editfns.c (Fcurrent_time_string): Doc fix (Bug#5408).
3914
3915 2010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
3916
3917 * xterm.c (event_handler_gdk): Block input (Bug#5037).
3918
3919 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
3920
3921 * emacs.c (standard_args): Adjust arg priorities to reflect how
3922 they are processed in startup.el.
3923
3924 2010-01-16 Andreas Schwab <schwab@linux-m68k.org>
3925
3926 * Makefile.in (lisp, shortlisp): Update.
3927
3928 2010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
3929
3930 * xterm.c (x_term_init): Instead of inhibiting GC while running Lisp
3931 code, link the new kboard into all_kboard before running Lisp code,
3932 and protect the new terminal with GCPRO (Bug#5365).
3933 (x_term_init): Remove unused var `atom'.
3934 (x_delete_display, x_delete_terminal): Remove unused var `i'.
3935
3936 2010-01-15 Jan Djärv <jan.h.d@swipnet.se>
3937
3938 * xfns.c (x_get_current_desktop, x_get_desktop_workarea): New functions.
3939 (Fx_create_frame): Call x_get_current_desktop and x_get_desktop_workarea
3940 to find out usable size of the desktop. Don't make frames larger than
3941 this. Bug #3643.
3942
3943 2010-01-15 Kenichi Handa <handa@m17n.org>
3944
3945 * xdisp.c (CHAR_COMPOSED_P): New arg END_CHARPOS. Callers changed.
3946
3947 2010-01-15 Chong Yidong <cyd@stupidchicken.com>
3948
3949 * nsterm.m (Qnone): Define.
3950
3951 * nsfns.m (Qnone): Move definition to nsterm.m.
3952
3953 2010-01-14 Kenichi Handa <handa@m17n.org>
3954
3955 * coding.c (detect_coding_iso_2022): Fix handling of euc-xx coding
3956 systems.
3957
3958 2010-01-14 Kenichi Handa <handa@m17n.org>
3959
3960 Make auto-composition work on all buffers even if they are
3961 fundamental mode.
3962
3963 * composite.c (Vauto_composition_mode): New variable.
3964 (composition_compute_stop_pos): Check Vauto_composition_mode
3965 instead of Vauto_composition_function.
3966 (composition_adjust_point, Ffind_composition_internal): Likewise.
3967 (syms_of_composite): Declare Lisp variable
3968 "auto-composition-mode" here.
3969
3970 2010-01-13 Chong Yidong <cyd@stupidchicken.com>
3971
3972 * xterm.c (x_term_init): Avoid garbage-collecting the new terminal
3973 during call to vendor-specific-keysyms (Bug#5365).
3974
3975 2010-01-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3976
3977 * keyboard.c (input_available_signal) [SYNC_INPUT]:
3978 Call SIGNAL_THREAD_CHECK (Bug#5333).
3979
3980 * atimer.c (alarm_signal_handler) [!SYNC_INPUT]:
3981 Call SIGNAL_THREAD_CHECK.
3982
3983 2010-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
3984
3985 Try to fix bug#5314. This is probably not the final word, tho.
3986 * buffer.c (Fset_buffer_modified_p): Try and be careful not to modify
3987 recent-auto-save-p as a side-effect.
3988 * buffer.h (BUF_AUTOSAVE_MODIFF): New macro.
3989 * buffer.c (Fkill_buffer, reset_buffer):
3990 * editfns.c (Fsubst_char_in_region):
3991 * fileio.c (Finsert_file_contents, Fdo_auto_save)
3992 (Fset_buffer_auto_saved, Frecent_auto_save_p): Use it.
3993
3994 2010-01-13 Kenichi Handa <handa@m17n.org>
3995
3996 Display buffer name, etc. in mode line by composing correctly.
3997
3998 * xdisp.c (reseat_to_string): Call composition_compute_stop_pos if
3999 STRING is not nil.
4000 (display_mode_element): Adjust for the change of
4001 decode_mode_spec and display_line.
4002 (decode_mode_spec): Change arg MULTIBYTE to STRING.
4003 (display_string): Handle the case that STRING is non-null and
4004 LISP_STRING is not nil.
4005
4006 * xterm.c (x_draw_composite_glyph_string_foreground):
4007 Pay attention to s->face->overstrike.
4008
4009 * composite.c (composition_reseat_it): Don't check PT if STRING is
4010 non nil.
4011
4012 2010-01-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4013
4014 * keyboard.c (read_char): Don't apply previous change when current
4015 buffer is unchanged by command execution.
4016
4017 2010-01-12 Jan Djärv <jan.h.d@swipnet.se>
4018
4019 * keyboard.c (read_char): Return after executing from special map.
4020
4021 2010-01-12 Glenn Morris <rgm@gnu.org>
4022
4023 * emacs.c (REPORT_EMACS_BUG_PRETEST_ADDRESS): Set it to
4024 bug-gnu-emacs rather than emacs-pretest-bug.
4025
4026 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
4027
4028 * nsterm.m (syms_of_nsterm): Initialize Qcontrol etc. before
4029 initializing the Lisp variables that depend on them.
4030
4031 2010-01-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4032
4033 * xfns.c (x_set_menu_bar_lines) [!USE_X_TOOLKIT && !USE_GTK]:
4034 Clear areas that will not be updated after change of menu bar lines.
4035 Clear the menu bar window's current matrix when the window gets empty.
4036
4037 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
4038
4039 * intervals.h, textprop.c (extend_property_ranges): Return value
4040 and args changed. Discard properties that begin at or after the
4041 new end (Bug#5306).
4042
4043 * editfns.c (Fformat): Caller changed.
4044
4045 * nsterm.m (ns_set_default_prefs): Delete function.
4046 (syms_of_nsterm): Initialize ns_command_modifier,
4047 ns_control_modifier, ns_function_modifier, ns_antialias_text, and
4048 ns_antialias_threshold here, not in ns_term_init (Bug#4113).
4049
4050 * xdisp.c (pos_visible_p): Check for invisible text at the correct
4051 position (Bug#4040).
4052
4053 2010-01-09 Eli Zaretskii <eliz@gnu.org>
4054
4055 * editfns.c (Ffloat_time): Doc fix.
4056
4057 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
4058
4059 * xfns.c (Fx_create_frame): Don't create frame larger than display
4060 by default bug#3643.
4061
4062 2010-01-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4063
4064 * frame.h (FRAME_TOP_MARGIN_HEIGHT): New macro.
4065 (FRAME_LINE_TO_PIXEL_Y, FRAME_PIXEL_Y_TO_LINE): Take account of pseudo
4066 windows above internal border.
4067
4068 * window.h (WINDOW_MENU_BAR_P, WINDOW_TOOL_BAR_P): New macros.
4069 (WINDOW_TOP_EDGE_Y, WINDOW_BOTTOM_EDGE_Y): Take account of pseudo
4070 windows above internal border.
4071
4072 * xdisp.c (get_glyph_string_clip_rects, init_glyph_string): Don't treat
4073 tool bar windows specially.
4074
4075 * xfns.c (x_set_tool_bar_lines): Take account of menu bar height.
4076
4077 * xterm.c (x_after_update_window_line): Don't treat tool bar windows
4078 specially.
4079 (XTflash): Take account of menu bar height.
4080
4081 * w32term.c (x_after_update_window_line): Don't treat tool bar windows
4082 specially.
4083
4084 2010-01-08 Jan Djärv <jan.h.d@swipnet.se>
4085
4086 * dispnew.c (change_frame_size_1): newwidth == FRAME_COLS (f) must
4087 also be true before we can return early (bug #5339).
4088
4089 2010-01-06 David Reitter <david.reitter@gmail.com>
4090
4091 * nsfns.m (ns_get_screen): Rewrite, returning NULL for non-NS.
4092 (Fns_display_usable_bounds): Rewrite, computing bounds properly
4093 (Bug#3233).
4094
4095 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
4096
4097 * font.c (font_open_entity): Enable chache and call cached_font_ok
4098 for the driver if defined.
4099 (QCuser_spec): New symbol.
4100 (font_spec_from_name): Save name as user-spec.
4101 (font_load_for_lface): Keep user-spec instead of name.
4102 (font_open_by_name): Save name as user-spec.
4103 (syms_of_font): Initialize QCuser_spec.
4104 (font_clear_prop): Clear name if it exists in font (bug#5157).
4105
4106 * xftfont.c (xftfont_open): Call xftfont_add_rendering_parameters.
4107 (xftfont_add_rendering_parameters, xftfont_cached_font_ok): New.
4108 (syms_of_xftfont): Initialize xftfont_driver.cached_font_ok.
4109
4110 * font.h (struct font_driver): Add cached_font_ok.
4111
4112 * xterm.c (x_clear_frame): Queue draw for scroll bars.
4113
4114 2010-01-05 Jan Djärv <jan.h.d@swipnet.se>
4115
4116 * xterm.c (x_new_font): Move code for setting rows/cols before
4117 resizing ...
4118 (x_set_window_size): ... to here. Bug #2568.
4119
4120 * gtkutil.c (xg_clear_under_internal_border): New function.
4121 (xg_frame_resized, xg_frame_set_char_size):
4122 Call xg_clear_under_internal_border.
4123 (xg_update_scrollbar_pos): Clear under old scroll bar position.
4124
4125 2010-01-05 Chong Yidong <cyd@stupidchicken.com>
4126
4127 * keyboard.c (read_key_sequence): Catch keyboard switch after
4128 making a new tty frame (Bug#5095).
4129
4130 2010-01-05 Kenichi Handa <handa@m17n.org>
4131
4132 * fontset.c (fontset_find_font): Fix getting the frame pointer.
4133
4134 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
4135
4136 * dbusbind.c (xd_remove_watch): Avoid trying to convert a void* to
4137 Lisp_Object, preferring to convert a lisp_Object to a void* instead.
4138 (Fdbus_init_bus): Use XHASH to get a scalar value from a Lisp_Object.
4139
4140 2010-01-03 Michael Albinus <michael.albinus@gmx.de>
4141
4142 * dbusbind.c (xd_add_watch): Improve debug message.
4143 (xd_remove_watch): Improve debug message. If DATA is the session
4144 bus, unset D-Bus session environment.
4145 (Fdbus_init_bus): Pass the bus as argument to
4146 dbus_connection_set_watch_functions. (Bug#5283)
4147
4148 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
4149
4150 * nsterm.m (ns_get_color): Fix buffer overflow (Bug#4763).
4151
4152 * lread.c (syms_of_lread): Make it clearer that these are the
4153 names of loaded files (Bug#5068).
4154
4155 * eval.c (run_hook_with_args): Handle the case where the global
4156 value has the obsolete single-function form (Bug#5026).
4157
4158 2009-12-27 Chong Yidong <cyd@stupidchicken.com>
4159
4160 * minibuf.c (Fall_completions): Minor optimization.
4161
4162 2009-12-26 Eli Zaretskii <eliz@gnu.org>
4163
4164 * .gdbinit (pgx): Fix display of composite glyphs.
4165 Display cmp.from and cmp.to as well.
4166 (pitx): Fix last change.
4167
4168 2009-12-25 Kenichi Handa <handa@m17n.org>
4169
4170 * composite.h (composition_adjust_point): Update prototype.
4171
4172 * composite.c (composition_reseat_it): Don't make a composition
4173 spanning over point.
4174 (CHAR_COMPOSABLE_P): Treat U+200C (ZWNJ) and U+200D (ZWJ) as
4175 composable characters.
4176 (composition_adjust_point): New arg NEW_PT. Callers changed.
4177
4178 * keyboard.c (command_loop_1): Force redisplay if the last point
4179 was within a composition.
4180 (adjust_point_for_property): Don't adjust point for automatic
4181 composition when called after buffer modification.
4182
4183 2009-12-19 Eli Zaretskii <eliz@gnu.org>
4184
4185 * .gdbinit (pitx): Don't use enum names, use their values.
4186 Remove reference to non-existing value GET_FROM_COMPOSITION.
4187 (pgx): Don't use enum names, use their values.
4188 (pitmethod): New helper command.
4189 (pitx): Use it to display iteration method.
4190 (pgrowit): New command.
4191
4192 * makefile.w32-in ($(BLD)/cmds.$(O)): Depend on frame.h.
4193
4194 Update dependencies in Makefile.in.
4195
4196 * Makefile.in (alloc.o): Depend on termhooks.h.
4197 (atimer.o): Depend on blockinput.h.
4198 (buffer.o): Depend on indent.h, keyboard.h, coding.h, keymap.h,
4199 and frame.h.
4200 (callint.o): Depend on systime.h, coding.h, and composite.h.
4201 (callproc.o): Depend on buffer.h.
4202 (casefiddle.o): Don't depend on charset.h.
4203 (casetab.o): Depend on character.h.
4204 (ccl.o): Depend on composite.h.
4205 (chartab.o): Depend on ccl.h.
4206 (cm.o): Depend on dispextern.h.
4207 (cmds.o): Depend on systime.h, coding.h, frame.h, and composite.h.
4208 (coding.o): Don't depend on $(INTERVALS_H).
4209 (composite.o): Don't depend on dispextern.h explicitly (it's in
4210 $(INTERVALS_H)). Depend on ccl.h.
4211 (data.o): Depend on systime.h, coding.h, composite.h,
4212 dispextern.h, font.h, and ccl.h.
4213 (dired.o): Depend on composite.h.
4214 (dispnew.o): Depend on coding.h. Don't depend explicitly on
4215 composite.h (it's in $(INTERVALS_H)).
4216 (doc.o): Depend on systime.h, coding.h, and composite.h.
4217 (editfns.o): Don't depend explicitly on dispextern.h.
4218 (emacs.o): Depend on frame.h and coding.h.
4219 (eval.o): Depend on coding.h, composite.h, and xterm.h.
4220 (fileio.o): Depend on frame.h and commands.h. Don't depend
4221 explicitly on dispextern.h.
4222 (filelock.o): Don't depend on epaths.h and charset.h. Depend on
4223 composite.h.
4224 (fns.o): Don't depend on termhooks.h.
4225 (font.o): Depend on buffer.h, composite.h, fontset.h, and xterm.h.
4226 (fontset.o): Depend on blockinput.h, atimer.h, systime.h,
4227 coding.h, $(INTERVALS_H), window.h, xterm.h.
4228 (frame.o): Depend on coding.h, composite.h, termhooks.h, and ccl.h.
4229 (fringe.o): Depend on blockinput.h, atimer.h, and systime.h.
4230 (ftfont.o): Depend on blockinput.h, atimer.h, systime.h, coding.h,
4231 fontset.h, ccl.h, and ftfont.h.
4232 (ftxfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
4233 (gtkutil.o): Depend on dispextern.h and composite.h.
4234 (image.o): Depend on epaths.h, character.h, coding.h, composite.h,
4235 termhooks.h, and ccl.h.
4236 (indent.o): Depend on systime.h, coding.h, and $(INTERVALS_H).
4237 (intervals.o): Depend on systime.h and coding.h.
4238 (keyboard.o): Depend on composite.h and coding.h.
4239 (keymap.o): Depend on coding.h and frame.h.
4240 (lread.o): Depend on systime.h, frame.h, blockinput.h, and atimer.h.
4241 (macros.o): Depend on systime.h, coding.h, and composite.h.
4242 (menu.o): Depend on systime.h, coding.h, composite.h, window.h,
4243 and atimer.h.
4244 (minibuf.o): Depend on systime.h and coding.h. Don't depend on
4245 dispextern.h explicitly.
4246 (print.o): Depend on termhooks.h, coding.h, and ccl.h.
4247 Don't depend explicitly on dispextern.h and composite.h.
4248 (process.o): Depend on character.h, xgselect.h, and sysselect.h.
4249 (regex.o): Don't depend on charset.h.
4250 (scroll.o): Depend on systime.h, coding.h, composite.h, and window.h.
4251 (search.o): Don't depend explicitly on composite.h.
4252 (sound.o): Depend on atimer.h and systime.h.
4253 (syntax.o): Don't depend explicitly on composite.h.
4254 (sysdep.o): Depend on coding.h and composite.h.
4255 (term.o): Depend on xterm.h and buffer.h.
4256 (terminal.o): Depend on dispextern.h, composite.h, and systime.h.
4257 (textprop.o): Don't depend on dispextern.h explicitly.
4258 (undo.o): Depend on dispextern.h.
4259 (window.o): Depend on coding.h and termhooks.h. Don't depend on
4260 dispextern.h and composite.h explicitly.
4261 (xdisp.o): Depend on ccl.h.
4262 (xfaces.o): Depend on coding.h and ccl.h.
4263 (xfns.o): Depend on $(INTERVALS_H) and ccl.h.
4264 (xfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
4265 (xftfont.o): Depend on atimer.h, systime.h, fontset.h, ccl.h, and
4266 ftfont.h.
4267 (xgselect.o): New dependency.
4268 (xmenu.o): Depend on composite.h, keymap.h, and sysselect.h.
4269 (xselect.o): Depend on keyboard.h, coding.h, and composite.h.
4270 (xsettings.o): Depend on dispextern.h, keyboard.h, systime.h,
4271 coding.h, composite.h, blockinput.h, atimer.h, and termopts.h.
4272 (xsmfns.o): Depend on frame.h and dispextern.h.
4273 (xterm.o): Depend on intervals.h, keymap.h, xgselect.h, and
4274 sysselect.h.
4275
4276 2009-12-19 Andreas Schwab <schwab@linux-m68k.org>
4277
4278 * font.c (Fclear_font_cache): Pass correct cache argument to
4279 font_clear_cache.
4280
4281 2009-12-16 Andreas Schwab <schwab@linux-m68k.org>
4282
4283 * Makefile.in (prefix-args${EXEEXT}): Don't compile prefix-args.c
4284 twice.
4285
4286 2009-12-15 Chong Yidong <cyd@stupidchicken.com>
4287
4288 * xdisp.c (decode_mode_spec): Inhibit garbage collection when
4289 calling file-remote-p. Reported by Jim Meyering.
4290
4291 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
4292
4293 * dbusbind.c (xd_retrieve_arg): Reorder declarations in order to
4294 avoid compiler warnings. (Bug #5217)
4295
4296 2009-12-14 Kenichi Handa <handa@m17n.org>
4297
4298 * coding.c (decode_coding_iso_2022): Ignore ISO_CODE_SS2_7 (0x19)
4299 in 8-bit encoding.
4300
4301 2009-12-13 Pat Thoyts <patthoyts@users.sourceforge.net> (tiny change)
4302
4303 * xfns.c (x_create_tip_frame): Set the extended window manager hint for
4304 tooltip windows.
4305
4306 2009-12-13 Jan Djärv <jan.h.d@swipnet.se>
4307
4308 * xterm.h (struct x_display_info): Add Xatom_net_window_type_tooltip and
4309 Xatom_net_window_type.
4310
4311 * xterm.c (x_term_init): Initialize Xatom_net_window_type_tooltip and
4312 Xatom_net_window_type.
4313
4314 * xterm.c (my_log_handler): New function.
4315 (x_term_init): Set my_log_handler as log handler during gtk_init
4316 so we can filter out buggy messages. (Bug #5120).
4317
4318 * xterm.c (xg_scroll_callback): Parameter list changed,
4319 use parameter GtkScrollType to determine scroll/line/page.
4320 Only allow dragging if a button < 4 is grabbed (bug #5177).
4321 (xg_end_scroll_callback): New function.
4322 (x_create_toolkit_scroll_bar): Pass xg_end_scroll_callback to
4323 xg_create_scroll_bar.
4324
4325 * gtkutil.c (xg_gtk_scroll_destroy): Remove XG_LAST_SB_DATA handling.
4326 (scroll_end_callback): Remove.
4327 (xg_create_scroll_bar): Add parameter end_callback, bind it to
4328 button-release-event. Replace value-changed event with change-value,
4329 bug #5177,
4330 (xg_event_is_for_scrollbar): Only return true if button is less than 4,
4331 bug #5177.
4332
4333 * gtkutil.h (XG_LAST_SB_DATA): Remove.
4334 (xg_create_scroll_bar): Add GCallback end_callback.
4335
4336 * xftfont.c (QClcdfilter): New variable.
4337 (xftfont_open): Parse constant names for RGBA, HINT_STYLE and LCDFILTER.
4338 (syms_of_xftfont): Initialize QClcdfilter.
4339
4340 2009-12-12 Jan Djärv <jan.h.d@swipnet.se>
4341
4342 * xsettings.c (struct xsettings): Add member seen.
4343 (parse_xft_settings): Update member seen with what we have read.
4344 Return non-zero if Xft-settings have been parsed, 0 otherwise.
4345 (apply_xft_settings): Only update Xft settings with what member seen
4346 indicates as new.
4347
4348 2009-12-12 Eli Zaretskii <eliz@gnu.org>
4349
4350 * dispextern.h (struct text_pos): Use EMACS_INT;
4351 (struct glyph): Use EMACS_INT for charpos.
4352 (struct it): Use EMACS_INT for stop_charpos, end_charpos,
4353 region_beg_charpos, region_end_charpos,
4354 redisplay_end_trigger_charpos, and also for
4355 iterator_stack_entry.end_charpos and
4356 iterator_stack_entry.stop_charpos.
4357
4358 2009-12-12 Jan Djärv <jan.h.d@swipnet.se>
4359
4360 * gtkutil.c (scroll_end_callback): New function (bug #5177).
4361 (xg_create_scroll_bar): Call scroll_end_callback on button release
4362 event (bug #5177).
4363 (xg_event_is_for_scrollbar): != replaced with ==.
4364
4365 2009-12-12 Kenichi Handa <handa@m17n.org>
4366
4367 * ftfont.c (struct ftfont_info): New member matrix.
4368 (ftfont_open): Setup xftfont_info->matrix.
4369 (MFLTFontFT): New member matrix.
4370 (FLOOR, CEIL, ROUND): New macros.
4371 (ftfont_get_metrics): Handle matrix transformation.
4372 (ftfont_shape_by_flt): New arg matrix. Callers changed.
4373
4374 * xftfont.c (struct xftfont_info): New member matrix.
4375 (xftfont_open): Setup xftfont_info->matrix.
4376
4377 2009-12-10 Kenichi Handa <handa@m17n.org>
4378
4379 * xdisp.c (append_space_for_newline): Consider face-remapping.
4380
4381 2009-12-09 Andreas Schwab <schwab@linux-m68k.org>
4382
4383 * xsettings.c: Include "keyboard.h".
4384
4385 * gtkutil.c (xg_tool_bar_proxy_help_callback): Fix missing return.
4386
4387 Fix implicit function declarations.
4388 * cmds.c: Include "frame.h".
4389 * frame.c: Include "font.h" also if !HAVE_WINDOW_SYSTEM.
4390 * frame.h: Move declaration of delete_frame outside of
4391 HAVE_WINDOW_SYSTEM.
4392
4393 2009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
4394
4395 * s/cygwin.h (G_SLICE_ALWAYS_MALLOC): New variable.
4396
4397 * emacs.c (main): Set the G_SLICE environment variable for Cygwin
4398 GTK builds.
4399
4400 2009-12-07 Andreas Schwab <schwab@linux-m68k.org>
4401
4402 * unexelf.c (unexec): Don't search for .data twice.
4403
4404 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
4405
4406 * xdisp.c (push_display_prop): Don't set avoid_cursor_p. Return 0
4407 if push failed.
4408 (handle_line_prefix): Set avoid_cursor_p here. Check return value
4409 of push_display_prop (Bug#5000).
4410
4411 * xfaces.c (Fx_family_fonts): Handle 2009-07-14 change to return
4412 value of font_list_entities (Bug#5085).
4413
4414 2009-12-04 Juanma Barranquero <lekktu@gmail.com>
4415
4416 Fix `string-to-number' to deal consistently with integers and floats.
4417 * lread.c (isfloat_string): New argument ignore_trailing to accept all
4418 trailing characters, not just whitespace.
4419 (read1): Pass new arg 0 to keep old behavior.
4420 * data.c (Fstring_to_number): Pass 1 to isfloat_string to ignore
4421 trailing chars, as it is already done for integers. Doc fixes.
4422 * lisp.h (isfloat_string): Add new arg to declaration of isfloat_string.
4423
4424 2009-12-04 Eli Zaretskii <eliz@gnu.org>
4425
4426 * dispextern.h (enum prop_idx) <AUTO_COMPOSED_PROP_IDX>:
4427 Delete unused enumeration value.
4428
4429 2009-12-03 Eli Zaretskii <eliz@gnu.org>
4430
4431 * Makefile.in (lisp, shortlisp): Replace indian.el with indian.elc.
4432
4433 2009-12-03 Daniel Hackney <dan@haxney.org> (tiny change)
4434
4435 * process.c (Fmake_network_process): Fix up the tests for
4436 "connectionless socket", so they DTRT for seqpacket sockets as well.
4437
4438 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4439
4440 * process.c (Qseqpacket): New symbol.
4441 (HAVE_SEQPACKET): New macro.
4442 (Fmake_network_process): Accept new :type `seqpacket'.
4443 (init_process): Add `seqpacket' feature when applicable.
4444 (syms_of_process): Initialize Qseqpacket.
4445
4446 2009-12-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4447
4448 * font.c (font_load_for_lface, font_open_by_name): Don't store name
4449 if entity is Qnil.
4450
4451 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
4452
4453 * print.c (print_preprocess): Preprocess the key_and_value table of
4454 hashtables, even tho they're "hidden" (bug#5082).
4455
4456 2009-11-29 Jan Djärv <jan.h.d@swipnet.se>
4457
4458 * frame.c (frame_make_pointer_invisible)
4459 (frame_make_pointer_visible): Declare f before statements.
4460
4461 2009-11-28 Eli Zaretskii <eliz@gnu.org>
4462
4463 * Makefile.in [!AUTO_DEPEND]: Remove outdated comment about
4464 omitted dependencies on lisp.h.
4465
4466 2009-11-27 Jan Djärv <jan.h.d@swipnet.se>
4467
4468 * xftfont.c (xftfont_end_for_frame): Just return if dpyinfo->display
4469 is NULL.
4470
4471 * xterm.c (x_delete_terminal): Set dpyinfo->display to NULL.
4472
4473 * frame.c (frame_make_pointer_invisible)
4474 (frame_make_pointer_visible): Just return if there isn't any selected
4475 frame.
4476
4477 * search.c (simple_search): Remove warning by making *p const.
4478
4479 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
4480
4481 * xdisp.c (power_letter): Remove duplicate const.
4482
4483 2009-11-25 Jan Djärv <jan.h.d@swipnet.se>
4484
4485 * term.c (delete_tty): Remove check for last terminal (bug#4970).
4486
4487 * xsettings.c: Revert changes from 2009-11-23. Just use Xft
4488 defaults (bug #5025).
4489
4490 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4491
4492 * insdel.c (adjust_markers_for_delete): Move it in the
4493 right direction! (bug#4803)
4494
4495 2009-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4496
4497 * font.c (font_open_entity): Don't use ASET if font_object is Qnil.
4498
4499 * xterm.c (x_new_font): Update f->scroll_bar_actual_width.
4500
4501 2009-11-24 Glenn Morris <rgm@gnu.org>
4502
4503 * frame.c (focus-follows-mouse): Mention mouse-autoselect-window.
4504
4505 2009-11-23 Jan Djärv <jan.h.d@swipnet.se>
4506
4507 * Makefile.in: Must create deps for ecrt0.o in its rule.
4508
4509 * xfns.c (Fx_select_font): Try to convert Fontconfig name to Gtk name
4510 because that is what Gtk+ font dialog understands.
4511
4512 * font.c (font_make_object, Fcopy_font_spec): Use Fcopy_alist instead
4513 of Fcopy_sequence.
4514 (font_open_by_name): Put name given into QCname for font-object returned.
4515
4516 * frame.c (x_set_font): Save original font name as frame parameter
4517 font-parameter.
4518
4519 * xsettings.c (set_default_xft_settings): New function.
4520 (init_xfd_settings): Call set_default_xft_settings if no XSETTINGS window
4521 is found.
4522
4523 2009-11-22 Andreas Schwab <schwab@linux-m68k.org>
4524
4525 * search.c (simple_search): Avoid CHAR_TO_BYTE in inner loop when
4526 searching backwards through multibyte buffer.
4527
4528 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
4529
4530 * xterm.c: #include xgselect.h.
4531 (x_initialize): Call xgselect_initialize.
4532
4533 * xsettings.c (something_changedCB): C++ comments => C comments.
4534 (init_gconf): Do not deal with any GLib file descriptors, xg_select
4535 does that now.
4536
4537 * gtkutil.c (xg_timer, xg_process_timeouts, xg_start_timer)
4538 (xg_stop_timer, menu_grab_callback_cnt, menu_grab_callback)
4539 (scroll_bar_button_cb): Remove.
4540 (create_menus): C++ comments => C comments. Don't bind grab-notify
4541 event.
4542 (xg_create_scroll_bar): Don't bind button-press-event and
4543 button-release-event.
4544
4545 * process.c: Include xgselect.h if defined (USE_GTK) ||
4546 defined (HAVE_GCONF).
4547 (wait_reading_process_output): Call xg_select for the same condition.
4548
4549 * xgselect.c (xg_select): New function to better integrate with
4550 GLib/Gtk event handling. Needed if GConf daemon dies/restarts.
4551
4552 * xgselect.h: New file, declare xg_select, xgselect_initialize.
4553
4554 * Makefile.in (XOBJ): Add xgselect.o.
4555
4556 2009-11-21 Andreas Schwab <schwab@linux-m68k.org>
4557
4558 * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH):
4559 Remove ignored second argument. All callers changed.
4560 * regex.c (STRING_CHAR, STRING_CHAR_AND_LENGTH, RE_STRING_CHAR)
4561 (RE_STRING_CHAR_AND_LENGTH): Likewise.
4562 * xdisp.c (string_char_and_length): Likewise.
4563
4564 2009-11-21 Dan Nicolaescu <dann@ics.uci.edu>
4565
4566 * xterm.c (x_new_font):
4567 * print.c (print_object):
4568 * cmds.c (Fself_insert_command): Move declarations before statements.
4569
4570 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
4571
4572 * s/cygwin.h: Remove unneeded linker flags.
4573
4574 2009-11-20 Jan Djärv <jan.h.d@swipnet.se>
4575
4576 * xfns.c (x_default_font_parameter): Call xsettings_get_system_font.
4577
4578 * xsettings.h: Declare xsettings_get_system_font.
4579
4580 * xsettings.c (xsettings_get_system_font): New function.
4581 (init_gconf): No use initiating gconf unless we have Xft also.
4582 (syms_of_xsettings): Only provide system-font-setting if HAVE_XFT and
4583 HAVE_GCONF.
4584
4585 * gtkutil.c (xg_modify_menubar_widgets): If menubar is totally empty
4586 add a blank entry so it doesn't collapse into nothing.
4587
4588 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4589
4590 * lread.c (Funintern): Comment out last change.
4591
4592 2009-11-19 Richard Stallman <rms@gnu.org>
4593
4594 * lread.c (Funintern): Error if symbol is t or nil.
4595
4596 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4597
4598 * insdel.c (make_gap_larger): Don't make as many assumptions about the
4599 representation of Lisp integers.
4600 Reported by MJ Chan <mjchan.inbox@gmail.com>.
4601
4602 2009-11-17 Andreas Schwab <schwab@linux-m68k.org>
4603
4604 * lisp.h: Remove declaration of Ffont_get_system_font.
4605 * xfns.c: Move include of "xsettings.h".
4606 * xsettings.h: Use EXFUN to declare Ffont_get_system_font.
4607
4608 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
4609
4610 * xsettings.c (something_changedCB, Ffont_get_system_font):
4611 Check use_system_font.
4612 (syms_of_xsettings): DEFVAR font-use-system-font.
4613
4614 2009-11-17 Andreas Schwab <schwab@linux-m68k.org>
4615
4616 * xfns.c (x_default_font_parameter): Remove dead assignment.
4617
4618 * lisp.h (Fbyteorder, init_font, Ffont_get_system_font): Declare.
4619
4620 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
4621
4622 * xftfont.c (xftfont_fix_match): Older versions of fontconfig do
4623 not have FC_LCD_*. #define them if not there.
4624
4625 * xsettings.c (parse_xft_settings, apply_xft_settings): Ditto.
4626
4627 * xterm.h (struct x_display_info): Add atoms and Window for xsettings.
4628
4629 * xterm.c (handle_one_xevent): Call xft_settings_event for
4630 ClientMessage, PropertyNotify and DestroyNotify.
4631 (x_term_init): If we have XFT, get DPI from Xft.dpi.
4632 Call xsettings_initialize.
4633
4634 * xftfont.c (xftfont_fix_match): New function.
4635 (xftfont_open): Call XftDefaultSubstitute before XftFontMatch.
4636 Call xftfont_fix_match after XftFontMatch.
4637
4638 * xfont.c (xfont_driver): Initialize all members.
4639
4640 * xfns.c (x_default_font_parameter):
4641 Try font from Ffont_get_system_font.
4642 Do not get font from x_default_parameter if we got one from
4643 Ffont_get_system_font.
4644 (Fx_select_font): Get the defaut font name from :name of FRAME_FONT(f).
4645
4646 * w32font.c (w32font_driver): Initialize all members.
4647
4648 * termhooks.h (enum event_kind): CONFIG_CHANGED_EVENT is new.
4649
4650 * lisp.h: Declare syms_of_xsettings.
4651
4652 * keyboard.c (kbd_buffer_get_event, make_lispy_event):
4653 Handle CONFIG_CHANGED_EVENT.
4654
4655 * ftfont.c (ftfont_filter_properties): New function.
4656
4657 * frame.c (x_set_font): Remove unused variable lval.
4658
4659 * font.h (struct font_driver): Add filter_properties.
4660
4661 * font.c (font_put_extra): Don't return if val is nil, it means
4662 boolean option is off.
4663 (font_parse_fcname): Collect all extra properties in extra_props
4664 and call filter_properties for all drivers with extra_props and
4665 font as parameter.
4666 (font_open_entity): Do not use cache, it does not pick up new
4667 fontconfig settings like hinting.
4668 (font_load_for_lface): If spec had a name in it, store it in entity.
4669
4670 * emacs.c (main): Call syms_of_xsettings.
4671
4672 * config.in: HAVE_GCONF is new.
4673
4674 * Makefile.in (GCONF_CFLAGS, GCONF_LIBS): New variables for HAVE_GCONF.
4675 xsettings.o is new.
4676
4677 2009-11-17 Kenichi Handa <handa@m17n.org>
4678
4679 * xdisp.c (x_produce_glyphs): Consider face-remapping when falling
4680 back to the default font in case that no suitable font is found.
4681
4682 2009-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
4683
4684 * menu.c (Fx_popup_menu) [HAVE_NS]: Use generic code for window edge.
4685 Suggested by Chad Brown <yandros@mit.edu>.
4686 (push_menu_item): Use MENU_ITEMS_ITEM_* names.
4687
4688 2009-11-16 Jan Djärv <jan.h.d@swipnet.se>
4689
4690 * xmenu.c (x_menu_wait_for_event): Call XFlush before select.
4691
4692 2009-11-14 Andreas Schwab <schwab@linux-m68k.org>
4693
4694 * Makefile.in: Ignore errors from mkdir when creating deps directory.
4695
4696 2009-11-14 Jan Djärv <jan.h.d@swipnet.se>
4697
4698 * gtkutil.c (xg_update_frame_menubar): Do nothing if menubar already
4699 has a parent.
4700
4701 * Makefile.in: If AUTO_DEPEND is defined, make gcc generate
4702 dependency files in deps/. Include those files into Makefile.
4703
4704 * config.in: Generated (AUTO_DEPEND).
4705
4706 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
4707
4708 * dbusbind.c (Vdbus_registered_objects_table): Rename from
4709 Vdbus_registered_functions_table, because it contains also
4710 properties. Fix docstring.
4711 (Fdbus_call_method, Fdbus_call_method_asynchronously): Fix docstring.
4712
4713 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4714
4715 * alloc.c (mark_object): Don't reprocess marked strings.
4716 Check vector's markbit earlier. Adjust calls to mark_vectorlike.
4717 (mark_vectorlike, mark_char_table): Assume the object is unmarked.
4718
4719 2009-11-13 Kenichi Handa <handa@m17n.org>
4720
4721 * category.c (word_boundary_p): Adjust for the change of the
4722 semantics of Vword_combining_categories.
4723 (Vword_combining_categories): Describe the slight change of the
4724 semantics.
4725
4726 2009-11-13 Eli Zaretskii <eliz@gnu.org>
4727
4728 * menu.c (Fx_popup_menu): Call Fx_hide_tip only if HAVE_WINDOW_SYSTEM.
4729
4730 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Revert last change.
4731
4732 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4733
4734 * xdisp.c (syms_of_xdisp): Fix typo in last change.
4735
4736 2009-11-12 Juanma Barranquero <lekktu@gmail.com>
4737
4738 * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
4739
4740 2009-11-11 David Reitter <david.reitter@gmail.com>
4741
4742 * menu.c (Fx_popup_menu): Remove left-over debugging code and rename
4743 variables to fix 2009-11-09 change.
4744
4745 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
4746
4747 * process.c (ifflag_def): Make flag_sym constant.
4748 (Fnetwork_interface_info): Use a constant pointer.
4749 (ifflag_table):
4750 * xfns.c (cursor_bits):
4751 * xdisp.c (power_letter):
4752 * termcap.c (speeds, esctab):
4753 * sysdep.c (baud_convert):
4754 * keyboard.c (lispy_accent_codes, modifier_names):
4755 * image.c (xbm_format, xpm_format, pbm_format, png_format)
4756 (jpeg_format, tiff_format, gif_format, svg_format)
4757 (interlace_start, interlace_increment, gs_format):
4758 * gtkutil.c (separator_names):
4759 * fringe.c (swap_nibble):
4760 * fns.c (base64_value_to_char, base64_char_to_value):
4761 * fileio.c (make_temp_name_tbl):
4762 * coding.c (suffixes): Make constant.
4763
4764 * frame.c (make_initial_frame):
4765 * buffer.c (init_buffer_once): Use make_pure_c_string instead of
4766 build_string.
4767 * alloc.c (syms_of_alloc): Build Vmemory_signal_data in pure memory.
4768
4769 * s/freebsd.h:
4770 * s/netbsd.h: Remove code referring to non-existent file: unexsunos4.o.
4771
4772 * Makefile.in: Add dependencies to lisp.h. Remove dependencies
4773 for non-existent files: unexmips.c, unexnext.c, abbrev.c, malloc.c.
4774
4775 * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.
4776 * xterm.c (syms_of_xterm):
4777 * xfaces.c (syms_of_xfaces):
4778 * xdisp.c (syms_of_xdisp):
4779 * lread.c (syms_of_lread):
4780 * keyboard.c (syms_of_keyboard): Use make_pure_c_string instead of
4781 build_string.
4782
4783 * doc.c (Fsnarf_documentation): Purecopy Vbuild_files.
4784
4785 2009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
4786
4787 * fns.c (Fplist_get): Merge the active and the commented out code.
4788
4789 2009-11-10 Jan Djärv <jan.h.d@swipnet.se>
4790
4791 * keyboard.h: Declare timer_check.
4792
4793 * keyboard.c (timer_check_2): New function that does what the old
4794 timer_check did.
4795 (timer_check): Call timer_check_2 until -1 or a non-zero time is
4796 returned, i.e. don't return -1 with timers pending.
4797
4798 * process.c: Remove extern declaration of timer_check.
4799
4800 * xmenu.c (x_menu_wait_for_event): Remove code that did a timeout
4801 even if timer_check returned -1.
4802
4803 * gtkutil.c (xg_dialog_response_cb): Data is now a struct
4804 xg_dialog_data.
4805 (pop_down_dialog): Destroy widget (if any), cancel timer and unref
4806 the event loop.
4807 (xg_maybe_add_timer, xg_dialog_run): New functions (bug #4574).
4808 (xg_get_file_name, xg_get_font_name): Call xg_dialog_run (bug #4574).
4809 Destroy the dialog after xg_dialog_run.
4810
4811 2009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
4812
4813 * menu.c (Fx_popup_menu) [HAVE_NS]: Remove unused vars.
4814
4815 2009-11-10 Jan Djärv <jan.h.d@swipnet.se>
4816
4817 * xmenu.c (xmenu_show): Must not be static after 2009-11-09 changes.
4818
4819 2009-11-09 Juanma Barranquero <lekktu@gmail.com>
4820
4821 * menu.c [HAVE_NTGUI]: Declare current_popup_menu.
4822
4823 2009-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4824
4825 * menu.c (Fx_popup_menu): Consolidate versions from xmenu.c,
4826 w32menu.c, and nsmenu.m.
4827 Simplify the obsolete case where position is nil.
4828 (cleanup_popup_menu): New function, moved from nsmenu.m.
4829 (struct skp): Remove slot `notreal'.
4830 (single_keymap_panes, keymap_panes): Remove arg `notreal' and
4831 adjust callers.
4832 (single_menu_item): Adjust call to parse_menu_item.
4833 (syms_of_menu): Defsubr x-popup-menu.
4834 * menu.h (Vmenu_updating_frame): Consolidate declarations from *menu.c.
4835 (keymap_panes): Don't export any more.
4836 (mouse_position_for_popup, w32_menu_show, ns_menu_show)
4837 (xmenu_show): Declare.
4838 * keyboard.c (parse_menu_item): Remove arg `notreal'.
4839 (menu_bar_item, read_char_minibuf_menu_prompt): Adjust callers.
4840 * keyboard.h (parse_menu_item): Update declaration.
4841 * xmenu.c (Fx_popup_menu): Remove.
4842 (syms_of_xmenu): Don't defsubr x-popup-menu.
4843 * w32menu.c (Fx_popup_menu): Remove.
4844 (syms_of_w32menu): Don't defsubr x-popup-menu.
4845 * nsmenu.m (cleanup_popup_menu): Remove.
4846 (ns_menu_show): Rename from ns_popup_menu and remove all the code
4847 moved to menu.c's Fx_popup_menu.
4848 (Fx_popup_menu): Remove.
4849 (syms_of_nsmenu): Don't defsubr x-popup-menu, and don't initialize
4850 menu_items (it's done in menu.c already).
4851
4852 2009-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4853
4854 * keyboard.c (parse_menu_item): Handle `notreal' a bit earlier.
4855 Use `tem' less. Make sure KEYEQ holds a string or nil (bug#4879).
4856
4857 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
4858
4859 * xmenu.c (Fx_popup_menu): Extract event timestamp. Pass it to
4860 xmenu_show. Hide any tooltip before opening a menu.
4861 (xmenu_show): New arg. Pass it to create_and_show_popup_menu.
4862 (create_and_show_popup_menu): New arg. Pass it to gtk_menu_popup.
4863
4864 2009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
4865
4866 Let integers use up 2 tags to give them one extra bit and thus double
4867 their range.
4868 * lisp.h (USE_2_TAGS_FOR_INTS): New macro.
4869 (LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P):
4870 New macros.
4871 (enum Lisp_Type): Use them. Give explicit values.
4872 (Lisp_Type_Limit): Remove.
4873 (XINT, XUINT, make_number) [!USE_LISP_UNION_TYPE]:
4874 (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM, INTMASK):
4875 Pay attention to USE_2_TAGS_FOR_INTS.
4876 (INTEGERP): Use LISP_INT_TAG_P.
4877 * fns.c (internal_equal): Simplify the default case.
4878 (sxhash): Use case_Lisp_Int.
4879 * data.c (wrong_type_argument): Don't check against Lisp_Type_Limit
4880 any more.
4881 (Ftype_of): Use case_Lisp_Int.
4882 (store_symval_forwarding): Take into account the fact that Ints can
4883 now have more than one tag.
4884 * buffer.c (syms_of_buffer): Use LISP_INT_TAG.
4885 buffer_slot_type_mismatch):
4886 * xfaces.c (face_attr_equal_p):
4887 * print.c (print_object):
4888 * alloc.c (mark_maybe_object, mark_object, survives_gc_p):
4889 Use case_Lisp_Int.
4890
4891 2009-11-06 Eli Zaretskii <eliz@gnu.org>
4892
4893 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce by further 30K.
4894
4895 * alloc.c (make_pure_c_string): Fix last change to avoid compiler
4896 warning.
4897
4898 2009-11-06 Jan Djärv <jan.h.d@swipnet.se>
4899
4900 * gtkutil.c (xg_event_is_for_scrollbar): New function (bug#4870).
4901
4902 * gtkutil.h: Declare xg_event_is_for_scrollbar (bug#4870).
4903
4904 * xterm.c (handle_one_xevent): Call xg_event_is_for_scrollbar for
4905 ButtonPressRelease and MotionNotify (bug#4870).
4906
4907 2009-11-06 Dan Nicolaescu <dann@ics.uci.edu>
4908
4909 * keymap.c (syms_of_keymap): Construct exclude_keys in pure memory.
4910
4911 * xterm.c (syms_of_xterm):
4912 * xselect.c (syms_of_xselect):
4913 * xmenu.c (syms_of_xmenu):
4914 * xfns.c (syms_of_xfns):
4915 * xfaces.c (syms_of_xfaces):
4916 * xdisp.c (syms_of_xdisp):
4917 * window.c (syms_of_window):
4918 * w32fns.c (syms_of_w32fns):
4919 * undo.c (syms_of_undo):
4920 * textprop.c (syms_of_textprop):
4921 * terminal.c (syms_of_terminal):
4922 * syntax.c (syms_of_syntax):
4923 * sound.c (syms_of_sound):
4924 * search.c (syms_of_search):
4925 * print.c (syms_of_print):
4926 * minibuf.c (syms_of_minibuf):
4927 * macros.c (syms_of_macros):
4928 * keymap.c (syms_of_keymap, initial_define_key)
4929 (initial_define_lispy_key):
4930 * keyboard.c (syms_of_keyboard):
4931 * insdel.c (syms_of_insdel):
4932 * image.c (syms_of_image):
4933 * fringe.c (syms_of_fringe):
4934 * frame.c (syms_of_frame):
4935 * fontset.c (syms_of_fontset):
4936 * fns.c (syms_of_fns):
4937 * fns.c (syms_of_fns):
4938 * fileio.c (syms_of_fileio):
4939 * fileio.c (syms_of_fileio):
4940 * eval.c (syms_of_eval):
4941 * doc.c (syms_of_doc):
4942 * dispnew.c (syms_of_display):
4943 * dired.c (syms_of_dired):
4944 * dbusbind.c (syms_of_dbusbind):
4945 * data.c (syms_of_data):
4946 * composite.c (syms_of_composite):
4947 * coding.c (syms_of_coding):
4948 * cmds.c (syms_of_cmds):
4949 * charset.c (define_charset_internal, syms_of_character):
4950 * ccl.c (syms_of_ccl):
4951 * category.c (syms_of_category, init_category_once):
4952 * casetab.c (syms_of_casetab):
4953 * casefiddle.c (syms_of_casefiddle):
4954 * callint.c (syms_of_callint):
4955 * bytecode.c (syms_of_bytecode):
4956 * buffer.c (keys_of_buffer, syms_of_buffer):
4957 * alloc.c (syms_of_alloc):
4958 * process.c (syms_of_process, init_process):
4959 * lread.c (syms_of_lread, init_obarray):
4960 * font.c (build_style_table):
4961 * emacs.c (syms_of_emacs, main): Replace calls to intern with
4962 intern_c_string, calls to make_pure_string with
4963 make_pure_c_string. Use pure_cons instead of Fcons.
4964
4965 * process.c (socket_options): Make it const.
4966 (set_socket_option, init_process): Use a const pointer.
4967
4968 * lread.c (intern_c_string): New function.
4969 (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
4970 (defvar_int): Uset it. Make the name const char*.
4971
4972 * lisp.h (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
4973 (defvar_int): Update prototypes.
4974 (DEFUN, EXFUN): Support for prototypes is now required.
4975 (intern_c_string): New prototype.
4976 (struct Lisp_Subr): Make symbol_name constant.
4977
4978 * font.c (struct table_entry): Remove unused member. Make NAMES
4979 constant.
4980 (weight_table, slant_table, width_table): Make constant.
4981
4982 * emacs.c (struct standard_args): Make name and longname constant.
4983
4984 * character.h (DEFSYM): Use intern_c_string.
4985
4986 2009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
4987
4988 * alloc.c (make_pure_c_string): New function.
4989
4990 * eval.c (Fautoload): Purecopy all arguments.
4991
4992 2009-11-05 Kenichi Handa <handa@m17n.org>
4993
4994 * fileio.c (Finsert_file_contents): Be sure set coding-system of
4995 the buffer in case of replace.
4996
4997 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
4998
4999 * puresize.h (BASE_PURESIZE): Increase to 1620000.
5000
5001 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5002
5003 * editfns.c (save_restriction_restore): Update the (pt/begv/vz)_markers
5004 when applicable (bug#4851).
5005
5006 * lisp.h: Make USE_LSB_TAG work with USE_LISP_UNION_TYPE.
5007 (P_): Support for prototypes is now required.
5008
5009 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
5010
5011 * frame.c (Fmake_frame_invisible, Fframe_visible_p): Doc fix
5012 (Bug#4827).
5013
5014 2009-10-30 Eli Zaretskii <eliz@gnu.org>
5015
5016 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Redefine to waste less pure space.
5017
5018 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
5019
5020 * puresize.h (BASE_PURESIZE): Increase to 1470000.
5021
5022 * lread.c (Fload): Purecopy the file name when building
5023 Vpreloaded_file_list.
5024
5025 2009-10-29 Jason Rumney <jasonr@wanchan.jasonrumney.net>
5026
5027 * w32fns.c (syms_of_w32fns): Change default value of
5028 w32-scroll-lock-modifier to nil. (Bug#2827)
5029
5030 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
5031
5032 * minibuf.c (Fall_completions): Fix typos in docstring.
5033
5034 2009-10-26 Andreas Schwab <schwab@redhat.com>
5035
5036 * puresize.h (PURESIZE_RATIO): Increase back to 10/6.
5037
5038 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
5039
5040 * window.c (grow_mini_window): Comment out "delta >= 0" assertion.
5041 For delta < 0, skip check that only makes sense when the mini-window
5042 is going to be enlarged. (Bug#4534)
5043
5044 2009-10-25 Chong Yidong <cyd@stupidchicken.com>
5045
5046 * keyboard.c (read_char_x_menu_prompt): Don't demand a prompt
5047 string in menu maps (Bug#4471).
5048
5049 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
5050
5051 * nsfns.m (ns_set_name, ns_set_name_as_filename): Don't call
5052 FRAME_NS_VIEW on terminal frames (Bug#4765).
5053
5054 2009-10-24 Andreas Schwab <schwab@linux-m68k.org>
5055
5056 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_INTnn and
5057 DBUS_TYPE_UINTnn separately to get proper sign extension.
5058
5059 * dired.c (Ffile_attributes): Simplify now that FIXNUM_OVERFLOW_P
5060 can properly handle unsigned types.
5061 (make_uid, make_gid): Remove.
5062
5063 * lisp.h (FIXNUM_OVERFLOW_P): Fix last change to handle unsigned
5064 types again.
5065
5066 * sysdep.c (procfs_ttyname): Fix sprintf format to match argument type.
5067 (system_process_attributes): Likewise.
5068
5069 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
5070
5071 * keymap.c (Fmake_sparse_keymap): Purecopy the name.
5072
5073 * eval.c (Fautoload): Purecopy the filename. Simplify.
5074
5075 * category.c (Fdefine_category): Purecopy docstring.
5076
5077 2009-10-23 Andreas Schwab <schwab@linux-m68k.org>
5078
5079 * lisp.h (FIXNUM_OVERFLOW_P): Remove cast to avoid overflow.
5080
5081 * puresize.h (PURESIZE_RATIO): Decrease to 11/7.
5082
5083 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
5084
5085 * window.c (Fwindow_edges, Fwindow_pixel_edges)
5086 (Fwindow_inside_edges, Fwindow_inside_pixel_edges): Doc fix
5087 (Bug#4775).
5088
5089 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5090
5091 * fileio.c (syms_of_fileio): Initialize Vdirectory_sep_char.
5092 (init_fileio_once):
5093 * lisp.h (init_fileio_once): Remove.
5094 * emacs.c (main): Don't call init_fileio_once.
5095
5096 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
5097
5098 * puresize.h (BASE_PURESIZE): Increase to 1430000.
5099
5100 2009-10-21 Andreas Schwab <schwab@linux-m68k.org>
5101
5102 * doprnt.c (doprnt): Fix overflow check.
5103
5104 2009-10-21 Jan Djärv <jan.h.d@swipnet.se>
5105
5106 * xterm.c (x_term_init): Remove XSynchronize call done for debugging.
5107
5108 * xterm.h (x_wait_for_event): Declare it.
5109
5110 * xterm.c (pending_event_wait): New variable.
5111 (handle_one_xevent): Set pending_event_wait.eventtype to 0 if we
5112 see pending_event_wait.eventtype.
5113 (handle_one_xevent): Don't change gravity when parent changes.
5114 (x_new_font): Call change_frame_size with new rows/columns before we
5115 try to resize the frame.
5116 (x_wait_for_event): New function.
5117 (x_set_window_size_1): Don't change gravity unless change_gravity
5118 is set.
5119 Call XResizeWindow with FRAME_OUTER_WINDOW. If we are visible,
5120 don't change frame size, instead wait for the ConfigureNotify.
5121 (x_set_window_size): Call x_set_window_size_1 for USE_X_TOOLKIT also.
5122 (x_wm_set_size_hint): Remove ifdefs for USE_X_TOOLKIT.
5123 (x_initialize): Initialize pending_event_wait.
5124
5125 * xmenu.c (set_frame_menubar): Add internal border width to menu bar
5126 size.
5127
5128 * widget.c (EmacsFrameSetValues): Add comment.
5129 (EmacsFrameSetCharSize): Just call x_set_window_size.
5130
5131 * gtkutil.c (xg_frame_set_char_size): Flush events and call
5132 x_wait_for_event.
5133 (flush_and_sync): Remove again.
5134 (xg_get_font_name): Suggest monospace if no previous font is known.
5135
5136 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
5137
5138 * character.c (char_resolve_modifier_mask): Don't resolve meta to the
5139 8th bit, since that only made sense in the ASCII world (bug#4751).
5140
5141 2009-10-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5142
5143 * xterm.c (XTread_socket) [!USE_GTK && HAVE_X_I18N]: Don't quit
5144 processing pending events when event is filtered for input method.
5145 (Bug#3681)
5146
5147 2009-10-20 Juanma Barranquero <lekktu@gmail.com>
5148
5149 * fns.c: Add #endif accidentally removed in previous change.
5150
5151 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
5152
5153 * fns.c: Remove code for unsupported system: MAC_OS.
5154 * image.c: Likewise. Include setjmp.h.
5155
5156 2009-10-19 Jan Djärv <jan.h.d@swipnet.se>
5157
5158 * xterm.c (x_create_toolkit_scroll_bar): Don't allocate color for
5159 pixel -1 (bug #4742).
5160
5161 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
5162
5163 * process.c (create_pty): Remove conditionals for no longer
5164 supported systems: UNIPLUS and RTU.
5165
5166 * xterm.c:
5167 * xfns.c: Remove always true condition: XtSpecificationRelease >= 5.
5168
5169 * alloc.c: Do not define struct catchtag.
5170 * eval.c: Move struct catchtag definition ...
5171 * lisp.h: ... here.
5172
5173 * image.c: Move png.h #include earlier to avoid warnings.
5174
5175 * xterm.c:
5176 * xsmfns.c:
5177 * xselect.c:
5178 * xrdb.c:
5179 * xmenu.c:
5180 * xftfont.c:
5181 * xfont.c:
5182 * xfns.c:
5183 * xfaces.c:
5184 * xdisp.c:
5185 * window.c:
5186 * widget.c:
5187 * w32xfns.c:
5188 * w32uniscribe.c:
5189 * w32term.c:
5190 * w32select.c:
5191 * w32reg.c:
5192 * w32proc.c:
5193 * w32menu.c:
5194 * w32inevt.c:
5195 * w32heap.c:
5196 * w32font.c:
5197 * w32fns.c:
5198 * w32console.c:
5199 * w32.c:
5200 * w16select.c:
5201 * vm-limit.c:
5202 * unexsol.c:
5203 * unexec.c:
5204 * unexcw.c:
5205 * unexaix.c:
5206 * undo.c:
5207 * tparam.c:
5208 * textprop.c:
5209 * terminfo.c:
5210 * terminal.c:
5211 * termcap.c:
5212 * term.c:
5213 * syntax.c:
5214 * sound.c:
5215 * sheap.c:
5216 * search.c:
5217 * scroll.c:
5218 * region-cache.c:
5219 * regex.c:
5220 * ralloc.c:
5221 * process.c:
5222 * print.c:
5223 * nsterm.m:
5224 * nsselect.m:
5225 * nsmenu.m:
5226 * nsimage.m:
5227 * nsfont.m:
5228 * nsfns.m:
5229 * msdos.c:
5230 * minibuf.c:
5231 * menu.c:
5232 * marker.c:
5233 * macros.c:
5234 * keymap.c:
5235 * keyboard.c:
5236 * intervals.c:
5237 * insdel.c:
5238 * indent.c:
5239 * gtkutil.c:
5240 * ftxfont.c:
5241 * ftfont.c:
5242 * fringe.c:
5243 * frame.c:
5244 * fontset.c:
5245 * font.c:
5246 * fns.c:
5247 * floatfns.c:
5248 * filelock.c:
5249 * fileio.c:
5250 * emacs.c:
5251 * editfns.c:
5252 * dosfns.c:
5253 * doprnt.c:
5254 * doc.c:
5255 * dispnew.c:
5256 * dired.c:
5257 * dbusbind.c:
5258 * data.c:
5259 * composite.c:
5260 * coding.c:
5261 * cmds.c:
5262 * cm.c:
5263 * chartab.c:
5264 * charset.c:
5265 * character.c:
5266 * ccl.c:
5267 * category.c:
5268 * casetab.c:
5269 * casefiddle.c:
5270 * callproc.c:
5271 * callint.c:
5272 * bytecode.c:
5273 * buffer.c:
5274 * atimer.c: Include setjmp.h. (Bug#4643)
5275
5276 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5277
5278 Remove leftover table unibyte_to_multibyte_table.
5279 * character.c (unibyte_to_multibyte_table): Remove.
5280 (Funibyte_char_to_multibyte): Use MAKE_CHAR_MULTIBYTE.
5281 * charset.c (init_charset_once): Don't init unibyte_to_multibyte_table.
5282 * character.h (UNIBYTE_TO_CHAR): New macro.
5283 (MAKE_CHAR_MULTIBYTE): Use it.
5284 (unibyte_to_multibyte_table, unibyte_char_to_multibyte): Remove.
5285 * xdisp.c (get_next_display_element): USE ASCII_CHAR_P.
5286 (message_dolog, set_message_1):
5287 * search.c (Freplace_match):
5288 * editfns.c (Fcompare_buffer_substrings):
5289 * fns.c (Fcompare_strings): Use MAKE_CHAR_MULTIBYTE.
5290 (concat):
5291 * insdel.c (copy_text, count_size_as_multibyte):
5292 Use ASCII_CHAR_P and BYTE8_TO_CHAR.
5293 * term.c (produce_glyphs):
5294 * syntax.c (skip_chars): Use BYTE8_TO_CHAR.
5295 * regex.c (RE_CHAR_TO_MULTIBYTE):
5296 * cmds.c (internal_self_insert):
5297 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use UNIBYTE_TO_CHAR.
5298
5299 * cmds.c (internal_self_insert): `c' is already in "multibyte" form.
5300
5301 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
5302
5303 * puresize.h (BASE_PURESIZE): Increase to 1310000.
5304
5305 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
5306
5307 * buffer.c (Fbuffer_name): Doc fix. (Bug#4728)
5308
5309 2009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
5310
5311 * nsterm.h (NS_HAVE_NSINTEGER): Back out and augment with CGFloat,
5312 still needed under Tiger.
5313
5314 * nsterm.m (EmacsView-conversationIdentifier): Arg is long.
5315
5316 * m/amdx86-64.h: Don't set LIB_STANDARD and START_FILES under
5317 __Apple__.
5318
5319 * m/intel386.h: Remove DARWIN_OS/_LP64 special case.
5320
5321 2009-10-15 Kenichi Handa <handa@m17n.org>
5322
5323 * print.c (print_object): Escape a symbol like "2E10" too.
5324
5325 2009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
5326
5327 Cleanups and changes for 64-bit compile under Snow Leopard.
5328 Based on suggestions by Erik Charlebois.
5329
5330 * nsfns.m (xw-color-values): Use CGFloat where appropriate.
5331
5332 * nsfont.m (ns_char_width): Replace deprecated call.
5333 (ns_findfonts, nsfont_list_family): Use long format in printf, and
5334 cast argument.
5335 (nsfont_open): Use ns_char_width() everywhere.
5336 (ns_uni_to_glyphs, NSGlyphStorage): Use NS[U]Integer where appropriate.
5337
5338 * nsgui.h (NSPoint, NSSize) [!__OBJC__]: Define and use CGFloat.
5339
5340 * nsimage.m (EmacsImage-setXBMColor:,-getPixelAtX:Y:): Use CGFloat
5341 where appropriate.
5342
5343 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Use NSInteger
5344 where appropriate.
5345 (EmacsToolbar-addDisplayItemWithImage:idx:helpText:enabled:):
5346 Use stringWithUTF8String.
5347 (EmacsDialogPanel-initWithContentRect:styleMask:): Fix signature.
5348
5349 * nsterm.h (EmacsView, EmacsMenu, EmacsToolbar, EmacsTooltip):
5350 Add formal protocol mention to inheritance.
5351 [NS_HAVE_NSINTEGER]: Drop conditional and contents.
5352
5353 * nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate.
5354 Fix printf format.
5355 (ns_query_color): Use CGFloat where appropriate.
5356 (EmacsView<NSTextInput>, EmacsScroller): Fix method signatures.
5357 (EmacsScroller-mouseDown:): Use long format in printf, and cast
5358 argument.
5359
5360 * config.in (NS_HAVE_NSINTEGER): Drop.
5361
5362 * dbusbind.c (dbus-method-return-internal)
5363 (dbus-method-error-internal): Use long format in printf, and cast
5364 argument.
5365
5366 * font.c (font_unparse_xlfd, font_unparse_fcname): Use long format
5367 in printf, and cast argument.
5368
5369 * process.c (list_processes_1): Use long format in printf, and
5370 cast argument.
5371
5372 2009-10-11 Glenn Morris <rgm@gnu.org>
5373
5374 * frame.c (Fframe_pixel_height): Doc fix. (Bug#4535)
5375
5376 2009-10-08 Jan Djärv <jan.h.d@swipnet.se>
5377
5378 * gtkutil.c (create_menus): Call gtk_widget_set_size_request for
5379 menu bar with a small width so it doesn't enlarge the frame.
5380
5381 2009-10-08 Juanma Barranquero <lekktu@gmail.com>
5382
5383 * fontset.c (Fset_fontset_font): Fix typos in error messages.
5384
5385 2009-10-06 Glenn Morris <rgm@gnu.org>
5386
5387 * Makefile.in (emacs${EXEEXT}): Remove direct dependence on
5388 SOME_MACHINE_LISP (this enters indirectly via DOC).
5389
5390 2009-10-05 Eli Zaretskii <eliz@gnu.org>
5391
5392 * dired.c (Ffile_attributes): Doc fix. (Bug#4638)
5393
5394 2009-10-04 Eli Zaretskii <eliz@gnu.org>
5395
5396 * xdisp.c (syms_of_xdisp) <unibyte-display-via-language-environment>:
5397 Doc fix.
5398
5399 2009-10-03 Martin Rudalics <rudalics@gmx.at>
5400
5401 * window.c (Fdelete_window): Check WINDOW argument. (Bug#4618)
5402
5403 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
5404
5405 * lisp.h (Qdelete_directory_internal): Remove, because it is not
5406 used anymore outside fileio.c.
5407
5408 * w32fns.c (Fsystem_move_file_to_trash): Use delete-directory.
5409
5410 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
5411
5412 * lisp.h (Qdelete_directory_internal):
5413 Declare, instead of Qdelete_directory.
5414
5415 * w32fns.c (Fsystem_move_file_to_trash): Use it.
5416
5417 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
5418
5419 * eval.c (Fcalled_interactively_p): Add `kind' argument.
5420
5421 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
5422
5423 * fileio.c (Fdelete_directory_internal): Rename from
5424 Fdelete_directory. It is not a command anymore. It has no file
5425 name handler.
5426
5427 2009-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
5428
5429 * xdisp.c (get_next_display_element): Use an enum in last change.
5430
5431 2009-09-28 Kenichi Handa <handa@m17n.org>
5432
5433 * xdisp.c (get_next_display_element): Pay attention to
5434 unibyte_display_via_language_environment in handling
5435 Vnobreak_char_display.
5436
5437 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
5438
5439 * nsterm.h (ns_app_name): New extern variable.
5440
5441 * nsterm.m (ns_app_name): New variable.
5442 (ns_term_init): Set and use it.
5443 (ns_term_shutdown): Use it.
5444
5445 * nsmenu.m (ns_update_menubar): Use ns_app_name. Sync with xmenu.c.
5446 (EmacsMenu-clear:, ns_popup_dialog): Use ns_app_name.
5447
5448 * nsfns.m (ns_set_name_iconic, ns_set_name)
5449 (ns_set_name_as_filename, x-create-frame, ns-get-resource)
5450 (ns-set-resource): Use ns_app_name instead of NSProcessInfo call.
5451
5452 * menu.c (find_and_return_menu_selection) [HAVE_NS]:
5453 Remove double-casting in client_data comparison.
5454
5455 2009-09-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5456
5457 * keyboard.c (make_lispy_event): Remember last wheel direction.
5458 (syms_of_keyboard) <wheel_syms>: Compute array size at compile time.
5459
5460 2009-09-26 Glenn Morris <rgm@gnu.org>
5461
5462 * Makefile.in (MSDOS_SUPPORT) [MSDOS]: Remove unneeded '/' in
5463 internal.elc. Add term/pc-win.elc.
5464 (WINDOW_SUPPORT) [HAVE_X_WINDOWS]: Add term/common-win.elc and
5465 term/x-win.elc.
5466 (WINNT_SUPPORT) [WINDOWSNT]: Add term/common-win.elc and
5467 term/w32-win.elc.
5468 (NS_SUPPORT): New.
5469 (lisp): Add NS_SUPPORT.
5470 (SOME_MACHINE_LISP): Add term/w32-win.elc and emacs-lisp/easymenu.elc.
5471
5472 2009-09-25 David Reitter <david.reitter@gmail.com>
5473
5474 * nsmenu.m (EmacsMenu-clear): Recognize application menu
5475 on Mac OS X 10.6+ (bug#4513).
5476
5477 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
5478
5479 * frame.c (xrdb_get_resource): Return nil for empty string resources;
5480 some parts of Emacs code (like font selection) don't grok them.
5481 See http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00528.html
5482
5483 2009-09-24 Andreas Schwab <schwab@redhat.com>
5484
5485 * coding.c (decode_coding_iso_2022): Fix operator precedence.
5486
5487 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
5488
5489 * dired.c (Fdirectory_files): Fix typo in docstring.
5490
5491 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
5492
5493 * nsterm.m (EV_TIMESTAMP, x_set_window_size)
5494 (EmacsApp-application:openFiles:): Remove GNUstep conditionals.
5495 (EmacsScroller-setPosition:portion:whole:): Remove -display call
5496 under GNUstep.
5497 (EmacsView-initFrameFromEmacs:): Set autoresizing mask.
5498
5499 * nsfont.m (ns_glyph_metrics): Remove GNUstep conditional for
5500 glyph advancement.
5501
5502 2009-09-22 Adrian Robert <Adrian.B.Robert@gmail.com>
5503
5504 * nsterm.m (CGContextSetFontRenderingMode): Drop declaration.
5505 (EmacsScroller-mouseDown:): Use SCROLL_BAR_FIRST_DELAY.
5506
5507 * nsmenu.m (EmacsMenu-menuNeedsUpdate): Ignore if frame has been
5508 deleted (bug #4492).
5509
5510 * nsfont.m (Vns_reg_to_script): New lisp variable.
5511 (syms_of_nsfont): Declare it.
5512 (ns_registry_to_script): New function.
5513 (ns_get_req_script): Call it.
5514 (ns_findfonts): Don't give up on non-unicode registry.
5515
5516 * font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case.
5517
5518 2009-09-20 Tom Tromey <tromey@redhat.com>
5519
5520 * eval.c (find_handler_clause): Make stack-trace-on-error work in
5521 batch mode (bug#4228).
5522
5523 2009-09-18 Rob Christie <robchristie@gmail.com> (tiny change)
5524
5525 * nsmenu.m (EmacsMenu-parseKeyEquiv:): Parse key equivalent more
5526 carefully. (Bug #4339)
5527
5528 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
5529
5530 * syntax.c (Fchar_syntax): Minor doc fix (Bug#4400).
5531
5532 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
5533
5534 * emacs.c (inhibit_x_resources): Update doc string for NS.
5535 (main) [HAVE_NS]: Don't process --no-init-file option. Remove
5536 legacy code for -NXHost. Fix error printf in daemon case.
5537
5538 * nsterm.h (ns_no_defaults): Remove.
5539
5540 * nsterm.m (ns_no_defaults): Remove.
5541 (ns_term_init): Switch ns_no_defaults -> inhibit_x_resources.
5542 (ns_use_qd_smoothing): Remove legacy variable.
5543 (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and
5544 don't update the NSWindow itself.
5545 (EmacsView-windowWillUseStandardFrame:defaultFrame:): Improve
5546 state detection and store user rect ourselves. (Bug #3581)
5547
5548 * nsfont.m (nsfont_draw) [NS_IMPL_COCOA]: Don't use
5549 ns_use_qd_smoothing.
5550
5551 * nsfns.m (x_get_string_resource): Ape just-previous changes to other
5552 platform versions. Drop support for emacs-20-style face specs.
5553 (x-close-connection): Drop PSFlush() under OS X.
5554 (x-focus-frame): Activate the app first. (Bug #4180)
5555
5556 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
5557
5558 * emacs.c (inhibit_x_resources): New variable.
5559 (main) [HAVE_NS]: Don't process --quick command line option.
5560 (syms_of_emacs) <inhibit-x-resources>: DEFVAR_BOOL it.
5561
5562 * lisp.h (inhibit_x_resources): Declare it extern.
5563
5564 * w32reg.c (x_get_string_resource):
5565 * xrdb.c (x_get_string_resource): Obey inhibit_x_resources.
5566
5567 2009-09-17 Eli Zaretskii <eliz@gnu.org>
5568
5569 * Makefile.in (MSDOS_SUPPORT, SOME_MACHINE_LISP):
5570 Add lisp/term/internal.elc.
5571
5572 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
5573
5574 * frame.c (x_get_resource_string): Re-add for non-toolkit builds
5575 (bug#4461).
5576
5577 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
5578
5579 * puresize.h (BASE_PURESIZE): Increase to 1290000.
5580
5581 * Makefile.in (OTHER_FILES): Define using autoconf, not cpp.
5582 (OBJECTS_MACHINE): Remove, unused.
5583
5584 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
5585
5586 * frame.c (x_get_resource_string): Remove unused.
5587
5588 2009-09-15 Jan Djärv <jan.h.d@swipnet.se>
5589
5590 * xterm.c (x_new_font): Call change_frame_size before calling
5591 x_set_window_size, in case frame size won't change.
5592
5593 * frame.c (x_set_font): Remove dead code.
5594
5595 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
5596
5597 * lread.c (Fload): Also run do-after-load-evaluation while dumping.
5598
5599 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5600
5601 * lread.c (Fload): Don't output a message after loading an obsolete
5602 package any more (done in Lisp now).
5603
5604 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
5605
5606 * fns.c (syms_of_fns): Doc fix (Bug#4227).
5607
5608 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5609
5610 * keymap.c (Fwhere_is_internal): Use nconc2.
5611
5612 2009-09-11 Alan Mackenzie <acm@muc.de>
5613
5614 * dispnew.c (Fsend_string_to_terminal): Amend doc string to cover
5615 batch mode.
5616
5617 2009-09-11 Andreas Schwab <schwab@linux-m68k.org>
5618
5619 * xdisp.c (display_mode_element): Detect cycles.
5620
5621 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
5622
5623 * keymap.c (where_is_internal): Don't erroneously return nil right after
5624 filling the cache.
5625 (where_is_internal_1): Fix up typo.
5626
5627 2009-09-11 Glenn Morris <rgm@gnu.org>
5628
5629 * frame.c (Fx_parse_geometry): Unify the X and NS versions so that they
5630 share a common doc-string.
5631
5632 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
5633
5634 * keymap.c (get_keymap): Return the actual keymap symbol rather than
5635 t for autoloaded keymaps when autoloading is not allowed (bug#4393).
5636
5637 * keymap.c (QCadvertised_binding): New constant.
5638 (syms_of_keymap): Initialize it.
5639 (Fwhere_is_internal): Try and use bindings from :advertised-binding
5640 if applicable.
5641
5642 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
5643
5644 * keyboard.c (Qmenu_alias, Vdefine_key_rebound_commands): Remove.
5645 (parse_menu_item): Streamline since bindings are recomputed all the
5646 time anyway. Don't bother checking Vdefine_key_rebound_commands any
5647 more and don't support lmenu's menu-alias any more either.
5648
5649 * keymap.c (where_is_internal_data): Make noindirect a boolean.
5650 (where_is_internal): Strip it down to only traverse the keymaps.
5651 Move the cache handling from Fwhere_is_internal to here.
5652 (Fwhere_is_internal): Move the handling of remapping and the choice of
5653 the best binding from where_is_internal to here.
5654 Unify the cached/noncached paths, so remapping is also handled
5655 correctly when the cache is used, and so the cache can be used to
5656 speed up remap-handling when applicable.
5657 Give preference to non-remapped bindings.
5658 * doc.c (Fsubstitute_command_keys): Let Fwhere_is_internal's prefer
5659 non-remapped bindings.
5660 * keyboard.c (parse_menu_item): Let Fwhere_is_internal handle
5661 command remapping.
5662
5663 * xdisp.c (display_mode_element): Move list length limit from 50 to
5664 5000 (see thread starting with <xbaik5174uqu.fsf@cam.ac.uk>).
5665
5666 2009-09-09 Adrian Robert <Adrian.B.Robert@gmail.com>
5667
5668 * nsfont.m (ns_get_family): Don't force first letter to uppercase.
5669
5670 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
5671
5672 * xdisp.c (Vtruncate_partial_width_windows): Improve docstring.
5673 (Bug#4334)
5674
5675 * keymap.c (where_is_internal): Filter out shadowed remappings.
5676 Assume that where_is_internal returns unshadowed bindings to simplify
5677 the code and get rid of the gotos. Use ASIZE.
5678
5679 2009-09-04 Jan Djärv <jan.h.d@swipnet.se>
5680
5681 * xterm.c (x_focus_changed): If we get a focusout and pointer
5682 is invisible, make it visible.
5683
5684 * xterm.h: Remove condition for declaration of
5685 x_*_window_to_frame.
5686
5687 2009-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
5688
5689 * dispnew.c (Fsend_string_to_terminal): Make it work again on the
5690 initial terminal as well.
5691
5692 2009-09-02 Jan Djärv <jan.h.d@swipnet.se>
5693
5694 * xterm.h: Rename x_non_menubar_window_to_frame to
5695 x_menubar_window_to_frame.
5696
5697 * xterm.c: Remove declarations also in xterm.h.
5698 (XTmouse_position): Do not return valid positions
5699 for clicks in the menubar and the toolbar for Gtk+.
5700
5701 * xfns.c (x_any_window_to_frame): Assume less about Gtk+ internals,
5702 if the widget for the event has the same top level as a frame,
5703 return the frame.
5704 (x_menubar_window_to_frame): Detect menu bar even with Gtk+
5705 internal windows, bug #4122.
5706 (x_non_menubar_window_to_frame): Remove.
5707
5708 2009-09-02 Glenn Morris <rgm@gnu.org>
5709
5710 * buffer.c (default-major-mode): Move most of the doc from here...
5711 (major-mode): ... to here.
5712
5713 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
5714
5715 * process.c (wait_reading_process_output): Keep the descriptor
5716 when pty is used by a non-child process, e.g., in I/O buffer of
5717 GDB this allows inferior to be restarted.
5718
5719 2009-08-29 Eli Zaretskii <eliz@gnu.org>
5720
5721 * xdisp.c (redisplay_internal): Remove redundant test and collapse
5722 both branches into one.
5723
5724 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
5725
5726 * emacs.c (USAGE1): Remove --(no-)multibyte, --(no-)unibyte.
5727 (main): Use enable-multibyte-characters rather than
5728 default-enable-multibyte-characters. Output a warning message when
5729 running a unibyte session.
5730
5731 2009-08-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5732
5733 * unexmacosx.c (print_load_command_name) [LC_DYLD_INFO]: Add cases
5734 LC_DYLD_INFO and LC_DYLD_INFO_ONLY.
5735 (copy_data_segment): Also copy __program_vars section.
5736 (copy_dyld_info) [LC_DYLD_INFO]: New function.
5737 (dump_it) [LC_DYLD_INFO]: Use it.
5738
5739 * s/darwin.h [temacs]: Undef HAVE_POSIX_MEMALIGN.
5740
5741 2009-08-28 Eli Zaretskii <eliz@gnu.org>
5742
5743 * makefile.w32-in ($(BLD)/doc.$(O)): Depend on buildobj.h, not on
5744 $(SRC)/buildobj.h.
5745 (buildobj.h): Renamed from $(SRC)/buildobj.h.
5746 (make-buildobj-CMD, make-buildobj-SH): Create buildobj.h, not
5747 $(SRC)/buildobj.h.
5748 (clean): Add buildobj.h.
5749
5750 2009-08-28 Teodor Zlatanov <tzz@lifelogs.com>
5751
5752 * print.c (print_object): Set escapeflag to 1 when printing
5753 hashtable keys and values.
5754
5755 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
5756
5757 * lread.c (read_integer): Use doubles (and potentially return a float
5758 number) as we do in string-to-number.
5759 (read1): Use strtol to read integers, signal errors on strtol's
5760 overflow and use floats if strtol's output is too large for
5761 Elisp integers.
5762
5763 2009-08-27 Eli Zaretskii <eliz@gnu.org>
5764
5765 * makefile.w32-in ($(SRC)/buildobj.h, make-buildobj-CMD)
5766 (make-buildobj-SH): Fix last change.
5767 (SRC): Move to before where it's first used.
5768
5769 2009-08-27 Kenichi Handa <handa@m17n.org>
5770
5771 * process.c (send_process): Use encode_coding_object instead of
5772 encode_coding_string to perform eol-conversion even if the string
5773 is unibyte.
5774
5775 * coding.c (encode_coding_utf_16): Fix checking of a Unicode
5776 character.
5777
5778 * cmds.c (Fself_insert_command): Avoid unnecessay
5779 unibyte->multibyte conversion. (Bug#4240) (Bug#4037)
5780
5781 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
5782
5783 * callproc.c (Fcall_process): Remove always true #if.
5784
5785 * lisp.h: Replace #if 0 code for checking with text pointing to
5786 the --enable-checking configure flag.
5787
5788 * emacs.c (main): Mention the --enable-profiling configure flag
5789 instead of using CFLAGS.
5790
5791 2009-08-26 Ken Raeburn <raeburn@raeburn.org>
5792
5793 * Makefile.in (buildobj.h): New target.
5794 (doc.o): Depend on it.
5795 (temacs${EXEEXT}): Don't generate buildobj.lst.
5796 (mostlyclean): Delete buildobj.h, not buildobj.lst.
5797 * makefile.w32-in ($(SRC)/buildobj.h): New target.
5798 ($(BLD)/doc.$(O)): Depend on it.
5799 (make-buildobj-CMD, make-buildobj-SH): New targets. (Syntax help
5800 provided by Eli Zaretskii.)
5801 ($(TEMACS)): Don't generate buildobj.lst.
5802 * doc.c: Include buildobj.h.
5803 (buildobj): New static variable.
5804 (Fsnarf_documentation): Use it, instead of opening and reading
5805 buildobj.lst.
5806
5807 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
5808
5809 * dbusbind.c (Fdbus_call_method)
5810 (Fdbus_call_method_asynchronously): Use English numeric format for
5811 timeout values in doc string.
5812
5813 2009-08-25 Kenichi Handa <handa@m17n.org>
5814
5815 * alloc.c (mark_char_table): New function.
5816 (mark_object): Use mark_char_table for a char-table.
5817
5818 * lisp.h (CHAR_TABLE_REF_ASCII): New macro.
5819 (CHAR_TABLE_REF): Use it.
5820
5821 2009-08-23 Ken Raeburn <raeburn@raeburn.org>
5822
5823 * Makefile.in (emacs${EXEEXT}) [CANNOT_DUMP]: Set EMACSLOADPATH
5824 before invoking the newly build emacs to check for load-path
5825 shadowing.
5826
5827 2009-08-22 Glenn Morris <rgm@gnu.org>
5828
5829 * Makefile.in (bootstrap_exe): New variable.
5830 (.el.elc, ${lispsource}loaddefs.el, bootstrap-emacs${EXEEXT}):
5831 Use ${bootstrap_exe}.
5832
5833 2009-08-22 Eli Zaretskii <eliz@gnu.org>
5834
5835 * coding.h (encode_coding_string): Don't encode unibyte strings.
5836 (Bug#4047)
5837
5838 2009-08-22 Michael Albinus <michael.albinus@gmx.de>
5839
5840 * config.in (HAVE_DBUS_WATCH_GET_UNIX_FD): Add.
5841
5842 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): Remove. It was
5843 intended as hotfix only.
5844 (xd_add_watch, xd_remove_watch): Use HAVE_DBUS_WATCH_GET_UNIX_FD.
5845
5846 2009-08-21 Adrian Robert <Adrian.B.Robert@gmail.com>
5847
5848 * nsterm.m (ns_get_color): Update documentation properly for last
5849 change, and clean up loose ends in the code left by it. Fix
5850 longstanding bug with 16-bit hex parsing, and add support for
5851 yet another X11 format (rgb:r/g/b) for compatibility.
5852 * nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
5853 timer_check() to avoid crash on Leopard/PPC. Bug #2154.
5854
5855 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
5856
5857 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.
5858
5859 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
5860
5861 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): New macro.
5862 (xd_add_watch, xd_remove_watch): Use it. Print debug messages.
5863 (xd_initialize, xd_pending_messages): Check, whether
5864 $DBUS_SESSION_BUS_ADDRESS is set.
5865
5866 2009-08-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5867
5868 * nsfns.m (Fxw_color_values): Return 3-element list. Doc fix.
5869
5870 * nsterm.m (ns_get_color): Remove incompatible color formats again.
5871
5872 2009-08-20 Glenn Morris <rgm@gnu.org>
5873
5874 * emacs.c (system-type): Doc fix.
5875
5876 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
5877
5878 * keyboard.c (syms_of_keyboard): Default to 5 buttons, which should be
5879 enough for the most common situations. Avoid SET_SYMBOL_VALUE.
5880
5881 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
5882
5883 * dbusbind.c (xd_add_watch, xd_remove_watch, Fdbus_init_bus):
5884 New functions.
5885 (xd_initialize): Revert change from 2009-08-16.
5886
5887 2009-08-18 Kenichi Handa <handa@m17n.org>
5888
5889 * fontset.c (Ffontset_font): If a nil element is found in a
5890 font-group vector, return nil.
5891
5892 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
5893
5894 * process.c (status_notify): Don't perform redisplay.
5895 (Fdelete_process, list_processes_1, process_send_signal):
5896 Expliticly perform redisplay.
5897 (wait_reading_process_output): Always check process status, but
5898 don't perform redisplay unless DO_DISPLAY is non-zero (Bug#2930).
5899
5900 2009-08-17 Ken Raeburn <raeburn@raeburn.org>
5901
5902 * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.
5903 (XFLOAT_INIT): New macro for storing a float value.
5904 * alloc.c (make_float, make_pure_float): Use XFLOAT_INIT.
5905 * fns.c (sxhash): Copy out the value of a float in order to
5906 examine its bytes.
5907 * dbusbind.c (xd_append_arg): Likewise.
5908
5909 * emacs.c (main): Don't call syms_of_data twice.
5910
5911 2009-08-16 Michael Albinus <michael.albinus@gmx.de>
5912
5913 * dbusbind.c (xd_initialize): Add connection file descriptor to
5914 input_wait_mask, in order to let select() detect, whether a new
5915 message has been arrived.
5916 (Fdbus_call_method_asynchronously): Allow nil HANDLER.
5917
5918 2009-08-15 Michael Albinus <michael.albinus@gmx.de>
5919
5920 * dbusbind.c (xd_get_dispatch_status, xd_pending_messages):
5921 New functions.
5922
5923 * lisp.h (xd_pending_messages): Declare.
5924
5925 * keyboard.c (readable_events): Call xd_pending_messages.
5926
5927 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
5928
5929 * eval.c (Fcalled_interactively_p, Finteractive_p): Doc fix (Bug#3936).
5930
5931 * xdisp.c (pop_it): Don't pop into a display vector (Bug#4131).
5932
5933 * buffer.c (set_buffer_internal_1)
5934 (swap_out_buffer_local_variables): Check for unbound local
5935 variables (Bug#4138).
5936
5937 2009-08-14 Eli Zaretskii <eliz@gnu.org>
5938
5939 * process.c (create_pty): Fix last change.
5940
5941 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
5942
5943 * image.c (xbm_read_bitmap_data): New arg inhibit_image_error.
5944 (xbm_load_image): Caller changed.
5945 (xbm_file_p): Avoid signalling an image_error (Bug#4107).
5946
5947 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
5948
5949 * process.c (create_pty): New function.
5950 (Fstart_process): Use it to allow Emacs to just associate a pty
5951 with the buffer. See associated change in gdb-mi.el.
5952 (list_processes_1): Deal with no program name.
5953 (start_process_unwind): Use pid == -2 to mean no process.
5954
5955 2009-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
5956
5957 * cmds.c (nonundocount): New global variable.
5958 (keys_of_cmds): Initialize it.
5959 (Fself_insert_command): Use it to combine upto 20 sequential chars
5960 into a single undo entry, just like the Qself_insert_command code in
5961 keyboard.c does.
5962 Call frame_make_pointer_invisible, also like the Qself_insert_command
5963 code in keyboard.c does.
5964 * keyboard.c (command_loop_1): Use the new global nonundocount rather
5965 than its own local replacement for it.
5966
5967 2009-08-10 Ken Raeburn <raeburn@raeburn.org>
5968
5969 * fns.c (concat): Don't re-set string length to its current value.
5970
5971 * coding.h (decode_coding_string, encode_coding_string):
5972 Use SBYTES macro.
5973
5974 * doprnt.c (doprnt_lisp): Delete unused function.
5975 (doprnt): Merge with doprnt1, discarding lispstrings code.
5976 * lisp.h (doprnt_lisp): Don't declare.
5977
5978 2009-08-07 Juri Linkov <juri@jurta.org>
5979
5980 * puresize.h (BASE_PURESIZE): Increase to 1270000.
5981
5982 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
5983
5984 * print.c (syms_of_print): Undo previous change.
5985
5986 2009-08-05 Teodor Zlatanov <tzz@lifelogs.com>
5987
5988 * lread.c (read1, syms_of_lread): Read hashtables back from the
5989 readable format.
5990
5991 * print.c (print_preprocess, print_object): Print hashtables fully
5992 and readably.
5993 (syms_of_print): Provide 'hashtable-print-readable.
5994
5995 2009-08-02 Adrian Robert <Adrian.B.Robert@gmail.com>
5996
5997 * nsfont.m (ns_descriptor_to_entity): Handle case when descriptor has
5998 no family set.
5999 (nsfont_open): Handle case when entity has no family.
6000
6001 2009-07-29 Adrian Robert <Adrian.B.Robert@gmail.com>
6002
6003 * nsfont.m (ns_findfonts): Fix 2009-07-24 change to return only one
6004 element, not a list, for match case.
6005
6006 2009-07-28 Kenichi Handa <handa@m17n.org>
6007
6008 * font.c (font_parse_xlfd): Check DPI and AVGWIDTH properties more
6009 rigidly.
6010
6011 * xfont.c (xfont_list_pattern): Don't ignore the return value of
6012 font_parse_xlfd. Check font properties more rigidly.
6013
6014 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
6015
6016 * s/netbsd.h (SIGNALS_VIA_CHARACTERS): Remove, already defined in
6017 bsd-common.h.
6018
6019 2009-07-27 Kenichi Handa <handa@m17n.org>
6020
6021 * xfaces.c (face_with_height): Call font_clear_prop.
6022
6023 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
6024
6025 * dispnew.c (init_display): Use Qx, Qw32, and Qns.
6026
6027 * xterm.c (x_term_init): Use Qx.
6028
6029 * nsfont.m (nsfont_draw): Revert 2009-07-15 change.
6030
6031 * nsterm.m (ns_maybe_dumpglyphs_background): Revert 2009-07-15 change.
6032 (ns_get_color): Revert 2009-07-16 change.
6033
6034 2009-07-25 Eli Zaretskii <eliz@gnu.org>
6035
6036 * lread.c (syms_of_lread) <force_load_messages>: New variable.
6037 (Fload): Use it to force load messages, even if NOMESSAGES is non-nil.
6038
6039 2009-07-25 Ken Raeburn <raeburn@raeburn.org>
6040
6041 * coding.h (decode_coding_string, encode_coding_string):
6042 Use SCHARS macro.
6043
6044 * lread.c: Rewrite 2009-07-21 changes.
6045 (load_depth): Delete.
6046 (Qload_in_progress): New variable.
6047 (load_unwind): Don't reference load_depth or load_in_progress.
6048 (Fload): Likewise; specbind Qload_in_progress instead.
6049 (init_lread): Don't initialize load_depth.
6050 (syms_of_lread): Initialize and protect Qload_in_progress.
6051
6052 2009-07-24 Adrian Robert <Adrian.B.Robert@gmail.com>
6053
6054 * nsfont.m (ns_findfonts): Correctly return fallback in match case.
6055
6056 2009-07-23 Yavor Doganov <yavor@gnu.org>
6057
6058 * nsfont.m (NSFontDescriptor.h): Explicitly include under GNUstep.
6059
6060 2009-07-23 Adrian Robert <Adrian.B.Robert@gmail.com>
6061
6062 * nsterm.m (EmacsView-keyUp:): Only act when running under Tiger.
6063 Bugs 3792, 3720, 2402.
6064 (ns_lookup_indexed_color): Check for bad index.
6065 (ns_index_color): Init unused slot to 0.
6066 (ns_dumpglyphs_box_or_relief): Replace useless xassert with an if().
6067 Bug 3714, possibly 3082.
6068
6069 2009-07-22 Jason Rumney <jasonr@gnu.org>
6070
6071 * w32fns.c (w32_wnd_proc) [WM_IME_STARTCOMPOSITION]:
6072 Position IME window at cursor (Bug#2570).
6073 (w32_wnd_proc) [WM_IME_CHAR]: Release context when finished.
6074 (globals_of_w32fns): Dynamically load functions required above.
6075
6076 * w32term.c (w32_draw_window_cursor): Send message to reposition
6077 any IME window.
6078
6079 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
6080
6081 * fileio.c: Revert 2009-07-16 changes.
6082 (Vauto_save_include_big_deletions): New variable.
6083 (Fdo_auto_save): Disable auto-save only if
6084 auto-save-include-big-deletions is nil.
6085
6086 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
6087
6088 * xdisp.c (move_it_to): For continued lines ending in a tab, take
6089 the overflowed pixels into account (Bug#3879).
6090
6091 2009-07-21 Ken Raeburn <raeburn@raeburn.org>
6092
6093 * lread.c (load_depth): New variable.
6094 (Fload, load_unwind, init_lread): Set it to the load recursion
6095 depth; set load_in_progress as a simple boolean based on the
6096 current load_depth. (Bug#3892)
6097
6098 2009-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
6099
6100 * nsfont.m (ns_has_attribute): Remove.
6101 (ns_findfonts, nsfont_open): Use ns_attribute_fvalue() instead.
6102
6103 2009-07-18 Juri Linkov <juri@jurta.org>
6104
6105 * process.c (Fset_process_query_on_exit_flag): Mention killing
6106 a buffer in docstring.
6107
6108 2009-07-17 Kenichi Handa <handa@m17n.org>
6109
6110 * casetab.c (shuffle): Fix the logic of setting up the cycle.
6111
6112 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6113
6114 * nsfns.m (Fns_set_alpha): Remove function.
6115 (syms_of_nsfns): Don't defsubr it.
6116
6117 * nsterm.m (ns_get_color): Remove incompatible color formats.
6118 (ns_color_to_lisp): Generate #rrggbb color format string.
6119
6120 2009-07-16 Richard Stallman <rms@gnu.org>
6121
6122 * fileio.c (Fwrite_region, Fdo_auto_save): Handle save_length = -2.
6123 (Fset_buffer_auto_saved): Handle save_length = -2.
6124
6125 2009-07-16 Chong Yidong <cyd@stupidchicken.com>
6126
6127 * xterm.c (Qx_gtk_map_stock): New var.
6128
6129 * gtkutil.c (update_frame_tool_bar): Use Qx_gtk_map_stock instead
6130 of calling intern each time.
6131
6132 2009-07-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6133
6134 * nsfont.m (nsfont_draw): Remove code for stippling, which actually
6135 does tiling.
6136
6137 * nsterm.m (ns_maybe_dumpglyphs_background): Likewise.
6138
6139 2009-07-14 Kenichi Handa <handa@m17n.org>
6140
6141 * font.c (font_vconcat_entity_vectors): New function.
6142 (struct font_sort_data): New member font_driver_preference.
6143 (font_compare): Check font_driver_preference.
6144 (font_sort_entities): The format of the first argument changed.
6145 (font_delete_unmatched): Likewise.
6146 (font_list_entities): The return type changed.
6147 (font_select_entity): The format of the second argument changed.
6148 (font_find_for_lface): Adjuste for the above changes.
6149 Don't suppress the checking of C even if the repertory supports it.
6150 (Flist_fonts): Adjust for the above changes.
6151
6152 * ftfont.c (ftfont_spec_pattern): New arg langname. Change caller.
6153 (ftfont_list): Adjust for the change of ftfont_spec_pattern.
6154 Reject a font who has adstyle property that is different from a
6155 langname derived from registry property.
6156 (ftfont_match): Adjust for the change of ftfont_spec_pattern.
6157
6158 2009-07-13 Eli Zaretskii <eliz@gnu.org>
6159
6160 * dired.c (directory_files_internal) [WINDOWSNT]: Don't make a
6161 local copy of dirfilename.
6162
6163 2009-07-13 Kenichi Handa <handa@m17n.org>
6164
6165 * chartab.c (sub_char_table_ref_and_range): Fix the range check
6166 against max_char.
6167
6168 * cmds.c (internal_self_insert): Check sym by SYMBOLP before
6169 calling XSYMBOL (sym).
6170
6171 2009-07-11 Eli Zaretskii <eliz@gnu.org>
6172
6173 * dired.c (directory_files_internal_w32_unwind) [WINDOWSNT]:
6174 New function.
6175 (directory_files_internal) [WINDOWSNT]:
6176 Bind w32-get-true-file-attributes to either t or nil, depending whether
6177 the filesystem of the directory is fast or slow.
6178
6179 * w32.c (logon_network_drive): Don't assume PATH is an absolute
6180 file name.
6181 (is_slow_fs): New function.
6182 (stat): Use it to determine whether to issue more system calls to
6183 get accurate file attributes, when w32-get-true-file-attributes is
6184 `local'.
6185
6186 2009-07-10 Jan Djärv <jan.h.d@swipnet.se>
6187
6188 * xfns.c (Fx_select_font): Remember last font selected in
6189 x_last_font_name and use that the next time. Also try the frame
6190 parameter font-parameter as default to the font dialog.
6191
6192 2009-07-10 Kenichi Handa <handa@m17n.org>
6193
6194 * xftfont.c (xftfont_open): Fix typo: FC_RGBA->FC_HINT_STYLE.
6195
6196 2009-07-09 Eli Zaretskii <eliz@gnu.org>
6197
6198 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
6199
6200 * w32.c (stat): Treat UNC file names as residing on remote
6201 drives. (Bug#3542)
6202
6203 2009-07-09 Kenichi Handa <handa@m17n.org>
6204
6205 * fontset.c (fontset_find_font): Fix previous change.
6206
6207 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
6208
6209 * dbusbind.c (xd_initialize, Fdbus_call_method, xd_read_message)
6210 (Fdbus_register_signal, Fdbus_register_method): Cleanup memory of
6211 error flag.
6212
6213 2009-07-08 Kenichi Handa <handa@m17n.org>
6214
6215 * fontset.c (fontset_find_font): Fix the logic of handling
6216 charset_matched.
6217 (font_for_char): Delete unused var.
6218 (generate_ascii_font_name): Delete it.
6219
6220 * coding.h (JIS_TO_SJIS2): Fix the code range check.
6221
6222 * coding.c (detect_coding_sjis): Handle shift_jis-2004 correctly.
6223 (encode_coding_sjis): Fix the code range check.
6224
6225 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
6226
6227 * fileio.c (Fsubstitute_in_file_name, Ffile_name_directory)
6228 (Fexpand_file_name): Copy string data properly (Bug#3772).
6229
6230 2009-07-07 Jan Djärv <jan.h.d@swipnet.se>
6231
6232 * xterm.c (handle_one_xevent): Only call x_check_fullscreen on the
6233 first MapNotify.
6234
6235 2009-07-07 Kenichi Handa <handa@m17n.org>
6236
6237 * character.h (unibyte_has_multibyte_table): Delete extern.
6238 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): Delete it.
6239
6240 * charset.c (Fset_charset_priority): Update charset_unibyte.
6241 (syms_of_charset): Initialize charset_unibyte.
6242
6243 * character.c (unibyte_has_multibyte_table): Delete it.
6244 (multibyte_char_to_unibyte): Use CHAR_TO_BYTE8 instead of checking
6245 charset_unibyte.
6246 (multibyte_char_to_unibyte_safe): Likewise.
6247 (Funibyte_char_to_multibyte): Don't check charset_unibyte.
6248
6249 * xdisp.c (get_next_display_element): Decode it->c by charset_unibyte.
6250 (x_produce_glyphs): Likewise.
6251
6252 * .gdbinit (xcharset): Fix the treating $arg0.
6253
6254 2009-07-04 Eli Zaretskii <eliz@gnu.org>
6255
6256 Emulation of `getloadavg' on MS-Windows.
6257 * w32.c: Include float.h.
6258 (g_b_init_get_native_system_info, g_b_init_get_system_times)
6259 (GetNativeSystemInfo_Proc, GetSystemTimes_Proc): Declare.
6260 (get_native_system_info, get_system_times): New functions.
6261 (buf_next, buf_prev, sample_system_load, getavg): New subroutines.
6262 (getloadavg): Rewrite using GetSystemTimes and GetNativeSystemInfo.
6263 (globals_of_w32): Initialize g_b_init_get_native_system_info,
6264 g_b_init_get_system_times, and num_of_processors.
6265
6266 2009-07-03 Jason Rumney <jasonr@gnu.org>
6267
6268 * w32term.c (w32_initialize): Use standard types.
6269
6270 2009-07-03 Eli Zaretskii <eliz@gnu.org>
6271
6272 * dired.c (Ffile_attributes): Decode user and group names by the
6273 locale's encoding. (Bug#3443)
6274
6275 2009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
6276
6277 * sysdep.c (sys_suspend): Remove USG_JOBCTRL #ifdef, unused.
6278 (mkdir): Remove MKDIR_PROTOTYPE #ifdef, unused.
6279
6280 * callproc.c (child_setup): Use #else instead of a separate #ifdef.
6281
6282 * term.c (init_tty): Remove spurious #ifdef.
6283
6284 * m/mips.h: Mention this file is also used for netbsd.
6285 * m/pmax.h: Remove file.
6286
6287 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
6288
6289 * xterm.h (struct x_display_info): Add invisible_cursor.
6290 (struct x_output): Add current_cursor.
6291
6292 * xterm.c (XTtoggle_invisible_pointer): New function.
6293 (x_define_frame_cursor): Don't define cursor if invisible or the
6294 same as before. Set current_cursor.
6295 (x_create_terminal): Set toggle_invisible_pointer_hook.
6296
6297 * xfns.c (make_invisible_cursor): New function.
6298 (x_set_mouse_color): Call make_invisible_cursor.
6299 Set current_cursor.
6300 (x_window): Set current_cursor.
6301
6302 * termhooks.h (struct terminal): Add toggle_invisible_pointer_hook.
6303
6304 * keyboard.c (command_loop_1): Call frame_make_pointer_invisible after
6305 inserting a character.
6306 (read_avail_input): Call frame_make_pointer_visible.
6307
6308 * frame.c (Vmake_pointer_invisible): New variable.
6309 (frame_make_pointer_invisible, frame_make_pointer_visible):
6310 New functions.
6311 (syms_of_frame): DEFVAR make-pointer-invisible, initialize to Qt.
6312
6313 * frame.h: Declare frame_make_pointer_invisible and
6314 frame_make_pointer_visible.
6315 (struct frame): Add pointer_invisible.
6316
6317 2009-07-02 Jan Djärv <jan.h.d@swipnet.se>
6318
6319 * gtkutil.c (xg_frame_set_char_size): Do set width/height if the
6320 frame isn't visible.
6321 (xg_frame_resized): If width/height is -1, get size of window
6322 from X server.
6323
6324 * xterm.c (handle_one_xevent): Call xg_frame_resized for USE_GTK
6325 for MapNotify.
6326
6327 * gtkutil.c (xg_frame_set_char_size): Do not set pixel width/height
6328 here or call change_frame_size. Just call flush_and_sync.
6329 (flush_and_sync): Reintroduce.
6330
6331 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
6332
6333 * xterm.h (struct x_display_info): Add Xatom_net_wm_state_sticky.
6334
6335 * xterm.c (x_handle_net_wm_state): Also look for sticky.
6336 (x_term_init): Initialize Xatom_net_wm_state_sticky.
6337
6338 * frame.h: Declare Qsticky.
6339
6340 * w32fns.c (w32_frame_parm_handlers): Set 0 for sticky.
6341
6342 * nsfns.m (ns_frame_parm_handlers): Ditto.
6343
6344 * frame.c: Declare Qsticky.
6345 (frame_parms): Add sticky.
6346
6347 * xfns.c (x_frame_parm_handlers): Let x_set_sticky handle sticky.
6348
6349 * xterm.h: Declare x_set_sticky.
6350
6351 * xterm.c (x_set_sticky): New function.
6352
6353 * gtkutil.c (xg_tool_bar_proxy_help_callback): New function.
6354 (xg_tool_bar_menu_proxy): Attach enter/leave events to
6355 xg_tool_bar_proxy_help_callback.
6356
6357 * emacs.c (USAGE3, standard_args): Add -mm and --maximized.
6358
6359 * frame.c: Qmaximized is new.
6360 (x_set_frame_parameters): Do not handle fullscreen specially.
6361 Only set width and height if explicitly set.
6362 (x_set_fullscreen): Handle Qmaximized.
6363 (x_set_font, x_figure_window_size): Do not handle fullscreen specially.
6364 (syms_of_frame): Initialize Qmaximized.
6365
6366 * frame.h (fullscreen_type): Add FULLSCREEN_MAXIMIZED.
6367 Declare Qfullwidth, Qfullheight, Qfullboth, Qmaximized.
6368
6369 * xterm.c (handle_one_xevent): Remove call to x_check_fullscreen
6370 for Expose event. Add call to x_check_fullscreen for MapNotify event.
6371 Remove all code w.r.t. fullscreen from ConfigureNotify event. Do not
6372 set gravity to NorthWestGravity when USE_GTK.
6373 (set_wm_state): New function.
6374 (do_ewmh_fullscreen): Use set_wm_state. Also handle FULLSCREEN_MAXIMIZED.
6375 (x_handle_net_wm_state): Handle FULLSCREEN_MAXIMIZED.
6376 (x_check_fullscreen): Simplify so we only handle EMWH type of fullscreen
6377 or the case when no window manager is running. That means remove calls
6378 to x_real_positions and x_fullscreen_adjust.
6379
6380 * gtkutil.c (flush_and_sync, x_wm_size_hint_off): Remove.
6381 (xg_frame_set_char_size): Remove calls to x_wm_size_hint_off and
6382 flush_and_sync.
6383 (xg_height_changed): New function.
6384 (xg_create_frame_widgets): Remove call to gtk_widget_set_size_request
6385 and gtk_window_set_policy. Set frame gravity after parsing the
6386 geometry string.
6387 (xg_update_frame_menubar, free_frame_menubar)
6388 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
6389 (update_frame_tool_bar, free_frame_tool_bar): Call xg_height_changed.
6390 Remove calls to xg_frame_set_char_size.
6391
6392 2009-07-01 Kenichi Handa <handa@m17n.org>
6393
6394 * keyboard.c (decode_keyboard_code): New function.
6395 (tty_read_avail_input): Decode the input bytes if necessary.
6396
6397 * coding.c (setup_coding_system):
6398 Initialize coding->carryover_bytes to 0.
6399 (Fset_keyboard_coding_system_internal): If CODING-SYSTEM is nil,
6400 use Qno_conversion.
6401
6402 2009-07-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6403
6404 * Makefile.in (SOME_MACHINE_LISP): Add ../lisp/term/common-win.elc.
6405
6406 2009-06-30 Chong Yidong <cyd@stupidchicken.com>
6407
6408 * xftfont.c (xftfont_open): Avoid passing NULL argument to XftLockFace.
6409
6410 2009-06-30 Jason Rumney <jasonr@gnu.org>
6411
6412 * w32term.c (w32_initialize): Use GetModuleHandle for library that
6413 is already loaded.
6414 Set user model ID if supported (bug#1849).
6415
6416 2009-06-29 Jim Meyering <meyering@redhat.com>
6417
6418 Remove useless if-before-xfree test.
6419 * nsfont.m (nsfont_close): Remove useless test.
6420 * term.c (delete_tty): Likewise.
6421 * w32.c (system_process_attributes): Likewise.
6422 * w32font.c (w32font_close): Likewise.
6423 * xfaces.c (x_free_gc): Likewise.
6424 * xselect.c (buffer): Likewise.
6425
6426 2009-06-28 Andreas Schwab <schwab@linux-m68k.org>
6427
6428 * process.c (send_process): Keep decoded string in a local
6429 variable and protect it from GC. (Bug#3521)
6430
6431 2009-06-28 Eli Zaretskii <eliz@gnu.org>
6432
6433 * term.c (create_tty_output) [MSDOS]: #ifdef away.
6434 (tty_free_frame_resources) [MSDOS]: Add a DOS-specific version.
6435
6436 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
6437
6438 * xdisp.c (start_display, handle_face_prop)
6439 (move_it_vertically_backward, cursor_row_fully_visible_p)
6440 (redisplay_window, try_window_id, produce_image_glyph):
6441 Delete some #ifdef-ed out code chunks that are now obsolete.
6442
6443 * xterm.c (x_update_window_begin, x_new_focus_frame)
6444 (x_scroll_bar_handle_click, handle_one_xevent)
6445 (handle_one_xevent, XTread_socket, x_focus_on_frame)
6446 (x_make_frame_visible, x_make_frame_invisible)
6447 (x_wm_set_icon_pixmap, x_initialize): Delete some #ifdef-ed out
6448 code chunks that are now obsolete.
6449
6450 2009-06-28 Michael Albinus <michael.albinus@gmx.de>
6451
6452 * dbusbind.c (XD_SYMBOL_TO_DBUS_TYPE): Convert macro into function
6453 xd_symbol_to_dbus_type. With Solaris 2.11, it was said to compile
6454 for hours, when optimzation is enabled.
6455 (xd_signature, xd_append_arg, xd_retrieve_arg, xd_initialize)
6456 (xd_read_message): Make them static.
6457
6458 2009-06-27 Chuck Blake <cblake@pdos.csail.mit.edu> (tiny change)
6459
6460 * term.c (turn_on_face): Allow simultaneously bold and dim
6461 terminal faces (Bug#3530).
6462
6463 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
6464
6465 * frame.c (x_get_arg): Check if dpyinfo is non-NULL.
6466
6467 * xdisp.c (mouse_face_from_buffer_pos): Fix detection of
6468 truncation glyphs (Bug#3686).
6469
6470 2009-06-27 Glenn Morris <rgm@gnu.org>
6471
6472 * m/pmax.h: Restore file, with only netbsd portions.
6473
6474 2009-06-26 David Reitter <david.reitter@gmail.com>
6475
6476 * nsterm.m (keydown): Avoid infinite loop.
6477
6478 2009-06-26 Peter Jolly <peter@jollys.org> (tiny change)
6479
6480 * ftfont.c (get_adstyle_property): Call font_intern_prop with 1 as
6481 the arg FORCE_SYMBOL.
6482
6483 2009-06-25 Kenichi Handa <handa@m17n.org>
6484
6485 * fontset.c (fontset_find_font): When a usable rfont_def is found
6486 in a fallback font-group, make it the first element of the group.
6487
6488 2009-06-24 Chong Yidong <cyd@stupidchicken.com>
6489
6490 * emacs-icon.h: Always define gnu_xpm_bits on GTK (bug#3671).
6491
6492 2009-06-24 Kenichi Handa <handa@m17n.org>
6493
6494 * fontset.c (fontset_get_font_group): Return 0 if no font-group is
6495 set for C.
6496 (fontset_font): Record the availability of a font for C both in
6497 the realized fontsets of the current one and the default one.
6498
6499 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
6500
6501 * sysdep.c (child_setup_tty): Remove SIGNALS_VIA_CHARACTERS
6502 conditional, it is always defined on AIX.
6503
6504 2009-06-23 Miles Bader <miles@gnu.org>
6505
6506 * window.c (Vrecenter_redisplay): New variable.
6507 (syms_of_window): Initialize it.
6508 (Qtty): New extern declaration.
6509 (Frecenter): Only do redisplay if Vrecenter_redisplay requests it.
6510
6511 2009-06-23 Jim Meyering <meyering@redhat.com>
6512
6513 * src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt):
6514 Use xmalloc and xrealloc (not malloc and realloc), so subsequent heap
6515 pointer dereferences are guaranteed to be valid.
6516
6517 2009-06-23 Kenichi Handa <handa@m17n.org>
6518
6519 * emacs.c (main): Call init_font ().
6520
6521 * font.h (Vfont_log): Extern it.
6522 (FONT_ADD_LOG, FONT_DEFERRED_LOG): New macros.
6523
6524 * font.c (font_sort_entities, font_list_entities)
6525 (font_matching_entity, font_open_entity)
6526 (font_close_object): Change font_add_log to FONT_ADD_LOG.
6527 (Vfont_log): Delete static.
6528 (font_log_env_checked): Delete this variable.
6529 (font_add_log): Don't check font_log_env_checked.
6530 (font_deferred_log): Check Vfont_log.
6531 (init_font): New function.
6532
6533 * ftfont.c: Change font_add_log to FONT_ADD_LOG.
6534
6535 * w32font.c: Change font_add_log to FONT_ADD_LOG.
6536
6537 * w32uniscribe.c: Change font_add_log to FONT_ADD_LOG.
6538
6539 * xfont.c: Change font_add_log to FONT_ADD_LOG.
6540
6541 * fontset.c (fontset_font): Call FONT_DEFERRED_LOG.
6542 (face_for_char): Don't call font_deferred_log here.
6543 (font_for_char): Likewise.
6544
6545 2009-06-22 Chong Yidong <cyd@stupidchicken.com>
6546
6547 * w32term.c (x_draw_glyph_string): Use the glyph string's width
6548 rather than its background_width for drawing the overline and
6549 underline (Bug#489).
6550
6551 * xterm.c (x_draw_glyph_string): Use the glyph string's width
6552 rather than its background_width for drawing the overline and
6553 underline (Bug#489).
6554 (xg_default_icon_file): New variable.
6555 (syms_of_xterm): Initialize it to the Emacs SVG icon file.
6556 (x_bitmap_icon): Under GTK, use xg_default_icon_file.
6557
6558 * xdisp.c (Qbefore_string, Qafter_string): Add externs.
6559 (load_overlay_strings): Remove externs.
6560 (fast_find_position): Function deleted.
6561 (mouse_face_from_buffer_pos): New function, based on
6562 fast_find_position. Correctly handle before-strings,
6563 display-strings, and after-strings (Bug#1220).
6564 (note_mouse_highlight): Use mouse_face_from_buffer_pos.
6565
6566 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
6567
6568 * xdisp.c (IT_DISPLAYING_WHITESPACE): Define for !HAVE_WINDOW_SYSTEM.
6569 (move_it_in_display_line_to, move_it_in_display_line_to)
6570 (display_line): Remove #ifdef HAVE_WINDOW_SYSTEM.
6571
6572 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
6573
6574 * Branch for 23.1.
6575
6576 2009-06-21 Jason Rumney <jasonr@gnu.org>
6577
6578 * w32term.c (keyboard_codepage): New static variable.
6579 (w32_read_socket) [WM_INPUTLANGCHANGE]: Update it.
6580 (w32_read_socket) [WM_CHAR]: Use it to decode character
6581 input (bug#3237).
6582 (w32_initialize): Initialize it.
6583 (codepage_for_locale): New function.
6584
6585 2009-06-20 Ken Raeburn <raeburn@raeburn.org>
6586
6587 * process.c (status_message): Pass Faset index argument as a lisp
6588 object, so as to work with USE_LISP_UNION_TYPE.
6589
6590 2009-06-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6591
6592 * coding.c (Ffind_coding_systems_region_internal):
6593 Cache checked characters.
6594
6595 2009-06-18 Kenichi Handa <handa@m17n.org>
6596
6597 * coding.c (decode_coding_iso_2022): Check MSB of bytes more rigidly.
6598
6599 2009-06-18 Andreas Schwab <aschwab@redhat.com>
6600
6601 * xdisp.c (redisplay_internal): Check that the frame is still
6602 live after redisplay of its windows.
6603 (redisplay_windows): Check that the window is still live.
6604
6605 2009-06-17 Andreas Schwab <schwab@linux-m68k.org>
6606
6607 * coding.c (detect_coding_utf_16): Fix previous change.
6608
6609 2009-06-16 Kenichi Handa <handa@m17n.org>
6610
6611 * coding.c (detect_coding_utf_16): Fix the logic of rejecting
6612 UTF-16 by checking the dispersion of Eth and Oth bytes.
6613
6614 2009-06-15 Andreas Schwab <schwab@linux-m68k.org>
6615
6616 * coding.c (detect_coding_utf_16): Fix typo counting odd bytes.
6617
6618 2009-06-15 Kenichi Handa <handa@m17n.org>
6619
6620 * process.c (status_message): Fix previous change. Be sure to
6621 decode a localized string.
6622
6623 2009-06-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6624
6625 * xterm.c (x_delete_terminal): Put previous change in #if 0 and
6626 add comment explaining why.
6627
6628 2009-06-14 Sidney Markowitz <sidney@sidney.com>
6629
6630 * nsmenu.m (EmacsTooltip: setText): Set height of tooltip.
6631
6632 2009-06-14 Adrian Robert <Adrian.B.Robert@gmail.com>
6633
6634 * nsfont.m (ns_attribute_value): Remove.
6635 (ns_attribute_fvalue): Incorporate code from ns_attribute_value.
6636 (ns_has_attribute): Shrink the normal range.
6637 (ns_findfonts): Don't worry about requested spec in determining
6638 need for synthItal.
6639 (ns_get_covering_families): Retain scriptToFamilies.
6640
6641 2009-06-14 Seiji Zenitani <zenitani@mac.com>
6642
6643 * xdisp.c [USE_MAC_TOOLBAR]: Remove obsolete definition for Mac Carbon.
6644
6645 2009-06-11 Kenichi Handa <handa@m17n.org>
6646
6647 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
6648 overhang for the static composition case.
6649
6650 2009-06-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6651
6652 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
6653 overhang for the automatic composition case.
6654
6655 * xterm.c (x_compute_glyph_string_overhangs): Handle the automatic
6656 composition case.
6657
6658 2009-06-10 Chong Yidong <cyd@stupidchicken.com>
6659
6660 * xdisp.c (get_next_display_element): When handling wrap-prefix
6661 and line-prefix, treat \n as a control character (bug#3502).
6662
6663 2009-06-10 Kenichi Handa <handa@m17n.org>
6664
6665 * font.c (font_parse_family_registry): Fix for one-char foundry.
6666 (font_sort_entities): Initialize prefer_prop[FONT_AVGWIDTH_INDEX].
6667
6668 2009-06-09 Dmitry Dzhus <dima@sphinx.net.ru> (tiny change)
6669
6670 * process.c (status_message): Fix handling of multibyte signal
6671 string (Bug#3499).
6672
6673 2009-06-09 Jim Meyering <meyering@redhat.com>
6674
6675 * xfaces.c (Fx_load_color_file): Avoid array bounds error if the
6676 color name is missing.
6677
6678 2009-06-09 Kenichi Handa <handa@m17n.org>
6679
6680 * charset.c (Fmap_charset_chars): In docstring, state clearly that
6681 FROM-CODE and TO-CODE are codepoints of CHARSET.
6682
6683 2009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
6684
6685 * nsterm.m (ns_use_system_highlight_color): Drop, unused.
6686
6687 2009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
6688
6689 Changes to support :script/:lang/:otf in NS font driver.
6690 * nsfont.m (nsfont_escape_name, nsfont_unescape_name)
6691 (nsfont_get_family, nsfont_char_width): Rename to ns_ prefix to
6692 indicate not part of font driver interface, and change callers.
6693 (ns_get_family): Remove pointless null check.
6694 (nsfont_spec_to_traits, nsfont_fmember_to_entity): Replace with
6695 ns_spec_to_descriptor, ns_descriptor_to_entity.
6696 (nsfont_trait_distance, nsfont_make_fontset_for_font): Remove.
6697 (ns_attribute_value, ns_attribute_fvalue, ns_has_attribute)
6698 (ns_spec_to_descriptor, ns_descriptor_to_entity)
6699 (ns_charset_covers, ns_lang_to_script, ns_otf_to_script)
6700 (ns_get_req_script, ns_accumulate_script_ranges)
6701 (ns_script_to_charset, ns_get_covering_families, ns_findfonts):
6702 New functions.
6703 (nsfont_list, nsfont_match): Use ns_findfonts.
6704 (nsfont_open): Use font descriptor instead of traits.
6705 (nsfont_draw): Handle "automatic" (lookup-table) compositions.
6706 (dump_glyphstring): Rename to ns_dump_glyphstring.
6707
6708 * nsterm.h (dump_glyphstring): Rename to ns_dump_glyphstring.
6709
6710 * nsfns.m (Fns_popup_font_panel): Use shared font manager.
6711
6712 * fontset.c (fontset_from_font): Remove NS-specific code.
6713
6714 2009-06-08 Peter Jones <pjones@pmade.com> (tiny change)
6715
6716 * nsterm.m (ns_draw_window_cursor): Respect cursor_type for
6717 nonactive windows.
6718
6719 2009-06-08 Felix Mueller <felix@enqueue.eu> (tiny change)
6720
6721 * nsterm.m (ns_init_paths): Append path separator to INFOPATH variable.
6722
6723 2009-06-08 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
6724
6725 * keyboard.c (kbd_buffer_get_event): Null-check used_mouse_menu.
6726
6727 2009-06-07 Chong Yidong <cyd@stupidchicken.com>
6728
6729 * xdisp.c (move_it_in_display_line_to): On text-only terminals,
6730 account for the overflowing of newlines into the last glyph on the
6731 display line (Bug#3482).
6732
6733 2009-06-05 David Reitter <david.reitter@gmail.com>
6734
6735 * nsselect.m (Fx_own_selection_internal, Fx_selection_exists_p)
6736 (Fx_selection_owner_p): Rename from Fns_own_selection_internal,
6737 Fns_selection_exists_p, Fns_selection_owner_p.
6738
6739 2009-06-03 Jason Rumney <jasonr@gnu.org>
6740
6741 * w32fns.c (x_create_tip_frame): Use the uniscribe font backend if
6742 available. (Bug#3379)
6743
6744 2009-05-29 Kenichi Handa <handa@m17n.org>
6745
6746 * coding.c (get_translation_table):
6747 Check Venable_character_translation.
6748
6749 2009-05-26 David Reitter <david.reitter@gmail.com>
6750
6751 * nsterm.m (ns_raise_frame): Only raise frame if visible.
6752 (x_make_frame_visible): Move frame to front rather than calling
6753 ns_raise_frame().
6754 (keyDown:): Do not swallow events that aren't re-sent if frame
6755 isn't key window.
6756 (drawRect:): Do not set visibility/iconified flags because
6757 drawRect may be called by NSView even if the frame is hidden.
6758
6759 * nsfns.m (Fx_create_frame): Follow other ports in
6760 determining visibility; default to t. Ensure async_visible is set.
6761
6762 2009-05-23 Eli Zaretskii <eliz@gnu.org>
6763
6764 * dired.c (Ffile_attributes): Doc fix.
6765
6766 2009-05-22 Chong Yidong <cyd@stupidchicken.com>
6767
6768 * m/mips.h [GNU_LINUX]: Don't define DATA_START (Bug#2685).
6769
6770 2009-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
6771
6772 * xfont.c (xfont_list_pattern): Don't initialize xfont_scripts_cache
6773 and xfont_scratch_props.
6774 (syms_of_xfont): Do it here instead.
6775 (xfont_find_ccl_program): Delete, unused.
6776 (xfont_open): Delete unused var `i'.
6777
6778 2009-05-21 Kenichi Handa <handa@m17n.org>
6779
6780 * fontset.c (Qlatin): Don't make it static.
6781
6782 * xfont.c (xfont_chars_supported, xfont_supported_scripts):
6783 New functions.
6784 (xfont_scripts_cache, xfont_scratch_props): New variables.
6785 (Qlatin, Vscalable_fonts_allowed): Extern it.
6786 (xfont_list_pattern): Argument changed. Callers changed.
6787 Check Vscalable_fonts_allowed. Check the support of a script.
6788 (xfont_list): Don't reject a font spec with :script property.
6789 (xfont_has_char): Fix setting of encoding.
6790 (syms_of_xfont): Staticpro and initialize xfont_scripts_cache and
6791 xfont_scratch_props.
6792
6793 2009-05-19 Kenichi Handa <handa@m17n.org>
6794
6795 * font.c (font_sort_entities): Rename from font_sort_entites.
6796 Callers changed.
6797
6798 2009-05-18 Kenichi Handa <handa@m17n.org>
6799
6800 * font.c (font_find_for_lface): Copy SPEC's FONT_TYPE too.
6801
6802 2009-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
6803
6804 * frame.c (do_switch_frame) [NS_IMPL_COCOA]: Don't raise any window.
6805 (delete_frame) [NS_IMPL_COCOA]: Instead, do it here.
6806
6807 2009-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6808
6809 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase here.
6810 (x_delete_terminal): Dissociate resource database from display and
6811 then call XrmDestroyDatabase before closing display.
6812
6813 2009-05-18 Adrian Robert <Adrian.B.Robert@gmail.com>
6814
6815 * nsterm.m (ns_read_socket): Remove unused variable.
6816 * frame.c (do_switch_frame): Under NS_IMPL_COCOA section, check
6817 whether selected frame is viable before raising it (based on patch
6818 by David Reitter), and improve commentary.
6819 * nsfont.m (nsfont_make_fontset_for_font): Avoid a compiler warning.
6820
6821 2009-05-15 Kenichi Handa <handa@m17n.org>
6822
6823 * font.c (Ffont_spec): Check arguments.
6824
6825 2009-05-14 Chong Yidong <cyd@stupidchicken.com>
6826
6827 * xfaces.c (tty_supports_face_attributes_p): Recognize unspecified
6828 weight when testing attributes (Bug#3282).
6829
6830 2009-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6831
6832 * gtkutil.c (xg_frame_set_char_size): Set frame pixel width/height to
6833 what we expect to get in the next ConfigureNotify event.
6834
6835 * xftfont.c (xftfont_open): Make sure that Xrender extension is added
6836 before Xft one (Bug#1696).
6837
6838 2009-05-07 David Reitter <david.reitter@gmail.com>
6839
6840 * nsfns.m (Fx_display_planes): Compute bitplanes using
6841 NSBitsPerPixelFromDepth (Bug#3207).
6842
6843 2009-05-10 Chong Yidong <cyd@stupidchicken.com>
6844
6845 * editfns.c (Ftranspose_regions): Doc fix (Bug#3248).
6846
6847 2009-05-10 Ulrich Mueller <ulm@gentoo.org>
6848
6849 * s/gnu-linux.h: Make GCPROs and UNGCPRO no-ops also on SuperH.
6850
6851 2009-05-07 David Reitter <david.reitter@gmail.com>
6852
6853 * nsterm.m (ns_dumpglyphs_stretch, ns_dumpglyphs_image):
6854 Respect mouse face background.
6855
6856 2009-05-07 David Reitter <david.reitter@gmail.com>
6857
6858 * nsterm.m (note_mouse_movement, ns_frame_up_to_date):
6859 Mouse movement/highlight: bracket drawing operations
6860 in ns_update_begin and ns_update_end.
6861
6862 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
6863
6864 * nsfns.m (ns_get_screen): Rewrite.
6865 Don't presume selected-frame is of type `ns'.
6866
6867 * font.c (font_update_drivers): Sanity fallback to avoid disabling
6868 all drivers.
6869
6870 * nsterm.m (-windowDidResize:): Avoid inf-loop under GNUStep.
6871
6872 2009-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6873
6874 * keyboard.h (add_user_signal): Fix typo in extern.
6875
6876 * lisp.h (add_user_signal): Remove extern.
6877
6878 * unexelf.c (unexec): Consider a section to precede the .bss section
6879 if its addresses overlap that of .bss.
6880 (unexec) [NS_IMPL_GNUSTEP]: Copy ObjC-related data from old file
6881 instead of dumping process.
6882
6883 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
6884
6885 * keyboard.c (syms_of_keyboard): Staticpro pending_funcalls.
6886
6887 2009-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
6888
6889 * Makefile.in (ctagsfiles1, ctagsfiles2): Include ObjC files in TAGS.
6890
6891 2009-05-02 Dan Nicolaescu <dann@ics.uci.edu>
6892
6893 * xterm.c (x_handle_net_wm_state): Move declaration of lval before
6894 any statements.
6895
6896 2009-05-02 Andreas Schwab <schwab@linux-m68k.org>
6897
6898 * process.c (read_process_output): Make sure the current buffer is
6899 always restored.
6900
6901 * coding.c (record_conversion_result): Don't modify
6902 Vlast_code_conversion_error for successful result.
6903 (alloc_destination): Don't clobber conversion result. (Bug#1650)
6904
6905 2009-05-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
6906
6907 * charset.c (load_charset): Reformat X==Y==Z to (X==Y)==Z.
6908 (load_charset_map): Remove unnecessary code.
6909
6910 2009-04-30 David Reitter <david.reitter@gmail.com>
6911
6912 * nsterm.m (convert_ns_to_X_keysym): Define function keys f16
6913 through f24.
6914
6915 2009-04-30 Chong Yidong <cyd@stupidchicken.com>
6916
6917 * xfaces.c (face_at_buffer_position): New arg base_face_id.
6918
6919 * xdisp.c (handle_face_prop): Pass base_face_id of iterator to
6920 face_at_buffer_position.
6921 (face_before_or_after_it_pos, get_next_display_element)
6922 (note_mouse_highlight): Update face_at_buffer_position call.
6923
6924 * term.c (term_mouse_highlight):
6925 * msdos.c (IT_note_mouse_highlight):
6926 * fontset.c (Finternal_char_font):
6927 * font.c (font_at, font_range): Update face_at_buffer_position call.
6928
6929 * dispextern.h (face_at_buffer_position): Update prototype.
6930
6931 2009-04-30 Kenichi Handa <handa@m17n.org>
6932
6933 * fontset.c (fontset_find_font): Check if rfont_def is Qnil or not.
6934
6935 2009-04-29 Andreas Schwab <schwab@linux-m68k.org>
6936
6937 * callproc.c (Fcall_process): Fix GC protection. Make sure
6938 current buffer is always restored.
6939
6940 2009-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6941
6942 * atimer.c (init_atimer): Also clear stopped_atimers.
6943
6944 * keyboard.c (init_keyboard) [POLL_FOR_INPUT]: Reset poll_timer.
6945
6946 * process.c (create_process): Clean up merger residues of
6947 2008-07-17 change.
6948
6949 2009-04-29 Ulrich Mueller <ulm@gentoo.org>
6950
6951 * lread.c (Vread_circle): New variable.
6952 (read1): Disable recursive read if Vread_circle is nil.
6953
6954 2009-04-29 Kenichi Handa <handa@m17n.org>
6955
6956 * fontset.h (set_default_ascii_font): Delete extern.
6957
6958 * fontset.c (set_default_ascii_font): Delete this unused function.
6959
6960 * frame.c (x_set_font): When ARG is a font-object, check if the
6961 font-object matches with the ASCII font-spec of the frame's
6962 fontset. If not, create a new fontset for the frame. (Bug #3075)
6963
6964 2009-04-28 Andreas Schwab <schwab@linux-m68k.org>
6965
6966 * fns.c (Flocale_info): Protect vector from GC during decoding.
6967
6968 * process.c (Fstart_process): Protect argv strings from GC during
6969 encoding.
6970
6971 2009-04-27 Andreas Schwab <schwab@linux-m68k.org>
6972
6973 * sysdep.c: Include <ctype.h>.
6974
6975 2009-04-27 David Reitter <david.reitter@gmail.com>
6976
6977 * nsfont.m (nsfont_open): Remove unused variable shrink.
6978 Remove commented-out code.
6979
6980 2009-04-26 Johan Bockgård <bojohan@gnu.org>
6981
6982 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
6983
6984 2009-04-25 Jason Rumney <jasonr@gnu.org>
6985
6986 * w32font.c (clear_cached_metrics): Remove, unused since 2008-08-02.
6987
6988 2009-04-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6989
6990 * fringe.c (init_fringe_bitmap) [HAVE_X_WINDOWS && WORDS_BIG_ENDIAN]:
6991 Swap bytes in short integer if fringe bitmap width > 8.
6992
6993 2009-04-23 Kenichi Handa <handa@m17n.org>
6994
6995 * xfaces.c (Fx_list_fonts): If a font size is specified in
6996 PATTERN, set it in returned scalable fonts.
6997
6998 2009-04-22 Chong Yidong <cyd@stupidchicken.com>
6999
7000 * keyboard.c (Fset_input_meta_mode): Doc fix.
7001
7002 * dispnew.c (Fsend_string_to_terminal): Doc fix.
7003
7004 * data.c (Fterminal_local_value, Fset_terminal_local_value): Doc fixes.
7005
7006 * coding.c (Fterminal_coding_system): Doc fix.
7007
7008 * xfns.c (Fx_display_grayscale_p, Fx_display_pixel_width)
7009 (Fx_display_pixel_height, Fx_display_planes)
7010 (Fx_display_color_cells, Fx_server_max_request_size)
7011 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
7012 (Fx_display_mm_height, Fx_display_mm_width)
7013 (Fx_display_backing_store, Fx_display_visual_class)
7014 (Fx_display_save_under, Fx_close_connection, Fx_synchronize):
7015 Doc fixes, replacing "terminal id" with "terminal object".
7016 (check_x_display_info): Handle terminal objects instead of
7017 terminal ids.
7018
7019 * term.c (Ftty_display_color_p, Ftty_display_color_cells)
7020 (Ftty_type, Fcontrolling_tty_p, Ftty_no_underline, Fsuspend_tty)
7021 (Fresume_tty, Vsuspend_tty_functions, Vresume_tty_functions):
7022 Doc fixes, replacing "terminal id" with "terminal object".
7023
7024 2009-04-21 Kenichi Handa <handa@m17n.org>
7025
7026 * font.c (font_load_for_lface): Cancel previous change (bug#2994).
7027 (font_score): Check AVGWIDTH too.
7028
7029 * coding.c (decode_coding_utf_16): Reduce charbuf_end for the
7030 worst case.
7031 (decode_coding_sjis, decode_coding_big5, decode_coding_charset)
7032 (decode_coding_emacs_mule, decode_coding_iso_2022): Likewise.
7033
7034 2009-04-19 Jason Rumney <jasonr@gnu.org>
7035
7036 The following changes fix Bug#3005 for wide glyphs on each platform,
7037 without reintroducing Bug#1258 for stretch glyphs.
7038
7039 * xterm.c (x_draw_bar_cursor): Limit cursor width differently for
7040 BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR using
7041 get_phys_cursor_geometry.
7042
7043 * w32term.c (x_draw_bar_cursor): Limit cursor width differently
7044 for BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR
7045 using get_phys_cursor_geometry.
7046
7047 * nsterm.m (ns_draw_window_cursor): HBAR_CURSOR width already
7048 correctly calculated.
7049
7050 2009-04-19 Jan Djärv <jan.h.d@swipnet.se>
7051
7052 * gtkutil.c (xg_tool_bar_menu_proxy, update_frame_tool_bar):
7053 Use G_CALLBACK instead of GTK_SIGNAL_FUNC which is deprecated.
7054 (xg_initialize): Use g_type_class_ref instead of gtk_type_class which
7055 is deprecated.
7056
7057 2009-04-18 Andreas Schwab <schwab@linux-m68k.org>
7058
7059 * font.c (font_put_frame_data): Use xfree instead of free.
7060
7061 2009-04-17 Juanma Barranquero <lekktu@gmail.com>
7062
7063 * w32font.c (Qja, Qko): Remove declarations.
7064 (syms_of_w32font): Don't DEFSYM them.
7065
7066 2009-04-17 Chong Yidong <cyd@stupidchicken.com>
7067
7068 * font.c (Qja, Qko): Move definitions here from ftfont.c.
7069
7070 * font.h (Qja, Qko): Extern them.
7071
7072 * ftfont.c (Qja, Qko): Remove declarations.
7073
7074 * xfont.c (Qja, Qko): Remove declarations.
7075
7076 2009-04-17 Kenichi Handa <handa@m17n.org>
7077
7078 * editfns.c (Ftranslate_region_internal): Use Fconcat to make a
7079 string from a vector to handle Latin-1 characters correctly.
7080
7081 * ftfont.c (ftfont_pattern_entity): Return a newly allocated
7082 entity even if the cache hits.
7083
7084 2009-04-16 Andreas Schwab <schwab@linux-m68k.org>
7085
7086 * search.c (boyer_moore): Use zero as marker value for a possible
7087 match instead of depending on overflow behavior. (Bug#2844)
7088
7089 * search.c: Use EMACS_INT for buffer positions. Add prototypes.
7090 * lisp.h: Adjust prototypes.
7091
7092 2009-04-16 Chong Yidong <cyd@stupidchicken.com>
7093
7094 * keyboard.c (adjust_point_for_property): Disable 2009-02-12
7095 change (Bug#3003).
7096
7097 2009-04-16 Kenichi Handa <handa@m17n.org>
7098
7099 * xfont.c (xfont_has_char): Special handling of `ja' and `ko' adstyle.
7100
7101 * xftfont.c (xftfont_has_char): Special handling of `ja' and `ko'
7102 adstyle.
7103
7104 * ftfont.c (Qja, Qko): Don't make them static.
7105 (enum ftfont_cache_for): New enum.
7106 (fc_charset_table): Undo the previous change.
7107 (ftfont_get_latin1_charset): Delete it.
7108 (ftfont_pattern_entity): Check cache by ftfont_lookup_cache.
7109 Set FONT_SIZE_INDEX of the entity to 0 for a scalable font. For a
7110 non-scarable font, try to get AVERAGE_WIDTH.
7111 (ftfont_lookup_cache): Argument FOR-FACE is changed to CACHE_FOR.
7112 Change ft_face_cache from a list of a hash-table. Don't check
7113 `ja' and `ko' adstyle here.
7114 (ftfont_get_fc_charset): Call ftfont_lookup_cache with
7115 FTFONT_CACHE_FOR_CHARET.
7116 (ftfont_get_charset): Undo the previous change.
7117 (ftfont_open): Call ftfont_lookup_cache with FTFONT_CACHE_FOR_FACE.
7118 (ftfont_close): Likewise.
7119 (ftfont_has_char): Special handling of `ja' and `ko' adstyle.
7120
7121 * font.c (font_sort_entites): Change the meaning of the arg
7122 BEST-ONLY. Don't optimize for VEC of lenght 1.
7123 (font_select_entity): Just return the value of font_sort_entites.
7124
7125 * xfaces.c (merge_face_vectors): Reflect font properties in
7126 to[LFACE_FONT_INDEX] to the other face attributes. Don't call
7127 font_clear_prop if a face attribute doesn't change.
7128
7129 * charset.h (charset_ksc5601): Extern it.
7130
7131 * charset.c (charset_ksc5601): New variable.
7132 (Fdefine_charset_internal): Set charset_ksc5601.
7133 (init_charset_once): Initialize charset_ksc5601 to -1.
7134
7135 2009-04-15 Dan Nicolaescu <dann@ics.uci.edu>
7136
7137 * fileio.c (history_delete_duplicates): Remove unused declaration.
7138
7139 * callint.c (history_delete_duplicates): New declaration.
7140 (Fcall_interactively): Remove command history duplicates when
7141 history_delete_duplicates is true.
7142
7143 2009-04-14 Eli Zaretskii <eliz@gnu.org>
7144
7145 * buffer.c (syms_of_buffer) <line-spacing>: Doc fix.
7146
7147 2009-04-14 Kenichi Handa <handa@m17n.org>
7148
7149 * font.c (Ffont_info): Fix docstring. Fix the second element of
7150 the returned value (bug#2949).
7151
7152 2009-04-14 Chong Yidong <cyd@stupidchicken.com>
7153
7154 * xdisp.c (Vwrap_prefix, Vline_prefix): Reflow docstrings.
7155
7156 2009-04-14 Kenichi Handa <handa@m17n.org>
7157
7158 * xfont.c (xfont_has_char): The font has C if C is ASCII and the
7159 encoding charset is ascii_compatible.
7160
7161 * charset.c (Fdefine_charset_internal): Make charset
7162 ascii-compatible if the method is CHARSET_METHOD_OFFSET, the
7163 code_offset is 0, and covers all ASCII characters.
7164
7165 2009-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
7166
7167 * nsselect.m (symbol_to_nsstring, clean_local_selection_data)
7168 (ns_string_to_pasteboard_internal):
7169 * nsmenu.m (process_dialog):
7170 * nsimage.m (ns_load_image): Use SDATA and ASET where appropriate.
7171 * nsfont.m (nsfont_open): Use XHASH to make it compile with LISP_UNION.
7172 * lisp.h (Fx_load_color_file): Declare.
7173
7174 2009-04-13 Kenichi Handa <handa@m17n.org>
7175
7176 * font.c (font_delete_unmatched): Preserve the order of list elements.
7177 (font_select_entity): Suppress the code to optimize for the same
7178 kind of fonts.
7179 (font_load_for_lface): Get a font that supports at least ASCII
7180 characters.
7181
7182 * ftfont.c (Qja, Qko): New variables.
7183 (fc_charset_table): Delete uniquifier data for iso8859-1.
7184 (ftfont_get_latin1_charset): New function.
7185 (get_adstyle_property): New function.
7186 (ftfont_pattern_entity): Set FONT_ADSTYLE_INDEX of entity for
7187 bitmap fonts.
7188 (ftfont_lookup_cache): Handle the case that KEY is a font-entity.
7189 Delete iso-8859-1 range from the charset of fonts whose adstyle is
7190 `ko' or `ja'.
7191 (ftfont_get_fc_charset): Call ftfont_lookup_cache with ENTITY.
7192 (ftfont_get_charset): For iso8859-1, call ftfont_get_latin1_charset.
7193 (ftfont_list): Don't refuse a font spec with non-nil `adstyle'
7194 property.
7195 (ftfont_open): Call ftfont_lookup_cache with ENTITY.
7196 (syms_of_ftfont): DEFSYM Qja and Qko.
7197
7198 2009-04-09 Kenichi Handa <handa@m17n.org>
7199
7200 * charset.c (map_charset_chars): For a charset of `superset'
7201 method, fix calculation of code range.
7202
7203 * font.c (font_put_extra): If VAL is nil, delete the slot for PROP
7204 from the list of extra properties.
7205 (font_clear_prop): Be sure to delete `:name' font property.
7206
7207 2009-04-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7208
7209 * dispnew.c (redraw_overlapping_rows): Fix detection of
7210 overlapping for topmost and bottommost rows.
7211
7212 * ftfont.c (ftfont_text_extents): Fix calculation of metrics->descent.
7213
7214 2009-04-06 Jason Rumney <jasonr@gnu.org>
7215
7216 * frame.c (x_set_font): Avoid C99 mid-block variable declaration.
7217
7218 2009-04-06 Kenichi Handa <handa@m17n.org>
7219
7220 * ftxfont.c (ftxfont_draw_backgrond): Fix args to XFillRectangle.
7221
7222 * xftfont.c (xftfont_open): Fix setting font->underline_thickness.
7223
7224 2009-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7225
7226 * ftfont.c (ftfont_open): Fix checking of the return value of
7227 FT_Load_Char. Fix setting font->underline_thickness.
7228
7229 2009-04-04 Chong Yidong <cyd@stupidchicken.com>
7230
7231 * terminal.c (Fterminal_name, Fdelete_terminal, Fterminal_name)
7232 (Fterminal_parameters, Fterminal_parameter)
7233 (Fset_terminal_parameter): In doc string, refer to terminal
7234 objects rather than terminal ids.
7235
7236 2009-04-04 Eli Zaretskii <eliz@gnu.org>
7237
7238 * dosfns.c (system_process_attributes) [SYSTEM_MALLOC]: Don't call
7239 ret_lim_data. (Bug#2867)
7240
7241 2009-04-03 Chong Yidong <cyd@stupidchicken.com>
7242
7243 * term.c (produce_stretch_glyph): Reduce width of stretch glyphs
7244 so they don't get wider than the window, matching 2006-01-23
7245 change to the partner function in xdisp.c (Bug#2800).
7246
7247 2009-04-03 Kenichi Handa <handa@m17n.org>
7248
7249 * print.c (print_object): Make each lowest sub_char_table start a
7250 new line (Bug#2866).
7251
7252 2009-04-02 Kenichi Handa <handa@m17n.org>
7253
7254 * fontset.c (fontset_font): Record no-font when a fontset
7255 explicitly tells not to try another font-specs.
7256
7257 2009-03-30 Pierre Poissinger <pierre.poissinger@gmail.com> (tiny change)
7258
7259 * charset.c (map_charset_for_dump): Add missing UNGCPRO.
7260
7261 2009-03-30 Kenichi Handa <handa@m17n.org>
7262
7263 * fontset.c (fontset_from_font): Specify only registry in a
7264 font-spec for all characters supported by that registry.
7265
7266 * ftfont.c: Fix previous change. Define ftfont_variation_glyphs
7267 even if HAVE_M17N_FLT is not defined.
7268
7269 2009-03-29 Sebastian Rose <sebastian_rose@gmx.de> (tiny change)
7270
7271 * ftfont.c: Conditionalize prototyping and use of
7272 ftfont_variation_glyphs.
7273
7274 2009-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
7275
7276 * frame.c (delete_frame): Work around compiler bug.
7277
7278 * editfns.c (general_insert_function): Adjust to insdel.c changes.
7279 * insdel.c (prepare_to_modify_buffer, signal_before_change):
7280 Some more EMACS_INT.
7281 * lisp.h (copy_text, count_size_as_multibyte): Fix last change.
7282
7283 * xdisp.c (dump_glyph): Fix typo.
7284
7285 * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
7286 (adjust_markers_gap_motion, adjust_markers_for_delete)
7287 (adjust_markers_for_insert, adjust_point)
7288 (adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
7289 (make_gap, copy_text, count_size_as_multibyte, insert)
7290 (insert_and_inherit, insert_before_markers)
7291 (insert_before_markers_and_inherit, insert_1)
7292 (count_combining_before, count_combining_after, insert_1_both)
7293 (insert_from_string, insert_from_string_before_markers)
7294 (insert_from_string_1, insert_from_gap, insert_from_buffer)
7295 (insert_from_buffer_1, adjust_after_replace)
7296 (adjust_after_replace_noundo, adjust_after_insert, replace_range)
7297 (replace_range_2, del_range, del_range_1, del_range_byte)
7298 (del_range_both, del_range_2, modify_region)
7299 (prepare_to_modify_buffer, signal_before_change)
7300 (signal_after_change, Fcombine_after_change_execute): Use EMACS_INT
7301 for buffer positions and sizes.
7302 * lisp.h: Adjust prototypes accordingly.
7303
7304 * fileio.c (adjust_markers_for_delete): Move declaration to lisp.h.
7305 (non_regular_inserted, non_regular_nbytes, read_non_regular)
7306 (Finsert_file_contents): Use EMACS_INT for buffer positions.
7307
7308 * fileio.c (Finsert_file_contents): Don't limit size to INT_MAX/4.
7309
7310 2009-03-27 Jan Djärv <jan.h.d@swipnet.se>
7311
7312 * frame.c (x_set_font): If the fullscreen property is non-nil, adjust
7313 lines and columns so we keep the same pixel height and width.
7314
7315 * xterm.c (handle_one_xevent): Call x_handle_net_wm_state if
7316 the property _NET_WM_STATE has changed.
7317 (x_handle_net_wm_state): New function to update frame parameter
7318 fullscreen.
7319 (x_term_init): Initialize atoms for _NET_WM_STATE.
7320
7321 * xterm.h (struct x_display_info): Add atoms for _NET_WM_STATE.
7322
7323 2009-03-27 Kevin Ryde <user42@zip.com.au>
7324
7325 * keyboard.c (tty_read_avail_input): Don't treat a -1 return from
7326 Gpm_GetEvent as an error that justifies closing the filedescriptor.
7327 * term.c (close_gpm): Get the filedescriptor as a (new) parameter.
7328 (Fgpm_mouse_stop): Pass that new parameter.
7329 * termhooks.h (close_gpm): Adjust prototype.
7330
7331 2009-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
7332
7333 * lisp.h (Fx_focus_frame): Declare.
7334
7335 * callint.c (Fcall_interactively): For '^' just delegate the work to
7336 handle-shift-selection.
7337 (syms_of_callint): Move declaration of shift-select-mode to simple.el.
7338
7339 2009-03-24 Chong Yidong <cyd@stupidchicken.com>
7340
7341 * editfns.c (Ffloat_time): Doc fix (Bug#2768).
7342
7343 * data.c (Qinteractive_form): New variable.
7344 (Finteractive_form): Use it.
7345
7346 * eval.c (Fcommandp): Use Qinteractive_form.
7347
7348 2009-03-24 Jason Rumney <jasonr@gnu.org>
7349
7350 * fileio.c (Fsubstitute_in_file_name): Always work on a copy.
7351 Calculate total size precisely. Decode environment variables
7352 before substituting. (Bug#38)
7353
7354 2009-03-24 Kenichi Handa <handa@m17n.org>
7355
7356 * font.c (find_font_encoding): Return Qnil for unsupported
7357 encoding (Bug#2722).
7358
7359 2009-03-23 Jan Djärv <jan.h.d@swipnet.se>
7360
7361 * gtkutil.c (xg_display_open): Assign a value to gdpy_def, check
7362 that gdpy is set.
7363
7364 2009-03-22 Alan Mackenzie <acm@muc.de>
7365
7366 * callint.c (Finteractive): Clarify the doc string - even
7367 promptless elements need \n separators.
7368
7369 2009-03-22 Jason Rumney <jasonr@gnu.org>
7370
7371 * w32term.c (syms_of_w32term): Doc fix for
7372 x-use-underline-position-properties.
7373
7374 2009-03-21 Eli Zaretskii <eliz@gnu.org>
7375
7376 * w32.c (getpwuid): Change argument type to unsigned.
7377 (struct w32_id): Change type of `rid' member to unsigned.
7378 (w32_cached_id, w32_add_to_cache, get_name_and_id): Change type of
7379 argument ID to unsigned. All callers changed.
7380 (getuid, geteuid, getgid, getegid): Change return type to unsigned.
7381
7382 2009-03-20 Eli Zaretskii <eliz@gnu.org>
7383
7384 * editfns.c (Fuser_uid, Fuser_real_uid): If UID as EMACS_INT is
7385 negative, produce a float value.
7386
7387 * dired.c (make_uid, make_gid): New functions.
7388 (Ffile_attributes): Use them to avoid negative UID and GID.
7389
7390 2009-03-20 Juanma Barranquero <lekktu@gmail.com>
7391
7392 * keyboard.c (Fcurrent_idle_time): Reflow docstring.
7393 (syms_of_keyboard) <command-hook-internal, input-method-function>:
7394 Fix typos in docstrings.
7395
7396 2009-03-19 Kenichi Handa <handa@m17n.org>
7397
7398 * fontset.c (Fset_fontset_font): When a spec of ASCII font is
7399 changed, use font_load_for_lface to get a new font object.
7400 Call free_realized_fontset after handling ASCII font change.
7401
7402 * frame.c (x_set_font): Handle the case that ARG is a cons.
7403
7404 2009-03-19 Glenn Morris <rgm@gnu.org>
7405
7406 * fileio.c (Fsubstitute_in_file_name): Doc fix.
7407
7408 2009-03-19 Chong Yidong <cyd@stupidchicken.com>
7409
7410 * indent.c (Fvertical_motion): Undo 2005-01-19 change (Bug#2694).
7411
7412 2009-03-19 Kenichi Handa <handa@m17n.org>
7413
7414 * charset.c (load_charset_map_from_file): When a mapfile can't be
7415 loaded, signal an error.
7416
7417 2009-03-18 Eli Zaretskii <eliz@gnu.org>
7418
7419 * dired.c (Ffile_attributes): Make sure UID and GID are always
7420 positive, even if the value is too large for a positive EMACS_INT.
7421 Doc fix.
7422
7423 * editfns.c (Fuser_login_name): Support float arguments. Doc fix.
7424
7425 2009-03-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7426
7427 * xmenu.c (xdialog_show): Move Fredisplay call ...
7428 (Fx_popup_dialog): ... here.
7429
7430 2009-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
7431
7432 * dired.c (file_name_completion): Disable the first optimization just
7433 installed, since it is not implemented correctly.
7434
7435 2009-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
7436
7437 * dired.c (file_name_completion): Check completion-ignored-extensions
7438 only if the entry can affect bestmatch.
7439 Stop the search early, as Ftry_completion already does.
7440
7441 2009-03-17 Chong Yidong <cyd@stupidchicken.com>
7442
7443 * minibuf.c (Vminibuffer_completion_confirm): Doc fix.
7444
7445 2009-03-15 Chong Yidong <cyd@stupidchicken.com>
7446
7447 * keyboard.c (parse_menu_item): Don't display remappings as menu
7448 equivalent bindings (Bug#788).
7449
7450 2009-03-15 Jason Rumney <jasonr@gnu.org>
7451
7452 * w32term.h (WM_EMACS_PAINT): New message.
7453 * w32term.c (w32_read_socket): Use it instead of WM_PAINT.
7454 * w32fns.c (w32_wnd_proc): Change WM_PAINT to WM_EMACS_PAINT
7455 before passing to lisp thread. (Bug#950)
7456
7457 2009-03-14 David Reitter <david.reitter@gmail.com>
7458
7459 * nsterm.m (ns_shutdown_properly, -terminate): Remove global state
7460 variable as it was never reset.
7461 (ns_term_init): Remove initialization of Lisp-settable defaults
7462 and ns_expand_space.
7463 (-setPanelFromDefaultValues): Remove ns_expand_space.
7464 (-showPreferencesWindow): Send new KEY_NS_SHOW_PREFS key.
7465 * nsfont.m (nsfont_open): Remove ns_expand_space, assume -0.5
7466 i.e. no additional spacing, similar to Carbon port.
7467
7468 * nsterm.h: Define KEY_NS_SHOW_PREFS key.
7469 * nsfns.m (ns-popup-prefs-panel): Remove.
7470
7471 2009-03-14 Jan Djärv <jan.h.d@swipnet.se>
7472
7473 * sound.c (alsa_configure): Remove call to deprecated
7474 snd_pcm_sw_params_set_xfer_align.
7475
7476 2009-03-14 Stephen Berman <stephen.berman@gmx.net>
7477
7478 * gtkutil.c (xg_tool_bar_callback): Set focus back to the frame
7479 after clicking in a detached tool bar.
7480 (xg_tool_bar_proxy_callback): Remove call to Fx_focus_frame.
7481
7482 2009-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
7483
7484 * fontset.c (fontset_from_font, Ffontset_info): YAILOM (Yet another
7485 int/Lisp_Object mixup).
7486
7487 2009-03-13 Kenichi Handa <handa@m17n.org>
7488
7489 * fontset.c (Ffontset_info, check_fontset_name): New arg frame.
7490 Handle NAME nil and t correctly. Callers changed.
7491 (font_def_arg, add_arg, from_arg, to_arg): Delete them.
7492 (set_fontset_font): Change ARG to a vector. Handle range_list in
7493 ARG correctly.
7494 (Fset_fontset_font): Fix the case that TARGET is both a script
7495 name and charset name. Adjust the arg to set_fontset_font for
7496 the above change.
7497 (fontset_from_font): Fix previous change.
7498 (Ffontset_info): Adjust for the 2008-07-09 change of fontset
7499 entry. If FONTSET is the default fontset, don't set the extra
7500 slot of the returning char-table.
7501
7502 2009-03-12 Juanma Barranquero <lekktu@gmail.com>
7503
7504 * nsfns.m (Fx_close_connection): Doc fix.
7505 (Fns_do_applescript): Reflow docstring.
7506 (Fns_hide_others, Fns_hide_emacs, Fns_convert_utf8_nfd_to_nfc)
7507 (Fx_display_pixel_width, Fx_display_pixel_height)
7508 (Fns_display_usable_bounds, Fx_display_planes, Fx_show_tip):
7509 Fix typos in docstrings.
7510 (Fns_set_alpha): Fix typos in error messages.
7511
7512 2009-03-12 David Reitter <david.reitter@gmail.com>
7513
7514 * termhooks.h [HAVE_NS]: Define NS_NONKEY_EVENT to be used for
7515 non-key system events on NS. Formerly, NON_ASCII_KEYSTROKE_EVENT
7516 were used for such events.
7517
7518 * nsterm.m (newFrame, openFile, fulfillService, changeFont)
7519 (toggleToolbar, performDragOperation, runHelp): Use it.
7520
7521 * keyboard.c (parse_menu_item) [HAVE_NS]: Treat new event like
7522 NON_ASCII_KEYSTROKE_EVENT, but set used_mouse_menu.
7523
7524 2009-03-11 Kenichi Handa <handa@m17n.org>
7525
7526 * font.h (font_open_by_spec): Extern it.
7527
7528 * font.c (font_open_by_spec): New function.
7529 (font_open_by_name): Use font_open_by_spec.
7530
7531 * frame.c (x_set_font): When ARG is a font-object, don't alter the
7532 fontset of the frame.
7533
7534 * fontset.c (Fset_fontset_font): When a font for ASCII is changed,
7535 modify the default font of frames that use this fontset.
7536 (num_auto_fontsets): New variable.
7537 (fontset_from_font): Use num_auto_fontsets to decide a fontset
7538 name. Be sure to set FONTSET_ASCII to the correct font name.
7539 (update_auto_fontset_alist): New function.
7540
7541 2009-03-11 Juanma Barranquero <lekktu@gmail.com>
7542
7543 * makefile.w32-in: Update dependencies.
7544
7545 2009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
7546
7547 * nsfns.m (syms_of_nsfns): Remove Qbuffered.
7548
7549 2009-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
7550
7551 * buffer.c (Fswitch_to_buffer): Revert part of 2008-10-21's change.
7552
7553 2009-03-10 Chong Yidong <cyd@stupidchicken.com>
7554
7555 * lread.c (Feval_buffer): Doc fix.
7556
7557 2009-03-09 Kenichi Handa <handa@m17n.org>
7558
7559 * charset.c (Qfile_name_handler_alist): Extern it.
7560 (load_charset_map_from_file): Temporarily bind
7561 `file-name-handler-alist' to nil while calling openp. (Bug#2435)
7562
7563 2009-03-06 Aaron Ecay <aaronecay@gmail.com> (tiny change)
7564
7565 * nsterm.m (ns_draw_vertical_window_border): Draw 1 pixel wide,
7566 not two, and use NSRectFill instead of NSDrawGroove. (Bug#2352)
7567
7568 2009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
7569
7570 * nsterm.m: Include <signal.h> for SIGTERM used in ns_term_shutdown.
7571 (x_set_window_size): Change back to calculated method of setting
7572 toolbar height under Cocoa. (Bug#2546)
7573 (EmacsView-windowWillUseStandardFrame:defaultFrame:): New method.
7574 (EmacsView-drawRect:): Completely shortcircuit if ns_in_resize.
7575
7576 * nsfns.m (ns_appkit_version_int): Fix typo in the version macro.
7577
7578 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Don't add
7579 accelerator in parens under GNUstep.
7580
7581 2009-03-06 Kenichi Handa <handa@m17n.org>
7582
7583 These changes are to detect incorrect composition sequence without
7584 looking ahead the source. (Bug#2370)
7585
7586 * coding.h: Include "composite.h".
7587 (enum compisition_state): New enum.
7588 (struct compisition_status): New struct.
7589 (struct iso_2022_spec): New member cmp_status.
7590 (struct emacs_mule_spec): New struct.
7591 (struct coding_system): New members ctext_extended_segment_len and
7592 embedded_utf_8. Change the union member
7593 spec.emacs_mule_full_support to spec.emacs_mule.
7594
7595 * coding.c (CODING_ISO_CMP_STATUS): New macro.
7596 (CODING_ISO_EXTSEGMENT_LEN, CODING_ISO_EMBEDDED_UTF_8): New macros.
7597 (MAX_ANNOTATION_LENGTH): Define to 5.
7598 (ADD_COMPOSITION_DATA): New arg nbytes.
7599 (emacs_mule_char): New arg cmp_status.
7600 (DECODE_EMACS_MULE_COMPOSITION_CHAR): Delete it.
7601 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): New arg c.
7602 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New arg c.
7603 (DECODE_EMACS_MULE_21_COMPOSITION): Delete the arg c.
7604 (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Likewise.
7605 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Likewise.
7606 (DECODE_EMACS_MULE_COMPOSITION_START): New macro.
7607 (EMACS_MULE_COMPOSITION_END): New macro.
7608 (emacs_mule_finish_composition): New function.
7609 (EMACS_MULE_MAYBE_FINISH_COMPOSITION): New macro.
7610 (decode_coding_emacs_mule): Avoid long looking ahead while
7611 handling composition.
7612 (DECODE_COMPOSITION_RULE): Argument changed to rule and nbytes.
7613 (ENCODE_COMPOSITION_RULE): New macro.
7614 (finish_composition): New function.
7615 (MAYBE_FINISH_COMPOSITION): Call finish_composition.
7616 (DECODE_COMPOSITION_START): New implementation.
7617 (DECODE_COMPOSITION_END): Likewise.
7618 (STORE_COMPOSITION_RULE): New macro.
7619 (decode_coding_iso_2022): Avoid long looking ahead while handling
7620 composition, CTEXT extended segment, and embedded UTF-8.
7621 (setup_coding_system): For a coding of type iso-2022, reset
7622 CODING_ISO_EXTSEGMENT_LEN (coding) and
7623 CODING_ISO_EMBEDDED_UTF_8 (coding).
7624 (get_translation): Delete arguments last_block, from_nchars,
7625 to_nchars. Callers changed.
7626 (produce_chars): Don't modify charbuf. Adjusted for the change of
7627 get_translation.
7628 (produce_composition): Adjust for the new annotation sequence.
7629 (handle_composition_annotation): Likewise.
7630 (consume_chars): Adjust for the change of get_translation.
7631
7632 2009-03-05 Adrian Robert <Adrian.B.Robert@gmail.com>
7633
7634 * nsterm.m (ns_select): Shortcircuit if reentrant call. (Bug#2564)
7635
7636 2009-03-05 Kenichi Handa <handa@m17n.org>
7637
7638 * font.c (font_select_entity): New function.
7639 (font_find_for_lface): Use font_select_entity to select a font.
7640
7641 * fontset.c (fontset_find_font): If a font found without
7642 restricting to the characters C doesn't support C, try to find a
7643 font with C restriction.
7644
7645 2009-03-04 Nikolaj Schumacher <me@nschum.de>
7646
7647 * nsfont.m (nsfont_draw): Compare ns_antialias_text against lisp value.
7648
7649 2009-03-04 Jason Rumney <jasonr@gnu.org>
7650
7651 * w32fns.c (w32_wnd_proc): Only ignore IME messages for the
7652 characters that have already been read. (Bug#2569)
7653
7654 * image.c (xbm_read_bitmap_data, png_load, svg_load_image):
7655 Log an error message if check_image_size failed.
7656 (xpm_load_image, pbm_load, jpeg_load, tiff_load, gif_load)
7657 (gs_load): Mention max-image-size in size error message. (Bug#2560)
7658
7659 2009-03-02 Eli Zaretskii <eliz@gnu.org>
7660
7661 * callproc.c (Fcall_process): Bind inhibit-modification-hooks to t
7662 when decoding process output.
7663
7664 2009-03-01 Richard M Stallman <rms@gnu.org>
7665
7666 * m/mips.h (DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
7667
7668 * emacs.c (gdb_data_seg_bits) [USE_LSB_TAG]: Make it 0.
7669
7670 2009-02-28 Eli Zaretskii <eliz@gnu.org>
7671
7672 * coding.c (decode_coding_utf_8, decode_coding_utf_16)
7673 (decode_coding_emacs_mule, decode_coding_iso_2022)
7674 (encode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
7675 (decode_coding_raw_text, decode_coding_charset)
7676 (setup_coding_system, decode_eol, decode_coding, consume_chars):
7677 Honor inhibit-eol-conversion. (Bug #2186)
7678
7679 2009-02-28 Jason Rumney <jasonr@gnu.org>
7680
7681 * coding.c (detect_coding_charset): If not checking latin extra,
7682 fail on characters between 0x80 and 0xA0. (Bug#2354)
7683
7684 2009-02-28 Eli Zaretskii <eliz@gnu.org>
7685
7686 * coding.c (detect_coding_charset): Fix change from 2008-10-21.
7687 Also, check iso-latin-*, not only iso-8859-*. (Bug#2497)
7688
7689 2009-02-27 Glenn Morris <rgm@gnu.org>
7690
7691 * callint.c (Finteractive): Doc fix.
7692
7693 2009-02-27 Kenichi Handa <handa@m17n.org>
7694
7695 * lread.c (read_escape): Signal an error for invalid \UXXXXXXXX.
7696
7697 2009-02-27 Chong Yidong <cyd@stupidchicken.com>
7698
7699 * font.c (font_style_to_value): Set value for unknown symbols to
7700 100 instead of 255.
7701 (weight_table, slant_table, width_table): Treat "unspecified" as
7702 the default value.
7703
7704 2009-02-26 Juanma Barranquero <lekktu@gmail.com>
7705
7706 * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring.
7707
7708 2009-02-25 Juanma Barranquero <lekktu@gmail.com>
7709
7710 * lread.c (Fload): Stop checking Vloads_in_progress and signal
7711 error as soon as a recursive load is detected.
7712
7713 2009-02-24 Adrian Robert <Adrian.B.Robert@gmail.com>
7714
7715 * nsterm.m (ns_ring_bell): Convert rect to window coordinates
7716 before caching.
7717
7718 2009-02-24 Kenichi Handa <handa@m17n.org>
7719
7720 * fontset.c (fontset_find_font): Fix the condition for checking
7721 unavailable font.
7722
7723 2009-02-24 Glenn Morris <rgm@gnu.org>
7724
7725 * xfaces.c (Finternal_set_font_selection_order): Remove leading
7726 whitespace that confuses documentation.
7727
7728 2009-02-23 Miles Bader <miles@gnu.org>
7729
7730 * process.c (Flist_system_processes, Fprocess_attributes)
7731 (syms_of_process): Rename `system-process-attributes' to
7732 `process-attributes'.
7733
7734 2009-02-22 Andreas Schwab <schwab@linux-m68k.org>
7735
7736 * coding.h (struct coding_system): Make safe_charsets a pointer to
7737 unsigned char.
7738 * coding.c (CODING_ISO_REQUEST): Check for safe_charsets content
7739 being 255.
7740 (SAFE_CHARSET_P): Likewise.
7741 (setup_iso_safe_charsets): Properly setup safe_charsets.
7742 (Fdefine_coding_system_internal): Likewise.
7743 (setup_coding_system): Likewise. Remove unneeded casts.
7744 (detect_coding_iso_2022): Compare Viso_2022_charset_list with
7745 CODING_ATTR_CHARSET_LIST, not CODING_ATTR_SAFE_CHARSETS. Remove
7746 unneeded casts.
7747
7748 * insdel.c (del_range_2): Don't modify gap contents when called
7749 from decode_coding_object. (Bug#1809)
7750
7751 2009-02-21 Chong Yidong <cyd@stupidchicken.com>
7752
7753 * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and
7754 Qfont_object.
7755 (Ftype_of): Recognize font objects.
7756
7757 * lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern.
7758
7759 * font.c (Qfont_spec, Qfont_entity, Qfont_object): Definitions
7760 moved to data.c.
7761
7762 2009-02-20 Adrian Robert <Adrian.B.Robert@gmail.com>
7763
7764 * nsterm.m (x_make_frame_invisible): Unset async_visible,
7765 async_iconified. Based on a patch by Christian Lynbech
7766 <christian.lynbech@tieto.com>.
7767 (EmacsView-windowDidMiniaturize:): Unset async_visible.
7768
7769 2009-02-20 Glenn Morris <rgm@gnu.org>
7770
7771 * syntax.c (Fskip_chars_forward): Fix doc typo.
7772
7773 2009-02-20 Chong Yidong <cyd@stupidchicken.com>
7774
7775 * keymap.c (Fkeymap_parent): Doc fix (Bug#2391).
7776
7777 2009-02-19 Chong Yidong <cyd@stupidchicken.com>
7778
7779 * xfns.c (Fx_create_frame): Give Xft driver a higher priority.
7780
7781 2009-02-19 Kenichi Handa <handa@m17n.org>
7782
7783 * coding.c (detect_coding): Preserve coding->mode.
7784 Don't overflow coding->carryover. (Bug#2370)
7785
7786 2009-02-18 Dan Nicolaescu <dann@ics.uci.edu>
7787
7788 * m/ibmrs6000.h (ADDR_CORRECT): Restore, removed by mistake on 2008-07-23.
7789
7790 2009-02-18 Kenichi Handa <handa@m17n.org>
7791
7792 * font.c (font_check_otf_features): Fix handling of `nil' element.
7793 (Ffont_spec): Describe :lang and :otf in the docstring.
7794
7795 2009-02-16 Andreas Schwab <schwab@suse.de>
7796
7797 * coding.c (Fcheck_coding_systems_region): Fix test for unibyte
7798 string.
7799
7800 2009-02-16 Kenichi Handa <handa@m17n.org>
7801
7802 * coding.c (Fcheck_coding_systems_region): Fix typo; Qt -> Qnil.
7803 (Bug#1723)
7804
7805 2009-02-14 Chong Yidong <cyd@stupidchicken.com>
7806
7807 * dispextern.h (struct iterator_stack_entry): New line_wrap member.
7808
7809 * xdisp.c (push_it, pop_it): Save and restore line_wrap.
7810 (handle_line_prefix): Suppress wrapping of wrap prefixes.
7811
7812 2009-02-14 Eli Zaretskii <eliz@gnu.org>
7813
7814 * msdos.c (MAX_SCREEN_BUF): New macro.
7815 (IT_write_glyphs): Make screen_buf[] always be MAX_SCREEN_BUF-long.
7816 Encode the entire run of glyphs sharing the same face, instead of
7817 doing that one glyph at a time (fixes a bug with displaying
7818 double-size characters).
7819
7820 2009-02-13 Adrian Robert <Adrian.B.Robert@gmail.com>
7821
7822 * nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog.
7823
7824 * nsmenu.m (pop_down_menu): Check popup_activated_flag.
7825 (ns_popup_dialog, EmacsDialogPanel-runDialogAt:): Let
7826 pop_down_menu do the cleanup work as it is always called. (Bug#2154)
7827
7828 * nsfont.m (nsfont_make_fontset_for_font): For now, don't try to
7829 set fontset font for "mathematical-" sub-scripts. (Bug #2218)
7830
7831 2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
7832
7833 * keyboard.c (adjust_point_for_property): Allow stopping between two
7834 invisible areas.
7835
7836 2009-02-12 Jason Rumney <jasonr@gnu.org>
7837
7838 * w32font.c (check_face_name): Check for fake helv. (Bug#2275)
7839 (add_font_entity_to_list): Call check_face_name even when family
7840 is unspecified.
7841
7842 * w32term.c (x_display_pixel_height, x_display_pixel_width):
7843 Release DC when finished. Use NULL window to refer to desktop.
7844 (w32_term_init): Use NULL window to refer to desktop. (Bug#460)
7845
7846 * w32font.c (add_font_entity_to_list): Fix check for substituted
7847 raster fonts. (Bug#2219)
7848
7849 2009-02-12 Kenichi Handa <handa@m17n.org>
7850
7851 * composite.c (MAX_AUTO_COMPOSITION_LOOKBACK): New macro.
7852 (composition_gstring_width): Fix handling of LGLYPH_YOFF.
7853 (autocmp_chars): Use fast_looking_at. Don't compose more
7854 characters than MAX_COMPOSITION_COMPONENTS.
7855 (find_automatic_composition): While looking forward and backward,
7856 check static composition. Fix where to stop looking forward.
7857 (composition_adjust_point): Fix checking of static composition.
7858 (Fcomposition_get_gstring): Pay attention to
7859 MAX_COMPOSITION_COMPONENTS.
7860
7861 * lisp.h (fast_looking_at): Extern it.
7862
7863 * search.c (fast_looking_at): New function.
7864
7865 * term.c (encode_terminal_code): Adjust for the change of
7866 <struct glyph>.u.cmp.to.
7867 (append_composite_glyph): Likewise.
7868
7869 * xdisp.c (fill_gstring_glyph_string): Adjust for the change of
7870 <struct glyph>.u.cmp.to. Check if the glyph belongs to the same
7871 composition.
7872 (append_composite_glyph): Adjust for the change of
7873 <strcut glyph>.u.cmp.to.
7874
7875 2009-02-11 Juanma Barranquero <lekktu@gmail.com>
7876
7877 * casetab.c (init_casetab_once):
7878 * coding.c (ALLOC_CONVERSION_WORK_AREA):
7879 * font.c (font_update_lface):
7880 * fontset.c (Fnew_fontset):
7881 * ftfont.c (ftfont_drive_otf):
7882 * xfont.c (xfont_open):
7883 * xftfont.c (xftfont_get_xft_draw): Remove spurious semicolons.
7884
7885 2009-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
7886
7887 * fileio.c (Fwrite_region): !NILP -> CONSP.
7888
7889 2009-02-10 Andreas Schwab <schwab@suse.de>
7890
7891 * process.c (send_process): Properly relocate pointer into data
7892 when using encoded data. (Bug#2272)
7893
7894 2009-02-08 ARISAWA Akihiro <ari@mbf.sphere.ne.jp>
7895
7896 * coding.c (detect_coding_charset): Fix previous change.
7897
7898 2009-02-08 Jason Rumney <jasonr@gnu.org>
7899
7900 * w32fns.c (w32_hide_hourglass): Handle case where frame
7901 disappeared while hourglass was displayed. (Bug #2193)
7902
7903 2009-02-07 Andreas Schwab <schwab@suse.de>
7904
7905 * unexelf.c (unexec): Fix error message.
7906
7907 2009-02-07 Adrian Robert <Adrian.B.Robert@gmail.com>
7908
7909 * nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event
7910 when modal window is active. (Bug #2152)
7911 (applicationShouldTerminate:): Remove now-unneeded while loop
7912 around NSRunAlertPanel.
7913
7914 * nsmenu.m (popupSession): New file-global variable.
7915 (pop_down_menu): End the popupSession before closing dialog.
7916 (ns_popup_dialog): BLOCK_INPUT around dialog presentation.
7917 (EmacsDialogPanel-runDialogAt:): Don't place window (superfluous),
7918 don't query NSApp for events (just sleep instead).
7919
7920 2009-02-07 Eli Zaretskii <eliz@gnu.org>
7921
7922 * coding.c (syms_of_coding) <translation-table-for-input>:
7923 Modify doc string to discourage use for character code unification.
7924
7925 2009-02-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7926
7927 * atimer.c (run_timers): Update pending_atimers.
7928
7929 2009-02-06 Chong Yidong <cyd@stupidchicken.com>
7930
7931 * image.c (svg_load_image): Fix last change.
7932
7933 * xfns.c (Fx_create_frame): Signal an error if no font is
7934 found (Bug#2147).
7935
7936 2009-02-05 Juanma Barranquero <lekktu@gmail.com>
7937
7938 * character.c (syms_of_character) <script-representative-chars>:
7939 Fix typo in docstring.
7940
7941 2009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
7942
7943 * nsmenu.m (pop_down_menu): New function.
7944 (ns_popup_dialog): Call it on unwind.
7945 (EmacsDialogPanel-runDialogAt:): Check popup_activated_flag and
7946 call timer_check() (Bug#2154).
7947 (EmacsMenu-menuNeedsUpdate:): Don't call ns_update_menu if
7948 handling_signal is set.
7949 (EmacsMenu-fillWithWidgetValue:): Set submenu title.
7950
7951 * config.in: Get rid of COCOA_EXPERIMENTAL_CTRL_G.
7952
7953 * s/darwin.h: Same and NO_SOCK_SIGIO as well.
7954
7955 * nsterm.m (ns_read_socket): Same and don't set handling_signal.
7956
7957 * keyboard.c (poll_for_input_1, handle_async_input):
7958 Set handling_signal under HAVE_NS.
7959
7960 2009-02-04 Glenn Morris <rgm@gnu.org>
7961
7962 * fileio.c (Fwrite_region): Doc fix (mention annotate-functions).
7963
7964 2009-02-04 Kenichi Handa <handa@m17n.org>
7965
7966 * Makefile.in (composite.o): Depends on frame.h and termhooks.h.
7967
7968 * charset.c (Fchar_charset): New optional arg restriction.
7969
7970 * coding.h (coding_system_charset_list): Extern it.
7971
7972 * coding.c (coding_system_charset_list): New function.
7973
7974 * composite.c: Include coding.h and termhooks.h.
7975 (composition_gstring_p): Fix for the terminal case.
7976 (composition_gstring_width): Likewise.
7977 (fill_gstring_body): Likewise.
7978 (autocmp_chars): For terminal, call Fcomposition_get_gstring with
7979 the frame.
7980 (composition_compute_stop_pos): Adjust cmp_it->stop_pos if point
7981 is within a composition.
7982 (Fcomposition_get_gstring): Fix the terminal case.
7983
7984 * term.c (encode_terminal_code): Fix handling of composition.
7985 (produce_composite_glyph): For static composition, get pixel_width
7986 from struct composition.
7987
7988 2009-02-02 Andreas Schwab <schwab@suse.de>
7989
7990 * unexelf.c (unexec): Handle unaligned bss offset.
7991
7992 2009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com>
7993
7994 * nsterm.m (ns_read_socket): Copy 2009-01-29 and 2009-01-30
7995 XT,w32read_socket changes to ns_read_socket.
7996
7997 * keyboard.c (handle_interrupt): Don't call
7998 quit_throw_to_read_char() under NS.
7999
8000 * blockinput.h: Remove NS-specific code.
8001
8002 2009-01-30 Dan Nicolaescu <dann@ics.uci.edu>
8003
8004 * dispnew.c (window_change_signal): Don't try to get the size of a
8005 suspended tty frame.
8006 * term.c (Fresume_tty): Resize if the size has changed while the
8007 tty was suspended.
8008
8009 * alloc.c (mark_stack): Properly conditionalize previous change.
8010
8011 2009-01-30 Juanma Barranquero <lekktu@gmail.com>
8012
8013 * w32inevt.c (w32_console_read_socket) [SYNC_INPUT]:
8014 * w32term.c (w32_read_socket) [SYNC_INPUT]:
8015 Remove; this code is not used on Windows.
8016
8017 2009-01-30 Eli Zaretskii <eliz@gnu.org>
8018
8019 * coding.c (detect_eol, decode_eol): Handle text with DOS-style
8020 EOLs that also has stray ^M characters.
8021
8022 2009-01-30 Juanma Barranquero <lekktu@gmail.com>
8023
8024 * atimer.c (run_timers, alarm_signal_handler):
8025 * keyboard.c (pending_signals, handle_async_input, init_keyboard):
8026 * w32inevt.c (w32_console_read_socket):
8027 * w32term.c (w32_read_socket):
8028 * xterm.c (XTread_socket): Use "#ifdef SYNC_INPUT" where appropriate.
8029
8030 2009-01-30 Chong Yidong <cyd@stupidchicken.com>
8031
8032 * callproc.c (Vtemp_file_name_pattern): Remove DEFVAR_LISP.
8033 Initialize it as a relative filename pattern.
8034 (init_callproc): Don't initialize Vtemp_file_name_pattern here.
8035 (Fcall_process_region): Simplify temp file creation using
8036 temporary-file-directory.
8037
8038 2009-01-29 Eli Zaretskii <eliz@gnu.org>
8039
8040 * msdos.c: Rename pending_signals to msdos_pending_signals.
8041 (sig_suspender, sigprocmask): Adjust.
8042
8043 2009-01-29 Chong Yidong <cyd@stupidchicken.com>
8044
8045 * keyboard.c (pending_signals): New var.
8046 (poll_for_input, input_available_signal, init_keyboard): Set it.
8047 (process_pending_signals): New function.
8048
8049 * lisp.h (QUIT): Check pending_signals instead of
8050 interrupt_input_pending. Use process_pending_signals.
8051
8052 * atimer.c (run_timers, alarm_signal_handler): Update pending_signals.
8053
8054 * process.c (wait_reading_process_output): Use process_pending_signals.
8055
8056 * sysdep.c (emacs_write): Use process_pending_signals.
8057
8058 * xterm.c (XTread_socket): Update pending_signals.
8059
8060 * w32term.c (w32_read_socket): Update pending_signals.
8061
8062 * w32inevt.c (w32_console_read_socket): Update pending_signals.
8063
8064 2009-01-29 Kenichi Handa <handa@m17n.org>
8065
8066 * xftfont.c (xftfont_has_char): New function.
8067 (syms_of_xftfont): Register xftfont_has_char in xftfont_driver.
8068
8069 2009-01-29 Adrian Robert <Adrian.B.Robert@gmail.com>
8070
8071 * nsterm.h (EmacsPrefsController.cursorBlinkSlider): Only define
8072 under GNUstep.
8073 (ns_query_color): New declaration.
8074
8075 * nsterm.m (ns_confirm_quit): New variable.
8076 (ns_set_default_prefs, syms_of_nsterm, ns_term_init): Initialize it.
8077 (EmacsApp-applicationShouldTerminate:): Use it.
8078 (EmacsPrefsController): Let user set it.
8079 (ns_query_color): New function.
8080 (ns_defined_color): Use it.
8081 (ns_initialize): Drop.
8082 (ns_term_init): Add two lines from ns_initialize(), and set
8083 input_interrupt_mode to nil.
8084
8085 * image.c (svg_load_image): Don't right-shift background RGB when
8086 obtained from FRAME_BACKGROUND_PIXEL. Under HAVE_NS use ns_query_color.
8087
8088 2009-01-28 Kenichi Handa <handa@m17n.org>
8089
8090 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
8091 (fontset_get_font_group): Remember that no font-group is specified
8092 for C.
8093
8094 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
8095
8096 * fns.c (concat): Check for string overflow (bug#1787).
8097
8098 * undo.c (undo_limit, undo_strong_limit, Vundo_outer_limit):
8099 Quadruple undo limits (bug#1501).
8100
8101 2009-01-27 Kenichi Handa <handa@m17n.org>
8102
8103 * ftfont.c (ftfont_has_char): If the arg FONT is a font-object,
8104 directly use GT_Get_Char_index.
8105
8106 * xftfont.c (struct xftfont_info): New member `index'.
8107
8108 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
8109 (Ffontset_font): Adjust for the change of fontset entry.
8110
8111 2009-01-26 Kenichi Handa <handa@m17n.org>
8112
8113 * fontset.c (fontset_find_font): Fix handling of non-cons return
8114 value of fontset_get_font_group.
8115 (fontset_font): Revert last change.
8116
8117 2009-01-26 Jason Rumney <jasonr@gnu.org>
8118
8119 * w32font.c (w32font_list_internal): Return quickly if registry is
8120 unknown. Simplify final return.
8121 (add_font_entity_to_list): Break complex logic down into more
8122 manageable chunks. Move unknown registry check to
8123 w32font_list_internal.
8124
8125 2009-01-25 Adrian Robert <Adrian.B.Robert@gmail.com>
8126
8127 Changes to remove Feval calls from GUI under NS.
8128
8129 * nsterm.h: Move KEY_NS_... definitions here from nsterm.m.
8130 Add NS_TOGGLE_TOOLBAR, NS_PUT_WORKING_TEXT, NS_UNPUT_WORKING_TEXT.
8131 Remove NS_INSERT_WORKING_TEXT, NS_DELETE_WORKING_TEXT.
8132
8133 * nsterm.m: Move KEY_NS_... definitions to nsterm.h.
8134 (EmacsView-toggleToolbar:): Use KEY_NS_TOGGLE_TOOLBAR.
8135 (EmacsView-setMarkedText:,-deleteWorkingText:): Use NS_TEXT_EVENT
8136 instead of NON_ASCII_KEYSTROKE_EVENT.
8137 (EmacsApp-terminate:): Use KEY_NS_POWER_OFF instead of Feval.
8138 (EmacsApp-applicationShouldTerminate:): Query user.
8139 (EmacsPreferencesController-runHelp:): Use KEY_NS_INFO_PREFS
8140 instead of Feval.
8141
8142 * termhooks.h (NS_TEXT_EVENT): New event type under HAVE_NS.
8143
8144 * keyboard.c (kbd_buffer_get_event): Check for it.
8145 (keys_of_keyboard): Define lispy keys for
8146 ns-put/unput-working-text.
8147
8148 * nsmenu.m (ns_popup_dialog): Resync window setting with X and W32
8149 versions.
8150 (EmacsDialog-runDialogAt:): Use NSModalPanelRunLoopMode.
8151
8152 2009-01-25 Chong Yidong <cyd@stupidchicken.com>
8153
8154 * dispnew.c (buffer_posn_from_coords): Use Fset_buffer instead of
8155 setting current_buffer directly. (Bug#2044)
8156
8157 2009-01-24 Chong Yidong <cyd@stupidchicken.com>
8158
8159 * fontset.c (fontset_font): If we know there is no font, don't do
8160 any work. (Bug#1952, bug#1990).
8161
8162 * font.c (font_parse_xlfd): Handle patterns of length < 2. (Bug#1802)
8163
8164 2009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
8165
8166 * emacs.c (main): Do fork+exec under --daemon in Cocoa.
8167 (ns_no_defaults): New declaration.
8168 (main): Use it.
8169
8170 * nsterm.h (ns_no_defaults): New declaration.
8171
8172 * nsfns.m (x_get_string_resource): Don't read when ns_no_defaults.
8173
8174 * nsterm.m (ns_no_defaults): New variable.
8175 (ns_initialize): Don't read defaults when ns_no_defaults.
8176 (EmacsView-readSelectionFromPasteboard:)
8177 (writeSelectionToPasteboard:types:): New stubbed-out methods for
8178 NSServicesRequests protocol. (Bug#1435)
8179 (ns_dumpglyphs_stretch): New function.
8180 (ns_draw_glyph_string): Use it, parallel Yamamoto Mitsuharu change
8181 of 2008-11-15 to other terms. (Bug#615)
8182
8183 * nsimage.m (setPixmapData:): Set to ignore image DPI.
8184
8185 2009-01-23 Giorgos Keramidas <keramida@freebsd.org> (tiny change)
8186
8187 * alloc.c (mark_stack): Use "flushw" instead of "ta 3" assembly
8188 call for Sparc64.
8189
8190 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
8191
8192 * nsfns.m:
8193 * nsgui.h:
8194 * nsmenu.m:
8195 * nsselect.m:
8196 * nsterm.h:
8197 * nsterm.m: Remove '23' comments that indicated code added during
8198 update from emacs-20 -> emacs-23.
8199
8200 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
8201
8202 * nsterm.m (EmavsView-keyDown:): Treat nil as Qnone for
8203 ns_alternate_modifier. (Bug#1217)
8204
8205 * nsmenu.m (EmacsMenu-parseKeyEquiv:, addItemWithWidgetValue:):
8206 Display all shortcuts, including those w/o super modifier.
8207
8208 * nsfns.m (ns-read-file-name): Fix typo in assignment statement.
8209
8210 2009-01-22 Chong Yidong <cyd@stupidchicken.com>
8211
8212 * fileio.c (Vwrite_region_post_annotation_function)
8213 (Vwrite_region_annotation_buffers): New vars.
8214 (build_annotations_unwind): Just reset
8215 Vwrite_region_annotation_buffers.
8216 (Fwrite_region): Initialize Vwrite_region_annotation_buffers.
8217 Call write-region-post-annotation-function.
8218 (build_annotations): Add to Vwrite_region_annotation_buffers if
8219 buffer changes.
8220
8221 2009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
8222
8223 * nsterm.h (EmacsApp-setAppleMenu:): Conditionalize more correctly on
8224 Tiger.
8225 * nsfns.m (ns_do_applescript):
8226 Conditionalize typeUTF16ExternalRepresentation on Tiger.
8227
8228 2009-01-21 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
8229
8230 * nsterm.m (EV_TRAILER): Always use emacsframe for frame_or_window.
8231
8232 2009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
8233
8234 * nsmenu.m (NSMENUPROFILE): Change #if style.
8235
8236 * nsterm.h (EmacsPrefsController): Add -setPanelFromDefaultValues.
8237
8238 * nsterm.m (x_set_frame_alpha): Add prototype.
8239 (ns_fake_keydown, EmacsView-keyUp:): New variable and function to
8240 handle Ctrl-tab. (Bug#1841)
8241 (ns_get_color): Use unsigned long long for scanned hex string value.
8242 (ns_term_shutdown): Abort on non SIGTERM signals.
8243 (EmacsPrefsController-setDefaultFont:,-setColors:): Raise the frame.
8244 (EmacsPrefsController-setPanelFromDefaultValues): New function.
8245 (EmacsPrefsController-resetToDefaults:): Use it. (Bug#1801)
8246 (ns_font_to_xlfd, ns_fontname_to_xlfd): Remove, unused.
8247 (ns_defined_color): Fix settings of the XColor variable fields:
8248 red,green,blue scale to 2-byte, pixel's parts to 1-byte. (Bug#1663)
8249
8250 * nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore image
8251 DPI. (Bug#1316)
8252 (EmacsImage-setPixelAtX:Y:toRed:green:blue:alpha:): Fix color
8253 values in onTiger section.
8254
8255 2009-01-19 Chong Yidong <cyd@stupidchicken.com>
8256
8257 * xfaces.c (Finternal_set_lisp_face_attribute, Fx_list_fonts):
8258 Check return value of font_spec_from_name.
8259 (Fx_list_fonts): Doc fix. (Bug#1951)
8260
8261 * font.c (font_spec_from_name): Return Qnil if font name could not
8262 be parsed.
8263 (font_parse_name): Treat a `?' character as part of an XLFD.
8264
8265 * fns.c (Fsubstring): Doc fix.
8266
8267 2009-01-19 Kenichi Handa <handa@m17n.org>
8268
8269 * ftfont.c (ftfont_lookup_cache): Check the return value of FcFontList.
8270 (ftfont_list): Likewise.
8271
8272 2009-01-18 Juanma Barranquero <lekktu@gmail.com>
8273
8274 * dbusbind.c (Fdbus_register_signal):
8275 * process.c (conv_sockaddr_to_lisp):
8276 * w32fns.c (Fw32_battery_status): Use empty_unibyte_string.
8277
8278 * callproc.c (Fgetenv_internal): Doc fix.
8279
8280 2009-01-16 Chong Yidong <cyd@stupidchicken.com>
8281
8282 * xfns.c (x_make_gc): Don't allocate stipple member for gc_values;
8283 it is not even used.
8284
8285 2009-01-16 Glenn Morris <rgm@gnu.org>
8286
8287 * font.c (Ffont_variation_glyphs): Silence compiler.
8288
8289 2009-01-15 Juanma Barranquero <lekktu@gmail.com>
8290
8291 * sound.c (SOUND_WARNING): Use _snprintf, for MSVC compatibility.
8292 Reported by David Robinow <drobinow@gmail.com>.
8293
8294 2009-01-15 Kenichi Handa <handa@m17n.org>
8295
8296 * coding.c (detect_coding_system): Fix handling of null_byte_found.
8297
8298 2009-01-14 Jason Rumney <jasonr@gnu.org>
8299
8300 * frame.c (x_set_font): Always store a font to the font parameter,
8301 never a fontset. (Bug#1562)
8302
8303 2009-01-14 Kenichi Handa <handa@m17n.org>
8304
8305 * coding.c (TWO_MORE_BYTES): New macro.
8306 (detect_coding_utf_16): Use TWO_MORE_BYTES instead of ONE_MORE_BYTE.
8307
8308 2009-01-13 Chong Yidong <cyd@stupidchicken.com>
8309
8310 * font.c (font_clear_prop): If clearing the family, clear the font
8311 width index too.
8312
8313 * xfaces.c (Finternal_set_lisp_face_attribute): Revert last change.
8314
8315 2009-01-12 Juanma Barranquero <lekktu@gmail.com>
8316
8317 * sound.c [WINDOWSNT] (SOUND_WARNING): New macro.
8318 (do_play_sound): Use it. Don't pass a hardcoded buffer size to mci
8319 functions, use sizeof.
8320
8321 2009-01-12 Martin Rudalics <rudalics@gmx.at>
8322
8323 * keyboard.c (read_char): Fix case where last_nonmenu_event
8324 returned a bad value with submenus. (Bug#447)
8325
8326 2009-01-12 Chong Yidong <cyd@stupidchicken.com>
8327
8328 * xfaces.c (Finternal_set_lisp_face_attribute): If setting the
8329 family, clear the font width index too.
8330
8331 2009-01-11 Jason Rumney <jasonr@gnu.org>
8332
8333 * keyboard.c (cmd_error_internal): Exit when errors occur before
8334 frame creation and not in daemon mode. (Bug#1836)
8335
8336 2009-01-10 Chong Yidong <cyd@stupidchicken.com>
8337
8338 * xdisp.c (pos_visible_p): When iterator stops on the last glyph
8339 of a display vector, backtrack.
8340 (try_window_reusing_current_matrix): Check glyph type before
8341 referencing charpos member.
8342
8343 2009-01-10 Eli Zaretskii <eliz@gnu.org>
8344
8345 Fix Bug #876:
8346
8347 * coding.c (inhibit_null_byte_detection): New variable.
8348 (detect_coding, detect_coding_system): Don't pay attention to null
8349 bytes if inhibit_null_byte_detection is non-zero.
8350 (syms_of_coding) <inhibit-null-byte-detection>: Declare and document.
8351 <inhibit-iso-escape-detection>: Doc fix.
8352
8353 2009-01-09 Jason Rumney <jasonr@gnu.org>
8354
8355 * w32font.c (add_font_entity_to_list): Don't report unknown
8356 Windows charset as any unrecognized registry. (Bug#1548)
8357 Only report Unicode Plane 2 fonts as unicode-sip.
8358
8359 2009-01-09 Chong Yidong <cyd@stupidchicken.com>
8360
8361 * xfaces.c (Fx_font_family_list): Delete function.
8362 Move compatibility version to faces.el.
8363
8364 * font.c (Ffont_family_list): Return a list of strings, not symbols.
8365
8366 2009-01-09 Martin Rudalics <rudalics@gmx.at>
8367
8368 * frame.c (x_set_frame_parameters): Remember requested value for
8369 fullscreen before it's reset by the parameter handler.
8370
8371 2009-01-09 Glenn Morris <rgm@gnu.org>
8372
8373 * keyboard.c (last_command_char): For clarity, rename to...
8374 (last_command_event): ... and update all users.
8375 (last_input_char): For clarity, rename to...
8376 (last_input_event): ... and update all users.
8377 (last-command-char, last-input-char): Move to subr.el as aliases.
8378 * cmds.c, commands.h: Update for last_command_char rename.
8379
8380 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
8381
8382 * font.c (font_open_for_lface): Handle unspecified height attribute.
8383
8384 2009-01-08 Jason Rumney <jasonr@gnu.org>
8385
8386 * w32fns.c (Vx_pointer_shape, Vx_nontext_pointer_shape)
8387 (Vx_mode_pointer_shape, Vx_window_horizontal_drag_shape)
8388 (Vx_hourglass_pointer_shape, Vx_sensitive_text_pointer_shape):
8389 Don't declare.
8390 (syms_of_w32fns): Don't define x-pointer-shape variable. (Bug#1485)
8391 (x_create_tip_frame) [GLYPH_DEBUG]: Enable image debugging code.
8392
8393 2009-01-07 Kenichi Handa <handa@m17n.org>
8394
8395 * fileio.c (Finsert_file_contents): In the case of replace,
8396 remember the coding system used for decoding in
8397 coding_system (Bug#1039).
8398
8399 * coding.c (decode_coding_utf_8): Check byte_after_cr before
8400 breaking the loop. (Bug#870)
8401 (decode_coding_utf_16, decode_coding_emacs_mule)
8402 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
8403 (decode_coding_charset): Likewise.
8404
8405 2009-01-05 Martin Rudalics <rudalics@gmx.at>
8406
8407 * frame.c (x_set_frame_parameters): Make sure height (width) get
8408 applied when fullwidth (fullheight) is set. (Bug#1522)
8409
8410 2009-01-04 Juanma Barranquero <lekktu@gmail.com>
8411
8412 * w32.c: Use 64-bit arithmetic to do FILETIME conversions. (Bug#1766)
8413 (utc_base): Declare as ULONGLONG, not long double.
8414 (convert_time_raw): Delete.
8415 (FILETIME_TO_U64, U64_TO_LISP_TIME): New macros.
8416 (initialize_utc_base): New function.
8417 (convert_time): Use FILETIME_TO_U64, initialize_utc_base.
8418 (convert_from_time_t): Use initialize_utc_base; compute result with
8419 64-bit arithmetic.
8420 (process_times): Use FILETIME_TO_U64, U64_TO_LISP_TIME.
8421
8422 2009-01-03 Eli Zaretskii <eliz@gnu.org>
8423
8424 * process.c (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess)
8425 (Qttname, Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime)
8426 (Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs)
8427 (Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime)
8428 [!subprocesses]: Define.
8429 (syms_of_process) [!subprocesses]: Intern and staticpro them.
8430 (Flist_system_processes, Fsystem_process_attributes)
8431 [!subprocesses]: Call list_system_processes and
8432 system_process_attributes instead of returning Qnil.
8433
8434 * dosfns.c (system_process_attributes, list_system_processes):
8435 New functions.
8436
8437 * vm-limit.c (ret_lim_data) [MSDOS]: New function.
8438
8439 * sysdep.c (list_system_processes, system_process_attributes) [MSDOS]:
8440 Don't use the default (no-op) implementation.
8441
8442 2009-01-03 Jason Rumney <jasonr@gnu.org>
8443
8444 * keyboard.c (parse_modifiers_uncached): Wheel events are
8445 clicks (bug#687).
8446
8447 * w32term.c (x_query_colors, x_query_color): New functions.
8448
8449 * image.c (x_to_xcolors, png_load): Eliminate W32 specific code.
8450 (svg_load_image): Cast returned pointers from dynamically loaded
8451 functions. Eliminate W32 specific code.
8452
8453 2009-01-02 Dan Nicolaescu <dann@ics.uci.edu>
8454
8455 * nsfns.m (x_set_foreground_color, x_set_background_color)
8456 (x_set_cursor_color, x_set_icon_name, x_explicitly_set_name)
8457 (x_set_title, x_set_icon_type, x_set_cursor_type): Rename to use
8458 x_ prefix instead of ns_. Update references.
8459 (syms_of_nsfns): Add a FIXME comment.
8460
8461 * nsterm.m (x_set_cursor_type): New prototype.
8462 (setValuesFromPanel): Use it instead of the old ns_ prefixed name.
8463
8464 * sysdep.c (system_process_attributes): Provide Qtime and Qctime
8465 for Solaris instead of incorrectly providing Qutime and Qcutime.
8466
8467 2009-01-02 Eli Zaretskii <eliz@gnu.org>
8468
8469 * w32.c (process_times): Compute sum of utime and stime.
8470 (system_process_attributes): Add Qtime to the alist.
8471
8472 * sysdep.c (system_process_attributes): Compute Qtime and Qctime
8473 and add them to the alist.
8474
8475 * process.c (top level) <Qtime, Qctime>: New variables.
8476 (syms_of_process): staticpro them.
8477 (Fsystem_process_attributes): Add their documentation to the doc
8478 string.
8479
8480 * process.h: Declare Qtime and Qctime.
8481
8482 2009-01-02 Jason Rumney <jasonr@gnu.org>
8483
8484 * image.c (Qgobject): New symbol.
8485 (syms_of_image): Initialize it.
8486 (init_svg_functions): Load some functions from gobject library.
8487
8488 2009-01-01 Dan Nicolaescu <dann@ics.uci.edu>
8489
8490 * frame.c (make_terminal_frame): Remove redundant code and useless
8491 block.
8492
8493 2009-01-01 Andreas Schwab <schwab@suse.de>
8494
8495 * process.c (conv_sockaddr_to_lisp): Add workaround for
8496 getsockname bug on BSD.
8497
8498 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
8499
8500 * xfns.c (x_create_tip_frame): Set border width of the X window.
8501
8502 * xfaces.c (Finternal_set_lisp_face_attribute): Improve error message.
8503
8504 2009-01-01 Jason Rumney <jasonr@gnu.org>
8505
8506 * w32term.c (x_new_font): Return font object, not fontset. (Bug#119)
8507 Don't block input, as per earlier xterm.c changes.
8508
8509 2008-12-31 Adrian Robert <Adrian.B.Robert@gmail.com>
8510
8511 * nsfns.m (ns_appkit_version_str): Rename from ns_appkit_version.
8512 (ns_appkit_version_int): New function.
8513 (x-server-version): Use ns_appkit_version_int and follow 21+
8514 convention of returning 3 integers.
8515
8516 2008-12-30 Kenichi Handa <handa@m17n.org>
8517
8518 * character.h (CHAR_VARIATION_SELECTOR_P): New macro.
8519 (CHAR_SURROGATE_PAIR_P): New macro.
8520
8521 * font.h (struct font_driver): New member get_variation_glyphs.
8522
8523 * font.c (font_range): Don't require a font for a variation selector.
8524 (Ffont_variation_glyphs): New function.
8525 (syms_of_font): Defsubr it.
8526
8527 * ftfont.c (ftfont_driver): Set the member get_variation_glyphs to
8528 ftfont_variation_glyphs.
8529 (setup_otf_gstring): New function.
8530 (ftfont_drive_otf): Use it.
8531 (ftfont_shape_by_flt): Handle variation selector.
8532 (ftfont_variation_glyphs): New function.
8533
8534 2008-12-30 Martin Rudalics <rudalics@gmx.at>
8535
8536 * frame.c (Vemacs_iconified): Remove.
8537
8538 2008-12-30 Jason Rumney <jasonr@gnu.org>
8539
8540 * frame.c (store_frame_param, x_get_arg): Enable newer code on
8541 WINDOWSNT too, as related changes have already been synced. (Bug#117)
8542
8543 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
8544
8545 * indent.c (Fvertical_motion): Don't advance iterator if we have
8546 reseated to the desired position.
8547
8548 * xdisp.c (move_it_to): Handle GET_FROM_STRETCH method when
8549 checking for pos match.
8550
8551 2008-12-30 Kenichi Handa <handa@m17n.org>
8552
8553 * insdel.c (copy_text): To convert a non-ASCII char to unibyte,
8554 just get the low 8-bit of the code.
8555
8556 * font.c (font_intern_prop): Validate str as multibyte.
8557
8558 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
8559
8560 * dispextern.h (struct face): Move lface and hash from the middle
8561 of bitfields.
8562
8563 * Makefile.in (INTERVALS_H): Rename from INTERVAL_SRC, update all users.
8564
8565 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
8566
8567 * Makefile.in (INTERVAL_SRC): Also depend on dispextern.h.
8568 (coding.o, dispnew.o, keymap.o, msdos.o): Depend on INTERVAL_SRC
8569 instead of intervals.h.
8570
8571 2008-12-26 Andreas Schwab <schwab@suse.de>
8572
8573 * keymap.c (map_keymap_char_table_item): Make a copy of KEY if it is a
8574 cons.
8575
8576 2008-12-26 Martin Rudalics <rudalics@gmx.at>
8577
8578 * textprop.c (Qminibuffer_prompt): New variable.
8579 (syms_of_textprop): Initialize it.
8580 * callint.c (Fcall_interactively): For `c', `k', and `K' prompt
8581 in minibuffer-prompt face. (Bug#1662)
8582
8583 2008-12-25 Jason Rumney <jasonr@gnu.org>
8584
8585 * buffer.c (Fbuffer_swap_text): Use POINTER_TYPE.
8586
8587 2008-12-24 Jason Rumney <jasonr@gnu.org>
8588
8589 * ralloc.c (r_alloc_reset_variable): New function.
8590
8591 * buffer.c (Fbuffer_swap_text) [REL_ALLOC]: Reset ralloc's internal
8592 record of what points where. (Bug#716)
8593
8594 2008-12-22 Dan Nicolaescu <dann@ics.uci.edu>
8595
8596 * minibuf.c (read_minibuf): Follow the non-interactive case when
8597 running as a daemon, before detaching.
8598
8599 2008-12-22 Andreas Schwab <schwab@suse.de>
8600
8601 * buffer.c (init_buffer): Use realloc instead of xrealloc.
8602 * gtkutil.c (free_widget_value): Use xfree instead of free.
8603
8604 2008-12-22 Martin Rudalics <rudalics@gmx.at>
8605
8606 * frame.c (delete_frame): New function derived from
8607 Fdelete_frame to handle Qnoelisp value for FORCE argument.
8608 Delete last frame iff FORCE equals Qnoelisp. (Bug#1450)
8609 (Fdelete_frame): Call delete_frame. Remove line from doc-string
8610 saying that FORCE non-nil doesn't run `delete-frame-functions'.
8611 * frame.h: Extern delete_frame.
8612 * window.c (window_loop):
8613 * terminal.c (delete_terminal):
8614 * xterm.c (x_connection_closed):
8615 * xfns.c (Fx_hide_tip):
8616 * w32fns.c (Fx_hide_tip): Call delete_frame instead of Fdelete_frame.
8617
8618 2008-12-21 Jason Rumney <jasonr@gnu.org>
8619
8620 * w32uniscribe.c (uniscribe_encode_char): Return FONT_INVALID_CHAR
8621 when character maps to .notdef character.
8622
8623 2008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
8624
8625 * keyboard.c (cmd_error_internal): Don't exit in daemon mode, bug#1310.
8626
8627 2008-12-20 Jason Rumney <jasonr@gnu.org>
8628
8629 * frame.c (Fmake_terminal_frame): Raise an error when called from
8630 a graphical frame on Windows. (Bug#1325)
8631
8632 2008-12-20 Jan Djärv <jan.h.d@swipnet.se>
8633
8634 * frame.c (Fdelete_frame): Set f->menu_bar_vector to Qnil.
8635
8636 2008-12-20 Chong Yidong <cyd@stupidchicken.com>
8637
8638 * minibuf.c (Fread_buffer): Doc fix.
8639
8640 2008-12-20 Jason Rumney <jasonr@gnu.org>
8641
8642 * fileio.c (Fexpand_file_name): Do not allow ../ to go beyond the
8643 server name in UNC paths. (Bug#719)
8644
8645 * coding.c (decode_coding): Clear chars_at_source flag when using
8646 charbuf. (Bug#1035)
8647
8648 2008-12-19 Daniel Engeler <engeler@gmail.com>
8649
8650 * sysdep.c (serial_configure): Fix typo.
8651
8652 2008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
8653
8654 * sysdep.c: Include alloca.h.
8655 (system_process_attributes): Add implementation for Solaris.
8656
8657 * s/sol2-10.h (HAVE_PROCFS, _STRUCTURED_PROC): New defines.
8658
8659 2008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
8660
8661 Reorganize implementation of Flist_system_processes and
8662 Fsystem_process_attributes. No functional changes.
8663 * process.c: Don't #include pwd.h, grp.h and limits.h.
8664 (Flist_system_processes): Just call list_system_processes.
8665 (Fsystem_process_attributes): Just call system_process_attributes.
8666 (procfs_list_system_processes, time_from_jiffies)
8667 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
8668 (procfs_get_total_memory, procfs_system_process_attributes): Move ...
8669
8670 * sysdep.c: ... here. Include pwd.h, grp.h and limits.h.
8671 (list_system_processes): Rename from
8672 procfs_list_system_processes. Enclose in #ifdef HAVE_PROCFS.
8673 Provide a do nothing implementation.
8674 (system_process_attributes): Rename from
8675 procfs_list_system_processes.
8676 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
8677 (procfs_get_total_memory): Enclose in #ifdef GNU_LINUX.
8678
8679 * w32.c (list_system_processes): Rename from
8680 w32_list_system_processes.
8681 (system_process_attributes): Rename from
8682 w32_system_process_attributes.
8683
8684 * s/gnu-linux.h (LISTPROC, PROCATTR): Remove.
8685
8686 * process.h (w32_list_system_processes)
8687 (w32_system_process_attributes): Remove.
8688 (list_system_processes, system_process_attributes):
8689 New prototypes.
8690
8691 2008-12-19 Kenichi Handa <handa@m17n.org>
8692
8693 * xfont.c (xfont_decode_coding_xlfd): New function.
8694 (xfont_encode_coding_xlfd): New function.
8695 (xfont_list_pattern): Decode XLFD by iso-8859-1.
8696 (xfont_list): Decode and encode XLFD by iso-8859-1.
8697 (xfont_match): Likewise.
8698 (xfont_list_family): Likewise.
8699 (xfont_open): Likewise.
8700
8701 * ftfont.c (ftfont_open): Generate a multibyte string if given
8702 names are utf-8.
8703
8704 * xftfont.c (xftfont_open): Generate a multibyte string if given
8705 names are utf-8.
8706
8707 2008-12-18 Jan Djärv <jan.h.d@swipnet.se>
8708
8709 * gtkutil.c (xg_frame_resized): Remove check if rows/columns have
8710 changed.
8711 (xg_tool_bar_proxy_callback): Put focus on the frame after we have
8712 clicked on a detached tool bar button.
8713
8714 2008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
8715
8716 * emacs.c (main): Print and error and exit when no data is read
8717 from the pipe.
8718
8719 2008-12-17 Jason Rumney <jasonr@gnu.org>
8720
8721 * w32font.c (w32font_has_char): Always return -1.
8722
8723 2008-12-16 Kenichi Handa <handa@m17n.org>
8724
8725 * font.c (font_open_entity): Fix previous change.
8726
8727 2008-12-16 Dan Nicolaescu <dann@ics.uci.edu>
8728
8729 * process.c: Include <limits.h>.
8730
8731 2008-12-16 Chetan Pandya <pandyacus@sbcglobal.net> (tiny change)
8732
8733 * font.c (font_update_drivers): Fix mistake in reconstructing the
8734 driver list.
8735
8736 2008-12-16 Chong Yidong <cyd@stupidchicken.com>
8737
8738 * font.c (font_clear_cache): Fix format of font cache data.
8739
8740 2008-12-15 Chong Yidong <cyd@stupidchicken.com>
8741
8742 * xftfont.c (xftfont_open): Free Xft font pattern if
8743 XftFontOpenPattern fails.
8744
8745 * xterm.c (x_free_frame_resources): Remove extraneous call to
8746 free_frame_faces.
8747
8748 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
8749
8750 * xterm.c (x_delete_display): Move xim_close_dpy call to
8751 x_delete_terminal.
8752 (x_delete_terminal): Call xim_close_dpy.
8753
8754 2008-12-13 Jason Rumney <jasonr@gnu.org>
8755
8756 * w32font.c (intern_font_name): New function.
8757 (add_font_name_to_list, w32_enumfont_pattern_entity): Use it.
8758 (w32font_open_internal, Fx_select_font): Decode font name.
8759 (fill_in_logfont, list_all_matching_fonts): Encode font name.
8760
8761 * w32font.h (intern_font_name): Declare new function.
8762
8763 * w32uniscribe.c (add_opentype_font_name_to_list):
8764 Use intern_font_name.
8765
8766 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
8767
8768 * frame.c (Fdelete_frame): Call free_font_driver_list.
8769
8770 * font.c (free_font_driver_list): Implement missing function.
8771
8772 * w32term.c (w32_term_init): Don't initialize the image cache
8773 here; it will be done in init_frame_faces.
8774
8775 * xterm.h (struct xim_inst_t): Definition moved from xterm.c.
8776 (struct x_display_info): Remove unused member null_pixel. New
8777 member xim_callback_data.
8778
8779 * xterm.c (struct xim_inst_t): Definition moved to xterm.h.
8780 (xim_initialize): Save pointer to callback function data.
8781 (xim_close_dpy): Free callback function data. Call XCloseIM,
8782 reverting 2008-11-04 change by David Smith.
8783 (x_term_init): Don't initialize the image cache here; it will be
8784 done in init_frame_faces. Remove ancient "null_pixel" cruft.
8785 (x_delete_display): Free x_dnd_atoms member.
8786
8787 2008-12-13 Kenichi Handa <handa@m17n.org>
8788
8789 * font.c (font_rescale_ratio): Moved from xfaces.c.
8790 Argument type changed. Handle a font-spec too.
8791 (font_score): Check Vface_font_rescale_alist.
8792 (font_open_entity): Likewise. (Bug#1547)
8793
8794 * xfaces.c (font_rescale_ratio): Moved to font.c.
8795
8796 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
8797
8798 * xfns.c (Fx_wm_set_size_hint): Check if the frame is an X frame.
8799
8800 2008-12-12 Jason Rumney <jasonr@gnu.org>
8801
8802 * w32fns.c (x_display_info_for_name, Fx_open_connection): Set
8803 Vwindow_system_version to the real w32 major version.
8804
8805 2008-12-12 Dan Nicolaescu <dann@ics.uci.edu>
8806
8807 * term.c (init_tty): Move setting the terminal name before the
8808 potential user: maybe_fatal.
8809
8810 2008-12-11 Chong Yidong <cyd@stupidchicken.com>
8811
8812 * term.c (tty_free_frame_resources): Renamed from delete_tty_output;
8813 all callers changed. Call free_frame_faces to free the face cache.
8814
8815 2008-12-11 Jason Rumney <jasonr@gnu.org>
8816
8817 * w32font.c (fill_in_logfont): Don't assume symbol script means
8818 SYMBOL_CHARSET. (Bug#547)
8819
8820 * w32uniscribe.c (uniscribe_encode_char): Increase glyph buffer
8821 size for surrogates. (Bug#1096, bug#872)
8822
8823 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
8824
8825 * w32proc.c (Fw32_get_locale_info): Decode long form of locale name.
8826
8827 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
8828
8829 * process.c (Fsystem_process_attributes, syms_of_process):
8830 Fix typo in name of Ssystem_process_attributes.
8831 Reported by Ulrich Mueller <ulm@kph.uni-mainz.de>.
8832
8833 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
8834
8835 * syntax.c (Fmodify_syntax_entry): Doc fix.
8836
8837 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
8838
8839 * font.c (Ffont_spec): Move usage to end of docstring.
8840
8841 2008-12-10 Jason Rumney <jasonr@gnu.org>
8842
8843 * w32font.c (Qcham): New symbol.
8844 (font_supported_scripts): Add cham, and comments for other new
8845 scripts in bitfield from OpenType spec.
8846 (add_font_entity_to_list): Limit unicode-sip fonts to those that
8847 contain characters beyond the bmp.
8848
8849 2008-12-10 Kenichi Handa <handa@m17n.org>
8850
8851 * ftfont.c (fc_charset_table): Add "unicode-sip".
8852 (ftfont_spec_pattern): Lookup fc_charset_table for the registry
8853 Qunicode_sip.
8854
8855 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
8856
8857 * coding.c (QCdefault_char): Rename from QCdefalut_char.
8858 (Fcoding_system_put): Use QCdefault_char.
8859 (syms_of_coding): Set QCdefault_char, not QCdefalut_char.
8860
8861 2008-12-09 Chong Yidong <cyd@stupidchicken.com>
8862
8863 * xftfont.c (syms_of_xftfont): Fix typo.
8864
8865 * buffer.c (Fbuffer_swap_text): Signal error if swapping a dead buffer.
8866
8867 2008-12-08 Dan Nicolaescu <dann@ics.uci.edu>
8868
8869 * emacs.c (main): Close daemon_pipe on exec.
8870
8871 2008-12-08 Chong Yidong <cyd@stupidchicken.com>
8872
8873 * termchar.h (struct tty): New members termcap_term_buffer and
8874 termcap_strings_buffer.
8875
8876 * term.c (encode_terminal_code): Free any previous memory blocks
8877 before calling xmalloc for encode_terminal_src or encode_terminal_dst.
8878 (maybe_fatal): Buffer argument deleted. Don't free buffer here.
8879 All callers changed.
8880 (init_tty): Store termcap data and string buffers in new struct
8881 tty members termcap_term_buffer and termcap_strings_buffer.
8882 (delete_tty): Free them.
8883 (syms_of_term): Initialize encode_terminal_src and encode_terminal_dst.
8884
8885 2008-12-07 Seiji Zenitani <zenitani@mac.com>
8886
8887 * nsfns.m (ns_set_background_color): Remove code duplication.
8888 It was a substitute for face-transparency on OS X 10.3.
8889
8890 2008-12-06 Chong Yidong <cyd@stupidchicken.com>
8891
8892 * coding.c (make_conversion_work_buffer): Disable buffer
8893 modification hooks in the work buffer.
8894
8895 2008-12-05 Eli Zaretskii <eliz@gnu.org>
8896
8897 * process.c (procfs_system_process_attributes): If `nread' has a
8898 negative value, assign zero to it.
8899
8900 2008-12-05 Chong Yidong <cyd@stupidchicken.com>
8901
8902 * eval.c (Vdebug_on_error): Doc fix.
8903
8904 2008-12-05 Kenichi Handa <handa@m17n.org>
8905
8906 * ftfont.c (ftfont_shape_by_flt): Use "combining" flt if the
8907 second character is a combining character.
8908
8909 2008-12-05 Eli Zaretskii <eliz@gnu.org>
8910
8911 * process.c (procfs_system_process_attributes): Don't use cmd,
8912 cmdsize, and q without initializing them first.
8913
8914 2008-12-04 Jason Rumney <jasonr@gnu.org>
8915
8916 * w32font.c (w32font_draw): Initialize orig_clip before getting
8917 it, and delete it when finished.
8918
8919 2008-12-04 Dan Nicolaescu <dann@ics.uci.edu>
8920
8921 * keyboard.c (kbd_buffer_get_event): Follow the non-interactive
8922 case when running as a daemon before detaching.
8923
8924 2008-12-03 Juanma Barranquero <lekktu@gmail.com>
8925
8926 * w32.c (init_environment): Don't unload library shell32.dll.
8927
8928 2008-12-03 Kenichi Handa <handa@m17n.org>
8929
8930 * font.c (font_at): Set `multibyte' at first.
8931
8932 * coding.c (decode_coding_charset): Check type of an element of
8933 vector VALIDS.
8934 (encode_coding_emacs_mule): Be sure to set `code'.
8935
8936 * fontset.c (face_for_char): Handle invalid charset property correctly.
8937 (font_for_char): Likewise.
8938
8939 2008-12-03 Chong Yidong <cyd@stupidchicken.com>
8940
8941 * font.c (Fopen_font): Compute pixel size correctly.
8942 (font_update_lface): Handle fonts with corrupted size specs,
8943 i.e. non-int and non-float.
8944
8945 * ftfont.c (ftfont_match): Initialize entity variable.
8946 (ftfont_resolve_generic_family): Avoid using uninitialized var.
8947 (ftfont_list_family): Initialize list var earlier.
8948
8949 * xselect.c (Fx_get_cut_buffer_internal): Fix memory leak.
8950
8951 * xterm.c (x_draw_glyph_string): Fall back on
8952 underline_minimum_offset for underline position.
8953
8954 2008-12-03 Dan Nicolaescu <dann@ics.uci.edu>
8955
8956 * keyboard.c (read_char_help_form_unwind): Specify the type for ARG.
8957
8958 * character.c (c_string_width): Specify the type for LEN.
8959
8960 2008-12-03 Kenichi Handa <handa@m17n.org>
8961
8962 * coding.c (decode_coding_utf_16): Initialize consumed_chars_base to 0.
8963 (decode_coding_utf_8): Likewise.
8964 (detect_coding_system): Initialize utf_16_le_eol to -1, val to Qnil.
8965 (produce_chars): Initialize consumed_chars to 0.
8966
8967 2008-12-02 Chong Yidong <cyd@stupidchicken.com>
8968
8969 * keyboard.c (make_lispy_position): Only use PT if the selected
8970 window is current.
8971
8972 2008-12-02 Andreas Schwab <schwab@suse.de>
8973
8974 * font.c (font_unparse_fcname): Fix use of uninitialized variable.
8975
8976 * doprnt.c (doprnt1): Fix size of charbuf.
8977
8978 2008-12-02 Chong Yidong <cyd@stupidchicken.com>
8979
8980 * keyboard.c (timer_check): Revert last change.
8981
8982 2008-12-02 Juanma Barranquero <lekktu@gmail.com>
8983
8984 * makefile.w32-in ($(BLD)/w32console.$(O)): Fix silly, silly typo.
8985
8986 2008-12-01 Juanma Barranquero <lekktu@gmail.com>
8987
8988 * makefile.w32-in: Update dependencies.
8989 (CONFIG_H): Add $(EMACS_ROOT)/nt/inc/sys/time.h.
8990
8991 2008-12-01 Andreas Schwab <schwab@suse.de>
8992
8993 * font.c (register_font_driver): Use xmalloc.
8994 (font_put_frame_data): Likewise.
8995
8996 2008-12-01 Chong Yidong <cyd@stupidchicken.com>
8997
8998 * xfaces.c (realize_x_face): Make abort condition clearer.
8999
9000 * gtkutil.c (update_frame_tool_bar): Initialize variable.
9001
9002 2008-11-30 Chong Yidong <cyd@stupidchicken.com>
9003
9004 * keyboard.c (timer_check): After a timer runs, ensure that the
9005 selected window's buffer is current.
9006
9007 2008-11-30 Juanma Barranquero <lekktu@gmail.com>
9008
9009 * makefile.w32-in ($(BLD)/abbrev.$(O)): Remove.
9010 It was accidentally restored by the Unicode merge.
9011
9012 * w32proc.c (Fw32_get_locale_info): Fix typo in docstring.
9013
9014 2008-11-29 Juanma Barranquero <lekktu@gmail.com>
9015
9016 * w32proc.c: Include "coding.h".
9017 (Fw32_short_file_name): Encode filename passed to Windows API.
9018 (Fw32_long_file_name): Encode filename passed to Windows API and
9019 decode back the result. (Bug#1433)
9020
9021 2008-11-29 Kenichi Handa <handa@m17n.org>
9022
9023 * charset.h (CHAR_CHARSET_P): Check if the encoder is loaded or
9024 not before accessing it.
9025
9026 * charset.c (Fdefine_charset_internal): After calculating
9027 min_char, max_char, and fastmap, copy the charset structure again.
9028 (encode_char): Fix the previous change.
9029
9030 2008-11-28 Seiji Zenitani <zenitani@mac.com>
9031
9032 * frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha.
9033
9034 * nsfns.m (ns_frame_parm_handlers): Set alpha handler.
9035
9036 * nsterm.m (x_set_frame_alpha): New function.
9037
9038 2008-11-27 Eli Zaretskii <eliz@gnu.org>
9039
9040 * xfaces.c (Fx_font_family_list, syms_of_xfaces): Fix last change.
9041
9042 2008-11-27 Juanma Barranquero <lekktu@gmail.com>
9043
9044 * w32font.c (add_font_entity_to_list): Pass the right LOGFONT
9045 pointer to check_face_name.
9046
9047 2008-11-27 Kenichi Handa <handa@m17n.org>
9048
9049 * category.h (SET_CATEGORY_SET): Call set_category_set.
9050 (set_category_set): Extern it.
9051
9052 * category.c (hash_get_category_set): New function.
9053 (Fmodify_category_entry): Adjusted for the change of
9054 char_table_ref_and_range. Call hash_get_category_set to get a
9055 category set to store in the table.
9056
9057 * character.h (MAYBE_UNIFY_CHAR): Call maybe_unify_char instead of
9058 Funify_charset.
9059
9060 * charset.h (enum charset_method): Delete CHARSET_METHOD_MAP_DEFERRED.
9061 (DECODE_CHAR): Check if the decoder vector is ready.
9062 (ENCODE_CHAR): Check if the encoder char-table is ready.
9063 (maybe_unify_char): Extern it.
9064
9065 * charset.c (Vchar_unified_charset_table): Delete it.
9066 (inhibit_load_charset_map): New variable.
9067 (temp_charset_work): New variable.
9068 (SET_TEMP_CHARSET_WORK_ENCODER, GET_TEMP_CHARSET_WORK_ENCODER)
9069 (SET_TEMP_CHARSET_WORK_DECODER, GET_TEMP_CHARSET_WORK_DECODER):
9070 New macros.
9071 (load_charset_map): Meaning of control_flag changed. If
9072 inhibit_load_charset_map is nonzero, setup a table in
9073 temp_charset_work.
9074 (load_charset): New argument control_flag.
9075 (map_charset_for_dump): New function.
9076 (map_charset_chars): If inhibit_load_charset_map is nonzero, use
9077 map_charset_for_dump.
9078 (Fdefine_charset_internal): If the charset method is MAP, load
9079 mapping tables by calling load_charset.
9080 (Funify_charset): Don't load a mapping table but directly set
9081 Vchar_unify_table.
9082 (maybe_unify_char): New function.
9083 (decode_char): Don't handle the deleted method MAP_DEFERRED.
9084 Handle the case of inhibit_load_charset_map being nonzero.
9085 (encode_char): Don't handle the deleted method MAP_DEFERRED.
9086 Handle the case of inhibit_load_charset_map being nonzero.
9087 (Fclear_charset_maps): Just free temp_charset_work.
9088 (syms_of_charset): Make `inhibit-load-charset-map' a Lisp
9089 variable.
9090
9091 * chartab.c (sub_char_table_ref_and_range): Adjusted for the
9092 change of char_table_ref_and_range.
9093 (char_table_ref_and_range): Change the meaning of argument FROM
9094 and TO. Now the caller must provide initial values for *FROM
9095 and *TO.
9096
9097 * fontset.c (fontset_add): Adjusted for the change of
9098 char_table_ref_and_range.
9099 (fontset_get_font_group): Likewise.
9100 (Ffontset_info): Likewise.
9101
9102 * keymap.c (describe_vector): Adjusted for the change of
9103 char_table_ref_and_range. For char-table, put boundary between
9104 non-ASCII and 8-bit characters.
9105
9106 * print.c (print_object): For bool-vector, delete unnecessary
9107 check of ASCII_BYTE_P.
9108
9109 2008-11-26 Jason Rumney <jasonr@gnu.org>
9110
9111 * w32font.c (w32font_open_internal): Don't include external
9112 leading in font height. (Bug#879)
9113
9114 2008-11-26 Glenn Morris <rgm@gnu.org>
9115
9116 * xfaces.c (Fx_font_family_list): Replace lisp/term/pc-win.el
9117 redefinition with ifdef. (Bug#1383)
9118
9119 2008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
9120
9121 * nsterm.m (ns_get_color): Handle long hex strings (fixes bug #1044).
9122
9123 2008-11-24 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
9124
9125 * nsterm.m (-otherMouseDown:, -otherMouseUp:, -otherMouseDragged):
9126 New EmacsView methods.
9127 (EV_UDMODIFIERS, EV_BUTTON): Add OtherMouse constants.
9128 Fixes bug #1048,1357,1414.
9129
9130 2008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
9131
9132 Fix bug #1362.
9133 * image.c (x_clear_image_1): Do not free background under HAVE_NS, it
9134 is not an indexed color.
9135 * nsterm.m (free_indexed_color): Add argument checking.
9136 * nsfns.m: Move config.h to before system includes (advised by Dan N.).
9137
9138 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
9139
9140 * minibuf.c (Fcompleting_read, Vminibuffer_completion_confirm):
9141 Document confirm-after-completion value for
9142 minibuffer-completion-confirm.
9143
9144 2008-11-24 Jason Rumney <jasonr@gnu.org>
9145
9146 * w32font.c (check_face_name): Use xstrcasecmp. Avoid compiler
9147 warning.
9148
9149 2008-11-23 Jason Rumney <jasonr@gnu.org>
9150
9151 * w32uniscribe.c (uniscribe_encode_char): Ensure context is
9152 restored before returning.
9153
9154 * w32font.c (check_face_name): New function.
9155 (add_font_entity_to_list): Use it to filter out common substituted
9156 fonts. (Bug#642)
9157
9158 2008-11-22 Martin Rudalics <rudalics@gmx.at>
9159
9160 * buffer.c (Fswitch_to_buffer): Reword and mention new option
9161 confirm-nonexistent-file-or-buffer in doc-string.
9162
9163 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
9164
9165 * buffer.c (Fbuffer_swap_text): Remove redundant marker manipulation.
9166 Fix copy/paste typo. Add checks.
9167
9168 2008-11-21 Kenichi Handa <handa@m17n.org>
9169
9170 * coding.c (detect_coding_iso_2022): Reject invalid composition
9171 sequence.
9172 (DECODE_COMPOSITION_START): If the current source is the last
9173 block, and the current composition doesn't end, regard this
9174 sequence as invalid.
9175 (decode_coding_iso_2022): Handle invalid composition sequence.
9176
9177 2008-11-20 Martin Rudalics <rudalics@gmx.at>
9178
9179 * window.c (coordinates_in_window): Don't return
9180 ON_VERTICAL_BORDER for the rightmost position of a mode/header
9181 line when the window is not the rightmost one. (Bug#1372)
9182
9183 2008-11-16 Ben North <ben@redfrontdoor.org> (tiny change)
9184
9185 * buffer.c (syms_of_buffer): Fix doc-string of cursor-type.
9186
9187 2008-11-15 Eli Zaretskii <eliz@gnu.org>
9188
9189 * msdos.c (run_msdos_command): Don't call dos_ttcooked, dos_ttraw,
9190 and bright_bg if noninteractive is non-zero.
9191
9192 2008-11-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9193
9194 * xterm.c (x_draw_glyph_string): For stretch glyphs, don't call
9195 x_draw_glyph_string_background.
9196
9197 * w32term.c (x_draw_glyph_string): Likewise.
9198
9199 2008-11-15 Chong Yidong <cyd@stupidchicken.com>
9200
9201 * xterm.c (x_draw_glyph_string): Stop drawing the background of
9202 the next glyph string once past the overhang width.
9203
9204 * nsterm.m (ns_draw_glyph_string): Likewise.
9205
9206 * w32term.c (x_draw_glyph_string): Likewise.
9207
9208 2008-11-14 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
9209
9210 * fileio.c (Finsert_file_contents): Decrement specpdl_ptr to avoid
9211 double file close.
9212
9213 2008-11-14 Martin Rudalics <rudalics@gmx.at>
9214
9215 * window.c (window_loop): In DELETE_BUFFER_WINDOWS case, reset
9216 dedicated status of window before attempting to display another
9217 buffer in it.
9218
9219 2008-11-14 Juanma Barranquero <lekktu@gmail.com>
9220
9221 * msdos.c (Fmsdos_long_file_names):
9222 (syms_of_msdos) <dos-unsupported-char-glyph>:
9223 * dosfns.c (Fint86): Fix typos in docstrings.
9224
9225 2008-11-14 Eli Zaretskii <eliz@gnu.org>
9226
9227 * makefile.w32-in (OBJ1, WIN32OBJ): Fix whitespace.
9228
9229 2008-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
9230
9231 * puresize.h (BASE_PURESIZE): Increase to 1260000.
9232
9233 2008-11-12 Michal Nazarewicz <mina86@tlen.pl> (tiny change)
9234
9235 * frame.c (x_set_alpha): Set alpha to -1 if nil given.
9236
9237 * frame.h: Negative alpha means "don't touch".
9238
9239 * w32term.c (x_set_frame_alpha): Do nothing if alpha is negative.
9240
9241 * xterm.c (x_set_frame_alpha): Do nothing if alpha is negative.
9242
9243 2008-11-12 Dan Nicolaescu <dann@ics.uci.edu>
9244
9245 * hftctl.c:
9246 * chpdef.h:
9247 * acldef.h: Remove files used only for systems no longer supported.
9248
9249 * Makefile.in: Fix .o alphabetical ordering.
9250 (hftctl.o): Remove dependency, file removed.
9251 (keymap.o, print.o): Depend on charset.h.
9252
9253 2008-11-10 Kenichi Handa <handa@m17n.org>
9254
9255 * character.c (Fget_byte): Fix and make it faster for unibyte target.
9256
9257 2008-11-08 Chong Yidong <cyd@stupidchicken.com>
9258
9259 * dired.c (file_name_completion): If completion_ignore_case is
9260 enabled, ignore case when checking completion-regexp-list.
9261
9262 2008-11-08 Eli Zaretskii <eliz@gnu.org>
9263
9264 * vm-limit.c (get_lim_data): Fix last change.
9265
9266 2008-11-08 Kenichi Handa <handa@m17n.org>
9267
9268 * character.c (Fget_byte): New function.
9269 (syms_of_character): Defsubr Fget_byte.
9270
9271 2008-11-07 Chong Yidong <cyd@stupidchicken.com>
9272
9273 * xdisp.c (try_window_reusing_current_matrix): Ensure that window
9274 cursor position is valid after scrolling.
9275
9276 2008-11-06 Juanma Barranquero <lekktu@gmail.com>
9277
9278 * fns.c (Frandom): Rename arg N to LIMIT to match the docs; doc fix.
9279
9280 2008-11-06 Glenn Morris <rgm@gnu.org>
9281
9282 * xterm.c (handle_one_xevent): Don't let popup menus cause
9283 mouse-autoselect-window related window switching. (Bug#1261)
9284
9285 2008-11-04 David Smith <davidsmith@acm.org> (tiny change)
9286
9287 * xterm.c (xim_close_dpy): Avoid double-free on X11R6 XIM.
9288
9289 2008-11-04 Andreas Schwab <schwab@suse.de>
9290
9291 * xfns.c (Fx_wm_set_size_hint): Add missing return value.
9292
9293 2008-11-03 Chong Yidong <cyd@stupidchicken.com>
9294
9295 * xfns.c (Fx_wm_set_size_hint): New function.
9296
9297 2008-11-03 Martin Rudalics <rudalics@gmx.at>
9298
9299 * textprop.c (Fprevious_single_char_property_change): Return 0
9300 when there's no change in a string. (Bug#1301)
9301
9302 2008-11-02 Martin Rudalics <rudalics@gmx.at>
9303
9304 * frame.c (do_switch_frame): New argument NORECORD passed to
9305 Fselect_window.
9306 (Fselect_frame): New argument NORECORD passed to
9307 do_switch_frame.
9308 (Fset_frame_selected_window): New argument NORECORD passed to
9309 Fselect_frame.
9310 (Fhandle_switch_frame, Fdelete_frame): Handle NORECORD argument
9311 in call of do_switch_frame.
9312 (Fset_mouse_position, Fset_mouse_pixel_position, Fraise_frame):
9313 Handle NORECORD argument in call of Fselect_frame.
9314 * lisp.h (do_switch_frame, Fselect_frame)
9315 (Fset_frame_selected_window): Adjust declarations.
9316 * window.c (select_frame_norecord): New function.
9317 (run_window_configuration_change_hook): Use it and call
9318 Fselect_frame with NORECORD set.
9319 (Fselect_window): Pass NORECORD to Fselect_frame.
9320 (Fset_window_configuration): Handle NORECORD argument in call of
9321 do_switch_frame.
9322 * minibuf.c (choose_minibuf_frame): Handle NORECORD in call of
9323 Fset_frame_selected_window.
9324 * keyboard.c (command_loop_1): Handle NORECORD in call of
9325 Fselect_frame (currently ifdefd).
9326
9327 2008-11-02 Ulrich Mueller <ulm@kph.uni-mainz.de>
9328
9329 * emacs.c (USAGE2): Untabify.
9330
9331 2008-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
9332
9333 * composite.c (fill_gstring_header): Fix copy/paste typo.
9334
9335 2008-10-31 Martin Rudalics <rudalics@gmx.at>
9336
9337 * window.c (Fnext_window, Fprevious_window): Rewrite doc-string.
9338 (Fother_window): Rename argument and rewrite doc-string.
9339 (select_window_norecord): Fix return value. (Bug#1276)
9340
9341 2008-10-30 Juanma Barranquero <lekktu@gmail.com>
9342
9343 * w32fns.c (x_create_tip_frame): Prevent default foreground color for
9344 new frames overriding foreground for tooltips. Based on similar patch
9345 from Martin Rudalics <rudalics@gmx.at>. (Bug#1032)
9346
9347 2008-10-29 Chong Yidong <cyd@stupidchicken.com>
9348
9349 * emacs.c (Fdaemon_initialized): Initialize nfd.
9350
9351 2008-10-29 Martin Rudalics <rudalics@gmx.at>
9352
9353 * window.c (Fwindow_height, Fdelete_window, set_window_buffer)
9354 (Fwindow_text_height): Clarify doc-strings.
9355 * xdisp.c (syms_of_xdisp): Mention set-window-buffer in
9356 doc-string of window-scroll-functions.
9357
9358 2008-10-28 Reiner Steib <Reiner.Steib@gmx.de>
9359
9360 * category.c (syms_of_category): Fix typo in docstring.
9361
9362 2008-10-28 Juanma Barranquero <lekktu@gmail.com>
9363
9364 * window.c (Fwindowp, Fwindow_live_p, Fwindow_minibuffer_p)
9365 (Fcoordinates_in_window_p, Fscroll_left, Fscroll_right):
9366 Fix typos in docstrings.
9367
9368 2008-10-28 Dan Nicolaescu <dann@ics.uci.edu>
9369
9370 * emacs.c (daemon_pipe): Make non-static.
9371 (IS_DAEMON): Move definition ...
9372 * lisp.h (IS_DAEMON): ... here.
9373 (daemon_pipe): Declare.
9374 (is_daemon): Remove.
9375 * dispnew.c (init_display): Use IS_DAEMON.
9376
9377 2008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
9378
9379 * xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)
9380 (message2_nolog): Check FRAME_INITIAL_P instead of noninteractively.
9381
9382 * emacs.c (is_daemon): Remove.
9383 (main): Don't set is_daemon.
9384 (IS_DAEMON): New macro.
9385 (Fdaemonp, Fdaemon_initialized): Use it.
9386 (Fdaemon_initialized): Write a char into the pipe to make sure the
9387 parent exits.
9388 (syms_of_emacs): Explicitly initialize daemon_pipe[1].
9389
9390 2008-10-27 Chong Yidong <cyd@stupidchicken.com>
9391
9392 * nsterm.m (ns_draw_window_cursor): When hbar cursor is on
9393 over-sized glyph, draw it with the default glyph width.
9394
9395 * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized
9396 glyph, draw it with the default glyph width.
9397
9398 * xterm.c (x_draw_bar_cursor): When hbar cursor is on over-sized
9399 glyph, draw it with the default glyph width.
9400
9401 * xdisp.c (try_scrolling): When computing the distance from the
9402 scroll margin to PT, try moving some distance past the window
9403 bottom before giving up.
9404
9405 2008-10-27 Martin Rudalics <rudalics@gmx.at>
9406
9407 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p)
9408 (Fset_window_buffer): Explain in doc-string that a window can be
9409 "strongly" dedicated to its buffer.
9410
9411 2008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
9412
9413 * emacs.c (daemon_name): New variable.
9414 (main): Deal with --daemon=SERVER_NAME.
9415 (Fdaemonp): Return a name if one was passed to --daemon.
9416
9417 2008-10-26 Romain Francoise <romain@orebokech.com>
9418
9419 * emacs.c (daemon_pipe): New variable.
9420 (main): Create a pipe before forking, make the parent exit only after
9421 the child has closed its end of the pipe. Move closing the
9422 descriptors ...
9423 (Fdaemon_initialized): ... here. New function.
9424
9425 2008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
9426
9427 * chartab.c (Foptimize_char_table): Make sure `ascii' doesn't point to
9428 the previous unoptimized table.
9429
9430 * window.c (Fset_window_buffer): Undo 2008-10-18 change to re-instate
9431 the distinction between non-nil and non-t value of `dedicated'.
9432
9433 2008-10-25 Chong Yidong <cyd@stupidchicken.com>
9434
9435 * keyboard.c (read_char_minibuf_menu_prompt): Ensure that
9436 read_char_minibuf_menu_text is large enough to hold the menu string.
9437
9438 2008-10-25 Martin Rudalics <rudalics@gmx.at>
9439
9440 * window.c (Fget_buffer_window, Fdelete_windows_on)
9441 (Freplace_buffer_in_windows): Make buffer argument optional and
9442 rename to buffer_or_name.
9443
9444 2008-10-24 Chong Yidong <cyd@stupidchicken.com>
9445
9446 * xdisp.c (handle_single_display_spec, handle_display_prop):
9447 Undo 2005-05-16 change.
9448 (handle_stop): Pop iterator if it's loaded with an empty string.
9449 (get_overlay_strings_1): Don't save iterator if it's loaded with
9450 an empty string (bug#1201).
9451
9452 2008-10-24 Kenichi Handa <handa@m17n.org>
9453
9454 * ftfont.c (ftfont_otf_features): Fix previous change.
9455 (ftfont_otf_capability): Check FeatureList.FeatureCount before
9456 calling ftfont_otf_features.
9457
9458 2008-10-24 Kenichi Handa <handa@m17n.org>
9459
9460 * font.c (font_match_p): Fix for the case that a vector of
9461 characters is in script-representative-chars.
9462
9463 2008-10-24 Michael Albinus <michael.albinus@gmx.de>
9464
9465 * dbusbind.c (xd_in_read_queued_messages): New variable.
9466 (XD_SIGNAL1, XD_SIGNAL2, XD_SIGNAL3): New macros. Throw Qdbus_error.
9467 (xd_read_queued_messages): Catch Qdbus_error from the macros.
9468 (all): Replace xsignal1, xsignal2, xsignal3 by the respective
9469 macro. (Bug#1186)
9470
9471 2008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
9472
9473 * s/sol2-10.h: New file.
9474
9475 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
9476
9477 * xdisp.c (fill_glyph_string): Fix typo in source (though the
9478 poor beast has survived 9+ years and the jump from xterm.c!).
9479
9480 2008-10-23 Martin Rudalics <rudalics@gmx.at>
9481
9482 * buffer.c (Fget_buffer_create): Rename arg to buffer_or_name.
9483 Reword doc-string.
9484 (Fbury_buffer): In doc-string say what happens to the buffer's window.
9485
9486 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
9487
9488 * character.c (syms_of_character) <script-representative-chars>:
9489 <unicode-category-table>: Doc fixes.
9490
9491 2008-10-23 Noah Friedman <friedman@splode.com>
9492
9493 * coding.c (make_conversion_work_buffer): Check that
9494 Vcode_conversion_reused_workbuf is a live buffer, otherwise call
9495 Fget_buffer_create.
9496
9497 2008-10-23 Kenichi Handa <handa@m17n.org>
9498
9499 * font.c (font_add_log): Check the values of extra properties.
9500
9501 2008-10-22 Martin Rudalics <rudalics@gmx.at>
9502
9503 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
9504 Reword doc-string.
9505 (Fset_window_parameter): Use NILP.
9506 (Fscroll_up, Fscroll_down, Fminibuffer_selected_window)
9507 (Frecenter): Use "selected" instead of "current" window in doc-strings.
9508
9509 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
9510
9511 * xdisp.c (next_element_from_buffer): Remove bogus xassert condition.
9512
9513 2008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
9514
9515 * nsfns.m (ns_appkit_version): New function.
9516 (x-server-version): Use it.
9517 (syms_of_nsfns): Define ns-version-string here, not nsterm.m.
9518 (x-server-vendor): Don't check_ns().
9519
9520 * nsterm.m (syms_of_nsterm): Drop ns-version-string.
9521
9522 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
9523
9524 * w32fns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
9525 Copied from 2005-02-03 change to xfns.c by Kim F. Storm.
9526
9527 2008-10-22 Kenichi Handa <handa@m17n.org>
9528
9529 * syntax.c (scan_words): Call word_boundary_p instead of comparing
9530 scripts.
9531
9532 * category.c (word_boundary_p): Check scripts instead of charset.
9533 Handle nil value in word-separating-categories and
9534 word-combining-categories.
9535 (syms_of_category): Fix docstrings of word-separating-categories
9536 and word-combining-categories.
9537
9538 2008-10-21 Eli Zaretskii <eliz@gnu.org>
9539
9540 * coding.c (Fencode_coding_region, Fdecode_coding_region)
9541 (Fdecode_coding_string, Fencode_coding_string): Doc fix.
9542
9543 2008-10-21 Martin Rudalics <rudalics@gmx.at>
9544
9545 * buffer.c (Fget_buffer, Fbury_buffer, switch_to_buffer_1):
9546 Rename arg "buffer" to "buffer_or_name".
9547 (Fkill_buffer): Rename arg "buffer" to "buffer_or_name" and make
9548 it optional.
9549 (no_switch_window): Remove since the return value is not used.
9550 (Fswitch_to_buffer): Rename arg "buffer" to "buffer_or_name".
9551 Consider window as dedicated when Fwindow_dedicated_p returns a
9552 non-nil value.
9553 * lisp.h: Remove prototype for no_switch_window.
9554
9555 2008-10-21 Jan Djärv <jan.h.d@swipnet.se>
9556
9557 * emacs.c (main): Unconditionally set PER_LINUX32 and exec
9558 temacs when dumping if HAVE_PERSONALITY_LINUX32 is defined.
9559
9560 2008-10-21 Kenichi Handa <handa@m17n.org>
9561
9562 * coding.c (detect_coding_charset): For iso-8859-* coding systems,
9563 check Vlatin_extra_code_table.
9564
9565 2008-10-20 Eli Zaretskii <eliz@gnu.org>
9566
9567 * fileio.c (Fset_file_modes): Doc fix.
9568
9569 2008-10-19 Michael Albinus <michael.albinus@gmx.de>
9570
9571 * dbusbind.c (XD_OBJECT_TO_DBUS_TYPE): Handle simple type symbols
9572 in arrays.
9573
9574 2008-10-19 Martin Rudalics <rudalics@gmx.at>
9575
9576 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
9577 Mention kill-buffer in doc-string.
9578 (Fset_window_buffer): Reinsert tem check removed in last commit.
9579 (Fenlarge_window, Fshrink_window): Have argument names and
9580 doc-string follow Elisp manual more closely.
9581
9582 2008-10-18 Eli Zaretskii <eliz@gnu.org>
9583
9584 * fileio.c (Fset_file_modes): Doc fix.
9585
9586 2008-10-18 Martin Rudalics <rudalics@gmx.at>
9587
9588 * window.c (Fwindow_width, Fset_window_start)
9589 (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter)
9590 (Fdelete_windows_on, Freplace_buffer_in_windows):
9591 Make doc-strings follow code and Elisp manual more closely.
9592 (Fwindow_dedicated_p): Make window argument optional.
9593 (Fset_window_dedicated_p): Rename argument "arg" to "flag".
9594 (Fset_window_buffer): Respect any non-nil dedicated value for
9595 window. Rename "buffer" argument to "buffer_or_name".
9596
9597 2008-10-18 Ulrich Mueller <ulm@gentoo.org>
9598
9599 * m/sh3.h: New file, machine description for SuperH.
9600
9601 2008-10-17 Martin Rudalics <rudalics@gmx.at>
9602
9603 * window.c (Fsplit_window): Rename arg horflag to horizontal.
9604
9605 2008-10-17 Kenichi Handa <handa@m17n.org>
9606
9607 * ftfont.c (ftfont_otf_features): Fix indexing
9608 gsub_gpos->FeatureList.Feature. Check the validity of indices.
9609
9610 2008-10-16 Magnus Henoch <mange@freemail.hu>
9611
9612 * dbusbind.c (Fdbus_call_method): Unbreak usage line.
9613 (Fdbus_call_method_asynchronously): Ditto.
9614 This change makes C-h f display the argument list.
9615
9616 2008-10-16 Chong Yidong <cyd@stupidchicken.com>
9617
9618 * fileio.c (Fexpand_file_name): Doc fix.
9619
9620 * xfaces.c (Finternal_set_lisp_face_attribute): Make null values
9621 of :foreground and :background equivalent to unspecified (20.x
9622 compatibility).
9623
9624 2008-10-15 Eli Zaretskii <eliz@gnu.org>
9625
9626 * buffer.c (syms_of_buffer): Doc fix.
9627
9628 2008-10-14 Kenichi Handa <handa@m17n.org>
9629
9630 * font.c (font_clear_prop): When clearing font width, clear the
9631 average width field too.
9632
9633 2008-10-12 Andreas Schwab <schwab@suse.de>
9634
9635 * ftfont.c (ftfont_shape_by_flt): Make static.
9636 * ftfont.h (ftfont_shape_by_flt): Don't declare.
9637
9638 * font.c: Don't include <m17n-flt.h>.
9639
9640 2008-10-10 Eli Zaretskii <eliz@gnu.org>
9641
9642 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Decrease to 10000.
9643
9644 2008-10-09 Eli Zaretskii <eliz@gnu.org>
9645
9646 * frame.c (make_terminal_frame) [MSDOS]: Remove unused #ifdef'ed
9647 away code.
9648
9649 2008-10-09 Chong Yidong <cyd@stupidchicken.com>
9650
9651 * dispnew.c (update_text_area): Avoid looping due to large glyph
9652 overhangs (bug#1070).
9653
9654 2008-10-09 Kenichi Handa <handa@m17n.org>
9655
9656 * fontset.c (face_for_char): If face->fontset is negative, just
9657 return ascii_face.
9658
9659 * font.c (font_delete_unmatched): Fix previous change.
9660 Don't reject an entity if DPI and AVGWIDTH of an entity are 0.
9661
9662 2008-10-09 Martin Rudalics <rudalics@gmx.at>
9663
9664 * frame.c (Fraise_frame): On text-only terminals select frame in
9665 order to make it visible. (Bug#1061)
9666
9667 2008-10-08 Chong Yidong <cyd@stupidchicken.com>
9668
9669 * fontset.c (fontset_find_font): Check frame validity.
9670
9671 2008-10-07 Chong Yidong <cyd@stupidchicken.com>
9672
9673 * gtkutil.c (xg_display_open): Reset default display if none exists.
9674 (xg_display_close): Allow Emacs to close all displays (bug#985).
9675
9676 2008-10-06 Andreas Schwab <schwab@suse.de>
9677
9678 * sysdep.c (sys_signal): Always set SA_RESTART when noninteractively.
9679
9680 2008-10-06 Chong Yidong <cyd@stupidchicken.com>
9681
9682 * emacs.c (Vbefore_init_time, Vafter_init_time): Move from startup.el.
9683
9684 * lisp.h (Vbefore_init_time, Vafter_init_time): Declare.
9685
9686 * gtkutil.c (x_wm_set_size_hint): Return immediately if called
9687 during initialization.
9688
9689 2008-10-04 Eli Zaretskii <eliz@gnu.org>
9690
9691 * xdisp.c (redisplay_internal): If frame switched, redisplay the
9692 whole thing on MSDOS frames as well as on a TTY.
9693
9694 * dispnew.c (update_frame): Flush termscript for MSDOS frames as
9695 well as for TTY.
9696 (Fopen_termscript): Allow opening a termscript on MSDOS frames as
9697 well as on a TTY.
9698
9699 * sysdep.c (init_sys_modes): Set FRAME_GARBAGED_P for MSDOS frames
9700 as well as for TTY.
9701
9702 * systime.h (EMACS_TIME_CMP): Cast EMACS_SECS values to `long'.
9703
9704 * dispnew.c (change_frame_size_1): Set FrameRows and FrameCols for
9705 MSDOS frames as well.
9706
9707 2008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
9708
9709 * image.c (x_clear_image_1): Under NS, call ns_free_indexed_color with
9710 correct arguments.
9711 * menu.c (find_and_return_menu_selection): Add cast.
9712
9713 2008-10-03 Glenn Morris <rgm@gnu.org>
9714
9715 * emacs.c (USAGE1): Add --daemon.
9716
9717 2008-10-02 Eli Zaretskii <eliz@gnu.org>
9718
9719 * process.c (procfs_system_process_attributes): Multiply `pcpu' by
9720 100, so it's in percents as advertised.
9721
9722 2008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
9723
9724 * nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)
9725 (ns_output.current_cursor, ns_output.desired_cursor)
9726 (ns_output.last_inactive, FRAME_CURSOR, FRAME_NEW_CURSOR)
9727 (FRAME_NEW_CURSOR_COLOR): Remove.
9728
9729 * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR.
9730 (ns_lisp_to_cursor_type, ns_cursor_type_to_lisp): Use core Emacs
9731 enumeration (HOLLOW_BOX_CURSOR, etc.).
9732
9733 * nsterm.m (ns_frame_rehighlight): Remove commented code.
9734 (draw_window_cursor): Simplify code.
9735 (EmacsView-windowDidBecomeKey:,-windowDidResignKey:):
9736 Don't change cursor type. In latter, call rehighlight instead of doing
9737 updates manually.
9738 (EmacsPrefsController-setPanelFromValues,-setValuesFromPanel):
9739 Use core Emacs cursor types.
9740
9741 * xdisp.c (draw_glyphs): Don't call notice_overwritten_cursor under NS.
9742
9743 2008-10-02 Martin Rudalics <rudalics@gmx.at>
9744
9745 * process.c (Faccept_process_output): Fix doc-string.
9746
9747 2008-10-02 Dan Nicolaescu <dann@ics.uci.edu>
9748
9749 * gmalloc.c (__sbrk): Also define for uClibc.
9750
9751 * s/gnu-linux.h (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Add definition
9752 for uClibc.
9753
9754 2008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
9755
9756 * nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal
9757 styles.
9758 (nsfont_open): Reenable the cache.
9759
9760 2008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
9761
9762 * font.c (font_matching_entity): Reflect ATTRS in font selection.
9763 (font_find_for_lface) [HAVE_NS]: Don't ignore case.
9764
9765 2008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
9766
9767 * dispnew.c (Fsend_string_to_terminal): Don't try to send a string to
9768 a suspended terminal.
9769
9770 2008-09-30 Michael Albinus <michael.albinus@gmx.de>
9771
9772 * dbusbind.c (xd_signature): Use strcat instead of sprintf.
9773
9774 2008-09-30 Eli Zaretskii <eliz@gnu.org>
9775
9776 * Makefile.in (MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.
9777
9778 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
9779
9780 * xdisp.c (move_it_to): Don't advance the iterator if the last tab
9781 in a continued line coincides with a line beginning.
9782
9783 2008-09-29 Adrian Robert <Adrian.B.Robert@gmail.com>
9784
9785 * nsfont.m (nsfont_trait_distance): Fix bug.
9786 (nsfont_list): Return a list rather than a vector (syncs with Handa
9787 changes of 2008-05-14).
9788 (nsfont_open): Improve logging.
9789
9790 2008-09-29 Andreas Schwab <schwab@suse.de>
9791
9792 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
9793
9794 2008-09-28 Martin Rudalics <rudalics@gmx.at>
9795
9796 * character.c (Fchar_resolve_modifiers): Rewrite Elisp function
9797 name as char-resolve-modifiers.
9798 Reported by: Markus Triska <markus.triska@gmx.at>
9799
9800 2008-09-28 Dan Nicolaescu <dann@ics.uci.edu>
9801
9802 * dispnew.c (init_display): Return earlier when running as a daemon.
9803
9804 2008-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
9805
9806 * nsfont.m (nsfont_draw): Fix up composition rendering (cmp_from, ...).
9807
9808 2008-09-27 Eli Zaretskii <eliz@gnu.org>
9809
9810 * composite.c (Fcomposition_get_gstring)
9811 (Fcompose_region_internal, Fcompose_string_internal)
9812 (Ffind_composition_internal): Doc fix.
9813 (syms_of_composite) <compose-chars-after-function>: Doc fix.
9814 (syms_of_composite) <auto-composition-function>: Doc fix.
9815 (syms_of_composite) <composition-function-table>: Doc fix.
9816
9817 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
9818
9819 * search.c (wordify): New argument for lax word-ends.
9820 (Fword_search_forward_lax, Fword_search_backward_lax): New funs.
9821
9822 2008-09-24 Dan Nicolaescu <dann@ics.uci.edu>
9823
9824 * lisp.h (is_daemon): Declare.
9825 * dispnew.c (init_display): Do not try to initialize the terminal
9826 when running as a daemon.
9827
9828 2008-09-22 Chong Yidong <cyd@stupidchicken.com>
9829
9830 * nsfns.m (compute_tip_xy): Use x_display_pixel_width and
9831 x_display_pixel_height.
9832
9833 2008-09-22 Martin Rudalics <rudalics@gmx.at>
9834
9835 * undo.c (record_point): Don't call Fundo_boundary for first
9836 change. (Bug#731)
9837
9838 2008-09-22 Juanma Barranquero <lekktu@gmail.com>
9839
9840 * emacs.c (Fdaemonp): Doc fix.
9841
9842 2008-09-22 Dan Nicolaescu <dann@ics.uci.edu>
9843
9844 * emacs.c (main): Place #ifdef in the proper place.
9845
9846 2008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
9847
9848 * emacs.c (standard_args): Add --daemon.
9849 (main): Disconnect from the terminal when --daemon is passed.
9850 (is_daemon): New variable.
9851 (Fdaemonp): New function.
9852 (syms_of_emacs): Defsubr it.
9853
9854 2008-09-20 Chong Yidong <cyd@stupidchicken.com>
9855
9856 * xdisp.c (get_next_display_element): Handle string display
9857 correctly when checking for the end of a box run.
9858
9859 2008-09-20 Glenn Morris <rgm@gnu.org>
9860
9861 * fileio.c (Qdelete_by_moving_to_trash): New Lisp_Object.
9862 (syms_of_fileio): Add Qdelete_by_moving_to_trash.
9863 (Frename_file): Avoid copying to trash if a rename involves
9864 a delete. (Bug#964).
9865
9866 2008-09-20 Eli Zaretskii <eliz@gnu.org>
9867
9868 * keyboard.c (Fset_quit_char, Fset_input_meta_mode)
9869 (Fset_output_flow_control, Fcurrent_input_mode): Support MSDOS
9870 frames as well as termcap frames.
9871 (handle_interrupt): Remove "#ifndef MSDOS" around the call to
9872 get_named_tty.
9873
9874 2008-09-19 Eli Zaretskii <eliz@gnu.org>
9875
9876 * process.c (procfs_system_process_attributes): Fix cmdline in
9877 case /proc/PID/cmdline is empty.
9878
9879 * xterm.c (x_wm_set_size_hint): Use x_display_pixel_width and
9880 x_display_pixel_height.
9881
9882 2008-09-19 Juanma Barranquero <lekktu@gmail.com>
9883
9884 * frame.c (x_fullscreen_adjust): Declare var as Display_Info.
9885
9886 * w32fns.c (Fx_display_pixel_width, Fx_display_pixel_height)
9887 (compute_tip_xy): Use x_display_pixel_width, x_display_pixel_height.
9888
9889 2008-09-19 Dan Nicolaescu <dann@ics.uci.edu>
9890
9891 * dispextern.h (struct it): Move line_wrap away from the middle of
9892 bitfields. Move voffset in struct iterator_stack_entry after the
9893 bitfields. Move tab_width near after another short.
9894
9895 2008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
9896
9897 * frame.h (struct frame): Move alpha from the middle of bitfields.
9898
9899 * window.h (struct window): Move frozen_window_start_p after the
9900 rest of the bitfields to reduce padding.
9901
9902 2008-09-18 Chong Yidong <cyd@stupidchicken.com>
9903
9904 * xterm.h (x_display_info): Remove `height' and `width' members.
9905
9906 * nsterm.h (ns_display_info): Remove `height' and `width' members.
9907
9908 * w32term.h (w32_display_info): Remove `height', `width',
9909 `height_in', and `width_in' members.
9910
9911 * xterm.c (x_display_pixel_height, x_display_pixel_width):
9912 New functions.
9913 (x_calc_absolute_position): Use them.
9914 (x_term_init): Omit removed `height' and `width' members.
9915
9916 * w32term.c (x_display_pixel_height, x_display_pixel_width):
9917 New functions.
9918 (w32_read_socket, x_calc_absolute_position): Use them.
9919 (w32_initialize_display_info, w32_term_init): Omit removed members
9920 of w32_display_info.
9921
9922 * nsterm.m (x_display_pixel_height, x_display_pixel_width):
9923 New functions.
9924 (ns_initialize_display_info): Omit removed members of ns_display_info.
9925
9926 * xterm.c (x_display_pixel_height, x_display_pixel_width):
9927 New functions.
9928 (x_calc_absolute_position): Use them.
9929 (x_term_init): Omit removed `height' and `width' members.
9930
9931 * xfns.c (Fx_display_pixel_width, Fx_display_pixel_height)
9932 (compute_tip_xy):
9933 * frame.c (x_fullscreen_adjust):
9934 * xmenu.c (menu_position_func): Use x_display_pixel_height and
9935 x_display_pixel_width.
9936
9937 2008-09-18 Kenichi Handa <handa@m17n.org>
9938
9939 * composite.c (fill_gstring_header): Don't check FROM and TO here.
9940 (composition_compute_stop_pos): Fix handling of static composition.
9941 (Fcomposition_get_gstring): Check FROM and TO at first.
9942
9943 2008-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
9944
9945 * composite.c (Fcomposition_get_gstring): Yet another int/Lisp_Object
9946 mixup (YAILOM).
9947
9948 2008-09-17 Chong Yidong <cyd@stupidchicken.com>
9949
9950 * indent.c (Fvertical_motion): Use position reported by iterator
9951 instead of PT for determining screen motion (bug#943).
9952
9953 2008-09-17 Romain Francoise <romain@orebokech.com>
9954
9955 * composite.c (composition_adjust_point): Fix int/EMACS_INT mixup.
9956
9957 2008-09-17 Kenichi Handa <handa@m17n.org>
9958
9959 * ftfont.c (ftfont_shape_by_flt): Downcase family name.
9960
9961 * composite.c (Fcomposition_get_gstring): Make bigger gstring_work
9962 if necessary.
9963
9964 2008-09-16 Kenichi Handa <handa@m17n.org>
9965
9966 * coding.c (make_conversion_work_buffer): Avoid calling
9967 Fget_buffer_create if it is not necessary.
9968
9969 2008-09-15 Martin Rudalics <rudalics@gmx.at>
9970
9971 * window.c (Fselect_window): Don't update window_select_count and
9972 use_time when norecord is not nil.
9973
9974 2008-09-14 Kenichi Handa <handa@m17n.org>
9975
9976 * fileio.c (Finsert_file_contents): Delete incorrect decrement of
9977 specpdl_ptr.
9978
9979 2008-09-12 Kenichi Handa <handa@m17n.org>
9980
9981 * indent.c (scan_for_column): Don't handle automatic composition
9982 if the current buffer is not associated with a window.
9983
9984 * composite.c (composition_reseat_it): If the current buffer is
9985 not associated with a window, ignore the automatic composition.
9986 (find_automatic_composition): Likewise.
9987
9988 2008-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9989
9990 * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.
9991 (Fgpm_mouse_stop): Use it.
9992 * termhooks.h (close_gpm): Declare.
9993 * keyboard.c (tty_read_avail_input): Forcefully close the gpm
9994 connection if Gpm_GetEvent fails.
9995
9996 * window.c (set_window_buffer): Always preserve current-buffer.
9997
9998 2008-09-12 Glenn Morris <rgm@gnu.org>
9999
10000 * charset.c (init_charset): Warn if etc/charsets not found. (Bug#909)
10001
10002 2008-09-11 Glenn Morris <rgm@gnu.org>
10003
10004 * charset.c (charset-map-path): Doc fix.
10005
10006 2008-09-10 Kenichi Handa <handa@m17n.org>
10007
10008 * xdisp.c (handle_composition_prop): Set it->cmp_it.ch to -1.
10009
10010 * font.c (Ffont_shape_gstring): Make glyphs of non-nil adjustment
10011 compose a grapheme cluster with the preceding base glyph.
10012
10013 * composite.c (composition_compute_stop_pos): Fix previous change.
10014 Reset cmp_it->id to -1 at first.
10015
10016 2008-09-10 Glenn Morris <rgm@gnu.org>
10017
10018 * Makefile.in (character.o, chartab.o): Fix config.h typo.
10019
10020 2008-09-09 Chong Yidong <cyd@stupidchicken.com>
10021
10022 * keyboard.c (read_key_sequence): Reapply translation maps when
10023 switching keyboards.
10024
10025 2008-09-09 Kenichi Handa <handa@m17n.org>
10026
10027 * ftfont.c (ftfont_shape_by_flt): Use "combining" FLT for ASCII
10028 characters.
10029
10030 * composite.c (FORWARD_CHAR): Fix calculation
10031 of (POSITION).pos_byte.
10032 (composition_compute_stop_pos): Limit the search of composition to
10033 at most 500 characters ahead. If we reach the limit or find a
10034 newline, set cmp_it->ch to -2 and return 0.
10035 (composition_reseat_it): Handle the case that cmp_it->ch is -2.
10036
10037 2008-09-08 Kenichi Handa <handa@m17n.org>
10038
10039 * indent.c (Fvertical_motion): Be sure to set
10040 it_overshoot_expected if it.cmp_it.id is non-negative.
10041
10042 2008-09-07 Andreas Schwab <schwab@suse.de>
10043
10044 * callproc.c (Fcall_process): Don't hold references to string data
10045 across garbage collection. Move initialisation of new_argv down
10046 to avoid compiler bug.
10047
10048 2008-09-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10049
10050 * process.c (Fsystem_process_attributes): Doc fix.
10051
10052 2008-09-07 Chong Yidong <cyd@stupidchicken.com>
10053
10054 * callproc.c (Fcall_process): Canonicalize current directory name.
10055
10056 * xdisp.c (move_it_to): When moving by vpos, ensure that the
10057 iterator advances to the next line if the current line ends in a
10058 continued tab.
10059
10060 2008-09-07 Teodor Zlatanov <tzz@lifelogs.com>
10061
10062 * nsfont.m (nsfont_draw): Fix the references to missing gidx data
10063 member to point to cmp_from.
10064
10065 * xdisp.c: Doc fix for references to gidx data member.
10066
10067 2008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
10068
10069 * buffer.c (Fbuffer_swap_text): Reset window->point markers.
10070
10071 2008-09-07 Kenichi Handa <handa@m17n.org>
10072
10073 * composite.c (FORWARD_CHAR): Check STOP after
10074 incrementing (POSITION).pos.
10075
10076 2008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10077
10078 * process.c (Fsystem_process_attributes): Doc fix.
10079
10080 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
10081
10082 * keyboard.c (Ftop_level): Doc fix.
10083
10084 2008-09-06 Eli Zaretskii <eliz@gnu.org>
10085
10086 * xmenu.c (xmenu_show) [!HAVE_X_WINDOWS]: If frame has a
10087 minibuffer, don't let lower part of menu invade the echo area.
10088
10089 * msdos.c (IT_menu_display): Use STRING_CHAR_ADVANCE instead of a
10090 "char *q" to access menu text and advance through it. Revert the
10091 change that displayed ">" instead of ASCII character 0x10.
10092
10093 2008-09-05 Eli Zaretskii <eliz@gnu.org>
10094
10095 * menu.c (single_menu_item) [!HAVE_BOXES]: Enable emulation of
10096 toggle boxes and radio buttons on MS-DOS as well.
10097
10098 2008-09-05 Kenichi Handa <handa@m17n.org>
10099
10100 * composite.c (autocmp_chars): Check lookback count.
10101 (composition_compute_stop_pos): Set cmp_it->lookback.
10102 (composition_reseat_it): Check lookback count.
10103 (struct position_record): New struct.
10104 (FORWARD_CHAR, BACKWARD_CHAR, CHAR_COMPOSABLE_P): New macros.
10105 (find_automatic_composition): New function.
10106 (composition_adjust_point): Use find_automatic_composition.
10107
10108 * dispextern.h (struct composition_it): New member lookback.
10109
10110 2008-09-02 Chong Yidong <cyd@stupidchicken.com>
10111
10112 * indent.c (Fvertical_motion): Don't call move_it_by_lines again
10113 if moving by a single line.
10114
10115 2008-09-02 Andreas Schwab <schwab@suse.de>
10116
10117 * xterm.c (x_delete_display): Fix merge error.
10118
10119 * fileio.c (Fexpand_file_name): Remove unused variables.
10120
10121 2008-09-02 Eli Zaretskii <eliz@gnu.org>
10122
10123 * fileio.c (Fexpand_file_name): Copy argument `name' into local
10124 storage on all platforms, not just on DOS_NT.
10125
10126 2008-09-02 Jason Rumney <jasonr@gnu.org>
10127
10128 * w32menu.c (Fx_popup_menu, Fx_popup_dialog, w32_menu_show):
10129 Ensure mouse is not grabbed after menu is finished.
10130
10131 2008-09-01 Chong Yidong <cyd@stupidchicken.com>
10132
10133 * xfaces.c (Finternal_set_alternative_font_family_alist)
10134 (Finternal_set_alternative_font_registry_alist): Properly copy
10135 entire alist structure.
10136
10137 2008-09-01 Kenichi Handa <handa@m17n.org>
10138
10139 * ftfont.c (ftfont_spec_pattern): Don't create a charset if the
10140 representative chars of the script is a vector.
10141 (ftfont_list): Handle the case where the representative chars of
10142 the script is a vector.
10143
10144 * character.c (syms_of_character): Docstring of
10145 script-representative-chars fixed.
10146
10147 2008-08-31 Eli Zaretskii <eliz@gnu.org>
10148
10149 * msdos.c (BUILD_CHAR_GLYPH): New macro.
10150 (IT_menu_display): Use it instead of SET_CHAR_GLYPH to construct
10151 the menu. Allocate larger buffer for `text', to account for
10152 possible ^C characters.
10153
10154 2008-08-31 Martin Rudalics <rudalics@gmx.at>
10155
10156 * xdisp.c (prepare_menu_bars): Don't call
10157 Vwindow_size_change_functions with arg Qt.
10158
10159 2008-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
10160
10161 * font.h (font_range):
10162 * fileio.c (report_file_error):
10163 * composite.c (composition_update_it): Yet another int/Lisp_Object
10164 mixup (YAILOM).
10165
10166 2008-08-30 Glenn Morris <rgm@gnu.org>
10167
10168 * data.c (Fmake_variable_frame_local): Doc fix.
10169
10170 * frame.c (Fmodify_frame_parameters): Doc fix.
10171
10172 2008-08-30 Eli Zaretskii <eliz@gnu.org>
10173
10174 * w32.c (init_user_info): Allocate buf[] with xmalloc using the size
10175 needed by GetTokenInformation.
10176 (w32_system_process_attributes): Check return values of all system
10177 APIs.
10178
10179 * msdos.c (IT_display_cursor): Write "CURSOR ON/OFF" to termscript
10180 only when the state changes.
10181 (IT_update_begin, IT_update_end): Add termscript trace.
10182
10183 * w16select.c (Fw16_set_clipboard_data): Don't encode text if
10184 clipboard is unavailable. Set dst to NULL if it doesn't point to
10185 malloc'ed data.
10186 (Fw16_get_clipboard_data): Initialize htext to NULL, to avoid
10187 passing random values to xfree.
10188
10189 * dispnew.c (init_display): Set `tty's association in frame's
10190 parameters alist to the name of the terminal device, if that is known.
10191
10192 2008-08-29 Jason Rumney <jasonr@gnu.org>
10193
10194 * w32uniscribe.c (uniscribe_check_otf): Don't fallback on DFLT script.
10195
10196 2008-08-29 Eli Zaretskii <eliz@gnu.org>
10197
10198 * composite.c (fill_gstring_body): Avoid compiler warnings.
10199
10200 * font.c (font_fill_lglyph_metrics): Use EMACS_INT in
10201 LGLYPH_SET_CODE to avoid compiler warnings.
10202
10203 * makefile.w32-in ($(BLD)/w32uniscribe.$(O)): Depend on composite.h.
10204
10205 * composite.h (LGLYPH_SET_CODE): Cast `val' to EMACS_INT.
10206
10207 * w32uniscribe.c (uniscribe_shape): Shut up compiler warning in
10208 LGLYPH_SET_CODE.
10209
10210 2008-08-29 Kenichi Handa <handa@m17n.org>
10211
10212 * fileio.c (report_file_error): Don't downcase the first character
10213 of errstring if it is still unibyte.
10214
10215 2008-08-29 Kenichi Handa <handa@m17n.org>
10216
10217 These changes are to re-implement the automatic composition so
10218 that it doesn't use text properties.
10219
10220 * Makefile.in (ftfont.o): Depend on composite.h.
10221 (composite.o): Depend dispextern.h, font.h, frame, and window.h.
10222
10223 * character.h (Vunicode_category_table): Extern it.
10224
10225 * character.c (Vunicode_category_table): New variable.
10226 (syms_of_character): DEFVAR_LISP Vunicode_category_table.
10227
10228 * chartab.c (optimize_sub_char_table): Perform more greedy
10229 optimization.
10230
10231 * composite.h (enum composition_method):
10232 Delete COMPOSITION_WITH_GLYPH_STRING.
10233 (COMPOSITION_METHOD): Don't check COMPOSITION_WITH_GLYPH_STRING.
10234 (Vcomposition_function_table): Extern it.
10235 (LGSTRING_XXX, LGLYPH_XXX): Macros moved from font.h.
10236 (composition_gstring_put_cache, composition_gstring_from_id)
10237 (composition_gstring_p, composition_gstring_width)
10238 (composition_compute_stop_pos, composition_reseat_it)
10239 (composition_update_it, composition_adjust_point): Extern them.
10240 (Fcomposition_get_gstring): EXFUN it.
10241
10242 * composite.c: Include window.h, frame.h, dispextern.h, font.h.
10243 (Vcomposition_function_table)
10244 (get_composition_id): Don't handle COMPOSITION_WITH_GLYPH_STRING.
10245 (gstring_hash_table, gstring_work, gstring_work_headers):
10246 New variables.
10247 (gstring_lookup_cache, composition_gstring_put_cache)
10248 (composition_gstring_from_id, composition_gstring_p)
10249 (composition_gstring_width, fill_gstring_header)
10250 (fill_gstring_body, autocmp_chars, composition_compute_stop_pos)
10251 (composition_reseat_it, composition_update_it)
10252 (composition_adjust_point, Fcomposition_get_gstring): New functions.
10253 (syms_of_composite): Initialize gstring_hash_table, gstrint_work,
10254 and gstring_work_headers. DEFVAR_LISP composition-function-table.
10255 Defsubr composition_get_gstring.
10256
10257 * dispextern.h (struct glyph): New union u.cmp. Delete the member
10258 cmp_id.
10259 (struct glyph_string): Delete the member gidx. New members
10260 cmp_id, cmp_from, and cmp_to.
10261 (enum it_method): Delete GET_FROM_COMPOSITION.
10262 (struct composition_it): New struct.
10263 (struct it): New member cmp_it, and iterator_stack_entry.cmp_it.
10264 Delete c, len, cmp_id, cmp_len in u.comp.
10265
10266 * font.h (enum lgstring_indices): Delete it.
10267 (LGSTRING_XXX, LGLYPH_XXX): Move these macros to composite.h.
10268 (enum lglyph_indices): Likewise.
10269 (font_range): Adjust extern.
10270 (font_fill_lglyph_metrics): Extern it.
10271
10272 * font.c (QCf): New variable.
10273 (check_gstring): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
10274 (font_prepare_composition): Delete this function.
10275 (font_range): Type and arguments changed.
10276 (Ffont_make_gstring, Ffont_fill_gstring): Delete them.
10277 (font_fill_lglyph_metrics): New function.
10278 (Ffont_shape_text): Rename to Ffont_shape_gstring and change arguments.
10279 (syms_of_font): DEFSYM QCf. Delete defsubr for
10280 Sfont_make_gstring, Sfont_fill_gstring, Sfont_shape_text.
10281 Defsubr Sfont_shape_gstring.
10282
10283 * fontset.h (font_for_char): Extern it.
10284
10285 * fontset.c (font_for_char): New function.
10286
10287 * ftfont.c: Include composite.h.
10288 (ftfont_resolve_generic_family): Add langset "en" to pattern.
10289 (ftfont_shape_by_flt): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
10290
10291 * indent.c: Include composite.h and dispextern.h.
10292 (check_composition): Delete this function.
10293 (scan_for_column): Handle composition by
10294 composition_compute_stop_pos, composition_reseat_it, and
10295 composition_update_it.
10296 (compute_motion): Likewise.
10297 (Fvertical_motion): Fix checking of composition.
10298
10299 * keyboard.c (adjust_point_for_property): Check composition by
10300 composition_adjust_point.
10301
10302 * nsterm.m (ns_draw_glyph_string): Adjust for the change of
10303 struct glyph_string.
10304
10305 * term.c (encode_terminal_code): Adjust for the change of struct glyph.
10306 (append_composite_glyph): Adjust for the change of struct it and
10307 struct glyph.
10308 (produce_composite_glyph): Likewise.
10309
10310 * w32term.c (x_draw_composite_glyph_string_foreground):
10311 Adjust for the change of struct glyph_string.
10312 (x_draw_glyph_string): Likewise.
10313
10314 * w32uniscribe.c (struct uniscribe_font_info): Include composite.h.
10315 (uniscribe_shape): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
10316
10317 * xdisp.c: Include font.h.
10318 (it_props): Delete the entry for Qauto_composed.
10319 (init_iterator): Initialize it->cmp_it.id to -1.
10320 (compute_stop_pos): Call composition_compute_stop_pos.
10321 (face_before_or_after_it_pos): Adjust for the change of struct it.
10322 (handle_auto_composed_prop): Delete it.
10323 (handle_composition_prop): Handle only static composition.
10324 (next_overlay_string): Remove it->method == GET_FROM_COMPOSITION
10325 from xassert. Initialize it->cmp_it.stop_pos.
10326 (push_it): Adjust for the change of struct it.
10327 (pop_it): Likewise.
10328 (get_next_element): Delete next_element_from_composition.
10329 (CHAR_COMPOSED_P): New macro.
10330 (get_next_display_element): For automatic composition, get a face
10331 from the font in the glyph-string.
10332 (set_iterator_to_next): For GET_FROM_BUFFER and GET_FROM_STRING,
10333 check composition by it->cmp_it.id. Delete GET_FROM_COMPOSITION case.
10334 (next_element_from_string): Check if the character at the current
10335 position is composed by CHAR_COMPOSED_P.
10336 (next_element_from_buffer): Likewise.
10337 (next_element_from_composition): Adjust for the change of struct it.
10338 Update it->cmp_it.
10339 (dump_glyph): Adjust for the change of struct glyph.
10340 (fill_composite_glyph_string): Adjust for the change of struct
10341 it and struct glyph. Don't handle automatic composition here.
10342 (fill_gstring_glyph_string): New function.
10343 (x_get_glyph_overhangs): Handle automatic composition.
10344 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the change of struct glyph.
10345 (BUILD_GSTRING_GLYPH_STRING): New macro.
10346 (BUILD_GLYPH_STRINGS): Call BUILD_GSTRING_GLYPH_STRING for
10347 automatic composition.
10348 (append_composite_glyph): Adjust for the change of struct it and
10349 struct glyph.
10350 (x_produce_glyphs): Adjust for the change of struct it.
10351
10352 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
10353 the change of struct glyph_string.
10354 (x_draw_glyph_string): Likewise.
10355
10356 2008-08-29 Glenn Morris <rgm@gnu.org>
10357
10358 * buffer.c (word-wrap): Doc fix.
10359 * xdisp.c (truncate-partial-width-windows): Doc fix.
10360 Increase default to 50.
10361
10362 2008-08-29 Chong Yidong <cyd@stupidchicken.com>
10363
10364 * xdisp.c (update_tool_bar_unwind): New function.
10365 (update_tool_bar): Temporarily set selected frame before building
10366 tool-bar items.
10367
10368 2008-08-28 Michael Albinus <michael.albinus@gmx.de>
10369
10370 * dbusbind.c (XD_ERROR, XD_DEBUG_MESSAGE): Use strncpy and
10371 snprintf, respectively.
10372 (xd_append_arg): Convert strings with Fstring_make_unibyte.
10373
10374 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
10375
10376 * Makefile.in: Revert (undocumented) 2008-08-20 change adding
10377 LDFLAGS to GNUstep CC invocation.
10378
10379 2008-08-27 Chong Yidong <cyd@stupidchicken.com>
10380
10381 * indent.c (Fvertical_motion): Revert last change. Handle the
10382 general case where we are moving forward, and PT spans multiple
10383 screen lines.
10384
10385 * eval.c (find_handler_clause): Temporarily increase
10386 max-lisp-eval-depth while printing the backtrace buffer, to
10387 guarantee that help-mode code can run.
10388
10389 2008-08-27 Eli Zaretskii <eliz@gnu.org>
10390
10391 * msdos.c (Fmsdos_remember_default_colors): Don't reverse frame
10392 colors under -rv.
10393 (IT_set_frame_parameters): Don't swap foreground and background
10394 colors if `(reverse . t)' is present in the frame properties.
10395 (internal_terminal_init): Call init_frame_faces only for the
10396 initial frame.
10397
10398 2008-08-27 Andreas Schwab <schwab@suse.de>
10399
10400 * dired.c (Ffile_attributes): Avoid compiler warning in bitshift.
10401
10402 2008-08-27 Andreas Schwab <schwab@suse.de>
10403
10404 * search.c (search_buffer): Set char_base to zero only at the end.
10405
10406 2008-08-27 Kenichi Handa <handa@m17n.org>
10407
10408 * fileio.c (report_file_error): Fix handling of multibyte error string.
10409
10410 2008-08-27 Andreas Seltenreich <seltenreich@gmx.de>
10411
10412 * xterm.c (x_term_init): Temporarily hide the partially
10413 initialized terminal while calling vendor-specific-keysyms.
10414
10415 2008-08-26 Eli Zaretskii <eliz@gnu.org>
10416
10417 * msdos.c (internal_terminal_init): Most initializations done only
10418 once, especially initial_screen_colors[] and termscript open.
10419
10420 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
10421
10422 * eval.c (Fcondition_case): Doc fix.
10423
10424 * widgetprv.h (EmacsFramePart): Change font member to the new font
10425 struct.
10426
10427 * widget.c: Include character.h and font.h for XSETFONT.
10428 (setup_frame_gcs): Compute X font id from font struct, just once.
10429
10430 2008-08-26 Eli Zaretskii <eliz@gnu.org>
10431
10432 * term.c (get_named_tty): Fix last change.
10433
10434 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
10435
10436 * indent.c (Fvertical_motion): If moving forward starting from a
10437 multi-line string, move the iterator to the last line of that string.
10438
10439 2008-08-25 Eli Zaretskii <eliz@gnu.org>
10440
10441 * frame.c (do_switch_frame): Mark previously displayed frame as
10442 obscured for FRAME_MSDOS_P frames as well.
10443
10444 2008-08-24 Eli Zaretskii <eliz@gnu.org>
10445
10446 * frame.c (make_terminal_frame): Initialize f->terminal,
10447 f->terminal->reference_count, and scroll bars on MS-DOS as well.
10448 Set the top frame to newly created frame.
10449 (Fmake_terminal_frame): Reuse the_only_display_info.
10450
10451 * vm-limit.c (get_lim_data) [MSDOS]: Use alternative methods of
10452 estimating available memory.
10453
10454 2008-08-23 David Reitter <david.reitter@gmail.com>
10455
10456 * nsterm.m (ns_draw_window_cursor): Don't call
10457 NSDisableScreenUpdates and NSEnableScreenUpdates on
10458 non-NS_IMPL_COCOA systems.
10459
10460 2008-08-23 Andreas Schwab <schwab@suse.de>
10461
10462 * process.c (procfs_system_process_attributes): Fix use of
10463 uninitialized variables.
10464
10465 2008-08-23 Eli Zaretskii <eliz@gnu.org>
10466
10467 * emacs.c (main) [MSDOS]: Call syms_of_xmenu.
10468
10469 * dispnew.c (init_display): Remove MS-DOS specific conditions for
10470 calling tty-set-up-initial-frame-faces.
10471
10472 * xmenu.c (Fx_popup_dialog, Fx_popup_menu, xmenu_show):
10473 Allow MSDOS frames along with X frames.
10474
10475 * termhooks.h (TERMINAL_ACTIVE_P): Handle output_msdos_raw in
10476 addition to output_termcap.
10477
10478 * xdisp.c (redisplay_internal) [MSDOS]: Don't call set_tty_color_mode.
10479
10480 * termchar.h (FRAME_TTY): Support output_msdos_raw.
10481 (struct tty_display_info) [MSDOS]: Add fields related to mouse
10482 highlight.
10483
10484 * process.c [!subprocesses]: Define QCname.
10485 (syms_of_process): Intern and staticpro it.
10486
10487 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
10488 Adjust for changes in encoding/decoding routines.
10489 Use encode_coding_object and decode_coding_object instead of
10490 encode_coding and decode_coding.
10491
10492 * sysdep.c (init_sys_modes): Call dos_ttraw with tty_out as argument.
10493
10494 * dosfns.c: Include frame.h before termhooks.h.
10495 (dos_cleanup): Use CURTTY ()->termscript instead of a global
10496 variable termscript.
10497
10498 * s/msdos.h (USER_FULL_NAME): Define.
10499 (SYSTEM_PURESIZE_EXTRA): Bump up to 100K.
10500
10501 * editfns.c (USER_FULL_NAME): Define to pw->pw_gecos if undefined.
10502 (Fuser_full_name): Use USER_FULL_NAME instead of a literal
10503 pw->pw_gecos.
10504
10505 * keyboard.c (handle_interrupt) [MSDOS]: Call cursor_to with
10506 SELECTED_FRAME as additional (1st) argument.
10507 (tty_read_avail_input): Handle output_msdos_raw in
10508 addition to output_termcap.
10509
10510 * msdos.c: Include frame.h before termhooks.h.
10511 (mouse_on, mouse_off, mouse_moveto, mouse_init)
10512 (msdos_set_cursor_shape, IT_set_face, IT_write_glyphs)
10513 (show_mouse_face, IT_clear_end_of_line, IT_clear_screen)
10514 (IT_clear_to_end, IT_cursor_to, IT_display_cursor, IT_cmgoto)
10515 (IT_set_terminal_modes, IT_reset_terminal_modes)
10516 (IT_set_frame_parameters): Use tty->termscript instead of a global
10517 variable termscript.
10518 (IT_write_glyphs): Use tty->terminal->terminal_coding instead of a
10519 global variable terminal_coding. Don't refer to
10520 Vnonascii_translation_table.
10521 (internal_terminal_init): Set Vwindow_system in current_kboard.
10522 Don't use TTY_CHAR_INS_DEL_OK. Set Vinitial_window_system.
10523 Announce date and time of session start, if termscript is open.
10524 Don't zero out the_only_display_info (it is done in
10525 term.c:init_tty). Open termscript only of not already open.
10526 Log "SCREEN SAVED" here, instead of IT_set_terminal_modes. Init mouse
10527 here instead of dos_ttraw. Don't initialize display if this is an
10528 initial tty. Don't set FRAME_FONT.
10529 (Vwindow_system_version): Bump to 23.
10530 (dos_ttraw): Accept a TTY argument; all callers fixed. If mouse
10531 is available, set up mouse_position_hook.
10532 (dos_ttraw, IT_set_terminal_modes): If called with initial
10533 terminal, do nothing.
10534 (IT_set_frame_parameters): Handle the Qtty_type frame
10535 parameter by calling internal_terminal_init.
10536 (dos_set_window_size, show_mouse_face)
10537 (clear_mouse_face, IT_note_mode_line_highlight)
10538 (IT_note_mouse_highlight, IT_update_begin, IT_frame_up_to_date)
10539 (dos_rawgetc): Use tty_display_info instead of x_display_info.
10540 (initialize_msdos_display): New function.
10541 (IT_cursor_to, IT_clear_to_end, IT_clear_screen)
10542 (IT_clear_end_of_line, IT_insert_glyphs, IT_write_glyphs)
10543 (IT_delete_glyphs, IT_ring_bell, IT_reset_terminal_modes)
10544 (IT_set_terminal_modes, IT_set_terminal_window, IT_update_begin):
10545 Accept additional argument: a pointer to a frame. Update all callers.
10546 (request_sigio, unrequest_sigio): Don't define, now defined on
10547 sysdep.c.
10548 (IT_write_glyphs): Rewrite to use encode_terminal_code.
10549
10550 * term.c [MSDOS]: Include msdos.h.
10551 (init_tty) [MSDOS]: Reuse most of WINDOWSNT branch. Change cpp
10552 conditional to DOS_NT. Allow only one call to this function in a
10553 session. Don't allocate a new struct tty_display_info; instead,
10554 reuse the_only_display_info. Call get_tty_size to get screen
10555 dimensions. Call init_baud_rate to set bad_rate.
10556 (dissociate_if_controlling_tty) [MSDOS]: Ifdef away function body.
10557 (Fsuspend_tty) [MSDOS]: Don't close input and output.
10558 (Fresume_tty) [MSDOS]: Don't reopen the TTY; instead, use stdin/stdout.
10559 (get_tty_terminal, get_named_tty, Ftty_type)
10560 (Fcontrolling_tty_p): Handle output_msdos_raw in addition to
10561 output_termcap.
10562 (Fresume_tty, Fsuspend_tty, init_tty, delete_tty):
10563 Call add_keyboard_wait_descriptor and delete_keyboard_wait_descriptor
10564 only when subprocesses are supported.
10565
10566 * frame.c (make_terminal_frame) [MSDOS]: Adjust initialization of
10567 f->output_data.x.
10568 (Fmake_terminal_frame) [MSDOS]: Don't allow creation of new
10569 terminal devices.
10570
10571 * msdos.h: Remove definition of struct x_display_info and struct
10572 x_output.
10573 (FRAME_FONT): Use output_data.tty.
10574 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Don't define.
10575 (struct x_display_info): Rename from display_info. Update all users in
10576 msdos.c.
10577 (struct x_output): Remove background_pixel and foreground_pixel.
10578 (the_only_display_info): Rename from the_only_x_display.
10579 (dos_ttraw): Update prototype.
10580
10581 * Makefile.in (MSDOS_OBJ): Add xmenu.o.
10582 (SOME_MACHINE_LISP): Add ../lisp/term/pc-win.elc.
10583
10584 2008-08-23 Jason Rumney <jasonr@gnu.org>
10585
10586 * image.c (enum tiff_keyword_index, tiff_format): Add :index keyword.
10587 (fn_TIFFSetDirectory): New library function used.
10588 (init_tiff_functions) [HAVE_NTGUI]: Initialize it.
10589 (tiff_load): Use :index to select among multiple images. Set count
10590 property when multiple images exist.
10591 (gif_format): Use :index, not :image.
10592
10593 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
10594
10595 * xdisp.c (try_scrolling): Check INT_MAX instead of
10596 MOST_POSITIVE_FIXNUM for maximum integer value. Include limits.h
10597 to obtain INT_MAX.
10598
10599 2008-08-21 İsmail Dönmez <ismail@namtrac.org> (tiny change)
10600
10601 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase on GTK+.
10602
10603 2008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
10604
10605 * Makefile.in (temacs${EXEEXT}): On GNUstep, link to appropriate
10606 GNUstep library location.
10607
10608 2008-08-21 Chong Yidong <cyd@stupidchicken.com>
10609
10610 * xfaces.c (x_update_menu_appearance): Check validity of menu font
10611 before using it.
10612
10613 * puresize.h (BASE_PURESIZE): Increase to 1250000.
10614
10615 2008-08-20 Adrian Robert <Adrian.B.Robert@gmail.com>
10616
10617 * nsfns.m (ns-read-file-name): Add casts to avoid warning.
10618 (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly.
10619 * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil.
10620 * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration.
10621 (EmacsApp-cursor_blink_handler): Remove declaration.
10622 * nsterm.m (ns_draw_glyph_string): Update first conditional body to
10623 match 01 Feb 2008 changes in xterm.c.
10624 (ns_read_socket): Add cast to avoid warning.
10625 (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on
10626 GNUstep.
10627
10628 2008-08-20 Chong Yidong <cyd@stupidchicken.com>
10629
10630 * xselect.c (x_get_foreign_selection): Return nil if desired
10631 selection could not be obtained, instead of signalling an error.
10632
10633 2008-08-20 David Reitter <david.reitter@gmail.com>
10634
10635 * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c.
10636 * nsterm.m: Remove ns-specific code for cursor blinking.
10637 (ns_draw_window_cursor): Clear cursor properly rather than
10638 redrawing the area. Respect width of bar cursors.
10639 These changes enable the use of generic blink-cursor-mode and
10640 generic cursor types in NS and support smooth cursor movements (do
10641 not blink off after command).
10642 * xdisp.c (get_phys_cursor_geometry): Redraw wider rectangle on
10643 Nextstep, too.
10644
10645 2008-08-19 Kenichi Handa <handa@m17n.org>
10646
10647 * font.c (Vfont_log_deferred): New variable.
10648 (font_add_log): Check Vfont_log_deferred.
10649 (font_deferred_log): New function.
10650
10651 * font.h (font_deferred_log): Extern it.
10652
10653 * fontset.c (reorder_font_vector): Use encoding charset of fonts
10654 for sorting.
10655 (face_for_char): Use deferred log.
10656
10657 2008-08-18 Kenichi Handa <handa@m17n.org>
10658
10659 * fontset.c (face_for_char): Add font log.
10660
10661 * font.c (font_add_log): Add the font properties :script, :lang,
10662 and :otf in the log.
10663
10664 2008-08-17 Chong Yidong <cyd@stupidchicken.com>
10665
10666 * xdisp.c: Remove dead code.
10667 (handle_invisible_prop, next_overlay_string): Defer call to
10668 setup_for_ellipsis.
10669 (handle_stop, set_iterator_to_next): Call setup_for_ellipsis.
10670
10671 2008-08-15 Chong Yidong <cyd@stupidchicken.com>
10672
10673 * xfaces.c (lookup_derived_face): Properly handle possible zero
10674 return value of get_lface_attributes.
10675 (merge_faces): Don't tell lookup_derived_face to signal an error
10676 if face is not found.
10677
10678 * dired.c (Fdirectory_files): Doc fix.
10679
10680 * process.c (make_process): Initialize kill_without_query struct
10681 member.
10682
10683 2008-08-15 Eli Zaretskii <eliz@gnu.org>
10684
10685 * w32.c (w32_system_process_attributes) [_MSC_VER < 1300]:
10686 Alternative calculation of totphys for Visual Studio 6.
10687
10688 * w32fns.c [_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.
10689
10690 * w32.c (_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX):
10691 Rename from _MEMORYSTATUSEX, MEMORYSTATUSEX, LPMEMORYSTATUSEX.
10692 All users changed.
10693 (stat): Only root directory passed to GetDriveType. Allow RAM
10694 disk as well as local fixed disk when w32-get-true-file-attributes
10695 is set to `local'.
10696 (CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs.
10697 (equal_sid, get_length_sid, copy_sid): New wrapper functions.
10698 (w32_cached_id, w32_add_to_cache): New functions.
10699 (get_name_and_id): Look account names in the cache before calling
10700 lookup_account_sid.
10701 (g_b_init_get_length_sid, g_b_init_equal_sid, g_b_init_copy_sid):
10702 New initialization flags.
10703 (globals_of_w32): Initialize them to zero.
10704 (w32_system_process_attributes): Use w32_cached_id and
10705 w32_add_to_cache.
10706
10707 2008-08-14 Lawrence Mitchell <wence@gmx.li>
10708
10709 * lread.c (Fread_char, Fread_char_exclusive): If no character
10710 event is read before timeout is reached, return nil, rather than
10711 converting to a number.
10712
10713 2008-08-14 Chong Yidong <cyd@stupidchicken.com>
10714
10715 * fns.c (use_dialog_box): Doc fix.
10716
10717 * s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful
10718 on OS X.
10719
10720 2008-08-13 Chong Yidong <cyd@stupidchicken.com>
10721
10722 * frame.c (Qns_parse_geometry): New var.
10723 (Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.
10724
10725 2008-08-11 Chong Yidong <cyd@stupidchicken.com>
10726
10727 * xdisp.c (x_produce_glyphs): Handle the case when font has no
10728 space character in calculating tabs.
10729
10730 2008-08-11 Dan Nicolaescu <dann@ics.uci.edu>
10731
10732 * Makefile.in (bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
10733
10734 2008-08-10 Glenn Morris <rgm@gnu.org>
10735
10736 * process.c (procfs_system_process_attributes): Use EMACS_INTs to
10737 silence gcc "limited range of data type" warnings in some
10738 make_fixnum_or_float calls.
10739
10740 2008-08-09 Eli Zaretskii <eliz@gnu.org>
10741
10742 * w32.c (w32_system_process_attributes): If the process does not
10743 exist, return nil.
10744
10745 * w32.c: Include thelp32.h, psapi.h and coding.h.
10746 (_MEMORYSTATUSEX, _PROCESS_MEMORY_COUNTERS_EX): New struct
10747 declarations.
10748 (CreateToolhelp32Snapshot_Proc, Process32First_Proc)
10749 (Process32Next_Proc): New typedefs.
10750 (g_b_init_create_toolhelp32_snapshot, g_b_init_process32_first)
10751 (g_b_init_process32_next, g_b_init_open_thread_token)
10752 (g_b_init_impersonate_self, g_b_init_revert_to_self)
10753 (g_b_init_get_process_memory_info, g_b_init_global_memory_status)
10754 (g_b_init_get_process_working_set_size)
10755 (g_b_init_global_memory_status_ex): New static variables.
10756 (globals_of_w32): Initialize them.
10757 (create_toolhelp32_snapshot, process32_first, process32_next)
10758 (open_thread_token, impersonate_self, revert_to_self)
10759 (get_process_memory_info, get_process_working_set_size)
10760 (global_memory_status, global_memory_status_ex): New wrapper
10761 functions.
10762 (w32_list_system_processes, w32_system_process_attributes)
10763 (enable_privilege, restore_privilege, ltime, process_times):
10764 New functions.
10765 (convert_time_raw): New function.
10766 (convert_time): Remove conversion of FILETIME into time in 100
10767 nsec units, call convert_time_raw instead.
10768
10769 * process.h (w32_list_system_processes, w32_system_process_attributes):
10770 Add prototypes.
10771 (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname)
10772 (Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime, Qcutime)
10773 (Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs, Quser, Qgroup)
10774 (Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime): Add extern declarations.
10775
10776 * process.c (Fsystem_process_attributes): Doc fix.
10777
10778 2008-08-08 Chong Yidong <cyd@stupidchicken.com>
10779
10780 * xdisp.c (move_it_to): When stopping at a charpos, check if that's
10781 a continued multi-char glyph; if so, advance to the actual glyph.
10782
10783 2008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
10784
10785 * s/darwin.h (OTHER_FILES): Do not define here, defined in config.in.
10786
10787 * Makefile.in (ALL_OBJC_CFLAGS): New variable.
10788 (.m.o): Use it.
10789 * config.in: Regenerate.
10790
10791 2008-08-07 Chong Yidong <cyd@stupidchicken.com>
10792
10793 * xdisp.c (redisplay_window): Revert last change.
10794 (try_window): Check bottom scroll margin too.
10795
10796 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
10797
10798 * config.in: Regenerate.
10799
10800 * Makefile.in (emacs): Remove ifndef NS conditional for 'emacs
10801 -list-load-path-shadows'.
10802 (nsgui.h): Reduce number of things depending on it.
10803
10804 2008-08-06 Chong Yidong <cyd@stupidchicken.com>
10805
10806 * xdisp.c (try_scrolling): Use iterator to find the scroll margin,
10807 instead of window-end which does the wrong thing at eob.
10808 (try_cursor_movement): Minor optimization.
10809 (redisplay_window): If scroll margin is defined, don't assume
10810 window doesn't need scrolling.
10811
10812 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
10813
10814 * config.in: Regenerate.
10815
10816 * Makefile.in: Move nsXXX.m dependencies into big alphabetical list.
10817 (mostlyclean): Don't delete *.d under NS.
10818
10819 * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER.
10820
10821 2008-08-06 Kenichi Handa <handa@m17n.org>
10822
10823 * xfont.c (xfont_list_family): Return a list of symbols, not strings.
10824
10825 2008-08-06 Andreas Schwab <schwab@suse.de>
10826
10827 * config.in: Regenerate.
10828
10829 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
10830
10831 * xdisp.c (redisplay_window): Don't enforce scroll-margin when
10832 forcing a window start.
10833
10834 * fileio.c (Vauto_save_list_file_name): Move here from file.el.
10835 (auto_save_1): Update modtime when auto-save-list-file-name is on.
10836
10837 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
10838
10839 * emacs.c (main): Under NS, set working dir to HOME when get a "psn"
10840 argument.
10841
10842 2008-08-05 Juanma Barranquero <lekktu@gmail.com>
10843
10844 * buffer.c (syms_of_buffer) <scroll-up-aggressively>:
10845 <scroll-down-aggressively, before-change-functions>:
10846 <after-change-functions>: Reflow docstrings.
10847
10848 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
10849 Ken Raeburn <raeburn@gnu.org>
10850
10851 Dock menu customization, based on a patch by Ken Raeburn, plus some
10852 other fixes.
10853 * nsmenu.m (dockMenu): New variable.
10854 (EmacsDialog -clicked:): Fix mistake in change of 2008-07-17.
10855
10856 * nsterm.h (dockMenu): Declare.
10857
10858 * nsterm.m (KEY_NS_NEW_FRAME): New definition.
10859 (ns_term_init): Initialize dockMenu.
10860 (EmacsApp -newFrame:, -applicationDockMenu:): New methods.
10861 (EmacsView -windowShouldClose:): Don't behave specially if <= 1 frame
10862 left.
10863
10864 * lisp.h (LSB_TAG): Use on DARWIN_OS, not NS_IMPL_COCOA.
10865
10866 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
10867
10868 * nsterm.h: Test directly for NS_HAVE_INTEGER before defining it.
10869
10870 * config.in: Regenerate.
10871
10872 2008-08-04 Seiji Zenitani <zenitani@mac.com>
10873
10874 * nsfns.m (x-create-frame): Set the frame parameter alpha to nil.
10875
10876 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
10877
10878 * nsterm.h (find_and_call_menu_selection): Fix prototype.
10879
10880 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
10881
10882 * emacs.c (main: unexec_init_emacs_zone): Call if on DARWIN_OS.
10883
10884 * keyboard.h: Comment an #endif.
10885
10886 * lisp.h (have_menus_p): Adjust comment.
10887
10888 * menu.c (find_and_return_menu_selection): Fix comparison with
10889 client_data.
10890
10891 * nsmenu.m (popup_activated_flag): New variable.
10892 (popup_activated): New function.
10893 (menu-or-popup-active-p): New exported lisp definition.
10894 (ns_popup_menu): Set popup_activated_flag. Call discard_menu_items()
10895 when popup done.
10896 (ns_popup_dialog): Set popup_activated_flag.
10897
10898 * nsterm.m (EmacsView -conversationIdentifier): Use NSInteger
10899 version for GNUstep (handled by conditional typedef in nsterm.m).
10900 (ns_get_color): Remove special-casing for "darkblue", "dark blue" (now
10901 in rgb.txt).
10902
10903 * process.c (init_process): Use DARWIN_OS, not DARWIN.
10904
10905 * sysselect.h: Conditionalize init_process undef on DARWIN_OS.
10906
10907 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): Do it also under NS.
10908
10909 * xdisp.c (redisplay_internal, note_mouse_highlight): Under NS,
10910 shortcircuit if popup_activated like GTK and X toolkit.
10911
10912 * m/inter386.h: Change DARWIN to DARWIN_OS.
10913
10914 * s/darwin.h: Add #define DARWIN_OS. Get rid of C_SWITCH_SYSTEM def.
10915 Change LIBS_MACGUI to LIBS_NSGUI. Move temacs-conditionalized defs
10916 closer to C_SWITCH_SYSTEM_TEMACS so usage is understood. Expand
10917 comment on NO_SOCK_SIGIO.
10918
10919 2008-08-03 Chong Yidong <cyd@stupidchicken.com>
10920
10921 * nsterm.m (windowDidResize): Remove stopModal call.
10922
10923 2008-08-03 Andreas Schwab <schwab@suse.de>
10924
10925 * vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
10926 (check_memory_limits): Don't handle HAVE_GETRLIMIT here.
10927
10928 2008-08-02 Chong Yidong <cyd@stupidchicken.com>
10929
10930 * vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.
10931 Don't use uninitialized pointer variable when using getrlimit.
10932
10933 2008-08-02 Jason Rumney <jasonr@gnu.org>
10934
10935 * w32font.c (compute_metrics): Don't mess with glyph_idx setting here.
10936
10937 2008-08-02 Eli Zaretskii <eliz@gnu.org>
10938
10939 * alloc.c (NSTATICS): Bump to 0x640.
10940
10941 * s/gnu-linux.h (HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
10942
10943 * lisp.h: Add prototype for directory_files_internal.
10944
10945 * process.c (Fsystem_processes_list, Fsystem_process_attributes):
10946 New functions.
10947 (syms_of_process): Defsubr them. Add initializations for various
10948 Q* symbols used in procfs_system_process_attributes.
10949 (procfs_list_system_processes, procfs_system_process_attributes)
10950 [HAVE_PROCFS]: New functions.
10951 (time_from_jiffies, ltime_from_jiffies, get_up_time, procfs_ttyname)
10952 (procfs_get_total_memory): New functions.
10953
10954 2008-08-01 Juanma Barranquero <lekktu@gmail.com>
10955
10956 * xfaces.c (Fx_load_color_file): Fix previous change;
10957 it is #ifdef WINDOWSNT, not WINDOWS_NT.
10958
10959 2008-08-01 Michael Albinus <michael.albinus@gmx.de>
10960
10961 * dbusbind.c (xd_read_message): Handle D-Bus error messages.
10962
10963 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
10964
10965 * nsterm.h (NSInteger, NSUInteger): Add defines for non-Leopard.
10966
10967 2008-08-01 Chong Yidong <cyd@stupidchicken.com>
10968
10969 * nsfns.m (ns_frame_parm_handlers): Add empty entry for x_set_alpha.
10970
10971 * nsterm.m (EmacsApp -application:openFiles:): GNUstep does not
10972 define NSApplicationDelegateReplySuccess.
10973 (EmacsView -converstationIdentifier): Use long instead of
10974 NSInteger for GNUstep, since it doesn't have NSInteger.
10975
10976 * xmenu.c: Revert last change.
10977
10978 * keyboard.h: Fix last change.
10979
10980 2008-08-01 Juanma Barranquero <lekktu@gmail.com>
10981
10982 * xfaces.c (x-load-color-file): Use RGB() instead of manually shifting
10983 on Windows.
10984
10985 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
10986
10987 Warning clearing and clean-up in NS port.
10988 * keyboard.h (xmalloc_widget_value, digest_single_submenu):
10989 Add prototypes.
10990 * nsgui.h (FACE_DEFAULT): Remove, unused.
10991 (XGCValues): Change colors to unsigned long.
10992 * nsterm.h (EmacsApp): Add declaration of all methods implemented in
10993 nsterm.m.
10994 (EmacsMenu -addItemWithWidgetValue:): Change to use NSMenuItem class.
10995 (ns_list_fonts): Remove, unused.
10996 (ns_font_to_xlfd, ns_fontname_to_xlfd): Drop prototypes.
10997 * nsfns.m (interpret_services_menu): Use NSMenuItem class.
10998 * nsfont.m (nsfont_open): Fix cast error in glyphs,metrics alloc.
10999 (nsfont_draw): Compare face colors to 0, not nil.
11000 * nsmenu.m (struct widget_value): Drop unneeded declaration.
11001 (EmacsMenu -addItemWithWidgetValue:, -fillWithWidgetValue:)
11002 (-addSubmenuWithTitle:): Use NSMenuItem class.
11003 (ns_popup_menu): Use NO, not NULL, for enabled setting.
11004 * nsterm.m (ns_draw_glyph_string): Don't compare font to ~0.
11005 (ns_clip_to_row): Make gc arg a BOOL.
11006 (ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in
11007 ns_clip_to_row() call.
11008 (ns_draw_glyph_string): Drop face comparison to ~0 (no longer
11009 used). Cast FRAME_FONT assignments.
11010 (ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:.
11011 (ns_string_to_lispmod): Change arg to const char.
11012 (ns_term_init): Use NSMenuItem class.
11013 (EmacsApp -openFile:): Move to different section of file.
11014 (EmacsApp -application:openFiles:): Don't return a value, call
11015 -replyToOpenOrPrint:.
11016 (EmacsView -keyDown:): Fix up cast.
11017 (EmacsView -converstationIdentifier): Use NSInteger instead of long.
11018 (EmacsView -menuDown:): Cast tag in call to
11019 find_and_call_menu_selection().
11020 (ns_list_fonts): Remove, unused.
11021 (ns_font_to_xlfd): Make static. Cast result of UTF8String.
11022 (ns_fontname_to_xlfd): Make static.
11023 * w32menu.c (xmalloc_widget_value, digest_single_submenu):
11024 Remove prototypes (now in keyboard.h).
11025 (next_menubar_widget_id): Remove, unused.
11026 * xmenu.c (xmalloc_widget_value, digest_single_submenu):
11027 Remove prototypes (now in keyboard.h).
11028 * xfaces.c (ns_list_fonts, w32_list_fonts): Remove, unused.
11029
11030 2008-08-01 Dan Nicolaescu <dann@ics.uci.edu>
11031
11032 * Makefile.in (dispnew.o, gtkutil.o, sound.o, atimer.o)
11033 (floatfns.o): Depend on syssignal.h.
11034 (term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC).
11035
11036 * systty.h: Fix previous change that removed BSD_TERMIOS.
11037 Add comments to #ifdefs.
11038
11039 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
11040
11041 * w32fns.c (w32-load-color-file): Remove.
11042 (x-open-connection): Use renamed Fx_load_color_file.
11043 * xfaces.c (x-load-color-file): Add.
11044 * nsterm.m (ns_initialize): Load colors from etc/rgb.txt instead of
11045 Emacs.clr.
11046 (hide_hourglass): BLOCK_INPUT before UNBLOCK.
11047
11048 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
11049
11050 * dbusbind.c (Fdbus_call_method_asynchronously)
11051 (Fdbus_method_error_internal): New defuns.
11052 (xd_read_message): Handle also reply messages.
11053 (Vdbus_registered_functions_table): Extend docstring.
11054
11055 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
11056
11057 * keyboard.c (gobble_input): Fix previous change.
11058
11059 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
11060
11061 * bitmaps/README:
11062 * xfns.c:
11063 * termcap.c:
11064 * term.c:
11065 * syswait.h:
11066 * systty.h:
11067 * systime.h:
11068 * syssignal.h:
11069 * sysdep.c:
11070 * process.h:
11071 * process.c:
11072 * print.c:
11073 * ndir.h:
11074 * lread.c:
11075 * keyboard.c:
11076 * getpagesize.h:
11077 * floatfns.c:
11078 * fileio.c:
11079 * emacs.c:
11080 * doc.c:
11081 * dispnew.c:
11082 * dired.c:
11083 * data.c:
11084 * callproc.c:
11085 * buffer.c:
11086 * README:
11087 * Makefile.in:
11088 * s/template.h:
11089 * s/msdos.h:
11090 * m/vax.h: Remove VMS support.
11091 * s/vms.h:
11092 * vlimit.h:
11093 * uaf.h:
11094 * temacs.opt:
11095 * param.h:
11096 * ioctl.h: Remove file.
11097
11098 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
11099
11100 * s/ms-w32.h (MULTI_KBOARD): Remove.
11101 * xterm.c:
11102 * xselect.c:
11103 * xfns.c:
11104 * window.c:
11105 * w32term.c:
11106 * w32fns.c:
11107 * terminal.c:
11108 * termhooks.h:
11109 * term.c:
11110 * sysdep.c:
11111 * keyboard.h:
11112 * keyboard.c:
11113 * frame.h:
11114 * frame.c:
11115 * frame.c: Remove references to MULTI_KBOARD, it is now the default.
11116 * config.in: Regenerate.
11117
11118 2008-07-30 Jason Rumney <jasonr@gnu.org>
11119
11120 * w32font.h (struct w32font_info): Use unicode version of textmetrics.
11121
11122 * w32font.c (w32font_encode_char): Leave as unicode if in range.
11123 (w32font_open_internal): Get unicode version of textmetrics.
11124 Don't enable or disable glyph indices here.
11125 (w32font_open): Disable use of glyph indices.
11126
11127 * w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
11128
11129 2008-07-30 Chong Yidong <cyd@stupidchicken.com>
11130
11131 * minibuf.c (Vread_buffer_function): Doc fix.
11132
11133 2008-07-30 John Paul Wallington <jpw@pobox.com>
11134
11135 * minibuf.c (read_buffer_completion_ignore_case): New var.
11136 (Fread_buffer): Use it.
11137
11138 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
11139
11140 * systty.h (sensemode): Remove empty #if. Remove reference to
11141 BSD_TERMIOS, unused.
11142
11143 * sysdep.c: Remove reference to DGUX.
11144 (closedir): Remove reference to BROKEN_CLOSEDIR, unused.
11145
11146 * config.in: Regenerate.
11147
11148 2008-07-30 Jason Rumney <jasonr@gnu.org>
11149
11150 * w32uniscribe.c (uniscribe_encode_char): Fix glyph buffer size.
11151
11152 2008-07-29 Jason Rumney <jasonr@gnu.org>
11153
11154 * w32uniscribe.c (uniscribe_shape): Avoid using context if cache
11155 is populated.
11156 (uniscribe_encode_char): Always use uniscribe.
11157 Avoid using context if cache is populated.
11158
11159 2008-07-29 Jan Djärv <jan.h.d@swipnet.se>
11160
11161 * xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to
11162 open menu.
11163
11164 * gtkutil.c (menu_nav_ended): Remove.
11165 (create_menus): Remove signal connect for menu_nav_ended.
11166
11167 2008-07-28 Chong Yidong <cyd@stupidchicken.com>
11168
11169 * xdisp.c (redisplay_window): Check return value of
11170 compute_window_start_on_continuation_line before forcing a window
11171 start.
11172
11173 2008-07-28 Jason Rumney <jasonr@gnu.org>
11174
11175 * w32font.c (w32font_text_extents): Use w32_metric_cache consistently.
11176
11177 * w32term.c (w32_enable_unicode_output, cleartype_active):
11178 Remove obsolete display options.
11179 (x_draw_glyph_string_background): Don't use old cleartype_active
11180 workaround.
11181 (w32_initialize): Remove cleartype_active initialization.
11182 (syms_of_w32term): Remove w32_enable_unicode_output initialization.
11183
11184 2008-07-28 Andreas Schwab <schwab@suse.de>
11185
11186 * lisp.h (init_weak_hash_tables, syms_of_font)
11187 (xd_read_queued_messages, syms_of_dbusbind): Declare.
11188 (remove_hash_entry): Don't declare.
11189 * eval.c (maybe_call_debugger): Make static and move before use.
11190 * gtkutil.c: Include <X11/Xft/Xft.h> if HAVE_XFT.
11191 * xdisp.c: Include "gtkutil.h" if USE_GTK.
11192 * xterm.h (x_set_frame_alpha): Declare.
11193
11194 2008-07-28 Jan Djärv <jan.h.d@swipnet.se>
11195
11196 * gtkutil.c (menu_nav_ended): Revert change from 2008-07-24.
11197 (create_menus): Connect selection-done to menu_nav_ended.
11198
11199 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
11200
11201 * nsfns.m (x-create-frame): Add copy of parms argument to beginning.
11202 Set Vx_resource_name to a fallback. Replace read of 'buffered'
11203 parameter with read of 'alpha' one.
11204 (Qns_frame_parameter): Remove.
11205 * nsselect.m (selection-coding-system)
11206 (next-selection-coding-system, Vselection_coding_system)
11207 (Vnext_selection_coding_system): Drop.
11208
11209 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
11210
11211 * nsfns.m (do-applescript, do_applescript): Rename to
11212 ns-do-applescript, ns_do_applescript, and move within file.
11213
11214 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
11215
11216 Remove support for Mac Carbon.
11217 * mactoolbox.c:
11218 * macterm.h:
11219 * macterm.c:
11220 * macselect.c:
11221 * macmenu.c:
11222 * macgui.h:
11223 * macfns.c:
11224 * mac.c: Remove file.
11225 * s/darwin.h:
11226 * m/intel386.h:
11227 * xfaces.c:
11228 * xdisp.c:
11229 * window.c:
11230 * tparam.c:
11231 * termhooks.h:
11232 * termcap.c:
11233 * term.c:
11234 * syssignal.h:
11235 * sysselect.h:
11236 * sysdep.c:
11237 * process.c:
11238 * lread.c:
11239 * lisp.h:
11240 * keyboard.c:
11241 * image.c:
11242 * fringe.c:
11243 * frame.h:
11244 * frame.c:
11245 * fontset.c:
11246 * font.h:
11247 * font.c:
11248 * fns.c:
11249 * fileio.c:
11250 * emacs.c:
11251 * dispnew.c:
11252 * dispextern.h:
11253 * config.in:
11254 * atimer.c:
11255 * Makefile.in: Remove code for Carbon.
11256
11257 2008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11258
11259 * macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.
11260
11261 2008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11262
11263 * macterm.h (kCGBitmapByteOrder32Host): New define for
11264 non-universal SDKs.
11265
11266 * image.c (mac_create_cg_image_from_image, image_load_image_io)
11267 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
11268
11269 * macterm.c (XDrawLine, XCreatePixmapFromBitmapData)
11270 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
11271
11272 2008-07-26 David Robinow <drobinow@gmail.com> (tiny change)
11273
11274 * w32inevt.c: Include dispextern.h.
11275
11276 2008-07-26 Andreas Schwab <schwab@suse.de>
11277
11278 * print.c (print_object): Fix off-by-one in last change.
11279
11280 2008-07-25 Juanma Barranquero <lekktu@gmail.com>
11281
11282 * term.c (syms_of_term): Don't initialize default_orig_pair,
11283 default_set_foreground and default_set_background on Windows.
11284
11285 2008-07-25 Jason Rumney <jasonr@gnu.org>
11286
11287 * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to
11288 ScriptItemize. Clean up return value checking. Remove unused
11289 variables.
11290 (uniscribe_encode_char): Encode non-BMP characters with uniscribe
11291 shaping engine.
11292
11293 * w32font.c (w32font_has_char): Handle the case where we can't
11294 determine the script for a character.
11295
11296 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
11297
11298 * term.c (syms_of_term): Initialize default_orig_pair,
11299 default_set_foreground, and default_set_background.
11300
11301 * getloadavg.c (nl): Rename to name_list to avoid ncurses.h
11302 clash (bug#86).
11303 (getloadavg): Callers changed.
11304
11305 * image.c (svg_load_image): Fix last change.
11306 (svg_load_image): Use rsvg_handle_get_dimensions to check that
11307 image size is valid. Use g_object_unref instead of deprecated
11308 rsvg_handle_free to free rsvg handle.
11309 (x_from_xcolors): Don't initialize pixmap (silence compiler).
11310
11311 2008-07-25 Jason Rumney <jasonr@gnu.org>
11312
11313 * w32font.c (w32font_encode_char): Encode characters outside BMP as
11314 surrogates before looking up glyph index.
11315 (w32font_text_extents): Encode as surrogates if falling back to
11316 functions that need UTF-16 wide chars.
11317
11318 * w32uniscribe.c (uniscribe_encode_char): Encode characters outside
11319 BMP as surrogates before looking up glyph index.
11320
11321 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
11322
11323 * image.c (svg_load_image): Check for failure in return value of
11324 rsvg_handle_get_pixbuf. Free rsvg handle when done.
11325
11326 2008-07-25 Jason Rumney <jasonr@gnu.org>
11327
11328 * w32font.c (Fx_select_font): Reverse sense of second arg.
11329
11330 2008-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
11331
11332 * syntax.c (struct lisp_parse_state, char_quoted, inc_bytepos)
11333 (dec_bytepos, find_defun_start): Use EMACS_INT for buffer positions.
11334
11335 * puresize.h (PURESIZE_CHECKING_RATIO): New macro.
11336 (PURESIZE): Use it.
11337
11338 2008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
11339
11340 * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs.
11341 * m/alpha.h (TEXT_END):
11342 * m/ibmrs6000.h (TEXT_END):
11343 * m/macppc.h (TEXT_END):
11344 * s/darwin.h (TEXT_END):
11345 * s/msdos.h (TEXT_END): Remove, unused.
11346 * s/gnu-linux.h (BSD_PGRPS): Add a comment.
11347 * s/cygwin.h: Remove comment.
11348
11349 * ecrt0.c (NODOT_GLOBAL_START): Remove code, unused.
11350 (DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES.
11351 * m/intel386.h (DOT_GLOBAL_START):
11352 * m/vax.h (DOT_GLOBAL_START): Remove, redundant with CRT0_DUMMIES.
11353 (USG): Remove, file not used on USG platforms.
11354
11355 * Makefile.in (HAVE_X11): Remove empty #else.
11356
11357 2008-07-24 Andreas Schwab <schwab@suse.de>
11358
11359 * fileio.c (Finsert_file_contents): Properly adjust undo list
11360 after format conversion.
11361
11362 2008-07-24 Jan Djärv <jan.h.d@swipnet.se>
11363
11364 * gtkutil.c (xg_get_font_name): Cast w to GTK_FONT_SELECTION_DIALOG.
11365 (menu_nav_ended): Remove.
11366 (create_menus): Remove signal connect for menu_nav_ended.
11367 (xg_update_menubar): Also take deactivate_cb as parameter, pass it to
11368 create_menus.
11369 (xg_modify_menubar_widgets): Pass deactivate_cb to xg_update_menubar.
11370
11371 2008-07-23 Jason Rumney <jasonr@gnu.org>
11372
11373 * w32font.c (w32_enumfont_pattern_entity): Return height consistent
11374 with opened font.
11375 (w32font_open): Set font type to gdi.
11376
11377 * w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
11378
11379 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
11380
11381 * s/usg5-4.h (ADDR_CORRECT): Remove, unused.
11382 * unexaix.c (ADDR_CORRECT): Remove conditional, the only user
11383 defines it.
11384 * unexec.c (ADDR_CORRECT): Define unconditionally.
11385
11386 * m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
11387
11388 * unexec.c: Remove code depending on !COFF and USG, the file is
11389 not used for such systems.
11390
11391 * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK):
11392 * s/freebsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, unused.
11393 (LD_SWITCH_SYSTEM_1): Remove, update users.
11394
11395 * s/darwin.h (DATA_END):
11396 * m/intel386.h (DATA_END):
11397 * m/ibmrs6000.h (DATA_END):
11398 * m/alpha.h (DATA_END): Remove, unused.
11399
11400 * config.in: Regenerate.
11401 * s/ms-w32.h (subprocesses): Define unconditionally.
11402 * s/template.h (subprocesses): Update comment.
11403 * s/vms.h (subprocesses):
11404 * s/usg5-4.h (subprocesses):
11405 * s/hpux10-20.h (subprocesses):
11406 * s/gnu-linux.h (subprocesses):
11407 * s/cygwin.h (subprocesses):
11408 * s/bsd-common.h (subprocesses):
11409 * s/aix4-2.h (subprocesses):
11410 * s/darwin.h (subprocesses): Do not define, defined by default now.
11411
11412 * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
11413 Remove all references.
11414 (temacs): Add GNUstep specific ld flags.
11415
11416 * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing,
11417 similarly to what X does.
11418
11419 2008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
11420
11421 * nsfns.m (x-list-fonts): Remove.
11422 (syms_of_nsfns): Drop the x-list-fonts declaration.
11423 * nsterm.m: Get rid of remaining "//" comments.
11424
11425 2008-07-22 Chong Yidong <cyd@stupidchicken.com>
11426
11427 * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix.
11428
11429 * nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p)
11430 (Fx_get_selection_internal, Fns_rotate_cut_buffers_internal)
11431 (Fns_own_selection_internal, Fx_disown_selection_internal)
11432 (Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal):
11433
11434 * nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /*
11435 ... */' style of docstrings. Doc fixes.
11436
11437 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
11438
11439 * terminfo.c (UP, BC, PC): Undo previous change.
11440
11441 * nsfns.m: Rename ns prefixed functions/variables to the
11442 corresponding x versions. Update references.
11443
11444 2008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
11445
11446 * syntax.c (char_quoted): Check "charpos > beg" before decrementing.
11447
11448 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
11449
11450 * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines):
11451 Remove forwarding functions.
11452 (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make
11453 non-static.
11454 (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make
11455 non-static.
11456 (ns_frame_parm_handlers): Use the new names.
11457 (syms_of_nsfns): Move to the end of file.
11458
11459 * nsterm.m (syms_of_nsterm): Move to the end of file.
11460
11461 * dispnew.c (init_display): Remove code for X10.
11462
11463 2008-07-22 Jason Rumney <jasonr@gnu.org>
11464
11465 * w32proc.c (Fw32_long_file_name): Don't append dir separator to
11466 bare drive.
11467
11468 2008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
11469
11470 * nsterm.m (syms_of_nsterm): Remove debugging println.
11471
11472 2008-07-22 David Reitter <david.reitter@gmail.com>
11473
11474 * nsfns.m (do_applescript, F_do_applescript): NS version of the
11475 Carbon implementation of the same functionality: execute arbitrary
11476 AppleScript code.
11477
11478 2008-07-21 Adrian Robert <Adrian.B.Robert@gmail.com>
11479
11480 * nsfns.m (Fx_create_frame, Fx_read_file_name, Fx_get_resource)
11481 (Fx_set_resource, Fx_set_alpha, Fx_server_max_request_size)
11482 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
11483 (Fx_display_mm_height, Fx_display_mm_width)
11484 (Fx_display_backing_store, Fx_display_visual_class)
11485 (Fx_display_save_under, Fx_open_connection)
11486 (Fx_close_connection, Fx_hide_emacs, Fx_font_name)
11487 (Fx_list_colors, Fx_perform_service, Fx_color_defined_p)
11488 (Fx_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
11489 (Fx_display_pixel_width, Fx_display_pixel_height)
11490 (Fx_display_usable_bounds, Fx_display_planes)
11491 (Fx_display_color_cells, Vns_icon_type_alist): Change to use 'doc: /*
11492 ... */' style of docstrings.
11493
11494 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
11495
11496 * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used
11497 on this platform.
11498 (mips):
11499 * m/iris4d.h (mips): Do not define.
11500 * sysdep.c (init_sys_modes): Use __mips__ instead of mips.
11501
11502 * m/ibmrs6000.h (LD_SWITCH_SITE): Remove.
11503
11504 * image.c:
11505 * nsfns.m:
11506 * nsselect.m:
11507 * nsterm.h:
11508 * nsterm.m: Rename ns prefixed functions/variables to the
11509 corresponding x versions. Update references.
11510
11511 * m/ibms390x.h (NO_REMAP): Do not undefine.
11512
11513 * m/amdx86-64.h: Use SOLARIS2 instead of sun.
11514
11515 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
11516
11517 * nsfns.m: Change NS to Nextstep in docstrings and error messages.
11518 (Fns_create_frame, Fns_read_file_name, Fns_get_resource)
11519 (Fns_set_resource, Fns_set_alpha, Fns_server_max_request_size)
11520 (Fns_server_vendor, Fns_server_version, Fns_display_screens)
11521 (Fns_display_mm_height, Fns_display_mm_width)
11522 (Fns_display_backing_store, Fns_display_visual_class)
11523 (Fns_display_save_under, Fns_open_connection)
11524 (Fns_close_connection, Fns_hide_emacs, Fns_font_name)
11525 (Fns_list_colors, Fns_perform_service, Fns_color_defined_p)
11526 (Fns_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
11527 (Fns_display_pixel_width, Fns_display_pixel_height)
11528 (Fns_display_usable_bounds, Fx_display_planes)
11529 (Fns_display_color_cells, Vns_icon_type_alist): Doc fixes.
11530
11531 2008-07-21 Ami Fischman <ami@fischman.org> (tiny change)
11532
11533 * print.c (print_object): Check print_depth before searching for
11534 circularities.
11535
11536 2008-07-21 Michael Albinus <michael.albinus@gmx.de>
11537
11538 * dbusbind.c (Fdbus_register_signal): Use sprintf + strcat instead
11539 only sprintf.
11540
11541 2008-07-21 Kenichi Handa <handa@m17n.org>
11542
11543 * ftfont.c (adjust_anchor): Check if DeltaValue is not NULL.
11544
11545 2008-07-20 Andreas Schwab <schwab@suse.de>
11546
11547 * syntax.c (find_start_pos, find_start_value)
11548 (find_start_value_byte, find_start_begv, find_defun_start)
11549 (back_comment, scan_sexps_forward): Use EMACS_INT for buffer positions.
11550
11551 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
11552
11553 * s/sol2-3.h: Insert contents of s/sol2.h.
11554 (LD_SWITCH_SYSTEM): Remove redundant definition.
11555 * s/sol2.h: Remove, unused.
11556
11557 2008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
11558
11559 * nsterm.m (ns_get_color): Recognize HSB,AHSB be synonyms for HSV,AHSV.
11560
11561 2008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
11562
11563 * Makefile.in (ns_appdir): Fix typo in find command.
11564
11565 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
11566
11567 * m/intel386.h (NO_REMAP): Do no define for USG, not used.
11568
11569 * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
11570 added not supported anymore.
11571
11572 * s/usg5-4-2.h (LIBS_SYSTEM):
11573 * s/sol2.h (LIBS_SYSTEM): Do not undefine.
11574
11575 * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF):
11576 * s/lynxos.h (GETPGRP_NO_ARG):
11577 * s/hpux10-20.h (NO_SIOCTL_H):
11578 * s/gnu.h (GETPGRP_NO_ARG):
11579 * s/gnu-linux.h (NO_SIOCTL_H):
11580 * s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF):
11581 * s/cygwin.h (GETPGRP_NO_ARG):
11582 * s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused.
11583 (C_DEBUG_SWITCH): Remove duplicate definition.
11584
11585 * m/ibms390.h: Remove boilerplate comments.
11586
11587 * sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4.
11588
11589 * process.c (HAVE_SERIAL): Consolidate ifdefs.
11590 (wait_reading_process_output): Remove code for SunOS, platform not
11591 supported anymore. Use SOLARIS2 instead of sun.
11592
11593 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
11594
11595 * font.c (font_open_by_name): Under NS, default lface height to zero.
11596 (font_open_for_lface): Under NS, set size based on frame fontsize.
11597 * nsterm.m (EmacsView-changeFont:): Remove some commented code.
11598 * frame.c (x_set_frame_parameters): Remove HAVE_NS ifdef.
11599
11600 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
11601
11602 * nsterm.m (ns_antialias_text, ns_use_qd_smoothing)
11603 (ns_use_system_highlight_color): Switch these from DEFVAR_BOOL to
11604 DEFVAR_LISP and change all code accordingly to use Qt/Qnil instead of
11605 YES/NO.
11606 * nsterm.h (prevUseHighlightColor): Make a Lisp_Object.
11607 * nsfont.m (nsfont_draw): Treat ns_use_qd_smoothing as Lisp_Object.
11608 * Makefile.in (clean): Clear out build destination dir.
11609
11610 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
11611
11612 * Makefile.in (nsgui.h-related dependencies): Remove abbrev, xfns,
11613 xterm, xselect.
11614 * lisp.h: Remove declaration of hash_remove.
11615 * nsgui.h: Remove redefinitions of hash_remove.
11616 * fns.c (hash_remove): Rename to hash_remove_from_table.
11617
11618 2008-07-19 Seiji Zenitani <zenitani@mac.com>
11619
11620 * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font):
11621 strdup() the family UTF8String before modifying it.
11622
11623 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
11624
11625 * nsterm.m (ns_maybe_dumpglyphs_background): Compare result from
11626 NS_FACE_BACKGROUND with 0 instead of nil.
11627 * nsfont.m (nsfont_draw): Same.
11628
11629 2008-07-19 Chong Yidong <cyd@stupidchicken.com>
11630
11631 * nsfns.m (ns_set_background_color): Fix crash.
11632
11633 2008-07-18 Chong Yidong <cyd@stupidchicken.com>
11634
11635 * Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
11636
11637 2008-07-18 Dan Nicolaescu <dann@ics.uci.edu>
11638
11639 * puresize.h (BASE_PURESIZE): Increase to 1240000.
11640
11641 2008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11642
11643 * gtkutil.c: Include <config.h> instead of "config.h".
11644
11645 * lisp.h (Foverlay_buffer): Add EXFUN.
11646
11647 * process.c (create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
11648 child process to complete child_setup. Undo 2005-09-21 change.
11649
11650 * s/darwin.h: Mention setsid after vfork.
11651
11652 2008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11653
11654 * Makefile.in (frame.o, keyboard.o, xdisp.o, xfaces.o):
11655 Depend on macgui.h.
11656
11657 * macfns.c (Fx_server_version): Don't use gestaltSystemVersionMajor,
11658 gestaltSystemVersionMinor, or gestaltSystemVersionBugFix.
11659
11660 * macterm.c (keycode_to_xkeysym_table): Add entries for f17, f18,
11661 and f19.
11662 [MAC_OSX] (fn_keycode_to_keycode_table): Likewise.
11663
11664 * macterm.h (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
11665 (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
11666 Remove enumerators.
11667
11668 * mactoolbox.c [USE_MAC_TSM] (mac_handle_text_input_event):
11669 Check if FACE_FROM_ID returns NULL.
11670
11671 2008-07-17 David Robinow <drobinow@gmail.com> (tiny change)
11672
11673 * w32inevt.c (change_frame_size): Remove extern declaration.
11674 (resize_event, maybe_generate_resize_event): Pass SAFE arg to
11675 change_frame_size.
11676
11677 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
11678
11679 * getloadavg.c: Revert last change (2008-07-15).
11680
11681 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
11682
11683 * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables
11684 set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc set
11685 from configure.
11686
11687 2008-07-17 Dan Nicolaescu <dann@ics.uci.edu>
11688
11689 * s/sol2.h:
11690 * s/sol2-4.h: Reorganize conditionals.
11691
11692 * ecrt0.c: Remove code depending on m68000, not used anymore.
11693
11694 * fns.c (hash_remove): Make static.
11695 * lisp.h (hash_remove): Don't prototype.
11696
11697 * m/ibmrs6000.h:
11698 * m/ibms390x.h:
11699 * m/macppc.h: Remove boilerplate comments.
11700
11701 * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on
11702 Solaris, which does not need them.
11703
11704 * m/vax.h: Remove comments about unsupported systems.
11705
11706 * s/darwin.h: Reorganize ifdefs.
11707
11708 2008-07-17 Andreas Schwab <schwab@suse.de>
11709
11710 * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
11711
11712 2008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
11713
11714 Use SDATA. Follow coding convention of placing operators at
11715 beginning of next line rather than end of previous line, and placing
11716 spaces around infix operators.
11717
11718 * Makefile.in: Undef LIB_STANDARD before defining it to silence warning
11719 in case it was defined already.
11720 USE @GNUSTEP_MAKEFILES@ rather than envvars.
11721 * nsterm.m (ns_term_init): Pass Qt and Qnil rather than YES/NO to
11722 ns_default.
11723 (applicationShouldTerminate, setValuesFromPanel): Use EQ to compare
11724 Lisp_Objects.
11725 * nsterm.h (Fx_display_grayscale_p, Fx_display_planes)
11726 (ns_defined_color, ns_color_to_lisp): Declare.
11727 * nsselect.m (ns_handle_selection_request, ns_handle_selection_clear)
11728 (Fns_own_selection_internal): Make the big ugly hack more explicit, so
11729 it's accepted even with USE_LISP_UNION_TYPE.
11730 * nsmenu.m (ns_update_menubar): Use EQ to compare Lisp_Objects.
11731 (update_frame_tool_bar): Remove apparently obsolete tests for
11732 non-integerness of f->tool_bar_lines.
11733 (windowShouldClose, addButton, clicked, runDialogAt): Make the big ugly
11734 hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE.
11735 * nsfont.m (nsfont_driver): Use just 0 rather than an invalid cast.
11736 (nsfont_open): Don't confuse NULL for Qnil.
11737 * nsfns.m (ns_implicitly_set_icon_type): Use EQ to compare Lisp_Objects.
11738 * menu.h (find_and_call_menu_selection):
11739 * menu.c (find_and_call_menu_selection): Use just int for vector size.
11740 (find_and_return_menu_selection): Always return something.
11741 * frame.h: Include dispextern.h for Display_Info.
11742 (display_x_get_resource): Declare.
11743
11744 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
11745
11746 * syntax.c: Remove stdio.h include accidentally introduced in
11747 Emacs.app commit.
11748 * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
11749 NS_IMPL_COCOA.
11750 * keyboard.c (handle_async_input, input_available_signal): Remove
11751 BSD4_1 conditional code, introduced accidentally in Emacs.app commit.
11752
11753 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
11754
11755 * nsterm.m (lisp_to_mod): Use parse_solitary_modifier instead.
11756 (ns_lisp_to_color): Don't mess with internal Lisp data fields.
11757 (ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts):
11758 Use SDATA.
11759
11760 * keymap.c: Remove all NS-specific code.
11761 (where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
11762 (preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
11763 where_is_preferred_modifier, return a different value depending on how
11764 preferred is the binding.
11765 (where_is_internal): Adjust accordingly.
11766 (Fwhere_is_internal): Refresh where_is_preferred_modifier.
11767 Adjust to new preferred_sequence_p.
11768 (syms_of_keymap): Declare `where-is-preferred-modifier'.
11769 * keyboard.c (parse_solitary_modifier): Not static any more.
11770 * keyboard.h (parse_solitary_modifier): Declare.
11771
11772 2008-07-16 Andreas Schwab <schwab@suse.de>
11773
11774 * Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
11775 of easymenu.
11776
11777 2008-07-16 Chong Yidong <cyd@stupidchicken.com>
11778
11779 * xdisp.c (move_it_in_display_line): Account for word wrap, so
11780 that we don't move off the line.
11781
11782 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
11783
11784 * keyboard.c (Qsuper): Remove.
11785 (parse_menu_item): Don't call where_is_internal specially for NS.
11786
11787 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
11788
11789 * s/gnu-linux.h: Remove boilerplate comments.
11790
11791 * m/alpha.h (__ELF__): Consolidate conditions.
11792
11793 * m/m68k.h (linux): Use GNU_LINUX instead.
11794 Remove boilerplate comments.
11795
11796 * m/intel386.h: Undo refactoring from previous change.
11797 (LIB_STANDARD): All systems that define USG define LIB_STANDARD
11798 too, remove dead code.
11799 (linux): Use GNU_LINUX instead.
11800
11801 2008-07-16 Jason Rumney <jasonr@gnu.org>
11802
11803 * w32gui.h: Repeat 26 June changes lost by last change.
11804
11805 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
11806
11807 * systty.h: Remove code for Aix on 386, unsupported platform.
11808
11809 * s/ms-w32.h: Remove boilerplate comments.
11810 (fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused.
11811
11812 * s/gnu-linux.h (TERM): Remove support.
11813 (HAVE_SYSVIPC): Remove, unused.
11814 (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
11815 for this system.
11816
11817 * process.c: Remove support for IRIS, unused.
11818 Remove support for TERM, not relevant anymore.
11819
11820 * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
11821 used with the definition.
11822
11823 * s/aix4-2.h (static): Do not undef.
11824
11825 * m/ibmrs6000.h: Remove code depending on USG5_4, this file is
11826 only used on Aix.
11827 (HAVE_SYSVIPC): Remove, unused.
11828
11829 * m/hp800.h (CANNOT_DUMP): Do not undef.
11830
11831 * m/alpha.h: Fix comment.
11832
11833 * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
11834 (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
11835 used by this configuration.
11836 * emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
11837 * unexec.c: Remove code depending on HPUX and
11838 USG_SHARED_LIBRARIES, not used with this file. Remove code
11839 depending on IRIS, unused. Remove if 0-ed code.
11840
11841 * s/template.h: Remove comments about static.
11842
11843 * sysdep.c: Remove code depending on NEED_PTEM_H, unused.
11844 Remove if 0-ed code.
11845 (baud_convert): Don't depend on BAUD_CONVERT, all definitions the
11846 were the same as the default.
11847 * s/vms.h (BAUD_CONVERT): Remove, same as the default.
11848 Remove boilerplate comments.
11849 * s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
11850 (HAVE_SYSVIPC): Remove, unused.
11851 (LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.
11852
11853 * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
11854 Remove boilerplate comments.
11855 * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
11856 Remove boilerplate comments.
11857 * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
11858 Remove boilerplate comments.
11859 * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
11860
11861 * m/intel386.h (DATA_SEG_BITS): Remove definitions, only used on
11862 USG systems which do not use DATA_SEG_BITS.
11863 Refactor code. Remove boilerplate comments.
11864
11865 * m/ibms390.h:
11866 * m/m68k.h:
11867 * s/bsd-common.h:
11868 * s/cygwin.h:
11869 * s/darwin.h:
11870 * s/freebsd.h:
11871 * s/gnu.h:
11872 * s/msdos.h: Remove boilerplate comments.
11873
11874 * m/iris4d.h: Remove boilerplate comments and code for systems that
11875 do not use this file.
11876 (IRIS_4D): Remove, unused.
11877
11878 * m/mips.h: Remove boilerplate comments and code for systems that
11879 do not use this file.
11880 (SIGN_EXTEND_CHAR):
11881 * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
11882 * unexmips.c: Remove file, unused.
11883
11884 * editfns.c (Fuser_full_name): Replace the only use of
11885 USER_FULL_NAME with its value.
11886 * config.in: Regenerate.
11887
11888 2008-07-16 David Reitter <david.reitter@gmail.com>
11889
11890 * Makefile.in: Add ns-win, ns-carbon-compat, easy-mmode and
11891 easy-menu to SOME_MACHINE_LISP for the new NeXTstep port.
11892
11893 2008-07-16 Glenn Morris <rgm@gnu.org>
11894
11895 * emacs.c (system-type): Doc fix.
11896
11897 2008-07-15 Stefan Monnier <monnier@iro.umontreal.ca>
11898
11899 * keyboard.c (parse_menu_item): Don't use cachelist, even under NS.
11900 If the cache doesn't work, let's fix it, rather than work around it.
11901
11902 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
11903
11904 * Makefile.in: Correct additions for nsfont.o in last commit.
11905 * nsfont.m: New file (forgot last commit).
11906
11907 2008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
11908
11909 * callproc.c (set_initial_environment): Initialize
11910 Vprocess_environment under CANNOT_DUMP (fixes crash when
11911 batch-compiling for bootstrap).
11912
11913 2008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
11914 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11915
11916 (make_initial_frame): Call init_frame_faces(f) in CANNOT_DUMP case --
11917 fix crash due to different init order.
11918
11919 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
11920
11921 Changes and additions for NeXTstep windowing system (Cocoa and
11922 GNUstep) support.
11923
11924 * Makefile.in:
11925 * config.in: Support defines and build commands for NS port.
11926 * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
11927 (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G.
11928 * dispextern.h: Include nsgui.h and add needed typedefs under NS
11929 windowing.
11930 (struct face): Add synth_ital field.
11931 * dispnew.c: Include nsterm.h when compiling under NS windowing.
11932 (init_display): Initialize Vinitial_window_system to "ns" when so
11933 compiled.
11934 * emacs.c: Include GSConfig.h when compiling under GNUstep.
11935 (display_arg): Use under NS.
11936 (main): Under NS, allocate autorelease pool and handle command line
11937 args. Move syms_of_xmenu() call under #ifdef HAVE_X_WINDOWS.
11938 (standard_args): Add NS-specific args.
11939 (shut_down_emacs): Shut down NS terminal if compiled under NS.
11940 * font.c (DEFAULT_ENCODING): New variable.
11941 (font_find_for_lface): Use it.
11942 (syms_of_font): Load syms_of_nsfont under NS.
11943 * font.h: Declare nsfont_driver when compiled under NS.
11944 * fontset.c: When compiling under NS, include nsterm.h.
11945 (fontset_from_font): Autoconstruct fontset under NS.
11946 * frame.c (various): Under NS, include nsterm.h, add Qns window system
11947 symbol, document and use it.
11948 (do_switch_frame): When for_deletion under Cocoa, add
11949 Fraise_frame(Qnil).
11950 (x_set_frame_parameters): Ensure font attribute changes are picked up.
11951 (x_get_arg): Allow "yes" and "no" as boolean values.
11952 (syms_of_frame): Declare Qns. Init Vdefault_frame_scroll_bars to
11953 Qright under Cocoa.
11954 (focus-follows-mouse): Default to 0 under NS.
11955 * frame.h (enum output_method): Add output_ns.
11956 (external_tool_bar, external_menu_bar, FRAME_EXTERNAL_TOOLBAR)
11957 (FRAME_EXTERNAL_MENU_BAR): Use under NS.
11958 (FRAME_WINDOW_P): NS-specific definition.
11959 * fringe.c (max_used_fringe_bitmap): Make public.
11960 * getloadavg.c (mach/mach.h): Include it under NeXT descendant OS's.
11961 (getloadavg): Use NeXT code under descendant OS's.
11962 * image.c (includes and header section, x_create_bitmap_from_data)
11963 (x_create_bitmap_from_file, free_bitmap_record, image_background)
11964 (image_background_transparent, x_clear_image_1)
11965 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
11966 (Create_Pixmap_From_Bitmap_Data, xpm_load_image, lookup_rgb_color)
11967 (x_to_xcolors, x_from_xcolors, x_disable_image)
11968 (x_build_heuristic_mask, syms_of_image): Add NS support parallel to
11969 other GUIs, including XPM support using code originally written for
11970 Carbon GUI.
11971 (png_load, jpeg_load, tiff_load, gif_load): Add implementations
11972 using NS API.
11973 (image_ascent): Use font metrics macros instead of direct struct field
11974 access.
11975 * keyboard.c (includes): Add nsterm.h when compiling under NS.
11976 (kbd_buffer_get_event): Handle NS as other GUI windowing systems.
11977 Also, handle NS as GTK for menu bar purposes.
11978 (make_lispy_event): Handle NS as other GUI windowing systems, and as X
11979 toolkit where they differ.
11980 (parse_menu_item): Prefer keybindings using 'super' modifier. Also,
11981 use cachelist, still needed under NS.
11982 * keyboard.h (ENCODE_MENU_STRING, XtPointer, Boolean): Handle as NTGUI.
11983 (struct widget_value): Define it here for menu.c.
11984 * keymap.c (includes): Include modifier internals.
11985 (lisp_to_mod, modifier_sequence_p): New functions, compiled only under
11986 NS.
11987 (where_is_internal, Fwhere_is_internal): When compiled under NS, add
11988 support for preferring sequences using certain modifiers, specified by
11989 the FIRSTONLY argument.
11990 * lisp.h (hash_remove): Rename to avoid name clash when compiling
11991 under NS GNUstep implementation.
11992 (USE_LSB_TAG): Use it under Cocoa when compiling under NS.
11993 * lread.c (init_lread): Treat NS as HAVE_CARBON for turn_off_warning.
11994 * menu.c: Include nsterm.h under NS.
11995 (single_menu_item, parse_single_submenu, xmalloc_widget_value)
11996 (free_menubar_widget_tree_value, update_submenu_strings)
11997 (find_and_call_menu_selection): Treat NS as X and NT.
11998 (find_and_return_menu_selection): New function, used for popup menus.
11999 * nsgui.h:
12000 * nsterm.h:
12001 * nsfns.m:
12002 * nsimage.m:
12003 * nsmenu.m:
12004 * nsselect.m:
12005 * nsterm.m: New files.
12006 * process.c (wait_reading_process_output): Under NS, call ns_select()
12007 instead of plain select().
12008 * syntax.c (char_quoted): Under NS, avoid a crash when called near
12009 beginning of buffer.
12010 * sysselect.h (init_process): Rename when compiling under Cocoa to
12011 avoid name conflict.
12012 * termhooks.h (display_info): Add ns_display_info to union.
12013 * terminal.c (Fterminal_live_p): Add ns to terminal types.
12014 * terminfo.c (UP, BC, PC): Don't declare when compiling under NS in
12015 COCOA environment.
12016 * unexnext.c: Update to work with mach API on Mac OS X, and to use new
12017 unexec() signature. (Note, this will dump, but the resulting file
12018 crashes; unexosx is used instead; keeping around for reference and
12019 possible aid in getting dump working under GNUstep.)
12020 * w32gui.h (button_type, widget_value): Remove definitions (now in
12021 keyboard.h).
12022 * window.c: Include nsterm.h when compiling under NS.
12023 * xdisp.c (includes): Include nsterm.h when compiling under NS.
12024 (set_frame_menubar, update_menu_bar, display_menu_bar): Handle NS as
12025 other GUI windowing systems.
12026 (update_tool_bar, redisplay_tool_bar, redisplay_window): Handle NS as
12027 GTK.
12028 (x_consider_frame_title): Under NS, set icon type and frame
12029 modified-state indicator; use ns_set_name_as_filename() when using
12030 formatted title.
12031 (update_window_cursor): Make public when compiling under NS.
12032 (display_hourglass_p, syms_of_xdisp, hourglass_shown_p)
12033 (hourglass_atimer, Vhourglass_delay
12034 * xfaces.c (header section, init_frame_faces, clear_font_table)
12035 (defined_color, unload_color, x_face_list_fonts)
12036 (prepare_face_for_display): Add NS support parallel to other GUIs.
12037 Emulate GCs like other non-X GUIs.
12038 (split_font_name): Don't lowercase font name under NS.
12039 (merge_face_ref, Finternal_set_lisp_face_attribute): Support stippling
12040 under NS.
12041 * s/darwin.h: Add support for compilation under NS.
12042
12043 2008-07-15 Jason Rumney <jasonr@gnu.org>
12044
12045 * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
12046 (w32_show_hourglass): Rename from show_hourglass.
12047 (w32_hide_hourglass): Rename from hide_hourglass.
12048 (DEFAULT_HOURGLASS_DELAY): Revert from last change.
12049 (Vhourglass_delay): Declare extern.
12050 (hourglass_started): Remove.
12051
12052 * xdisp.c (Vhourglass_delay): Remove static.
12053 (hourglass_started, start_hourglass, cancel_hourglass):
12054 Don't include these versions on WINDOWSNT.
12055
12056 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
12057
12058 * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern
12059 variables (formerly in xfns.c).
12060 (show_hourglass, hide_hourglass): New prototypes (same).
12061 * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer)
12062 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly
12063 in xfns.c).
12064 (syms_of_xdisp): Declare/initialize display-hourglass,
12065 hourglass-delay. Initialize hourglass_atimer, hourglass_shown_p.
12066 (hourglass_started, start_hourglass, cancel_hourglass): New functions,
12067 formerly in xfns.c.
12068 * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
12069 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
12070 (start_hourglass, cancel_hourglass): Remove.
12071 (show_hourglass, hide_hourglass): Remove prototypes and static
12072 modifiers.
12073 (syms_of_xfns): Remove display-hourglass, hourglass-delay,
12074 hourglass_atimer, hourglass_shown_p declaration/initialization.
12075 * macfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
12076 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
12077 (start_hourglass, cancel_hourglass): Remove.
12078 (show_hourglass, hide_hourglass): Remove prototypes and static
12079 modifiers.
12080 (syms_of_macfns): Remove display-hourglass, hourglass-delay,
12081 hourglass_atimer, hourglass_shown_p declaration/initialization.
12082 * w32fns.c (display_hourglass_p, Vhourglass_delay)
12083 (DEFAULT_HOURGLASS_DELAY): Remove.
12084 (syms_of_w32fns): Remove display-hourglass, hourglass-delay,
12085 hourglass_shown_p declaration/initialization.
12086
12087 2008-07-14 Jason Rumney <jasonr@gnu.org>
12088
12089 * w32fns.c (w32_get_arg): Remove wrapper function.
12090 (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg
12091 directly.
12092 (Fx_create_frame): Sync with xfns.c. Use x_get_arg directly.
12093
12094 2008-07-14 Kenichi Handa <handa@m17n.org>
12095
12096 * xfont.c (xfont_open): Add workaround for X's bug.
12097
12098 2008-07-14 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
12099
12100 * fontset.c: Include <stdio.h> unconditionally.
12101
12102 2008-07-13 Michael Albinus <michael.albinus@gmx.de>
12103
12104 * dbusbind.c (Fdbus_register_signal): Allow also signal arguments
12105 for filtering.
12106
12107 2008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
12108
12109 * s/vms.h: Use __GNUC__ instead of _GNUC_.
12110
12111 * m/macppc.h:
12112 * m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals.
12113
12114 * m/ibms390x.h (XINT, XUINT): Don't define, same as the default
12115 (SPECIAL_EMACS_INT):
12116 * m/ia64.h (SPECIAL_EMACS_INT):
12117 * m/amdx86-64.h (SPECIAL_EMACS_INT):
12118 * s/gnu.h (NLIST_STRUCT):
12119 * s/aix4-2.h (X11R5_INHIBIT_I18N):
12120 * s/gnu-linux.h (LINUX):
12121 * s/msdos.h (HAVE_FACES):
12122 * s/ms-w32.h (HAVE_FACES): Don't define, unused.
12123
12124 * systty.h:
12125 * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
12126 anymore.
12127
12128 2008-07-12 Dan Nicolaescu <dann@ics.uci.edu>
12129
12130 * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was
12131 always defined as int.
12132
12133 * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
12134 * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
12135 * s/gnu-linux.h (HAVE_WAIT_HEADER):
12136 * s/freebsd.h (HAVE_WAIT_HEADER):
12137 * s/bsd-common.h (HAVE_UNION_WAIT):
12138 * s/aix4-2.h (HAVE_WAIT_HEADER):
12139 * m/mips.h (HAVE_UNION_WAIT):
12140 * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
12141 (COFF, static): Do not define, they are undefined later in the file.
12142
12143 * process.c (update_status): Don't use a union.
12144 (status_convert):
12145 (sigchld_handler): Use int instead of WAITTYPE.
12146
12147 2008-07-12 Chong Yidong <cyd@stupidchicken.com>
12148
12149 * indent.c (Fvertical_motion): Restore hscroll before moving to
12150 goal column.
12151
12152 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
12153
12154 * lisp.h: Remove left over code.
12155
12156 2008-07-11 Andreas Schwab <schwab@suse.de>
12157
12158 * lisp.h: Fix logic in last change.
12159
12160 * menu.h: New file.
12161 * menu.c: Include it.
12162 * xmenu.c: Likewise.
12163 * Makefile.in: Update dependencies.
12164
12165 2008-07-11 Kenichi Handa <handa@m17n.org>
12166
12167 * fontset.c (fontset_from_font): Cancel the previous change.
12168
12169 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
12170
12171 * lisp.h:
12172 * w32heap.c:
12173 * emacs.c:
12174 * alloc.c: Replace all references of NO_UNION_TYPE with
12175 USE_LISP_UNION_TYPE.
12176
12177 * m/xtensa.h (NO_UNION_TYPE):
12178 * m/vax.h (NO_UNION_TYPE):
12179 * m/template.h (NO_UNION_TYPE):
12180 * m/sparc.h (NO_UNION_TYPE):
12181 * m/mips.h (NO_UNION_TYPE):
12182 * m/macppc.h (NO_UNION_TYPE):
12183 * m/m68k.h (NO_UNION_TYPE):
12184 * m/iris4d.h (NO_UNION_TYPE):
12185 * m/intel386.h (NO_UNION_TYPE):
12186 * m/ibms390x.h (NO_UNION_TYPE):
12187 * m/ibms390.h (NO_UNION_TYPE):
12188 * m/ibmrs6000.h (NO_UNION_TYPE):
12189 * m/ia64.h (NO_UNION_TYPE):
12190 * m/hp800.h (NO_UNION_TYPE):
12191 * m/arm.h (NO_UNION_TYPE):
12192 * m/amdx86-64.h (NO_UNION_TYPE):
12193 * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
12194 defining it the same.
12195
12196 2008-07-10 Chong Yidong <cyd@stupidchicken.com>
12197
12198 * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line.
12199
12200 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
12201
12202 * fileio.c:
12203 * sysdep.c:
12204 * systty.h:
12205 * m/ibmrs6000.h:
12206 * m/iris4d.h:
12207 * s/aix4-2.h:
12208 * s/freebsd.h:
12209 * s/gnu-linux.h:
12210 * s/hpux10-20.h:
12211 * s/hpux11.h:
12212 * s/netbsd.h:
12213 * s/sol2-3.h:
12214 * s/sol2-4.h:
12215 * s/sol2.h:
12216 * s/usg5-4.h:
12217 * s/vms.h: Remove references to unused variables.
12218
12219 2008-07-10 Andreas Schwab <schwab@suse.de>
12220
12221 * ftfont.c (ftfont_resolve_generic_family): Remove foundry from
12222 pattern before matching the generic family.
12223
12224 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
12225
12226 * unexec.c:
12227 * s/vms.h:
12228 * s/usg5-4-2.h:
12229 * s/sol2-5.h:
12230 * s/freebsd.h:
12231 * s/darwin.h: Remove dead code.
12232
12233 * m/template.h:
12234 * m/sparc.h:
12235 * m/mips.h:
12236 * m/m68k.h:
12237 * m/iris4d.h:
12238 * m/intel386.h:
12239 * m/ibms390x.h:
12240 * m/ibms390.h:
12241 * m/ia64.h:
12242 * m/hp800.h:
12243 * m/arm.h:
12244 * m/amdx86-64.h: Remove dead code and references to unused
12245 and compiler defined symbols.
12246
12247 * unexmips.c:
12248 * unexelf.c: Remove references to desupported systems.
12249
12250 * m/powermac.h: Remove file, it is now identical to m/macppc.h.
12251
12252 * m/powermac.h: Remove boilerplate comments.
12253 (NO_REMAP): Remove unused definition.
12254
12255 * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files
12256 define them.
12257
12258 2008-07-10 Kenichi Handa <handa@m17n.org>
12259
12260 * xfont.c (xfont_open): Log the reason of failure.
12261
12262 2008-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
12263
12264 * fontset.c (fontset_get_font_group):
12265 * font.c (font_check_otf): Specify argument types.
12266
12267 2008-07-09 Kenichi Handa <handa@m17n.org>
12268
12269 * coding.c (detect_coding_utf_8): Set detect_info->found only when
12270 non-ASCII char is found.
12271
12272 * fontset.c (fontset_compare_rfontdef): Fix plus/minus.
12273 (reorder_font_vector): Change the arg preferred_family to font.
12274 Prefer the spec matching with font.
12275 (fontset_get_font_group): New function.
12276 (fontset_find_font): Change the format of an element of a realized
12277 fontset. Use fontset_get_font_group.
12278 (fontset_font): Try the current fontset, the default fontset, the
12279 fallbacks of the current fontset, and the fallbacks of the default
12280 fontset in this order.
12281 (face_for_char): Delete the shortcut to use the current font.
12282 (fontset_from_font): Don't set fonts for Latin in the fontset.
12283
12284 * font.h (font_make_object, font_match_p): Adjust prototypes.
12285
12286 * ftfont.h [FT_BDF_H]: Include FT_BDF_H.
12287
12288 * font.c (font_make_object): New arg entity and pixelsize.
12289 (font_check_otf_features, font_check_otf): New functions.
12290 (font_match_p): Check :lang, :script, and :otf properties.
12291
12292 * xfont.c (xfont_open): Adjust it for the change of
12293 font_make_object.
12294 (xfont_text_extents): Fix initial setting of metrics.
12295
12296 * ftfont.c (struct ftfont_info): New member index, delete member
12297 fc_charset_idx. Make the member order compatible with struct
12298 xftfont_info.
12299 (fc_charset_table): Change charset names to registry names.
12300 (ftfont_pattern_entity): Delete the args registry and
12301 fc_charset_idx. Change the value of :font-entity property
12302 to (FONTNAME . INDEX). Always set :registry property to
12303 `iso10646-1'.
12304 (struct ftfont_cache_data): New struct.
12305 (ftfont_lookup_cache): New arg for_face.
12306 (ftfont_get_fc_charset, ftfont_get_otf): New functions.
12307 (ftfont_driver): Set the member otf_capability.
12308 (ftfont_get_charset): Adjust it for the change of
12309 fc_charset_table.
12310 (OTF_TAG_SYM): New macro.
12311 (ftfont_spec_pattern): Delete the arg fc_charset_idx. Adjust it
12312 for the change of fc_charset_table.
12313 (ftfont_list): Adjust it for the change of ftfont_spec_pattern and
12314 ftfont_pattern_entity. Add FC_INDEX to objset.
12315 (ftfont_match): Adjust it for the change of ftfont_spec_pattern
12316 and ftfont_pattern_entity.
12317 (ftfont_open): Adjust it for the change of ftfont_lookup_cache,
12318 font_make_object, struct ftfont_info.
12319 (ftfont_has_char): Use ftfont_get_fc_charset.
12320 (ftfont_otf_features, ftfont_otf_capability): New functions.
12321 (ftfont_shape): Use ftfont_get_otf.
12322 (ftfont_text_extents): Fix initial setting of metrics.
12323
12324 * xftfont.c (struct xftfont_info): New member ft_size. Make the
12325 member order compatible with struct ftfont_info.
12326 (xftfont_open): Add FC_CHARSET to the pattern. Set
12327 xftfont_info->ft_size. Don't unlock the face. Check BDF
12328 properties if appropriate.
12329 (xftfont_close): Unlock the face.
12330 (xftfont_anchor_point, xftfont_shape): Deleted.
12331 (syms_of_xftfont): Don't set members anchor_point and shape of
12332 xftfont_driver.
12333
12334 * w32uniscribe.c (uniscribe_open): Adjust it for the change of
12335 font_make_object.
12336
12337 * w32font.c (w32font_open): Adjust it for the change of
12338 font_make_object.
12339 (w32font_open_internal): Don't set properties of font_object here.
12340
12341 2008-07-08 Chong Yidong <cyd@stupidchicken.com>
12342
12343 * macfns.c (x_create_tip_frame):
12344 * w32fns.c (x_create_tip_frame):
12345 * xfns.c (x_create_tip_frame): Pass parameter argument to
12346 face-set-after-frame-default.
12347
12348 * xfaces.c (Finternal_merge_in_global_face): Save merged
12349 attributes for the default face back into the face vector.
12350
12351 2008-07-08 Andreas Schwab <schwab@suse.de>
12352
12353 * fontset.h: Declare fontset_from_font. Don't declare
12354 new_fontset_from_font and fontset_from_font_name.
12355 * xterm.c: Include "fontset.h".
12356 * Makefile.in (xterm.o): Update dependencies.
12357
12358 2008-07-08 Glenn Morris <rgm@gnu.org>
12359
12360 * m/sparc.h: Define __sparc__ rather than sparc. (Bug#507.)
12361 * alloc.c, ecrt0.c: Use __sparc__ rather than sparc.
12362
12363 2008-07-07 Chong Yidong <cyd@stupidchicken.com>
12364
12365 * frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
12366 (x_set_frame_parameters): Don't bind it.
12367
12368 2008-07-07 Juanma Barranquero <lekktu@gmail.com>
12369
12370 * w32fns.c (map_w32_filename): Declare extern.
12371
12372 2008-07-07 Jason Rumney <jasonr@gnu.org>
12373
12374 * w32term.c (WS_EX_LAYERED): Define if not already.
12375
12376 2008-07-06 Chong Yidong <cyd@stupidchicken.com>
12377
12378 * xfaces.c (set_font_frame_param): Don't try to set the font
12379 parameter if it is still unspecified in the lface.
12380
12381 2008-07-05 Chong Yidong <cyd@stupidchicken.com>
12382
12383 * xfaces.c (Finternal_merge_in_global_face): Don't realize default
12384 face if it didn't already exist.
12385
12386 * xdisp.c (try_window_id): Give up if word-wrapping is on.
12387
12388 2008-07-05 Andreas Schwab <schwab@suse.de>
12389
12390 * xdisp.c (get_it_property): Move out of HAVE_WINDOW_SYSTEM section.
12391
12392 2008-07-05 Chong Yidong <cyd@stupidchicken.com>
12393
12394 * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
12395 word-wrapping.
12396 (IT_DISPLAYING_WHITESPACE): New macro.
12397 (move_it_in_display_line_to): Handle MOVE_TO_X requests properly
12398 when word-wrapping. Simplify word-wrapping logic. Use correct
12399 pixel positions when saving copies of the iterator.
12400 (display_line): Use proper wrap point if the last character on a
12401 line was preceded by whitespace.
12402
12403 2008-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
12404
12405 * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
12406
12407 2008-07-04 Kenichi Handa <handa@m17n.org>
12408
12409 * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
12410
12411 * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
12412
12413 2008-07-02 Jason Rumney <jasonr@gnu.org>
12414
12415 * xfns.c (syms_of_xfns): Only define x-select-font when both
12416 HAVE_FREETYPE and USE_GTK.
12417
12418 * xdisp.c (next_element_from_display_vector): Move assignment out
12419 of if statement.
12420
12421 2008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
12422
12423 * lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
12424
12425 * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
12426 (syms_of_fileio): Initialize and export them.
12427 (Fdelete_directory, Fdelete_file): Optionally delete via trash.
12428
12429 * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
12430 (Fsystem_move_file_to_trash): New function.
12431 (syms_of_w32fns): Export it to lisp.
12432
12433 2008-07-01 Jason Rumney <jasonr@gnu.org>
12434
12435 * w32font.c (w32font_text_extents): Don't count overhang as part
12436 of width.
12437
12438 2008-06-30 Miles Bader <miles@gnu.org>
12439
12440 * dispextern.h (struct glyph, struct it, struct iterator_stack_entry):
12441 Add `avoid_cursor_p' field.
12442
12443 * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field.
12444 (set_cursor_from_row): Skip glyphs with avoid_cursor_p set.
12445 (append_glyph, append_composite_glyph, produce_image_glyph)
12446 (append_stretch_glyph): Initialize avoid_cursor_p.
12447 (get_it_property): Rename from `get_line_height_property'.
12448 (x_produce_glyphs): Use get_it_property.
12449 (handle_line_prefix, push_display_prop): New functions.
12450 (display_line, move_it_in_display_line_to): Handle line/wrap prefixes.
12451 (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix):
12452 New variables.
12453 (syms_of_xdisp): Initialize them.
12454
12455 2008-06-30 Kenichi Handa <handa@m17n.org>
12456
12457 * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and
12458 XftDefaultSubstitute (they are called in XftFontMatch).
12459 (xftfont_open): Fix args to ftfont_font_format.
12460
12461 * ftfont.c (fc_charset_table): New member lang.
12462 (ftfont_resolve_generic_family): New arg pattern.
12463 (ftfont_spec_pattern): Check fc_charset_table[]->lang.
12464 (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
12465 (ftfont_open): Fix args to ftfont_font_format.
12466 (ftfont_font_format): New arg filename.
12467
12468 2008-06-30 Chong Yidong <cyd@stupidchicken.com>
12469
12470 * xfaces.c (Finternal_merge_in_global_face): If default face was
12471 modified, realize it again. Update the font face attribute.
12472
12473 2008-06-29 Jason Rumney <jasonr@gnu.org>
12474
12475 * w32term.c (x_set_frame_alpha): Fix logic.
12476
12477 2008-06-29 Kenichi Handa <handa@m17n.org>
12478
12479 * fontset.c (Finternal_char_font): Return font-object instead of
12480 font-name.
12481
12482 * composite.c (get_composition_id): Fix the width calculation for TAB.
12483
12484 2008-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
12485
12486 * indent.c (Fvertical_motion): Properly handle float column arg.
12487
12488 2008-06-28 Jason Rumney <jasonr@gnu.org>
12489
12490 * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
12491 (pfnSetLayeredWindowAttributes): New function pointer.
12492 (w32_initialize): Initialize it when supported.
12493 (x_set_frame_alpha): New function.
12494
12495 * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
12496 (w32_frame_parm_handlers): Set alpha handler.
12497
12498 * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
12499
12500 2008-06-27 Jason Rumney <jasonr@gnu.org>
12501
12502 * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
12503 (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
12504 (w32_to_x_charset, x_to_w32_charset)
12505 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
12506 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
12507 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
12508 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
12509 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
12510 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
12511 (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
12512 (Qw32_charset_unicode): Remove.
12513 (syms_of_w32fns): Update for above changes.
12514
12515 * w32font.c (w32_to_x_charset, x_to_w32_charset)
12516 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
12517 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
12518 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
12519 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
12520 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
12521 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
12522 (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
12523 (syms_of_w32font): Update for above changes.
12524
12525 2008-06-27 Dan Nicolaescu <dann@ics.uci.edu>
12526
12527 * s/usg5-4.h: Fix previous change: keep the correct branch of a
12528 removed #if.
12529 (USG_SHARED_LIBRARIES): Remove duplicate definition.
12530
12531 2008-06-26 Juanma Barranquero <lekktu@gmail.com>
12532 Eli Zaretskii <eliz@gnu.org>
12533
12534 * makefile.w32-in (LOCAL_FLAGS):
12535 Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
12536
12537 * sysdep.c (_spawnlp, _getpid):
12538 Declare with explicit _cdecl instead of _CRTAPI1.
12539
12540 * editfns.c (Fget_internal_run_time):
12541 Check for WINDOWSNT with #ifdef, not #if.
12542
12543 2008-06-26 Jason Rumney <jasonr@gnu.org>
12544
12545 * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
12546
12547 * w32term.c (x_draw_glyph_string_foreground)
12548 (x_draw_composite_glyph_string_foreground): Sync with xterm.c.
12549 Use FONT_HANDLE macro.
12550 (x_draw_glyph_string): Use FONT_TEXTMETRIC macro.
12551
12552 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
12553 (uniscribe_encode_char): Use FONT_HANDLE macro.
12554
12555 * w32font.c (Fx_select_font): Use FONT_HANDLE macro.
12556 (w32font_text_extents): Use precast w32_font.
12557 (w32font_close): Free cached metrics.
12558 (w32font_open_internal): Allocate space for name on stack.
12559
12560 2008-06-26 Chong Yidong <cyd@stupidchicken.com>
12561
12562 * xdisp.c (extend_face_to_end_of_line): Fix last change.
12563
12564 2008-06-26 Jason Rumney <jasonr@gnu.org>
12565
12566 * w32term.h (FONT_AVG_WIDTH): Remove obsolete macro.
12567 (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.
12568
12569 2008-06-26 Juanma Barranquero <lekktu@gmail.com>
12570
12571 * Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
12572
12573 2008-06-26 Jason Rumney <jasonr@gnu.org>
12574
12575 * w32bdf.c, w32bdf.h: Remove obsolete files.
12576
12577 * makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c.
12578
12579 * w32gui.h: Don't include w32bdf.h.
12580 (XCharStruct, enum w32_char_font_type, W32FontStruct):
12581 Remove obsolete font support.
12582
12583 * w32font.h (struct w32font_info): Remove compat_w32_font.
12584 Add hfont member.
12585 (FONT_COMPAT): Remove obsolete macro.
12586
12587 * w32font.c (w32font_close): Remove compat code. Delete hfont member.
12588 (w32font_encode_char, w32font_text_extents): Use new hfont member.
12589 (w32font_open_internal): Remove compat code. Set new hfont member.
12590 (Fx_select_font): Use new hfont member.
12591
12592 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
12593 (uniscribe_encode_char): Use new hfont member.
12594
12595 * w32term.c (x_draw_glyph_string_foreground)
12596 (x_draw_composite_glyph_string_foreground): Use new hfont member.
12597 (x_draw_glyph_string): Use metrics in w32font_info.
12598
12599 2008-06-26 Kenichi Handa <handa@m17n.org>
12600
12601 * xdisp.c (handle_auto_composed_prop): Fix for the terminal case.
12602
12603 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
12604
12605 * unexnext.c:
12606 * m/ews4800.h:
12607 * m/hp9000s300.h:
12608 * m/ibm370aix.h:
12609 * m/mips-siemens.h:
12610 * m/ncr386.h:
12611 * m/next.h:
12612 * m/pmax.h:
12613 * m/powerpcle.h:
12614 * m/tandem-s2.h:
12615 * s/386bsd.h:
12616 * s/bsd386.h:
12617 * s/bsd4-1.h:
12618 * s/bsd4-2.h:
12619 * s/bsdos2-1.h:
12620 * s/bsdos2.h:
12621 * s/bsdos3.h:
12622 * s/bsdos4.h:
12623 * s/nextstep.h:
12624 * s/ultrix4-3.h:
12625 * s/usg5-0.h:
12626 * s/usg5-2-2.h:
12627 * s/usg5-2.h:
12628 * s/usg5-4-3.h:
12629 * s/ux4800.h:
12630 * s/uxpds.h:
12631 * s/uxpv.h: Remove support for obsolete systems.
12632 * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
12633 Remove, insert contents in s/hpux10-20.h.
12634 * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
12635 Remove, insert contents in s/aix4-2.h.
12636 * s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
12637 * s/bsd4-3.h: Rename to ...
12638 * s/bsd-common.h: ... this.
12639 * data.c:
12640 * doc.c:
12641 * ecrt0.c:
12642 * emacs.c:
12643 * fileio.c:
12644 * floatfns.c:
12645 * keyboard.c:
12646 * mem-limits.h:
12647 * print.c:
12648 * process.c:
12649 * sysdep.c:
12650 * syssignal.h:
12651 * systty.h:
12652 * syswait.h:
12653 * term.c:
12654 * unexec.c:
12655 * unexelf.c:
12656 * unexhp9k800.c:
12657 * m/hp800.h:
12658 * m/ibmrs6000.h:
12659 * m/mips.h:
12660 * m/vax.h:
12661 * s/darwin.h:
12662 * s/freebsd.h:
12663 * s/gnu.h:
12664 * s/ms-w32.h:
12665 * s/msdos.h:
12666 * s/netbsd.h:
12667 * s/template.h: Remove references to obsolete variables.
12668
12669 * Makefile.in: Add dependencies for all unexec files.
12670 (admindir): Remove unused variable.
12671 (UNEXEC_SRC): Remove references.
12672
12673 2008-06-25 Chong Yidong <cyd@stupidchicken.com>
12674
12675 * xfns.c (x_default_font_parameter): If Xft is available, first
12676 try Monospace-12 for the default font.
12677
12678 2008-06-25 Jason Rumney <jasonr@gnu.org>
12679
12680 * xdisp.c (get_glyph_face_and_encoding): Encode invalid glyphs as 0.
12681
12682 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
12683
12684 * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile.
12685
12686 * buffer.c (syms_of_buffer): Remove default-word-wrap.
12687
12688 2008-06-25 Juanma Barranquero <lekktu@gmail.com>
12689
12690 * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
12691 <scroll-conservatively>: Fix typo in docstring.
12692
12693 * xselect.c (Fx_send_client_event): Doc fix.
12694
12695 2008-06-25 Kenichi Handa <handa@m17n.org>
12696
12697 * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
12698
12699 * font.c (font_parse_fcname): Remove unused variables.
12700 (font_sort_entites): Delete the arg SPEC. Caller changed.
12701 Fix for the case of ! best_only.
12702 (font_delete_unmatched): Check DPI and AVGWIDTH too.
12703
12704 * lisp.h (Fstring_to_unibyte): EXFUN it.
12705
12706 * character.h (str_to_unibyte): Extern it.
12707
12708 * character.c (str_to_unibyte): New function.
12709
12710 * fns.c (Fstring_to_unibyte): New function.
12711 (syms_of_fns): Defsubr it.
12712
12713 2008-06-24 Kenichi Handa <handa@m17n.org>
12714
12715 * font.c (font_score): Even if the PIXEL_SIZE is the same, check
12716 DPI too.
12717 (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.
12718
12719 2008-06-24 Andreas Schwab <schwab@suse.de>
12720
12721 * Makefile.in (${lispsource}loaddefs.el): Rename from
12722 ../lisp/loaddefs.el.
12723 (bootstrap-clean): Do what distclean does but don't remove
12724 Makefile.
12725 (distclean): Depend on bootstrap-clean and remove Makefile.
12726
12727 2008-06-24 Chong Yidong <cyd@stupidchicken.com>
12728
12729 * buffer.h (struct buffer): New member word_wrap.
12730
12731 * buffer.c (syms_of_buffer): New variables default-word-wrap and
12732 word-wrap.
12733 (init_buffer_once): Initialize them.
12734
12735 * dispextern.h (struct it): Replace bool truncate_lines_p with a
12736 line_wrap enum possessing three possible values.
12737
12738 * termopts.h: Replace truncate_partial_width_windows with
12739 Vtruncate_partial_width_windows.
12740
12741 * dispnew.c (direct_output_for_insert): Avoid direct output when
12742 inserting a space with word wrap on.
12743
12744 * indent.c (compute_motion): Obey integer values of
12745 truncate-partial-width-windows.
12746
12747 * xdisp.c (Vtruncate_partial_width_windows): New Lisp_Object,
12748 replacing truncate_partial_width_windows.
12749 (init_iterator): If Vtruncate_partial_width_windows is an integer,
12750 truncate only if the window width is below that integer.
12751 (start_display, resize_mini_window, produce_stretch_glyph)
12752 (display_string, move_it_in_display_line_to): Use line_wrap.
12753 (back_to_previous_visible_line_start, reseat_1): Reset
12754 string_from_display_prop_p.
12755 (display_line): Extend default face to end of line when wrapping.
12756
12757 2008-06-24 Kim F. Storm <storm@cua.dk>
12758
12759 * xdisp.c (display_line, move_it_in_display_line_to): Add ability
12760 to wrap continued lines at word boundaries.
12761
12762 2008-06-24 Jason Rumney <jasonr@gnu.org>
12763
12764 * font.c (Ffont_face_attributes): Multiply pixel size before point
12765 conversion to avoid multiplying rounding error.
12766
12767 2008-06-23 Jason Rumney <jasonr@gnu.org>
12768
12769 * w32term.c (x_draw_glyph_string_background)
12770 (x_draw_glyph_string): Remove old bdf font code.
12771
12772 * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
12773
12774 2008-06-22 Kenichi Handa <handa@m17n.org>
12775
12776 * font.c (font_find_for_lface): Try the adstyle specified in
12777 the property of LFACE_FONT of LFACE (if any).
12778
12779 2008-06-21 Seiji Zenitani <zenitani@mac.com>
12780 Ryo Yoshitake <ryo@shiftmode.net>
12781
12782 * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
12783
12784 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
12785
12786 * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
12787 Use $(BOOTSTRAPEMACS) rather than witness-emacs.
12788 (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
12789 (witness-emacs): Remove.
12790 (lisp, shortlisp): Move loaddefs.el earlier.
12791 (mostlyclean): Forget about witness-emacs.
12792
12793 2008-06-22 Glenn Morris <rgm@gnu.org>
12794
12795 * Makefile.in (witness-emacs): Depend on temacs${EXEEXT}.
12796 (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
12797
12798 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
12799
12800 * Makefile.in (PRECOMP): Remove.
12801 (${lisp} ${SOME_MACHINE_LISP}): Remove pseudo dependency on PRECOMP.
12802 (witness-emacs): Run `compile-first'.
12803 (.el.elc): Use the new compile-onefile target.
12804
12805 2008-06-21 Kenichi Handa <handa@m17n.org>
12806
12807 * xftfont.c (xftfont_open): Handle QCembolden only when
12808 FC_EMBOLDEN is defined.
12809
12810 2008-06-21 Andreas Schwab <schwab@suse.de>
12811
12812 * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
12813 (.el.elc): Likewise.
12814
12815 2008-06-21 Miles Bader <miles@gnu.org>
12816
12817 * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
12818 build dir, not the lisp source dir.
12819
12820 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
12821
12822 * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
12823 (bootstrapclean): Remove.
12824 (.el.elc): New rule.
12825 (PRECOMP): New var.
12826 (../lisp/subdirs.el): Remove.
12827 (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
12828 (witness-emacs): New target.
12829 (mostlyclean): Remove witness-emacs as well.
12830 (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
12831 Add witness-emacs dependency.
12832
12833 2008-06-20 Chong Yidong <cyd@stupidchicken.com>
12834
12835 * font.c (Ffont_face_attributes): Omit key-attribute pairs not
12836 defined by the font.
12837
12838 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
12839
12840 * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
12841 (bootstrap-clean): New target that keeps TAGS around.
12842 (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
12843 (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
12844
12845 2008-06-20 Jason Rumney <jasonr@gnu.org>
12846
12847 * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
12848 Remove obsolete font code.
12849
12850 * w32font.c (font_matches_spec): Use csb bitfield from font signature
12851 to determine language support.
12852
12853 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
12854
12855 * sysdep.c (cfsetspeed): New fun extracted from the code.
12856 (cfmakeraw): Move before first use.
12857
12858 2008-06-20 Angelo Graziosi <angelo.graziosi@alice.it> (tiny change)
12859
12860 * sysdep.c (cfmakeraw): Provide fallback implementation.
12861 (serial_configure): Provide fallback implementation of cfsetspeed.
12862
12863 2008-06-20 Kenichi Handa <handa@m17n.org>
12864
12865 * xftfont.c (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to
12866 the pattern.
12867
12868 * fontset.c (fontset_from_font): Copy font_spec before changing
12869 the elements.
12870
12871 * xfns.c (x_default_font_parameter): Try "monospace-12" too.
12872
12873 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
12874
12875 * w32fns.c, xfns.c (x_default_font_parameter): Only set `font-param'
12876 for explicit `font' parameters.
12877
12878 * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
12879
12880 2008-06-19 Kenichi Handa <handa@m17n.org>
12881
12882 * frame.c: Include <ctype.h>.
12883 (x_set_font_backend): Allow spacing characters in the X resource
12884 for FontBackend.
12885
12886 2008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
12887
12888 * w32fns.c, xfns.c (Qfont_param): New var.
12889 (syms_of_w32fns): Initialize it.
12890 (x_default_font_parameter): Record explicit `font' into
12891 `font-parameter'.
12892
12893 2008-06-18 Kenichi Handa <handa@m17n.org>
12894
12895 * font.c (font_parse_xlfd): Fix previous change.
12896 (font_parse_fcname): Don't use :fc-unknown-spec.
12897 (FRAME_X_DISPLAY_INFO): Be sure to have at least 1 pixel height.
12898 (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
12899 (font_add_log): Prepend the driver name to the resulting fonts.
12900
12901 * ftfont.c (ftfont_pattern_entity): New arg extra. Caller changed.
12902 (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
12903 (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
12904
12905 * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
12906 (QCembolden): New variables.
12907 (syms_of_xftfont): DEFSYM them.
12908 (xftfont_open): Call XftFontMatch. Don't trust the result of
12909 XftTextExtents8 if the pixel_size is less than 5.
12910
12911 2008-06-18 Andreas Schwab <schwab@suse.de>
12912
12913 * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
12914 (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
12915
12916 2008-06-18 Jason Rumney <jasonr@gnu.org>
12917
12918 * w32font.c (w32font_list, w32font_match): Add logging.
12919
12920 * w32uniscribe.c (uniscribe_list, uniscribe_match): Add logging.
12921
12922 2008-06-17 Chong Yidong <cyd@stupidchicken.com>
12923
12924 * font.c (font_parse_fcname): Store divider characters for
12925 unknown-spec list. For known key symbols, intern using correct
12926 symbol name.
12927
12928 2008-06-17 Kenichi Handa <handa@m17n.org>
12929
12930 * xfaces.c (realize_default_face): If the frame is not on window
12931 system, set the fontset of face to nil.
12932
12933 2008-06-17 Naohiro Aota <nao.aota@gmail.com> (tiny change)
12934
12935 * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
12936
12937 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
12938
12939 * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
12940 (build_font_name_from_vector): Delete externs.
12941
12942 * xfaces.c (struct font_name): Don't declare.
12943
12944 2008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
12945
12946 * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
12947
12948 2008-06-16 Chong Yidong <cyd@stupidchicken.com>
12949
12950 * font.c (font_parse_fcname): Fix handling of unknown-spec string.
12951
12952 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
12953
12954 * font.c (Ffont_spec): Fix usage in docstring.
12955 (Ffont_face_attributes): Doc fix.
12956
12957 2008-06-16 Andreas Schwab <schwab@suse.de>
12958
12959 * font.c (Ffont_face_attributes): Fix definition.
12960
12961 2008-06-16 Jason Rumney <jasonr@gnu.org>
12962
12963 * font.h (font_style_symbolic_from_value): Remove.
12964
12965 * font.c (font_style_symbolic_from_value): Remove.
12966 (font_style_symbolic): Revert to pre 2008-06-13 version.
12967
12968 * w32font.c (w32_to_fc_weight): New function.
12969 (w32font_full_name, logfont_to_fcname): Use it.
12970
12971 2008-06-16 Kenichi Handa <handa@m17n.org>
12972
12973 * font.c (font_check_object): Delete it.
12974 (font_clear_cache): Check if a font-object is alive.
12975 (font_open_entity): Likewise. Set FONT_OBJLST_INDEX of a
12976 font-object to nil.
12977 (font_close_object): Don't check FONT_CLOSE_OBJECT.
12978 (font_at): Don't call font_check_object.
12979 (Ffont_get): Return a symbol for :weight, :slant, and :width.
12980
12981 2008-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
12982
12983 * puresize.h (BASE_PURESIZE): Increase to 1230000.
12984
12985 2008-06-16 Chong Yidong <cyd@stupidchicken.com>
12986
12987 * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
12988
12989 2008-06-15 Chong Yidong <cyd@stupidchicken.com>
12990
12991 * font.c (font_parse_fcname): Only one decimal point.
12992 (font_unparse_fcname): Handle data in family and foundry indices
12993 as symbols, not strings.
12994 (font_unparse_gtkname, Ffont_face_attributes): New functions.
12995
12996 * xfns.c (Fx_select_font): Give GTK font dialog the default font name.
12997
12998 * font.h (font_unparse_gtkname): Add prototype.
12999
13000 2008-06-15 Naohiro Aota <nao.aota@gmail.com> (tiny change)
13001
13002 * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern.
13003
13004 2008-06-15 Andreas Schwab <schwab@suse.de>
13005
13006 * font.c (font_update_drivers): Fix crash when no drivers match.
13007
13008 2008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
13009
13010 * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.
13011 * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
13012
13013 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
13014
13015 * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
13016
13017 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
13018
13019 * process.c (Fserial_process_configure, Fprocess_send_eof):
13020 Use EQ to compare Lisp_Objects.
13021
13022 2008-06-13 Jason Rumney <jasonr@gnu.org>
13023
13024 * w32fns.c (Fw32_select_font): Remove old font API function.
13025
13026 * w32font.c (logfont_to_fcname): New function.
13027 (Fx_select_font): New font dialog function compatible with
13028 GTK/fontconfig version.
13029
13030 * font.c (font_style_symbolic_from_value): New function.
13031 (font_style_symbolic): Use it.
13032
13033 * font.h (font_style_symbolic_from_value): Declare new function.
13034
13035 2008-06-13 Juanma Barranquero <lekktu@gmail.com>
13036
13037 * font.c (syms_of_font) <font-weight-table, font-slant-table>:
13038 <font-width-table>: Fix typos in docstrings.
13039
13040 2008-06-13 Daniel Engeler <engeler@gmail.com>
13041
13042 These changes add serial port access.
13043 * process.c: Add HAVE_SERIAL.
13044 (Fdelete_process, Fprocess_status, Fset_process_buffer)
13045 (Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
13046 (list_processes_1, select_wrapper, Fstop_process)
13047 (Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
13048 (status_notify): Modify to handle serial processes.
13049 [HAVE_SERIAL] (Fserial_process_configure)
13050 [HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
13051 New functions.
13052 * process.h (struct Lisp_Process): Add `type'.
13053 * sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
13054 New functions.
13055 * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
13056 serial ports.
13057 (serial_open, serial_configure): New functions.
13058 * w32.h: Add FILE_SERIAL.
13059 (struct _child_process): Add ovl_read, ovl_write.
13060
13061 2008-06-13 Kenichi Handa <handa@m17n.org>
13062
13063 * dispextern.h (enum lface_attribute_index): New member
13064 LFACE_FOUNDRY_INDEX.
13065
13066 * font.c (font_score): Delete arg alternate_families. Check only
13067 weight, slant, width, and size. Ignore the difference of alias
13068 style symbols.
13069 (font_sort_entites): Adjust for the above change. Reflect the
13070 order of font-driver to scores.
13071 (font_list_entities): Don't check alternate_familes here.
13072 (font_clear_prop): Handle foundry.
13073 (font_update_lface): Don't parse "foundry-family" form here.
13074 Handle FONT_FOUNDRY_INDEX.
13075 (font_find_for_lface): Likewise. Handle alternate families here.
13076 If registry is nil, try iso8859-1 and ascii-0.
13077 (font_open_for_lface): Pay attention to size in ENTITY.
13078 (font_open_by_name): Simplify by calling font_load_for_lface.
13079 (free_font_driver_list): Delete it.
13080 (font_update_drivers): Preserve the order of backends.
13081 (syms_of_font): Setting of sort_shift_bits adjusted for the change
13082 of font_score and font_sort_entites.
13083 (font_update_sort_order): Likewise.
13084
13085 * xfaces.c (LFACE_FOUNDRY): New macro.
13086 (check_lface_attrs): Check foundry.
13087 (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form.
13088 (merge_face_vectors): Check foundry.
13089 (merge_face_ref): Likewise.
13090 (Finternal_set_lisp_face_attribute): Likewise.
13091 (x_update_menu_appearance): Likewise.
13092 (Finternal_get_lisp_face_attribute): Likewise.
13093 (lface_hash): Likewise.
13094 (lface_same_font_attributes_p): Likewise.
13095 (x_supports_face_attributes_p): Likewise.
13096 (tty_supports_face_attributes_p): Likewise.
13097 (Finternal_set_alternative_font_family_alist): Intern strings.
13098 (Finternal_set_alternative_font_registry_alist): Downcase strings.
13099 (realize_default_face): Set LFACE_FOUNDRY (lface).
13100
13101 * xfns.c (Fx_create_frame, x_create_tip_frame): Register X
13102 font-driver at first.
13103
13104 * ftfont.c (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
13105
13106 2008-06-12 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
13107
13108 * lread.c (Fload): Use xfree, not free on saved_doc_string.
13109
13110 2008-06-12 Jim Meyering <meyering@redhat.com>
13111
13112 Make unexec_free handle NULL the same way free does.
13113 * unexmacosx.c (unexec_free): Ignore a NULL argument.
13114
13115 2008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
13116
13117 * character.h (CHAR_TO_BYTE_SAFE): New macro.
13118 * character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
13119 * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
13120 (WEAK_ALIAS): Simplify.
13121 * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
13122 when searching a unibyte buffer.
13123
13124 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
13125
13126 * xfns.c (Fx_select_font): Rename from x-font-dialog.
13127
13128 2008-06-12 Juanma Barranquero <lekktu@gmail.com>
13129
13130 * w32font.c: Include ctype.h.
13131
13132 2008-06-11 Jason Rumney <jasonr@gnu.org>
13133
13134 * w32font.c (w32font_encode_char): Detect missing glyphs that are
13135 misreported as space.
13136 (add_font_entity_to_list): Support unicode-bmp and unicode-sip
13137 as aliases for registry iso10646-1.
13138
13139 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
13140
13141 * buffer.c (clone_per_buffer_values): Skip `name'.
13142
13143 2008-06-11 Chong Yidong <cyd@stupidchicken.com>
13144
13145 * font.c (font_parse_fcname): Fix last change; accept decimal
13146 points in font size.
13147
13148 2008-06-10 Jason Rumney <jasonr@gnu.org>
13149
13150 * w32uniscribe.c (add_opentype_font_name_to_list):
13151 Skip non unicode fonts.
13152
13153 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
13154
13155 * xfns.c (Fx_font_dialog): New function.
13156
13157 * gtkutil.c (xg_dialog_response_cb): Rename from
13158 xg_file_response_callback.
13159 (pop_down_dialog): Rename from pop_down_file_dialog.
13160 (xg_get_file_name): Callers changed.
13161 (xg_get_font_name): New function.
13162
13163 * gtkutil.h (xg_get_font_name): Insert prototype.
13164
13165 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
13166
13167 * xdisp.c (underline_minimum_offset): Rename from xterm.c's
13168 x_underline_minimum_display_offset.
13169 (syms_of_xdisp): Declare it here rather than in xterm.c.
13170 * dispextern.h (underline_minimum_offset): Declare it.
13171 * w32term.c (x_draw_glyph_string): Use it.
13172 * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
13173 (syms_of_xterm): Don't declare it any more.
13174 (x_draw_glyph_string): Adjust to the new name.
13175
13176 2008-06-10 David De La Harpe Golden <david@harpegolden.net>
13177
13178 * xterm.c (x_underline_minimum_display_offset): New var.
13179 (x_draw_glyph_string): Use it.
13180 (syms_of_xterm): Declare it.
13181
13182 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
13183
13184 * font.c (font_parse_fcname): Accept GTK-style font names too.
13185
13186 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
13187
13188 * dired.c (file_name_completion): Don't return t if the match is exact
13189 but with different capitalization.
13190 * minibuf.c (Ftry_completion): Simplify.
13191
13192 * window.c (Vwindow_point_insertion_type): New var.
13193 (set_window_buffer): Use it.
13194 (syms_of_window): Init and export it to Lisp.
13195
13196 2008-06-10 Kenichi Handa <handa@m17n.org>
13197
13198 * font.h (font_intern_prop): Prototype adjusted.
13199
13200 * font.c (font_intern_prop): New arg force_symbol.
13201 (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
13202 Adjust for the change of font_intern_prop.
13203
13204 * ftfont.c (ftfont_pattern_entity):
13205 * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
13206 (w32_registry):
13207 * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
13208 the change of font_intern_prop.
13209
13210 2008-06-09 Juanma Barranquero <lekktu@gmail.com>
13211
13212 * w32menu.c (digest_single_submenu): Declare extern.
13213
13214 2008-06-09 Jason Rumney <jasonr@gnu.org>
13215
13216 * w32term.c (x_make_frame_visible): Use alternate restore flags.
13217
13218 * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
13219 (parse_single_submenu): Remove.
13220 (digest_single_submenu): Remove.
13221 (syms_of_w32menu): Don't initialise variables that have moved
13222 to menu.c.
13223 (set_frame_menubar): Sync with version in xmenu.c.
13224 (w32_menu_show): Sync with xmenu_show in xmenu.c.
13225
13226 * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
13227 Make static again.
13228
13229 2008-06-09 Jason Rumney <jasonr@gnu.org>
13230
13231 Changes to w32 files related to the move of common menu code
13232 to menu.c on 2008-06-08 by Chong Yidong.
13233
13234 * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
13235 defs to w32gui.h.
13236 (single_keymap_panes, push_menu_item, push_menu_pane):
13237 Make globally visible.
13238
13239 * w32menu.c (enum button_type, widget_value, local_heap, local_alloc)
13240 (local_free, malloc_widget_value, free_widget_value)
13241 (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE)
13242 (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION)
13243 (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP)
13244 (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
13245 (menu_items, menu_items_allocated, menu_items_used)
13246 (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
13247 (init_menu_items, finish_menu_items, discard_menu_items)
13248 (grow_menu_items, push_submenu_start, push_submenu_end)
13249 (push_left_right_boundary, push_menu_pane, push_menu_item)
13250 (keymap_panes, single_keymap_panes, list_of_panes, list_of_items)
13251 (free_menubar_widget_tree_value, parse_single_submenu)
13252 (update_submenu_strings): Remove functions.
13253 (xmalloc_widget_value): Remove and declare extern.
13254
13255 * makefile.w32-in ($(SRC)/menu.$(O)): New target.
13256 (OBJ1): Build it.
13257
13258 * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
13259 (local_heap, local_alloc, local_free, malloc_widget_value)
13260 (free_widget_value): Define here.
13261
13262 2008-06-09 Kenichi Handa <handa@m17n.org>
13263
13264 * font.h (Qascii_0): Extern it.
13265
13266 * font.c (Qascii_0): New variable.
13267 (syms_of_font): DEFSYM it.
13268 (font_open_by_name): If the registry "iso8859-1" fails, try also
13269 "ascii-0".
13270
13271 * ftfont.c (ftfont_spec_pattern): Accept the registry `ascii-0'.
13272
13273 2008-06-08 Kenichi Handa <handa@m17n.org>
13274
13275 * .gdbinit (xfont): New command.
13276
13277 2008-06-08 Andreas Schwab <schwab@suse.de>
13278
13279 * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
13280 * Makefile.in (menu.o): Update dependencies.
13281
13282 * Makefile.in (obj): Always add menu.o.
13283 * emacs.c (main): Always call syms_of_menu.
13284 * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
13285
13286 2008-06-08 Chong Yidong <cyd@stupidchicken.com>
13287
13288 * Makefile.in: Compile menu.c.
13289
13290 * lisp.h: Declare syms_of_menu.
13291
13292 * emacs.c (main): Call syms_of_menu.
13293
13294 * keyboard.h: Relocate platform-independent menu definitions from
13295 xmenu.c.
13296
13297 * menu.c: New file. Relocate platform-independent menu
13298 definitions from xmenu.c. Suggested by Adrian Robert.
13299
13300 * xmenu.c: Remove platform-independent menu definitions.
13301 (menu_items, menu_items_inuse, menu_items_allocated)
13302 (menu_items_used, menu_items_n_panes)
13303 (menu_items_submenu_depth): Move to keyboard.h.
13304 (init_menu_items, finish_menu_items, unuse_menu_items)
13305 (discard_menu_items, restore_menu_items, save_menu_items)
13306 (grow_menu_items, push_submenu_start, push_submenu_end)
13307 (push_left_right_boundary, push_menu_pane, push_menu_item)
13308 (keymap_panes, single_keymap_panes, single_menu_item)
13309 (list_of_panes, list_of_items, find_and_call_menu_selection)
13310 (xmalloc_widget_value, free_menubar_widget_value_tree)
13311 (parse_single_submenu, digest_single_submenu)
13312 (update_submenu_strings): Move to menu.c.
13313
13314 2008-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
13315
13316 * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
13317
13318 2008-06-06 Miles Bader <miles@gnu.org>
13319
13320 * xdisp.c (x_produce_glyphs): Calculate tab width based on current
13321 face, not frame default.
13322
13323 2008-06-05 Martin Rudalics <rudalics@gmx.at>
13324
13325 * window.c (pop_up_windows, pop_up_frames)
13326 (display_buffer_reuse_frames, Vpop_up_frame_function)
13327 (Vdisplay_buffer_function, Veven_window_heights)
13328 (Vspecial_display_buffer_names, Vspecial_display_regexps)
13329 (Vspecial_display_function, Vsame_window_buffer_names)
13330 (Vsame_window_regexps, split_height_threshold)
13331 (Vsplit_window_preferred_function): Move those vars to window.el.
13332 (display_buffer_1, Fspecial_display_p, Fsame_window_p)
13333 (Fdisplay_buffer): Move those functions to window.el.
13334 (syms_of_window): Remove corresponding declarations.
13335 (display_buffer): New function.
13336 (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
13337 * dispnew.c (Flast_nonminibuf_frame): New function.
13338 * buffer.c (Fpop_to_buffer): Move to window.el.
13339
13340 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
13341
13342 * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
13343
13344 2008-06-05 Kenichi Handa <handa@m17n.org>
13345
13346 * coding.c (detect_coding): Fix previous change.
13347 (detect_coding_system): Likewise.
13348
13349 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
13350
13351 * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
13352
13353 * keymap.c (Vminibuffer_local_filename_must_match_map):
13354 Rename from Vminibuffer_local_must_match_filename_map.
13355 (syms_of_keymap):
13356 * minibuf.c (Fcompleting_read): Adjust accordingly.
13357 * commands.h: Rename declaration as well.
13358
13359 2008-06-05 Kenichi Handa <handa@m17n.org>
13360
13361 * font.c (Ffont_spec): Don't use font_parse_family_registry for
13362 family name.
13363 (Ffont_put): Likewise.
13364
13365 * fontset.c (fontset_find_font): Call font_open_for_lface with the
13366 current font-spec.
13367
13368 * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
13369 is unspecified.
13370
13371 * xfaces.c (realize_x_face): If the font-related face attributes
13372 are the same as those of default face, realize a new fontset from
13373 default->fontset.
13374 (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
13375
13376 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
13377
13378 * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
13379 (move_it_in_display_line): New wrapper.
13380
13381 * window.c (window_scroll_pixel_based_preserve_x)
13382 (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
13383 (window_scroll_pixel_based, window_scroll_line_based):
13384 Use them to preserve column positions.
13385 (syms_of_window): Initialize them.
13386
13387 * indent.c (Fvertical_motion): Extend first arg to allow passing an
13388 (HPOS . VPOS) pair.
13389
13390 * dispextern.h (move_it_in_display_line): Declare.
13391
13392 2008-06-05 Juanma Barranquero <lekktu@gmail.com>
13393
13394 * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
13395 (Fwindow_parameters): Return copy of parameter alist. Doc fix.
13396 (Fset_window_parameter): Return VALUE, not parameter alist. Doc fix.
13397
13398 2008-06-04 Juanma Barranquero <lekktu@gmail.com>
13399
13400 * window.c (Fset_window_parameter): Doc fix.
13401 (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
13402
13403 2008-06-04 Joakim Verona <joakim@verona.se>
13404
13405 * window.h (struct window): Add new member window_parameters.
13406
13407 * window.c (Fwindow_parameters, Fwindow_parameter)
13408 (Fset_window_parameter): New defuns.
13409 (syms_of_window): Defsubr the new defuns.
13410 (make_window): Initialize window_parameters to nil.
13411
13412 2008-06-04 John Paul Wallington <jpw@pobox.com>
13413
13414 * eval.c (Fdefmacro): Doc fix.
13415
13416 2008-06-04 Kenichi Handa <handa@m17n.org>
13417
13418 * coding.c (detect_coding): Fix handling of coding->head_ascii.
13419 Be sure to call setup_coding_system when we find a proper coding system.
13420 (detect_coding_system): Fix handling of coding->head_ascii.
13421
13422 2008-06-03 Andreas Schwab <schwab@suse.de>
13423
13424 * font.c (font_prop_validate_spacing): Fix last change.
13425
13426 2008-06-03 Kenichi Handa <handa@m17n.org>
13427
13428 * font.c (font_prop_validate_spacing): Handle uppercase symbols.
13429 (font_parse_fcname): Fix handling of unknown key.
13430
13431 * xfont.c (xfont_list): Try an alias.
13432
13433 * charset.c (char_charset): Return NULL if the arg charset_list is
13434 specified and C doesn't belong to any of them.
13435
13436 2008-06-02 Chip Coldwell <coldwell@redhat.com>
13437
13438 * font.c (font_pixel_size): Don't take cdr of an integer.
13439
13440 2008-06-02 Jim Meyering <meyering@redhat.com>
13441
13442 Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
13443 * alloc.c (xfree): Return right away for a NULL arg.
13444 * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
13445 * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
13446 * mac.c (create_apple_event_from_event_ref): Likewise.
13447 (create_apple_event_from_drag_ref, cfstring_create_normalized):
13448 Likewise.
13449 * doprnt.c (doprnt1): Likewise.
13450 * frame.c (frame): Likewise.
13451 * keyboard.c (wipe_kboard): Likewise.
13452 * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap)
13453 (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
13454 * term.c (tty_default_color_capabilities, maybe_fatal)
13455 (delete_tty): Likewise.
13456 * w16select.c (string): Likewise.
13457 * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
13458 * w32bdf.c (w32_free_bdf_font): Likewise.
13459 * w32fns.c (w32_unload_font): Likewise.
13460 * w32font.c (w32font_close): Likewise.
13461 * window.c (size_window): Likewise.
13462 * xselect.c (receive_incremental_selection): Likewise.
13463 * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
13464 * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
13465 * w32.c (stat): Likewise.
13466
13467 Remove useless if-before-free tests.
13468 * editfns.c (Fset_time_zone_rule): Likewise.
13469 * lread.c (nosuffix): Likewise.
13470 * ralloc.c (get_bloc): Likewise.
13471 * regex.c (reg_free): Likewise.
13472 * xftfont.c (xftfont_open, xftfont_close): Likewise.
13473 * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
13474 * xsmfns.c (smc_save_yourself_CB): Likewise.
13475
13476 2008-06-02 Kenichi Handa <handa@m17n.org>
13477
13478 * font.c (font_find_for_lface): Handle float font size.
13479 (font_open_for_lface): Likewise.
13480
13481 * xfaces.c (x_supports_face_attributes_p): Check face->font before
13482 comparing the properties.
13483
13484 2008-06-01 Jason Rumney <jasonr@gnu.org>
13485
13486 * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
13487 Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
13488 Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
13489 Don't add empty script list.
13490 (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
13491
13492 2008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
13493
13494 * Makefile.in (dot, dotdot): Remove, update users.
13495 ".." has been used elsewhere in the file for a long time.
13496 (LIBXT_STATIC): Remove conditional based on unused variable.
13497
13498 2008-06-01 Miles Bader <miles@gnu.org>
13499
13500 * xfaces.c (Vface_remapping_alist): New variable.
13501 (syms_of_xfaces): Initialize it.
13502 (enum named_merge_point_kind): New type.
13503 (struct named_merge_point): Add `named_merge_point_kind' field.
13504 (push_named_merge_point): Make cycle detection respect different
13505 named-merge-point kinds.
13506 (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
13507 Remove face-name alias resolution.
13508 (lface_from_face_name): New definition using
13509 `lface_from_face_name_no_resolve'.
13510 (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
13511 Call lface_from_face_name_no_resolve instead of lface_from_face_name.
13512 (get_lface_attributes): New definition that layers face-remapping on
13513 top of get_lface_attributes_no_remap. New arg `named_merge_points'.
13514 (lookup_basic_face): New function.
13515 (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
13516 (realize_named_face): Call `get_lface_attributes_no_remap' instead of
13517 `get_lface_attributes'.
13518 (face_at_buffer_position): Use `lookup_basic_face' to lookup
13519 DEFAULT_FACE_ID if necessary. When optimizing the default-face case,
13520 return default_face's face-id instead of the constant DEFAULT_FACE_ID.
13521
13522 * xdisp.c (init_iterator): Pass base_face_id through
13523 `lookup_basic_face' when we actually use it as a face-id.
13524 (handle_single_display_prop): Use `lookup_basic_face' to lookup
13525 DEFAULT_FACE_ID.
13526
13527 * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
13528 lookup the initial face-id.
13529
13530 * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
13531
13532 2008-06-01 Juanma Barranquero <lekktu@gmail.com>
13533
13534 * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
13535 (Fremove_text_properties): Fix typos in docstrings.
13536
13537 2008-05-31 Kenichi Handa <handa@m17n.org>
13538
13539 * font.c (font_list_entities): Fix the car part of data to be
13540 stored in the cache.
13541
13542 * ftfont.c (ftfont_font_format): Don't use strcasestr.
13543
13544 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
13545
13546 * chartab.c (Foptimize_char_table, optimize_sub_char_table):
13547 Add a `test' argument so another predicate than `equal' can be used.
13548 (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
13549 (map_char_table): Remove unused vars `c' and `i'.
13550 * lisp.h (Foptimize_char_table): Adjust declaration.
13551 * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
13552
13553 2008-05-30 Kenichi Handa <handa@m17n.org>
13554
13555 * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
13556 (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
13557 defined.
13558
13559 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
13560
13561 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
13562 (Fmake_variable_frame_local): Disallow mixing buffer-local and
13563 frame-local settings for the same variable.
13564
13565 2008-05-30 Kenichi Handa <handa@m17n.org>
13566
13567 * fontset.c (Ffont_info): Move to font.c.
13568 (syms_of_fontset): Delete defsubr of Sfont_info.
13569
13570 * font.c (font_style_to_value, font_score): Delete casting of the
13571 args to xstcasecmp.
13572 (register_font_driver): Increment num_font_drivers only when
13573 registering the driver globally.
13574 (Ffont_info): Move from fontset.c. Handle a font object too.
13575 (syms_of_font): Defsubr Sfont_info.
13576
13577 2008-05-29 Kenichi Handa <handa@m17n.org>
13578
13579 * coding.h (enum define_coding_utf8_arg_index): New enum.
13580 (enum coding_attr_index): Change coding_attr_utf_16_bom to
13581 coding_attr_utf_bom.
13582 (enum utf_bom_type): Rename from utf_16_bom_type.
13583 (struct utf_16_spec): Adjust for the above change.
13584 (struct coding_system): Add utf_8_bom in `spec' union.
13585
13586 * coding.c (CODING_UTF_8_BOM): New macro.
13587 (enum coding_category): Delete coding_category_utf_8, add
13588 coding_category_utf_8_auto, coding_category_utf_8_nosig, and
13589 coding_category_utf_8_sig.
13590 (CATEGORY_MASK_UTF_8): Delete it.
13591 (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
13592 (CATEGORY_MASK_UTF_8_SIG): New macros.
13593 (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
13594 CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
13595 CATEGORY_MASK_UTF_8_SIG.
13596 (CATEGORY_MASK_UTF_8): New macro.
13597 (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
13598 (detect_coding_utf_8): Check BOM.
13599 (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
13600 (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
13601 (encode_coding_utf_16): Likewise.
13602 (setup_coding_system): Likewise. Set CODING_UTF_8_BOM (coding).
13603 (detect_coding, detect_coding_system): Handle utf-8-auto.
13604 (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
13605 (syms_of_coding): Fix setting up of Vcoding_category_table.
13606
13607 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
13608
13609 * process.c (Faccept_process_output): If `millisec' is non-nil,
13610 `seconds' default to 0.
13611 (wait_reading_process_output): Also return non-nil if we read output
13612 from a non-running process.
13613
13614 2008-05-29 Jason Rumney <jasonr@gnu.org>
13615
13616 * w32font.c (w32font_open_internal): Prefer truetype fonts unless
13617 `raster' specified.
13618 (add_font_entity_to_list): Allow non-opentype truetype fonts back
13619 in the uniscribe backend, but disallow any font that has no
13620 unicode subrange support.
13621
13622 2008-05-29 Juanma Barranquero <lekktu@gmail.com>
13623
13624 * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
13625 Fix typos in docstrings.
13626
13627 2008-05-29 Kenichi Handa <handa@m17n.org>
13628
13629 * xfaces.c (Fx_list_fonts): Make it return a list of font names.
13630 (Fx_family_fonts): Set frame correctly.
13631
13632 2008-05-28 Jason Rumney <jasonr@gnu.org>
13633
13634 * w32term.c (x_draw_glyph_string): Use clipmask if specified.
13635
13636 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
13637
13638 * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
13639 calling build_annotations.
13640
13641 2008-05-28 Juanma Barranquero <lekktu@gmail.com>
13642
13643 * coding.c (Fdecode_coding_region, Fencode_coding_region)
13644 (Fencode_coding_string):
13645 (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
13646 <latin-extra-code-table>: Fix typos in docstrings.
13647 (syms_of_coding) <coding-system-alist>: Doc fix.
13648 (syms_of_coding) <translation-table-for-input>: Reflow docstring.
13649
13650 2008-05-28 Kenichi Handa <handa@m17n.org>
13651
13652 * fontset.c (Ffont_info): Don't call font_close_object.
13653
13654 * font.c (font_parse_family_registry): Use Ffont_put to validate
13655 foundry and family.
13656 (font_delete_unmatched): Don't check spacing.
13657 (font_list_entities): Add spacing to the spec to list fonts.
13658
13659 * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
13660 (ftfont_list): Check spacing here. Don't include FC_CHARSET in objset.
13661
13662 * coding.c (encode_coding_raw_text): Fix previous change.
13663 (encode_coding_object): When the dst_object is a buffer and is
13664 different from src_object, move gap to PT.
13665
13666 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
13667
13668 * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
13669
13670 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
13671
13672 * coding.c (encode_coding_raw_text): Set coding->produced_char for
13673 all branches. Compute it differently.
13674
13675 * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
13676
13677 2008-05-27 Juanma Barranquero <lekktu@gmail.com>
13678
13679 * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
13680 into "else if () ... else ...".
13681
13682 2008-05-27 Jason Rumney <jasonr@gnu.org>
13683
13684 * w32font.c (w32font_open_internal): Determine if glyph indices
13685 are likely to work here.
13686
13687 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
13688
13689 * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
13690 draw overlap glyphs with appropriate highlighting.
13691
13692 2008-05-27 Kenichi Handa <handa@m17n.org>
13693
13694 * xfont.c (xfont_open): Fix calculation of font->average_width.
13695
13696 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
13697
13698 * casefiddle.c (casify_object): Try to guess better whether the
13699 argument is a byte or a char.
13700
13701 2008-05-26 Andreas Schwab <schwab@suse.de>
13702
13703 * xselect.c (x_reply_selection_request): Properly handle format == 32.
13704 Always send multiples of format size.
13705
13706 * xterm.c (x_set_frame_alpha): Fix type mismatch.
13707
13708 2008-05-26 Jason Rumney <jasonr@gnu.org>
13709
13710 * w32font.c (w32font_text_extents): Zero whole metrics struct first.
13711 (compute_metrics): Don't set failure if we just cleared the cache.
13712 (w32_weight_table): Remove unused variable.
13713 (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
13714 backwards compatibility.
13715
13716 2008-05-25 Kenichi Handa <handa@m17n.org>
13717
13718 * w32term.c (x_draw_glyph_string):
13719 * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
13720
13721 * xfaces.c: Delete unused function prototypes.
13722 (xstrlwr, font_frame): Delete them.
13723 (clear_face_cache): Delete unused variable.
13724
13725 * xftfont.c (xftfont_open): Delete unused variable.
13726 If underline_thickness is not 1, adjust underline_position.
13727
13728 * ftxfont.c (ftxfont_open): Delete unused variable.
13729
13730 * fontset.c (face_for_char): Optimize for the case of no charset
13731 property.
13732
13733 * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
13734 (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
13735 (otf_open, font_otf_capability, generate_otf_features)
13736 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
13737 Comment out by surrounding "#if 0" and "#endif" for the moment.
13738 (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
13739 (syms_of_font): Codes for accessing above commented out.
13740
13741 2008-05-24 Eli Zaretskii <eliz@gnu.org>
13742
13743 * w32proc.c: Include dispextern.h.
13744
13745 * w32.c: Include dispextern.h.
13746
13747 2008-05-23 Juanma Barranquero <lekktu@gmail.com>
13748
13749 * charset.c (Fencode_char, Fsplit_char): Doc fixes.
13750 (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
13751 Fix typos in docstrings.
13752
13753 2008-05-23 Jason Rumney <jasonr@gnu.org>
13754
13755 * xsmfns.c: Remove includes that are already included by config.h.
13756
13757 2008-05-23 Kenichi Handa <handa@m17n.org>
13758
13759 * charset.c (Qemacs, charset_emacs): New variables.
13760 (char_charset): Fix for non-Unicode characters.
13761 (syms_of_charset): Define charset_emacs.
13762
13763 * w32term.c (x_draw_glyph_string): Be sure to update
13764 s->underline_thickness and s->underline_position. Be sure to draw
13765 underline within the current line area.
13766
13767 * xterm.c (x_draw_glyph_string): Be sure to update
13768 s->underline_thickness and s->underline_position. Be sure to draw
13769 underline within the current line area.
13770
13771 * fontset.c: Delete unused variables and add casting for char *
13772 throughout the file.
13773 (fontset_font): Try the fallback fonts of the current fontset
13774 before consulting the default fontset.
13775
13776 * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
13777
13778 * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
13779
13780 2008-05-22 Jason Rumney <jasonr@gnu.org>
13781
13782 * font.c: Don't include strings.h.
13783
13784 * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
13785
13786 * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
13787 * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
13788 * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
13789 to call xstrcasecmp.
13790
13791 * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
13792
13793 * fontset.c (fs_query_fontset): Use xstrcasecmp.
13794
13795 * font.c (font_style_to_value, font_score): Use xstrcasecmp.
13796
13797 * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
13798
13799 2008-05-22 Kenichi Handa <handa@m17n.org>
13800
13801 * puresize.h (BASE_PURESIZE): Increase to 1220000.
13802
13803 * font.c (font_prop_validate_style): Adjust for the format
13804 change of font_style_table.
13805
13806 * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
13807 two args.
13808
13809 * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
13810 two args.
13811
13812 2008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
13813
13814 * minibuf.c (keys_of_minibuf): Delete.
13815 * lisp.h (keys_of_minibuf): Delete.
13816 * emacs.c (main): Don't call keys_of_minibuf.
13817
13818 2008-05-22 Kenichi Handa <handa@m17n.org>
13819
13820 * ftfont.c (ftfont_resolve_generic_family): Rename from
13821 ftfont_list_generic_family. Return a single family for each
13822 generic family.
13823 (ftfont_spec_pattern): Add FC_FAMILY to pattern.
13824 (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
13825 Call font_add_log.
13826 (ftfont_match): Call font_add_log.
13827
13828 * font.h (Ffont_xlfd_name): EXFUN adjusted.
13829 (FONT_DEBUG): Define it.
13830 (font_add_log): Extern it.
13831 (font_assert): Rename from xassert.
13832
13833 * xfont.c (xfont_get_pcm): Change xassert to font_assert.
13834 (xfont_list_family): Call font_add_log.
13835 (xfont_match): Likewise.
13836 (memq_no_quit): Delete.
13837
13838 * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
13839 call of Ffont_xlfd_name.
13840
13841 * xfaces.c (struct table_entry, slant_table, weight_table)
13842 (swidth_table): Move to font.c.
13843
13844 * font.c: Checking of FONT_DEBUG is moved to font.h. All calls of
13845 xassert are changed to font_assert. Delete many unused variables.
13846 (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
13847 New variables.
13848 (struct table_entry): Move from xfaces.c and modified.
13849 (weight_table, slant_table, width_table): Move from xfaces.c and
13850 contents adjusted for the change of struct table_entry.
13851 (font_style_to_value, font_style_symbolic): Adjust for the
13852 format change of font_style_table.
13853 (font_parse_family_registry): Don't overwrite existing foundry and
13854 family of font_spec.
13855 (font_score): Fix calculation of diff for sizes.
13856 (font_sort_entites): Call font_add_log.
13857 (font_delete_unmatched): Return a newly created list.
13858 (font_list_entities): Fix previous change. Call font_add_log.
13859 (font_matching_entity, font_open_entity, font_close_entity):
13860 Call font_add_log.
13861 (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
13862 (Finternal_set_font_style_table): Delete.
13863 (BUILD_STYLE_TABLE): New macro.
13864 (build_style_table): New function.
13865 (Vfont_log, font_log_env_checked): New variables.
13866 (font_add_log): New function.
13867 (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
13868 Declare Lisp variables "font-weight-table", "font-slant-table",
13869 "font-width-table", and "font-log". Initialize font_style_table.
13870
13871 2008-05-21 Dan Nicolaescu <dann@ics.uci.edu>
13872
13873 * xterm.c (x_set_frame_alpha): Move declarations before statements.
13874
13875 2008-05-21 Seiji Zenitani <zenitani@mac.com>
13876 Ryo Yoshitake <ryo@shiftmode.net>
13877
13878 * frame.c (Qalpha): Add a new frame parameter `alpha'.
13879 (Vframe_alpha_lower_limit): New variable.
13880 (x_set_alpha): New function.
13881
13882 * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
13883
13884 * xfns.c (x-create-frame, Qalpha):
13885 Initialize the frame parameter `alpha'.
13886 * xterm.c (OPAQUE, OPACITY): New.
13887 (x_set_frame_alpha): New function.
13888 (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
13889
13890 * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
13891 * w32fns.c (w32_frame_parm_handlers): Likewise.
13892
13893 2008-05-20 Jason Rumney <jasonr@gnu.org>
13894
13895 * w32font.c (add_font_entity_to_list): Don't add non-opentype
13896 truetype fonts to opentype list.
13897
13898 2008-05-20 Juanma Barranquero <lekktu@gmail.com>
13899
13900 * fontset.c (Ffontset_info): Doc fix.
13901 (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
13902 <ignore-relative-composition>: Fix typos in docstrings.
13903
13904 * font.c (syms-of-font) <font-encoding-alist>:
13905 (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
13906 (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
13907 (Ffont_otf_alternates): Doc fixes.
13908
13909 2008-05-20 Kenichi Handa <handa@m17n.org>
13910
13911 * Makefile.in (FONTSRC): Delete it. Change all $(FONTSRC) to
13912 font.h through out the file.
13913 (FONT_DRIVERS): Rename from FONTOBJ.
13914 (obj): Change $(FONTOBJ) to $(FONT_DRIVERS). Add font.o.
13915 (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
13916
13917 * emacs.c (main): Call syms_of_font unconditionally.
13918
13919 * font.h (find_font_encoding): Extern it.
13920
13921 * font.c (Vfont_encoding_alist, find_font_encoding): Move from
13922 fontset.c.
13923 (font_pixel_size) [! HAVE_WINDOW_SYSTEM]: Return 1.
13924 (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
13925 FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
13926 only when HAVE_WINDOW_SYSTEM is defined.
13927 (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
13928 when HAVE_WINDOW_SYSTEM is defined.
13929
13930 * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
13931 (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
13932
13933 * xfaces.c: Include font.h unconditionally.
13934 (merge_face_ref, merge_face_vectors)
13935 (Finternal_set_lisp_face_attribute): Cancel the previous change.
13936
13937 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
13938
13939 * xdisp.c (select_frame_for_redisplay): Adjust for last change to
13940 indirect_variable.
13941 * eval.c (lisp_indirect_variable): New fun.
13942 (Fuser_variable_p): Use it.
13943
13944 2008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
13945
13946 * lisp.h (indirect_variable):
13947 * data.c (indirect_variable, let_shadows_buffer_binding_p):
13948 Use Lisp_Symbol pointers rather than Lisp_Object.
13949 Adjust callers.
13950 * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
13951 To this end, change calling-convention.
13952
13953 * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
13954 if some non-hidden buffers are selected by string&pred.
13955
13956 2008-05-19 Chong Yidong <cyd@stupidchicken.com>
13957
13958 * process.c (wait_reading_process_output): Always check status
13959 when in batch mode.
13960
13961 2008-05-19 Kenichi Handa <handa@m17n.org>
13962
13963 * font.c (font_list_entities): Fix handling of cache.
13964 (font_matching_entity): Likewise.
13965
13966 * ftfont.c (cs_iso8859_1): Delete.
13967 (ft_face_cache): New variable.
13968 (struct ftfont_info): New member fc_charset_idx.
13969 (ftfont_build_basic_charsets): Delete.
13970 (fc_charset_table): New variable.
13971 (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME
13972 . FC_CHARSET_IDX) as :font-entity property in the font entity.
13973 Callers changed.
13974 (ftfont_lookup_cache, ftfont_get_charset): New functions.
13975 (ftfont_spec_pattern): New argument fc_charset_idx.
13976 Check registry more rigidly. Change callers.
13977 (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
13978 change of :font-entity property of the font.
13979
13980 * xftfont.c (xftfont_open): Adjust for the change of :font-entity
13981 property of the font.
13982
13983 2008-05-18 Juanma Barranquero <lekktu@gmail.com>
13984
13985 * coding.c (Fcoding_system_p): Rename argument to match docstring.
13986 (Funencodable_char_position, Fcheck_coding_systems_region)
13987 (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
13988 (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
13989 (Ffind_operation_coding_system, Fset_coding_system_priority)
13990 (Fcoding_system_eol_type): Doc fixes.
13991
13992 2008-05-17 Glenn Morris <rgm@gnu.org>
13993
13994 * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
13995
13996 2008-05-16 Eli Zaretskii <eliz@gnu.org>
13997
13998 * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
13999 and st_gid.
14000
14001 * frame.c (Fdelete_frame): Don't call font_update_drivers if
14002 HAVE_WINDOW_SYSTEM is not defined.
14003
14004 * xfaces.c (merge_face_ref, merge_face_vectors)
14005 (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
14006 HAVE_WINDOW_SYSTEM is defined.
14007 (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
14008
14009 2008-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
14010
14011 * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
14012
14013 2008-05-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14014
14015 * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
14016
14017 2008-05-15 Kenichi Handa <handa@m17n.org>
14018
14019 * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
14020 preference.
14021
14022 2008-05-15 Glenn Morris <rgm@gnu.org>
14023
14024 * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
14025
14026 2008-05-15 Chong Yidong <cyd@stupidchicken.com>
14027
14028 * fns.c (init_fns): Don't initialize weak_hash_tables here.
14029 (init_weak_hash_tables): New fun. Initialize weak_hash_tables.
14030
14031 * alloc.c (init_alloc_once): Call init_weak_hash_tables.
14032
14033 2008-05-15 Kenichi Handa <handa@m17n.org>
14034
14035 * ftfont.c (ftfont_list): Downcase family name to check generic
14036 families.
14037
14038 * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
14039 font-spec for QCfont value.
14040
14041 * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
14042 buffer. Check the return value of it.
14043
14044 2008-05-14 Jason Rumney <jasonr@gnu.org>
14045
14046 * w32term.c (w32_get_glyph_overhangs): Remove.
14047 (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
14048
14049 2008-05-14 Kenichi Handa <handa@m17n.org>
14050
14051 * font.c (font_prop_validate): Make nil a valid value.
14052 (font_clear_cache): Check if the cached vector of entities is nil
14053 or not.
14054
14055 2008-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14056
14057 * emacs.c (main_thread): Conditionalize on
14058 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
14059 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
14060
14061 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
14062 (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
14063 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
14064
14065 2008-05-14 Kenichi Handa <handa@m17n.org>
14066
14067 * coding.c (detect_coding_iso_2022): Ignore a coding category that
14068 has no corresponding coding system.
14069
14070 2008-05-14 Jason Rumney <jasonr@gnu.org>
14071
14072 * font.h (struct font) [WINDOWSNT]: Remove codepage member.
14073
14074 * w32font.h (w32font_open_internal): Update declaration.
14075
14076 * w32font.c (w32font_open_internal): Change last argument from
14077 w32font_info struct to font object. Fill in font object from
14078 font_entity. Get Outline metrics if possible. Use them to
14079 calculate underline position and thickness. Use xlfd name as name
14080 property. Don't set codepage.
14081 (w32font_open): Pass font_object to w32font_open_internal. Don't
14082 update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
14083 (w32font_draw): Use s->font.
14084 (clear_cached_metrics): Don't clear non-existent blocks.
14085
14086 * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
14087 font was not found.
14088 (x_draw_glyph_string): Use underline position and thickness from font.
14089
14090 * w32uniscribe.c (uniscribe_open): Pass font_object to
14091 w32font_open_internal.
14092
14093 2008-05-14 Kenichi Handa <handa@m17n.org>
14094
14095 These changes are to delete all legacy font-handling codes, and
14096 make Emacs use only font-backends.
14097
14098 * Makefile.in: Delete USE_FONT_BACKEND conditionals.
14099 (frame.o, image.o, print.o): Depend on $(FONTSRC).
14100
14101 * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
14102
14103 * charset.h (Vcharset_non_preferred_head)
14104 (Vcurrent_iso639_language): Extern them.
14105
14106 * charset.c (Vcharset_non_preferred_head): New variable.
14107 (Vcurrent_iso639_language): New variable.
14108 (syms_of_charset): Declare it as a Lisp variable.
14109 (char_charset): Don't check non preferred charsets. As a last
14110 resort, return charset_unicode.
14111 (Fset_charset_priority): Update Vcharset_non_preferred_head.
14112
14113 * composite.c: Throughout the file, delete all USE_FONT_BACKEND
14114 conditionals. Don't check enable_font_backend. Delete all codes
14115 used only when USE_FONT_BACKEND is not defined.
14116
14117 * dispextern.h (struct glyph_string): Change type of `font' to
14118 `struct font *'.
14119 (struct glyph_string): New member underline_position and
14120 underline_thickness.
14121 (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
14122 (struct face): Change type of `font' to `struct font *'. Remove
14123 members `font_name', `font_info_id'.
14124 (per_char_metric, encode_char): Delete externs.
14125 (calc_pixel_width_or_height): Adjust the prototype.
14126
14127 * emacs.c (enable_font_backend): Delete extern.
14128 (main): Don't set enable_font_backend. Don't check the command
14129 line argument "-disable-font-backend".
14130
14131 * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
14132 (enum font_property_index): New members FONT_DPI_INDEX,
14133 FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
14134 FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
14135 FONT_OBJECT_MAX. Delete FONT_FRAME_INDEX.
14136 (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
14137 (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
14138 (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
14139 (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
14140 (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
14141 (struct font_spec, struct font_entity): New structs.
14142 (FONT_ENCODING_NOT_DECIDED): Moved from fontset.h.
14143 (struct font): Many members from old "struct font_info" moved to
14144 here. Members font and entity deleted.
14145 (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
14146 the new font-related objects.
14147 (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
14148 (CHECK_FONT_GET_OBJECT): Likewise.
14149 (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
14150 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved from font.h.
14151 (struct font_driver): New members case_sensitive anc check. Type
14152 of the member list and open changed.
14153 (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
14154 (font_symbolic_width, font_find_object, font_get_spec)
14155 (font_set_lface_from_name): Delete extern.
14156 (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
14157
14158 * font.c: Include <strings.h>.
14159 (enable_font_backend): Delete it.
14160 (Qfont_spec, Qfont_entity, Qfont_object): New variables.
14161 (CHECK_VALIDATE_FONT_SPEC): Delete it.
14162 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved to font.h.
14163 (null_string): Delete it.
14164 (null_vector): Make it static.
14165 (font_family_alist): Delete it.
14166 (Qnormal): Extern it.
14167 (QCextra, QClanguage): Delete it.
14168 (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
14169 (font_make_spec, font_make_entity, font_make_object)
14170 (font_intern_prop): Renamed from intern_downcase. Don't downcase
14171 the string. Callers changed.
14172 (font_pixel_size): Adjusted for the format change of font-related
14173 objects.
14174 (prop_name_to_numeric, prop_numeric_to_name): Delete them.
14175 (font_style_to_value, font_style_symbolic): New function.
14176 (build_font_family_alist): Delete it.
14177 (font_registry_charsets): Use Fassoc_string instead of
14178 assq_no_quit.
14179 (font_prop_validate_symbol): Don't return null_string.
14180 (font_prop_validate_style): Adjusted for the change of
14181 style-related values in a font vector.
14182 (font_property_table): Delete entries for QClanguage and
14183 QCantialias, add entries for QCavgwidth.
14184 (get_font_prop_index): Delete the 2nd argument FROM.
14185 (font_prop_validate): Arguments changed.
14186 (font_put_extra): Adjusted for the change of font-related objects.
14187 (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
14188 (font_parse_fcname, font_unparse_fcname)
14189 (font_prepare_composition): Likewise.
14190 (font_parse_family_registry): Renamed from font_merge_old_spec.
14191 (otf_open): Delete the 1st arg entity.
14192 (font_otf_capability): Adjusted for the above change.
14193 (font_score): New arg alternate_families. Adjusted for the change
14194 of font-related objects.
14195 (font_sort_entites): New arg best_only.
14196 (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
14197 Delete them.
14198 (font_match_p): Check alternate families.
14199 (font_find_object): Delete it.
14200 (font_check_object): New function.
14201 (font_clear_cache): Adjusted for the change of font-related objects.
14202 (font_delete_unmatched): New arg.
14203 (font_list_entities): Call font_driver->list with a spec that
14204 doesn't specify style-related properties.
14205 (font_matching_entity): Arguments changed. Caller changed.
14206 (font_open_entity): Adjusted for the change of font-related objects.
14207 (font_close_object, font_has_char, font_encode_char)
14208 (font_get_name, font_get_spec): Likewise.
14209 (font_spec_from_name, font_clear_prop, font_update_lface):
14210 New functions.
14211 (font_find_for_lface, font_open_for_lface, font_load_for_lface)
14212 (font_prepare_for_face, font_done_for_face, font_open_by_name)
14213 (font_at): Adjusted for the change of font-related objects.
14214 (font_range): New function.
14215 (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
14216 (Ffont_xlfd_name): Adjusted for the change of font-related objects.
14217 (Fcopy_font_spec, Fmerge_font_spec): New function.
14218 (Ffont_family_list): Renamed from list-families.
14219 (Finternal_set_font_style_table): Arguments changed.
14220 (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
14221 (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the
14222 change of font-related objects.
14223 (syms_of_font): Delete "ifdef USE_FONT_BACKEND". DEFSYM new symbols.
14224
14225 * fontset.h (struct font_info): Delete it. Most members go to
14226 struct font.
14227 (FONT_ENCODING_NOT_DECIDED): Moved to font.h.
14228 (enum FONT_SPEC_INDEX): Delete it.
14229 (font_info, list_fonts_func, load_font_func, query_font_func)
14230 (set_frame_fontset_func, find_ccl_program_func)
14231 (get_font_repertory_func, new_fontset_from_font_name): Delete
14232 externs.
14233 (fontset_from_font_name): Extern it.
14234 (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
14235 (FONT_INFO_FROM_FACE): Deleted.
14236 (face_for_font): Adjust prototype.
14237
14238 * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
14239 conditionals. Don't check enable_font_backend. Delete all codes
14240 used only when USE_FONT_BACKEND is not defined.
14241 (get_font_info_func, list_font_func, load_font_func)
14242 (query_font_func, set_frame_fontset_func, find_ccl_program_func)
14243 (get_font_repertory_func): Delete them.
14244 (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
14245 (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
14246 (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
14247 (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
14248 (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
14249 (fontset_compare_rfontdef): New function.
14250 (reorder_font_vector): Remove the argument CHARSET-ID. Sort
14251 rfont-defs by qsort. Adjusted for the change of font-group vector.
14252 (load_font_get_repertory): Deleted.
14253 (fontset_find_font): Use new macros to ref/set elements of
14254 font-def and rfont-def.
14255 (fontset_font): Fix the timing of remembering that no font for C.
14256 (free_face_fontset): Do nothing if the face has no fontset.
14257 (face_suitable_for_char_p): Use new macros to ref/set elements of
14258 rfont-def.
14259 (face_for_char): Likewise. Call face_for_char with font_object.
14260 (fs_load_font): Delete. Delete #pragma surrounding it.
14261 (fs_query_fontset): Use strcasecmp instead of strcmp.
14262 (generate_ascii_font_name): Adjusted for the format change of
14263 font-spec.
14264 (Fset_fontset_font): Likewise. Use new macros to set elements of
14265 font-def.
14266 (Fnew_fontset): Use font_unparse_xlfd to generate
14267 FONTSET_ASCII (fontset).
14268 (new_fontset_from_font_name): Deleted.
14269 (fontset_from_font): Renamed from new_fontset_from_font. Check if
14270 a fontset is already created for the font. FIx updating of
14271 Vfontset_alias_alist.
14272 (fontset_ascii_font): Deleted.
14273 (Ffont_info): Adjusted for the format change of font-spec.
14274 (Finternal_char_font): Likewise.
14275 (Ffontset_info): Likewise.
14276 (syms_of_fontset): Don't check load_font_func.
14277
14278 * fns.c (internal_equal): Handle PREV_FONT.
14279
14280 * frame.h: Delete USE_FONT_BACKEND conditional.
14281
14282 * frame.c: Throughout the file, delete all USE_FONT_BACKEND
14283 conditionals. Don't check enable_font_backend. Delete all codes
14284 used only when USE_FONT_BACKEND is not defined.
14285 (x_set_font): Call x_new_font, not x_new_fontset2.
14286 (x_set_font_backend): Use FRAME_FONT macro to check if a font is
14287 already set for the frame.
14288
14289 * ftfont.c (ftfont_pattern_entity): Argument FRAME removed. Make
14290 a font-entity by font_make_entity. Use font_intern_prop instead
14291 of intern_downcase. Use FONT_SET_STYLE to set a style-related
14292 font property. If a font is scalable, set avgwidth property to 0.
14293 Set font-entity property by font_put_extra.
14294 (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
14295 (ffont_driver): Adjusted for the change of struct font_driver.
14296 (ftfont_spec_pattern): New function.
14297 (ftfont_list): Return a list, not vector.
14298 (ftfont_match): Use ftfont_spec_pattern to get a pattern.
14299 (ftfont_list_family): Don't downcase names.
14300 (ftfont_free_entity): Deleted.
14301 (ftfont_open): Return a font-object. Adjusted for the change of
14302 struct font. Get underline_thickness and underline_position from
14303 font property. Don't update dpyinfo->smallest_font_height and
14304 dpyinfo->smallest_char_width.
14305 (ftfont_close): Don't free `struct font'.
14306 (ftfont_has_char): Adjusted for the format change of font-entity.
14307 (ftfont_encode_char, ftfont_text_extents): Likewise.
14308
14309 * ftxfont.c (ftxfont_list): Return a list, not vector.
14310 (ftxfont_open): Return a font-object. Adjusted for the change of
14311 struct font. Get underline_thickness and underline_position from
14312 font property. Don't update dpyinfo->smallest_font_height and
14313 dpyinfo->smallest_char_width.
14314 (ftxfont_close): Don't decrease FRAME_X_DISPLAY_INFO (f)->n_fonts.
14315 (ftxfont_draw): Adjusted for the change of struct font.
14316
14317 * image.c (image_ascent): Don't include "charset.h". Include
14318 "character.h" and "font.h".
14319
14320 * lisp.h (enum pvec_type): New member PREV_FONT.
14321 (Fassoc_string): EXFUN it.
14322
14323 * print.c: Include font.h.
14324 (print_object): Handle font-related objects.
14325
14326 * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
14327 conditionals. Don't check enable_font_backend. Delete all codes
14328 used only when USE_FONT_BACKEND is not defined.
14329 (handle_auto_composed_prop): Do nothing if it->f is not on a
14330 window system. Check how many following characters can be
14331 displayed by the same font.
14332 (calc_pixel_width_or_height): Type of the 4th arg is changed to
14333 'struct font *'.
14334 (get_char_face_and_encoding): Assign the whole encoding task to
14335 the `encode-char' method of a font driver.
14336 (fill_composite_glyph_string): Adjusted for the change of `struct
14337 face' and `struct glyph_string'.
14338 (fill_glyph_string): Likewise.
14339 (get_per_char_metric): Arguments changed.
14340 (x_get_glyph_overhangs): Adjusted for the change of `struct face'
14341 and `struct glyph_string'.
14342 (produce_stretch_glyph, calc_line_height_property)
14343 (x_produce_glyphs): Likewise.
14344
14345 * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
14346 conditionals. Don't check enable_font_backend. Delete all codes
14347 used only when USE_FONT_BACKEND is not defined. Use
14348 FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
14349 (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
14350 (Qp): Extern them.
14351 (clear_font_table, load_face_font, xlfd_lookup_field_contents):
14352 Deleted.
14353 (struct font_name): Deleted.
14354 (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
14355 (compare_fonts_by_sort_order): New function.
14356 (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
14357 (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
14358 Deleted.
14359 (Fx_family_fonts): Use font_list_entities, and sort fonts by
14360 compare_fonts_by_sort_order.
14361 (Fx_font_family_list): Call Ffont_family_list.
14362 (face_numeric_value, face_numeric_weight, face_numeric_slant)
14363 (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
14364 (face_symbolic_slant, face_symbolic_swidth)
14365 (split_font_name_into_vector, build_font_name_from_vector)
14366 (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
14367 (font_rescale_ratio, split_font_name, build_font_name)
14368 (free_font_names, sort_fonts, x_face_list_fonts)
14369 (face_font_available_p, sorted_font_list, cmp_font_names)
14370 (font_list_1, concat_font_list, font_list, remove_duplicates):
14371 Deleted.
14372 (Fx_list_fonts): Use Ffont_list.
14373 (LFACE_AVGWIDTH): Deleted.
14374 (check_lface_attrs): Don't check LFACE_AVGWIDTH. Check LFACE_FONT
14375 by FONTP.
14376 (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
14377 (set_lface_from_font_name): Delete it.
14378 (set_lface_from_font): Renamed from
14379 set_lface_from_font_and_fontset. Caller changed. Don't set
14380 LFACE_AVGWIDTH. Use FONT_XXX_FOR_FACE to get a symbol suitable
14381 for face.
14382 (merge_face_vectors): Copy font-spec if necessary.
14383 Clear properties of the font-spec if necessary.
14384 (merge_face_ref): Clear properties of the font-spec if necessary.
14385 (Finternal_set_lisp_face_attribute): Likewise.
14386 (set_font_frame_param): Use font_load_for_lface to load a
14387 font-object, and call Fmodify_frame_parameters with it.
14388 (x_update_menu_appearance): Don't check LFACE_AVGWIDTH. Get XLFD
14389 font name by Ffont_xlfd_name.
14390 (Finternal_lisp_face_attribute_values): Don't check QCweight,
14391 QCslant, and QCwidth.
14392 (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
14393 (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
14394 Compare fonts by EQ.
14395 (lookup_non_ascii_face): Deleted.
14396 (face_for_font): The 2nd argument changed.
14397 (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
14398 Check atomic font properties by case insensitive.
14399 (realize_non_ascii_face): Set face->overstrike correctly.
14400 (realize_x_face): Likewise. Check if LFACE_FONT is a font_object.
14401 (dump_realized_face): Get font name from
14402 font->props[FONT_NAME_INDEX]. Don't print font_info_id.
14403
14404 * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
14405 conditionals. Don't check enable_font_backend. Delete all codes
14406 used only when USE_FONT_BACKEND is not defined.
14407 (xic_create_xfontset): Original code deleted and renamed from
14408 xic_create_xfontset2. Use FRAME_FONT, not FRAME_FONT_OBJECT.
14409 (x_make_gc): Don't set GCFont in GCs.
14410 (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
14411 opened by "fixed".
14412 (syms_of_xfns): Don't set get_font_info_func, load_font_func,
14413 find_ccl_program_func, query_font_func, set_frame_fontset_func,
14414 get_font_repertory_func.
14415
14416 * xfont.c: Include <stdlib.h> and "ccl.h".
14417 (struct xfont_info): New structure.
14418 (xfont_query_font): Deleted.
14419 (xfont_find_ccl_program): Renamed from x_find_ccl_program and
14420 moved from xterm.c.
14421 (xfont_driver): Adjusted for the change of struct font_driver.
14422 (compare_font_names): New function.
14423 (xfont_list_pattern): Sort font names case insensitively. Make
14424 font_entity by calling font_make_entity. Avoid auto-scaled fonts.
14425 (xfont_list): Return a list, not vector.
14426 (xfont_match): If the font doesn't have QCname property, generate
14427 a name from the other font properties.
14428 (xfont_open): Return a font-object. Adjusted for the change of
14429 struct font. Get underline_thickness and underline_position from
14430 font property. Don't update dpyinfo->smallest_font_height and
14431 dpyinfo->smallest_char_width.
14432 (xfont_close): Don't free struct font.
14433 (xfont_prepare_face): Adjusted for the change of struct font.
14434 (xfont_done_face): Deleted.
14435 (xfont_has_char): Adjusted for the change of struct font.
14436 (xfont_encode_char, xfont_draw): Likewise.
14437 (xfont_check): New function.
14438
14439 * xftfont.c (xftfont_list): Adjusted for the change of `list'
14440 callback function.
14441 (xftfont_match): Adjusted for the format change of font-entity.
14442 (xftfont_open): Adjusted for the format change of font-entity and
14443 font-object. Adjusted for the change of struct font. Return a
14444 font-object. Don't update dpyinfo->smallest_font_height and
14445 dpyinfo->smallest_char_width.
14446 (xftfont_close): Block input while calling XftFontClose.
14447 (xftfont_prepare_face): Don't block input while calling
14448 xftfont_get_colors. Adjusted for the change of struct font.
14449 (xftfont_shape): Return value of error case fixed.
14450
14451 * xrdb.c (x_load_resources): Don't setup a fontset resource.
14452
14453 * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
14454 conditionals.
14455 (FONT_WIDTH): Return (f)->max_width.
14456 (struct x_display_info): Delete member `font'.
14457 (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
14458 (x_find_ccl_program, x_get_font_repertory): Delete externs.
14459 (struct x_output): Change type of `font' to `struct font *'.
14460
14461 * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
14462 conditionals. Don't check enable_font_backend. Delete all codes
14463 used only when USE_FONT_BACKEND is not defined. Don't include ccl.h.
14464 (x_per_char_metric, x_encode_char): Deleted.
14465 (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
14466 (x_compute_glyph_string_overhangs): Adjusted for the change of
14467 `struct face'.
14468 (x_draw_glyph_string_foreground)
14469 (x_draw_composite_glyph_string_foreground): Likewise.
14470 (x_draw_glyph_string): Likewise. Use font->underline_position and
14471 font->underline_thickness.
14472 (x_new_font): Renamed from x_new_fontset2.
14473 (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
14474 (x_check_font): Call `check' method of a font driver.
14475 (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
14476 (x_query_font, x_get_font_repertory): Deleted.
14477 (x_find_ccl_program): Renamed and moved to xfont.c.
14478 (x_redisplay_interface): Adjusted for the change of `struct
14479 redisplay_interface'.
14480
14481 * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
14482 conditionals. Don't check enable_font_backend. Delete all codes
14483 used only when USE_FONT_BACKEND is not defined. Surround non-used
14484 code by "#ifdef OLD_FONT" and "endif".
14485 (Fw32_select_font): Use FONT_COMPAT to get old font structure.
14486
14487 * w32font.h (struct w32font_info): New member.
14488 (FONT_COMPAT): New macro.
14489 (w32font_open_internal): Prototype adjusted.
14490
14491 * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
14492 OLD_FONT" and "endif".
14493
14494 * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
14495 conditionals. Don't check enable_font_backend. Delete all codes
14496 used only when USE_FONT_BACKEND is not defined.
14497 (w32font_open): Return a font-object. Make a font-object by
14498 font_make_object. Adjusted for the change of struct w32font_info.
14499 (w32font_close): Don't free struct font. Adjusted for the change
14500 of struct w32font_info.
14501 (w32font_encode_char, w32font_text_extents, w32font_draw):
14502 Adjusted for the change of struct w32font_info.
14503 (w32font_draw): Likewise.
14504 (w32font_list_internal): Return a list, not vector.
14505 (w32font_open_internal): Change the 4th arg to font-object.
14506 Adjusted for the change of struct w32font_info and font-object format.
14507 (add_font_name_to_list): Don't downcase names.
14508 (w32_enumfont_pattern_entity): Make a font-entity by
14509 font_make_entity. Adjusted for the format change of font-entity.
14510 Use FONT_SET_STYLE to set a style-related font property. If a
14511 font is scalable, set avgwidth property to 0. Set font-entity
14512 property by font_put_extra.
14513 (font_matches_spec): Adjusted for the format change of font-entity.
14514 (w32_weight_table, w32_decode_weight): New variables.
14515 (w32_encode_weight): New function.
14516 (fill_in_logfont): Adjusted for the format change of font-spec.
14517 (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
14518 weight value.
14519 (w32font_driver): Adjusted for the change of struct font_driver.
14520
14521 * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
14522 conditionals. Don't check enable_font_backend. Surround non-used
14523 code by "#ifdef OLD_FONT" and "endif".
14524 (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
14525 (FONT_AVG_WIDTH): Adjusted for the change of struct font.
14526
14527 * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
14528 conditionals. Don't check enable_font_backend. Delete all codes
14529 used only when USE_FONT_BACKEND is not defined. Surround non-used
14530 code by "#ifdef OLD_FONT" and "endif".
14531
14532 * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
14533 (uniscribe_open): Return value changed to font-object.
14534 Adjusted for the format change of font-object.
14535 (uniscribe_otf_capability): Adjusted for the change of struct font.
14536 (add_opentype_font_name_to_list): Don't downcase names.
14537 (uniscribe_font_driver): Adjusted for the change of struct
14538 font_driver.
14539
14540 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
14541
14542 * dispnew.c (update_frame_1): Check if tty output is still valid
14543 before flushing it.
14544
14545 2008-05-13 Jan Djärv <jan.h.d@swipnet.se>
14546
14547 * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
14548 to Gtk+ menus.
14549
14550 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
14551
14552 * dired.c (file_name_completion): Tweak the code so as to always do it
14553 in a single pass. Tighten the scope of some variables.
14554
14555 * dired.c (Qdefault_directory): New var.
14556 (file_name_completion): Use it instead of Fexpand_file_name.
14557 (syms_of_dired): Initialize it.
14558
14559 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
14560
14561 * fileio.c (double_dollars): Remove dead code.
14562
14563 2008-05-10 Eli Zaretskii <eliz@gnu.org>
14564
14565 * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
14566 Mention w32-get-true-file-attributes in doc string.
14567
14568 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
14569
14570 2008-05-09 Glenn Morris <rgm@gnu.org>
14571
14572 * fileio.c (Fread_file_name): Remove reference to insdef, deleted
14573 2008-04-23.
14574
14575 2008-05-09 Eli Zaretskii <eliz@gnu.org>
14576
14577 Support for reporting owner and group of each file on MS-Windows:
14578 * dired.c (stat_uname, stat_gname): New functions, with special
14579 implementation for w32.
14580 (Ffile_attributes): Use them instead of getpwuid and getgrgid.
14581
14582 * w32.c: Rename the_passwd_* to dflt_passwd_*.
14583 (dflt_group_name): New static variable.
14584 (dflt_group): Rename from the_group.
14585 (init_user_info): Init dflt_group fields. Get user's group name
14586 from LookupAccountSid.
14587 (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
14588 (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
14589 New initialization states.
14590 (globals_of_w32): Initialize them to zero. Initialize the default
14591 group name to "None".
14592 (GetFileSecurity_Name): New global var, the name of the function
14593 to call for GetFileSecurity.
14594 (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
14595 (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
14596 (get_file_security, get_security_descriptor_owner)
14597 (get_security_descriptor_group, is_valid_sid)
14598 (get_file_security_desc, get_rid, get_name_and_id)
14599 (get_file_owner_and_group): New functions.
14600 (stat): Use get_file_security_desc and get_file_owner_and_group to
14601 report the owner and primary group of each file. Don't ignore the
14602 high 32 bits of file's size, now that st_size is 64-bit wide.
14603 Fix test when to get true file attributes.
14604 (init_user_info): Use get_rid instead of equivalent inline code.
14605 (fstat): Don't ignore the high 32 bits of file's size.
14606
14607 2008-05-09 Chong Yidong <cyd@stupidchicken.com>
14608
14609 * image.c (png_load): Use correct bit-depth for setting background
14610 color.
14611
14612 2008-05-08 Eli Zaretskii <eliz@gnu.org>
14613
14614 * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
14615 epa-hook.elc.
14616
14617 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
14618
14619 * font.c (Ffont_match_p): Don't use `iff' in docstring.
14620
14621 2008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
14622
14623 * macfns.c (Fx_create_frame): Make a copy of frame parameters
14624 because the original parameters are in pure storage now.
14625 (mac_window): Remove unused params. Update callers.
14626
14627 2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14628
14629 * lread.c (substitute_object_recurse): Use lower-level primitives.
14630 Don't signal errors when traversing sub-char-tables.
14631 Don't loop over all the possible characters when traversing char-tables.
14632
14633 * print.c (print_preprocess): Add sub-char-tables to the print-table,
14634 just like we do in print.c.
14635
14636 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
14637
14638 * minibuf.c (Ftry_completion): Remove code left over from when we used
14639 scmp instead of Fcompare_strings.
14640
14641 2008-05-04 Juanma Barranquero <lekktu@gmail.com>
14642
14643 * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
14644
14645 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14646
14647 * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
14648 Create bitmap context in native byte order.
14649
14650 * macterm.c (XDrawLine)
14651 (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
14652 context in native byte order.
14653
14654 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14655
14656 * config.in: Regenerate.
14657
14658 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
14659 New definitions for Image I/O support.
14660 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
14661 (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
14662 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
14663 (mac_data_provider_release_data, image_load_image_io)
14664 [USE_MAC_IMAGE_IO]: New functions.
14665 (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
14666 (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
14667 (init_image_func_pointer) [MAC_OSX]: Remove function.
14668 (image_load_quartz2d) [MAC_OSX]: Check availability of
14669 CGImageCreateWithPNGDataProvider at compile time.
14670 Use lowercase `false' for boolean constant.
14671 (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
14672 Use image_load_image_io.
14673 (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
14674 Don't check MyCGImageCreateWithPNGDataProvider.
14675 (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
14676 Don't call init_image_func_pointer.
14677
14678 * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
14679
14680 * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
14681 Make variable non-static.
14682 (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
14683 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
14684
14685 * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
14686 (RED_FROM_ULONG): Mask off higher bits.
14687 (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
14688
14689 * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
14690 Include AvailabilityMacros.h.
14691 (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
14692 (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
14693
14694 2008-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
14695
14696 * chartab.c (Fset_char_table_range): If range is t, really set all
14697 chars to that value.
14698
14699 2008-05-03 Eli Zaretskii <eliz@gnu.org>
14700
14701 * dired.c (Ffile_attributes): Don't allow the device number become
14702 negative.
14703
14704 2008-05-02 Daiki Ueno <ueno@unixuser.org>
14705
14706 * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
14707
14708 2008-05-02 Juri Linkov <juri@jurta.org>
14709
14710 * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
14711 (Fread_variable, Fread_buffer, Fcompleting_read): Document the
14712 DEFAULT argument as a list of default values in docstrings.
14713
14714 2008-05-01 Chong Yidong <cyd@stupidchicken.com>
14715
14716 * puresize.h (BASE_PURESIZE): Increase to 1210000.
14717
14718 2008-05-01 Martin Rudalics <rudalics@gmx.at>
14719
14720 * dispnew.c (change_frame_size_1): Preserve small windows when
14721 shrinking frames by calling set_window_height|width with third
14722 arg 2.
14723
14724 * window.h (struct window): Replace field too_small_ok by field
14725 resize_proportionally.
14726
14727 * window.c (make_window): Initialize resize_proportionally.
14728 (enlarge_window): Temporarily set resize_proportionally to make
14729 sure that shrink_windows does scale the window proportionally.
14730 (shrink_windows): When window has resize_proportionally set try
14731 to shrink it proportionally by stealing from other windows.
14732 (struct saved_window, Fset_window_configuration)
14733 (compare_window_configurations): Handle resize_proportionally.
14734 (WINDOW_TOTAL_SIZE): New macro.
14735 (window_min_size, shrink_windows, size_window): Use it.
14736 (check_min_window_sizes): Remove. Invalid values of
14737 window-min-height|width are handled by window_min_size_2 now.
14738 (size_window, Fsplit_window, enlarge_window)
14739 (adjust_window_trailing_edge, grow_mini_window): Don't call
14740 check_min_window_sizes.
14741 (window_min_size_2, window_min_size_1, window_min_size):
14742 New argument safe_p for retrieving "safe" minimum sizes.
14743 (Fdisplay_buffer, Fsplit_window, enlarge_window)
14744 (adjust_window_trailing_edge, grow_mini_window):
14745 Adjust arguments of window_min_size... functions.
14746 (shrink_windows): Argument min_size removed. New argument
14747 safe_p allows shrinking windows to their safe minimum sizes.
14748 Calculate minimum size and decide whether a window shall be
14749 deleted for each window individually.
14750 (size_window): When nodelete_p equals 2, tell shrink_windows to
14751 delete windows only if their new minimum size is no more safe.
14752 (shrink_window_lowest_first): Call window_min_size_1 to make
14753 sure to preserve modeline of bottom-most window when resizing
14754 the minibuffer.
14755 (Fset_window_configuration, Fcurrent_window_configuration)
14756 (compare_window_configurations): Do not handle
14757 window-min-height|width any more.
14758 (syms_of_window): Clarify window-min-height|width doc-strings.
14759
14760 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
14761
14762 * dired.c (file_name_completion): Fix up the encoding/decoding issue
14763 some more. Copy some of the code from Ftry_completions.
14764 Remove special case code that dates back to initial revision when the
14765 slash was only added when necessary and that can't trigger nowadays.
14766
14767 2008-04-27 Kenichi Handa <handa@m17n.org>
14768
14769 * font.c (font_prop_validate): Signal `error' instead of `font'.
14770
14771 2008-04-29 Jason Rumney <jasonr@gnu.org>
14772
14773 * w32fns.c (Fw32_battery_status): New defun.
14774 (syms_of_w32fns): Defsubr it.
14775
14776 2008-04-28 Andreas Schwab <schwab@suse.de>
14777
14778 * dired.c (file_name_completion): Fix another mixing of encoded
14779 and decoded names.
14780
14781 2008-04-28 Juanma Barranquero <lekktu@gmail.com>
14782
14783 * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
14784
14785 2008-04-27 Juanma Barranquero <lekktu@gmail.com>
14786
14787 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
14788
14789 2008-04-27 Andreas Schwab <schwab@suse.de>
14790
14791 * dired.c (file_name_completion): Fix inappropriate mixing of
14792 encoded and decoded names.
14793
14794 * xterm.c (XTread_socket): Fix use of uninitialized variable.
14795
14796 * puresize.h (BASE_PURESIZE): Increase to 1200000.
14797
14798 2008-04-26 Eli Zaretskii <eliz@gnu.org>
14799
14800 * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
14801 2008-03-31, it's not needed anymore with `struct stat' definition
14802 on nt/inc/sys/stat.h. Undo changes from 2007-01-12 and 2007-01-13
14803 for the same reasons.
14804
14805 2008-04-25 Dennis Gilmore <ausil@fedoraproject.org> (tiny change)
14806
14807 * m/sparc.h: Additional redefinitions for GNU/Linux.
14808
14809 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14810
14811 * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
14812 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
14813 (Qmouse_drag_overlay) [MAC_OSX]: New variable.
14814 (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
14815 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
14816 (mac_ax_selected_text_range) [MAC_OSX]: New functions.
14817 (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
14818 Likewise.
14819
14820 * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
14821 (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
14822 (mac_ax_number_of_characters): Add externs.
14823 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
14824 [USE_MAC_TSM]: Likewise.
14825 (mac_handle_text_input_event) [MAC_OSX]:
14826 Handle kEventTextInputOffsetToPos for no active input area case.
14827 Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
14828 (mac_handle_document_access_event)
14829 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
14830 (install_application_handler) [MAC_OSX]: Register handlers for
14831 kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
14832 (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
14833 Register mac_handle_document_access_event.
14834
14835 * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
14836 Make functions non-static.
14837
14838 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
14839
14840 * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
14841 (read_file_name_completion_ignore_case, insert_default_directory)
14842 (Qdefault_directory): Move to minibuffer.el.
14843 (Fread_file_name): Call the new `read-file-name' instead.
14844
14845 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14846
14847 * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
14848 Make function non-static.
14849 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
14850 Remove function.
14851 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
14852 Move to mactoolbox.c.
14853 (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
14854
14855 * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
14856 (mac_rect_make): New macro.
14857
14858 * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
14859 instead of float.
14860 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
14861 (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
14862 (XSetBackground) [USE_CG_DRAWING]: Likewise.
14863 (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
14864 CGRectMake.
14865 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
14866 (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
14867 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
14868 (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
14869 instead of WindowRef in argument type.
14870 (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
14871 (mac_invert_rectangle): Use CGContextSetBlendMode if available.
14872 (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
14873 instead of DISPLAY. All uses changed.
14874 (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
14875 (x_calc_absolute_position): Simplify so as not to use
14876 FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
14877
14878 * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
14879 instead of WindowRef in argument type.
14880 (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
14881 [TARGET_API_MAC_CARBON]: Remove externs.
14882 (create_apple_event, mac_event_parameters_to_lisp)
14883 [TARGET_API_MAC_CARBON]: Add externs.
14884
14885 * mactoolbox.c (Vmac_ts_script_language_on_focus)
14886 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
14887 (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
14888 is clicked.
14889 (x_activate_menubar): Remove extern for saved_menu_event_location.
14890 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
14891 Move from mac.c.
14892
14893 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14894
14895 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
14896 [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
14897
14898 2008-04-23 Jason Rumney <jasonr@gnu.org>
14899
14900 * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
14901 attributes only for local files.
14902
14903 * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
14904 default to Qlocal.
14905
14906 2008-04-22 Juri Linkov <juri@jurta.org>
14907
14908 * buffer.c (Fswitch_to_buffer): Change interactive spec to call
14909 read-buffer-to-switch instead of using the letter "B".
14910
14911 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
14912
14913 * fileio.c (Qdefault_directory): New variable.
14914 (Fread_file_name): Use it to pass `dir' to the completion functions.
14915
14916 2008-04-20 Chong Yidong <cyd@stupidchicken.com>
14917
14918 * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
14919
14920 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
14921
14922 * keyboard.c (Vpre_help_message): Remove.
14923 (show_help_echo): Remove default C code.
14924
14925 * dired.c (directory_files_internal, file_name_completion):
14926 Only call ENCODE_FILE if the string is indeed decoded.
14927
14928 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
14929
14930 * Makefile.in (TOOLKIT_DEFINES): Remove.
14931 (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
14932
14933 2008-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14934
14935 * Makefile.in (MAC_OBJ): Add mactoolbox.o.
14936 (mactoolbox.o): New target.
14937
14938 * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
14939 Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
14940
14941 * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
14942 Use mac_set_frame_window_background instead of XSetWindowBackground.
14943 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
14944 Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
14945 (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
14946 instead of SetWindowTitleWithCFString.
14947 (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
14948 Move function to mactoolbox.c.
14949 (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
14950 Use mac_set_window_modified instead of SetWindowModified.
14951 Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
14952 (mac_window, x_create_tip_frame): Use mac_create_frame_window.
14953 (Fx_focus_frame): Use mac_front_non_floating_window instead of
14954 FrontNonFloatingWindow. Use mac_activate_window instead of
14955 ActivateWindow. Use mac_active_non_floating_window instead of
14956 ActiveNonFloatingWindow.
14957 (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
14958 Use mac_show_hourglass and mac_hide_hourglass.
14959 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
14960 instead of GetGlobalMouse.
14961 (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
14962 instead of MoveWindow/SizeWindow/ShowWindow, respectively.
14963 Use mac_bring_window_to_front instead of BringToFront.
14964 (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
14965 mactoolbox.c.
14966 (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
14967 mac_file_dialog in mactoolbox.c. Use mac_file_dialog.
14968 (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
14969 mactoolbox.c.
14970
14971 * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
14972 (XtPointer): Move typedef from macmenu.c.
14973 (enum button_type): Move enum from macmenu.c.
14974 (widget_value): Move typedef from macmenu.c.
14975 (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
14976 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
14977 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
14978 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
14979 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
14980 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
14981 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
14982 (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
14983 (Selection): Move typedef from macselect.c.
14984 (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
14985 macterm.c.
14986 (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
14987 (mac_is_window_collapsed, mac_bring_window_to_front)
14988 (mac_send_window_behind, mac_hide_window, mac_show_window)
14989 (mac_collapse_window, mac_front_non_floating_window)
14990 (mac_active_non_floating_window, mac_activate_window)
14991 (mac_move_window_structure, mac_move_window, mac_size_window)
14992 (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
14993
14994 * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
14995 (enum mac_menu_kind): Move enum to mactoolbox.c.
14996 (min_menu_id): Move variable to mactoolbox.c.
14997 (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
14998 (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
14999 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
15000 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
15001 [TARGET_API_MAC_CARBON]: Likewise.
15002 (XtPointer): Move typedef to macgui.h.
15003 (enum button_type): Move enum to macgui.h.
15004 (widget_value): Move typedef to macgui.h.
15005 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
15006 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
15007 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
15008 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
15009 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
15010 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
15011 (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
15012 (popup_activated_flag): Make variable non-static.
15013 (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
15014 (add_menu_item, fill_menu, dispose_menus):
15015 Move functions to mactoolbox.c.
15016 (restore_show_help_function, menu_target_item_handler)
15017 (install_menu_target_item_handler, mac_handle_dialog_event)
15018 (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
15019 [TARGET_API_MAC_CARBON]: Likewise.
15020 (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
15021 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
15022 (find_and_call_menu_selection, name_is_separator): Make function
15023 non-static.
15024 (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
15025 to mactoolbox.c.
15026 (set_frame_menubar): Don't call install_menu_quit_handler.
15027 (menu_item_selection): New variable.
15028 (mac_menu_show): Use create_and_show_popup_menu.
15029 (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
15030 selection but set variable menu_item_selection. All uses changed.
15031 (mac_fill_menubar): Rename from fill_menubar. All uses changed.
15032 Call install_menu_quit_handler. Move to mactoolbox.c.
15033
15034 * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
15035 (Selection): Move typedef to macgui.h.
15036 (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
15037 (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
15038 Make variables non-static.
15039 (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
15040 (mac_handle_apple_event, cleanup_all_suspended_apple_events):
15041 Make functions non-static.
15042 (Vmac_service_selection) [MAC_OSX]: Likewise.
15043 (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
15044 (mac_valid_selection_target_p, mac_clear_selection)
15045 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
15046 (mac_put_selection_value, mac_selection_has_target_p)
15047 (mac_get_selection_value, mac_get_selection_target_list)
15048 (init_apple_event_handler, install_drag_handler, remove_drag_handler):
15049 Move functions to mactoolbox.c.
15050 (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
15051 Likewise.
15052 (copy_scrap_flavor_data, mac_handle_service_event)
15053 (install_service_handler) [MAC_OSX]: Likewise.
15054 (syms_of_macselect) <Vmac_dnd_known_types>:
15055 Use mac_dnd_default_known_types.
15056
15057 * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
15058 Move to mactoolbox.c.
15059 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
15060 (Fx_selection_owner_p): Add EXFUN.
15061 (install_window_handler, remove_window_handler, XSetWindowBackground):
15062 Remove externs.
15063 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
15064 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
15065 (x_raise_frame, x_lower_frame, mac_alert_sound_play)
15066 (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
15067 (mac_convert_frame_point_to_global, mac_set_frame_window_background)
15068 (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
15069 (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
15070 (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
15071 (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
15072 (create_and_show_popup_menu, mac_get_selection_from_symbol)
15073 (mac_valid_selection_target_p, mac_clear_selection)
15074 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
15075 (mac_put_selection_value, mac_selection_has_target_p)
15076 (mac_get_selection_value, mac_get_selection_target_list): Add externs.
15077 (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
15078 (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
15079 (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
15080 (mac_run_loop_run_once) [MAC_OSX]: Likewise.
15081 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
15082 (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
15083 (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
15084 (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
15085
15086 * mactoolbox.c: New file.
15087
15088 2008-04-18 Jason Rumney <jasonr@gnu.org>
15089
15090 * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
15091
15092 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
15093
15094 * character.c (Fmultibyte_char_to_unibyte):
15095 Return latin1 chars unchanged.
15096
15097 * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
15098 relocated if it points to `name'.
15099
15100 2008-04-17 Kenichi Handa <handa@m17n.org>
15101
15102 * data.c (Faset): Allow setting a multibyte character in an
15103 ASCII-only unibyte string.
15104
15105 * lisp.h (STRING_SET_MULTIBYTE): New macro.
15106
15107 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
15108
15109 * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
15110 done in config.h.
15111
15112 2008-04-16 Juanma Barranquero <lekktu@gmail.com>
15113
15114 * character.c (Fchar_bytes, Fchar_width, Fstring_width)
15115 (Fchar_direction): Add usage in the docstring.
15116
15117 2008-04-15 Chong Yidong <cyd@stupidchicken.com>
15118
15119 * keyboard.c (read_key_sequence): Remove always-true checks.
15120
15121 2008-04-14 Jason Rumney <jasonr@gnu.org>
15122
15123 * w32font.c (w32font_open_internal): Set max_bounds.descent in
15124 compatibility struct, for better underline positioning.
15125
15126 2008-04-13 David Hansen <david.hansen@gmx.net>
15127
15128 * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
15129 string.
15130
15131 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
15132
15133 * m/hp800.h (XUINT, XSET): Remove.
15134
15135 2008-04-12 Juanma Barranquero <lekktu@gmail.com>
15136
15137 * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
15138 previous change.
15139
15140 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
15141
15142 * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
15143 Relocate `nm' after calling DECODE_FILE, in case the GC was run.
15144
15145 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
15146
15147 * keymap.h (map_keymap_canonical): Declare.
15148 * xmenu.c (single_keymap_panes): Use it.
15149
15150 2008-04-11 Glenn Morris <rgm@gnu.org>
15151
15152 * eval.c (Fdefvaralias): If the alias is bound and the target is not,
15153 set the target's value to that of the alias.
15154
15155 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
15156
15157 * term.c (set_tty_color_mode): Left over typo.
15158
15159 2008-04-10 Michael Albinus <michael.albinus@gmx.de>
15160
15161 * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
15162 only after check for file name handler functions. Signal, when
15163 native functionality is not supported.
15164 (syms_of_fileio): Declare it unconditionally.
15165
15166 2008-04-10 Jason Rumney <jasonr@gnu.org>
15167
15168 * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
15169 (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
15170
15171 * w32.c (logon_network_drive): Also logon to remote drives that
15172 are mapped to drive letters.
15173
15174 2008-04-10 Glenn Morris <rgm@gnu.org>
15175
15176 * xdisp.c (truncate-partial-width-windows): Doc fix.
15177
15178 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
15179
15180 * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
15181 Move functions to minibuffer.el.
15182 (syms_of_fileio): Don't declare them.
15183
15184 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
15185
15186 * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
15187 (syms_of_minibuf): Remove its initialization.
15188
15189 * minibuf.c (temp_echo_area_glyphs): Remove unused function.
15190
15191 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
15192
15193 * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
15194
15195 2008-04-09 Jason Rumney <jasonr@gnu.org>
15196
15197 * makefile.w32-in (distclean): Delete makefile too.
15198 (maintainer-clean): New target.
15199
15200 * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
15201
15202 * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
15203 for new font backend and composite cases.
15204
15205 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
15206
15207 * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
15208 Most of the code moved to run_timers.
15209 (do_pending_atimers): Call run_timers.
15210 (run_timers): New function.
15211
15212 * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
15213 run atimers.
15214
15215 * process.c (wait_reading_process_output): The same as above.
15216
15217 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
15218
15219 * minibuf.c (last_exact_completion): Remove variable.
15220 (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
15221 (complete_and_exit_1, complete_and_exit_2)
15222 (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
15223 (Fdisplay_completion_list, display_completion_list_1)
15224 (Fminibuffer_completion_help, Fself_insert_and_exit)
15225 (Fexit_minibuffer, Fminibuffer_message): Move functions to
15226 minibuffer.el.
15227 (syms_of_minibuf): Remove corresponding initializations.
15228
15229 * keyboard.c (Qdeactivate_mark): New var.
15230 (command_loop_1): Use it to call `deactivate-mark'.
15231 (syms_of_keyboard): Initialize it.
15232
15233 * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
15234 to another frame.
15235 * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
15236 Don't call set_tty_color_mode.
15237 (store_frame_param): Reset previous_frame rather than call
15238 set_tty_color_mode.
15239 * term.c (set_tty_color_mode): Rewrite.
15240 * dispextern.h (set_tty_color_mode): New type.
15241 * termchar.h (struct tty_display_info): Add `previous_color_mode'.
15242
15243 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
15244
15245 * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
15246 for generic chars, which do not exist any more in emacs-unicode.
15247
15248 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
15249
15250 * coding.c (detect_coding_emacs_mule)
15251 (Ffind_operation_coding_system): Fix typo.
15252
15253 2008-04-08 Jason Rumney <jasonr@gnu.org>
15254
15255 * w32uniscribe.c (SNAME): Extract only symbol name.
15256
15257 * w32font.h (struct w32_metric_cache): New struct.
15258 (w32font_info): Use it.
15259 (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
15260 (CACHE_BLOCKSIZE): New constants.
15261
15262 * w32font.c (Qja, Qko, Qzh): New symbols.
15263 (syms_of_w32font): Initialise them.
15264 (font_matches_spec): Use them to filter by language.
15265 (recompute_cached_metrics): Remove function.
15266 (compute_metrics, clear_cached_metrics): New functions.
15267 (w32font_encode_char): Use them to manage metric cache.
15268 (w32font_text_extents): Cache metrics for all glyphs on demand.
15269 Delay converting glyph indices to WORD until needed.
15270 (w32font_open_internal): Initialize metric cache to empty.
15271 (registry_to_w32_charset): Charset should always be a symbol.
15272 (fill_in_logfont, list_all_matching_fonts): Family should
15273 always be a symbol.
15274
15275 2008-04-06 Jason Rumney <jasonr@gnu.org>
15276
15277 * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
15278 Give up if glyph indices not supported. Use uniscribe obtained
15279 ABC widths for individual metrics. Map glyph clusters back to
15280 characters using fClusterStart flag. Return number of glyphs
15281 produced, not chars processed.
15282 (uniscribe_shape): Map char at FROM to current glyph.
15283
15284 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15285
15286 * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
15287 Use SetMenuItemHierarchicalMenu.
15288
15289 2008-04-05 Jason Rumney <jasonr@gnu.org>
15290
15291 * image.c (pbm_load): Allow color values up to 65535.
15292 Throw an error if max_color_idx is outside the supported range.
15293 Report an error when image size is invalid.
15294 Read two bytes at a time when raw images have max_color_idx above 255.
15295
15296 2008-04-05 Kenichi Handa <handa@ni.aist.go.jp>
15297
15298 * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
15299 append "CCL: Quitted" when the CCL program is quitted.
15300 (setup_ccl_program): Initialize ccl->quit_silently to zero.
15301
15302 * ccl.h (struct ccl_program): New member quit_silently.
15303
15304 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
15305
15306 * search.c (compile_pattern_1): Treat non-nil and non-string of
15307 search-spaces-regexp as nil.
15308
15309 * minibuf.c (Fassoc_string): Tweak docstring.
15310
15311 2008-04-05 Eli Zaretskii <eliz@gnu.org>
15312
15313 * dired.c (Ffile_attributes): Support inode numbers wider than 32
15314 bits. Remove ugly WINDOWSNT-specific kludge introduced on
15315 2008-03-14 to force inode be positive.
15316
15317 * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
15318 _S_* ones, since we now use our own sys/stat.h.
15319 (stat, fstat): Don't mangle the inode number.
15320 (init_user_info): Don't restrict UID and GID to 0-60000 range.
15321
15322 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
15323
15324 * frame.h (struct frame): Give one more bit to `visible' since we use
15325 values larger than 1 to indicate obscured frames on ttys.
15326
15327 * keymap.c (Qkeymap_canonicalize): New var.
15328 (Fmap_keymap_internal): New fun.
15329 (describe_map): Use keymap-canonicalize.
15330
15331 * undo.c (last_boundary_buffer, last_boundary_position): New vars.
15332 (Fundo_boundary): Set them.
15333 (syms_of_undo): Initialize them.
15334 (record_point): Use them instead of last_point_position*.
15335 (last_undo_buffer): Change type.
15336
15337 2008-04-04 Jason Rumney <jasonr@gnu.org>
15338
15339 * w32font.c (w32font_text_extents): Use font's ascent and descent.
15340 (recompute_cached_metrics): Don't set ascent and descent per char.
15341
15342 * w32uniscribe.c (uniscribe_check_otf): Fix last change.
15343 (uniscribe_check_otf): Add GC protection before consing.
15344 Rearrange loop for counting features.
15345
15346 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
15347
15348 * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
15349 buffer with byte-size of source buffer.
15350
15351 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
15352
15353 * callint.c (Fcall_interactively): Handle temporary region even
15354 when shift-select-mode is off.
15355
15356 2008-04-03 Jason Rumney <jasonr@gnu.org>
15357
15358 * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
15359
15360 2008-04-03 Kenichi Handa <handa@m17n.org>
15361
15362 * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
15363 (CATEGORY_MASK_UTF_16): Likewise.
15364 (detect_coding_utf_16): Add heuristics to reject utf-16 for a
15365 binary file.
15366 (detect_coding): Add null-byte detection for a binary file.
15367 (detect_coding_system): Likewise.
15368
15369 2008-04-03 Jason Rumney <jasonr@gnu.org>
15370
15371 * w32uniscribe.c: New file.
15372
15373 * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
15374
15375 * w32font.h (uniscribe_check_otf): Declare for w32font.c.
15376
15377 * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
15378 (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
15379 (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
15380 (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
15381 (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
15382 (Qphonetic): New symbols.
15383 (syms_of_w32font): Initialize them.
15384 (font_supported_scripts): Use them.
15385 (w32font_list_family): List all charsets.
15386 (w32font_text_extents, recompute_cached_metrics): Fix metric
15387 calculations.
15388 (w32_enumfont_pattern_entity): Make full_type a DWORD.
15389 Give opentype fonts their own format.
15390 (font_matches_spec): New arguments backend and logfont.
15391 Handle :otf spec for uniscribe backend.
15392 (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
15393 (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
15394
15395 * w32fns.c (Fx_create_frame): Conditionally register uniscribe
15396 font backend.
15397 (globals_of_w32fns): Initialize uniscribe font backend.
15398
15399 * makefile.w32-in (CONFIG_H): New variable. Use it to clean up
15400 dependencies.
15401 (w32uniscribe.$(O)): New file to build.
15402 (FONT_OBJ): Include w32uniscribe.$(O).
15403 (LIBS): Add uniscribe libraries.
15404
15405 * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
15406
15407 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
15408
15409 * callint.c (Vshift_select_mode): New var.
15410 (Finteractive): Document new ^ spec.
15411 (Fcall_interactively): Call handle-shift-selection if the ^ spec
15412 is present.
15413
15414 * keyboard.c (Vthis_command_keys_shift_translated): New var.
15415 (command_loop_1): Avoid running the direct display versions of
15416 forward-char and backward-char if shift-selection may occur.
15417 (read_key_sequence): Set Vthis_command_keys_shift_translated if
15418 shift-translation takes place.
15419
15420 * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
15421 avoid clobbering by define-minor-mode.
15422
15423 * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
15424 (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
15425
15426 * syntax.c (Fforward_word): Add ^ interactive spec.
15427
15428 * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
15429 (Fscroll_right): Add ^ interactive spec.
15430
15431 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
15432
15433 * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
15434
15435 * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
15436
15437 * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
15438
15439 2008-03-31 Juri Linkov <juri@jurta.org>
15440
15441 * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
15442
15443 2008-03-30 Jan Djärv <jan.h.d@swipnet.se>
15444
15445 * gtkutil.c (xg_set_geometry): Fix indentation.
15446 (xg_resize_outer_widget): Remove.
15447 (x_wm_size_hint_off): Fix indentation.
15448 (xg_frame_set_char_size): Call flush_and_sync after
15449 gtk_window_resize.
15450 (x_wm_set_size_hint): Pass NULL as geometry window to
15451 gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
15452 Add menu bar and tool bar height to base height.
15453 (xg_update_frame_menubar, free_frame_menubar)
15454 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
15455 (update_frame_tool_bar, free_frame_tool_bar):
15456 Change xg_resize_outer_widget to xg_frame_set_char_size.
15457
15458 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
15459
15460 * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
15461 (Fdbus_call_method): New parameter TIMEOUT.
15462 (dbus-send-signal): Optimize UNGCPRO call.
15463
15464 2008-03-29 Juri Linkov <juri@jurta.org>
15465
15466 * window.c (Fdisplay_buffer): Move call to
15467 Vsplit_window_preferred_function out of conditions that check
15468 if window is eligible for vertical splitting.
15469 When Vsplit_window_preferred_function is non-nil, call it and use
15470 its non-nil return value as window. Otherwise, continue doing
15471 vertical splitting using Fsplit_window with arg horflag=nil.
15472 (syms_of_window) <Vsplit_window_preferred_function>: Change the
15473 default value from `split-window' to nil.
15474
15475 2008-03-29 Juri Linkov <juri@jurta.org>
15476
15477 * callint.c (Fcall_interactively): Revert 2008-03-16 change
15478 for interactive code letters 'b' and 'B'.
15479
15480 2008-03-29 Eli Zaretskii <eliz@gnu.org>
15481
15482 * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
15483 multibyte string.
15484
15485 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
15486
15487 * keyboard.c (pending_funcalls): New var.
15488 (timer_check): Run it.
15489 (syms_of_keyboard): Initialize it.
15490 * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
15491 (Vdelete_terminal_functions): New vars.
15492 (syms_of_terminal): Initialize them.
15493 (Fdelete_terminal): Run delete-terminal-functions.
15494 * xdisp.c (safe_eval): Rewrite.
15495 (safe_call2): New fun.
15496 * frame.c (Qdelete_frame_functions): New var.
15497 (syms_of_frame): Initialize it.
15498 (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
15499 * lisp.h (safe_call2, pending_funcalls): Declare.
15500
15501 2008-03-28 Andreas Schwab <schwab@suse.de>
15502
15503 * indent.c (Fmove_to_column): Move declaration before statements.
15504
15505 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
15506
15507 * frame.h (enum fullscreen_type): Give it a name. Move it before use.
15508 (struct frame): Use bit fields for boolean vars.
15509
15510 * process.c (server_accept_connection): Simplify naming.
15511 (emacs_get_tty_pgrp): Use SDATA.
15512
15513 * coding.c (decode_coding_object): Fix last change.
15514
15515 2008-03-27 Jason Rumney <jasonr@gnu.org>
15516
15517 * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
15518
15519 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
15520
15521 * charset.c (Fdefine_charset_internal): Change the way of
15522 registering charsets in Vcharset_order_list.
15523 (syms_of_charset): Make the charset `eight-bit' supplementary.
15524
15525 2008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change)
15526
15527 * regex.c (EXTEND_BUFFER): Change order of pointer addition
15528 operations, to avoid having the difference between pointers
15529 overflow.
15530
15531 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
15532
15533 * indent.c (check_display_width): New fun.
15534 (scan_for_column): Use it.
15535
15536 * data.c (syms_of_data): Mark most-positive-fixnum and
15537 most-negative-fixnum as constants.
15538
15539 * xdisp.c (redisplay_internal): Reset selected_frame earlier.
15540
15541 * indent.c (scan_for_column): Extract from current_column_1.
15542 Merge with the same code from Fmove_to_column.
15543 (current_column_1, Fmove_to_column): Use it.
15544
15545 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
15546
15547 * keymap.c (map_keymap_internal): New fun.
15548 (map_keymap): Use it.
15549 (Fmap_keymap_internal): New fun.
15550 (Fmap_keymap): Remove left-out test from before make_save_value.
15551
15552 * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
15553
15554 * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
15555 Use XCAR/XCDR.
15556
15557 * process.h (struct Lisp_Process): Remove filter_multibyte.
15558 * process.c (QCfilter_multibyte): Remove.
15559 (setup_process_coding_systems): Don't use filter_multibyte.
15560 (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
15561 (read_process_output): Don't adjust multibyteness to filter_multibyte.
15562 (Fset_process_filter_multibyte): Change the coding-system to
15563 approximate the previous behavior.
15564 (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
15565 coding-system.
15566
15567 * coding.c (decode_coding_object): When not decoding into a buffer,
15568 obey the coding system's preference of (uni|multi)byte.
15569
15570 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
15571
15572 * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
15573 every char is changed and has a different byte-length.
15574 (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
15575 Fix int -> EMACS_INT.
15576
15577 2008-03-23 David Hansen <david.hansen@gmx.net>
15578
15579 * dbusbind.c (xd_read_message): Remove extra copying of message
15580 strings. Check for NULL `interface' or `member'.
15581
15582 2008-03-22 Eli Zaretskii <eliz@gnu.org>
15583
15584 * w32.c (readdir): If FindFirstFile/FindNextFile return in
15585 cFileName a file name that includes `?' characters, use the 8+3
15586 alias in cAlternateFileName instead.
15587
15588 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
15589
15590 * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
15591
15592 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
15593
15594 * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
15595 (set_point, set_point_both): Use EMACS_INT. Remove `buffer' arg,
15596 work on current_buffer only instead (that was already the case
15597 for some of the code anyway).
15598 * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
15599 (temp_set_point, temp_set_point_both): Use EMACS_INT.
15600 (SET_PT, SET_PT_BOTH): Adjust.
15601 * intervals.h (set_point, temp_set_point, set_point_both)
15602 (temp_set_point_both): Remove redundant declarations.
15603
15604 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
15605
15606 * fileio.c (Finsert_file_contents):
15607 * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
15608 * buffer.h (BUF_SET_PT): Remove. set_point_both doesn't work right
15609 when buffer != current_buffer anyway.
15610
15611 2008-03-20 Andreas Schwab <schwab@suse.de>
15612
15613 * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
15614 as default.
15615
15616 2008-03-19 Jason Rumney <jasonr@gnu.org>
15617
15618 * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
15619 (syms_of_w32fns): Initialize them.
15620 (HOURGLASS_ID): New constant.
15621 (x_window_to_frame): Don't check hourglass_window.
15622 (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
15623 (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
15624 (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
15625 (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
15626 Only change the cursor if hourglass is not active.
15627 (Fx_create_frame): Initialize frame's current_cursor.
15628 (hourglass_atimer): Remove.
15629 (hourglass_started): New function.
15630 (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
15631 (show_hourglass): Adapt to w32, changing argument to frame.
15632
15633 * w32term.h (struct w32_output): Remove hourglass_window.
15634 Add current_cursor.
15635
15636 * eval.c (call_debugger, Fsignal):
15637 * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
15638 (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
15639 (Fexecute_extended_command, cancel_hourglass_unwind):
15640 * minibuf.c (read_minibuf):
15641 * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
15642
15643 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
15644
15645 * window.c (run_funs): New fun.
15646 (run_window_configuration_change_hook): Use it to run the buffer-local
15647 and the global part of the hook.
15648
15649 * xdisp.c (format_mode_line_unwind_data): Add window argument.
15650 (unwind_format_mode_line): Restore selected window.
15651 (x_consider_frame_title, Fformat_mode_line): Set selected window.
15652
15653 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
15654
15655 * editfns.c (Fchar_equal): Check they are valid characters.
15656
15657 * buffer.h (Fbuffer_list): Declare (for use in callint.c).
15658
15659 2008-03-17 Andreas Schwab <schwab@suse.de>
15660
15661 * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
15662 against a charset.
15663
15664 * lisp.h (Fbuffer_list): Declare.
15665
15666 2008-03-17 Jan Djärv <jan.h.d@swipnet.se>
15667
15668 * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
15669 handlebox_widget is != 0.
15670
15671 2008-03-16 Juri Linkov <juri@jurta.org>
15672
15673 * callint.c (Fcall_interactively): For interactive code letters
15674 'b' and 'B' put the buffer list into the list of default "future"
15675 values of the minibuffer.
15676
15677 2008-03-16 Andreas Schwab <schwab@suse.de>
15678
15679 * keyboard.c (read_key_sequence): Fix downcasing of letters with
15680 modifiers.
15681
15682 * regex.c (re_match_2_internal): Correct matching of a charset
15683 against latin-1 characters.
15684
15685 2008-03-16 Kenichi Handa <handa@m17n.org>
15686
15687 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
15688 (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
15689 (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
15690 (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
15691 (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
15692 CHAR_STRING_ADVANCE.
15693 (produce_chars): Fix for the case that the source and the
15694 destination are the same buffer. Use CHAR_STRING_ADVANCE_NO_UNIFY
15695 instead of CHAR_STRING_ADVANCE.
15696 (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
15697 STRING_CHAR_ADVANCE.
15698
15699 2008-03-15 Andreas Schwab <schwab@suse.de>
15700
15701 * regex.c (re_match_2_internal): Correct matching of eight bit
15702 characters in unibyte strings.
15703
15704 2008-03-15 Martin Rudalics <rudalics@gmx.at>
15705
15706 * buffer.c (overlays_in, Foverlays_in): Include empty overlays
15707 at end of range when it coincides with the end of the buffer.
15708
15709 2008-03-14 Eli Zaretskii <eliz@gnu.org>
15710
15711 * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
15712
15713 * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
15714
15715 2008-03-14 Jason Rumney <jasonr@gnu.org>
15716
15717 * editfns.c (initial_tz): New variable.
15718 (syms_of_editfns): Initialize it.
15719 (Fset_time_zone_rule): Set it when first called.
15720 Use it when TZSTRING is nil.
15721
15722 * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
15723 (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
15724 (monitor_from_point_fn, get_monitor_info_fn): New globals.
15725 (globals_of_w32fns): Initialize them.
15726 (compute_tip_xy): Use them to position tooltips.
15727
15728 2008-03-14 Glenn Morris <rgm@gnu.org>
15729
15730 * emacs.c (main): Revert previous change.
15731 (standard_args): Revert -internal-script back to -scriptload,
15732 and remove the long-option form.
15733
15734 2008-03-13 Glenn Morris <rgm@gnu.org>
15735
15736 * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
15737 Remove option -enable-font-backend.
15738
15739 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
15740
15741 * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
15742
15743 2008-03-11 Jan Djärv <jan.h.d@swipnet.se>
15744
15745 * xterm.c (x_connection_closed): For GTK: If this is the last
15746 terminal just exit without closing the display.
15747
15748 2008-03-11 Jason Rumney <jasonr@gnu.org>
15749
15750 * w32font.c (w32font_full_name): Use floor to round.
15751
15752 2008-03-10 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
15753
15754 * sound.c (alsa_configure): Declare vol at beginning of block.
15755
15756 * fontset.c (Ffontset_info): Remove extra semicolon.
15757
15758 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
15759
15760 * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
15761 size of resulting string.
15762
15763 2008-03-10 Jason Rumney <jasonr@gnu.org>
15764
15765 * dispnew.c (adjust_glyph_matrix): Initialize window_height.
15766
15767 2008-03-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15768
15769 * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
15770 Don't pretend as if characters with display property haven't been
15771 consumed for string-replacing-string case.
15772
15773 2008-03-08 Kim F. Storm <storm@cua.dk>
15774
15775 * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
15776 (get_next_display_element, next_element_from_string)
15777 (next_element_from_ellipsis, next_element_from_buffer): Use it.
15778
15779 2008-03-08 Andreas Schwab <schwab@suse.de>
15780
15781 * process.h (struct Lisp_Process): Declare bit fields as unsigned.
15782
15783 2008-03-06 Jason Rumney <jasonr@gnu.org>
15784
15785 * w32font.c (w32_registry): Take font_type argument. Use ANSI
15786 when charset not specified. Only translate ANSI to unicode when
15787 font_type is truetype.
15788 (w32font_coverage_ok): New function.
15789 (add_font_entity_to_list): Use it to filter unsuitable fonts.
15790
15791 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
15792
15793 * lread.c (Fread_char): Resolve modifiers.
15794 (Fread_char_exclusive): Likewise.
15795
15796 * character.c (char_resolve_modifier_mask): New function.
15797 (char_string): Use char_resolve_modifier_mask.
15798 (Fchar_resolve_modifiers): New function.
15799 (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
15800 function.
15801
15802 2008-03-04 Jason Rumney <jasonr@gnu.org>
15803
15804 * makefile.w32-in: Always include w32font.c in the build.
15805 * w32font.c: Wrap in USE_FONT_BACKEND conditional.
15806
15807 2008-03-04 Andreas Schwab <schwab@suse.de>
15808
15809 * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
15810 (versionclean): Likewise.
15811
15812 2008-03-04 Juanma Barranquero <lekktu@gmail.com>
15813
15814 * .cvsignore: Add oo.
15815
15816 2008-03-03 Andreas Schwab <schwab@suse.de>
15817
15818 * coding.c (decode_coding_object): Inhibit gap shrinking while
15819 decoding in place.
15820
15821 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
15822
15823 * w32term.c: Remove unused include "gnu.h".
15824 * makefile.w32-in (w32term.o): Don't depend on gnu.h.
15825
15826 * gnu.h: Rename to ...
15827 * emacs-icon.h: ... this.
15828 * xterm.c: Use emacs-icon.h instead of gnu.h.
15829 * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
15830
15831 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
15832
15833 * w32font.c: Include math.h.
15834
15835 2008-03-03 Jason Rumney <jasonr@gnu.org>
15836
15837 * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
15838 Compute options separately.
15839 (w32font_open_internal): Set glyph_idx before caching metrics.
15840
15841 * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
15842 Define if system headers don't.
15843 (struct w32font_info): Enlarge ascii_metrics. Add glyph_idx.
15844 (w32font_encode_char): Don't declare here.
15845
15846 * w32font.c (Quniscribe, QCformat): New symbols.
15847 (syms_of_w32font): Define them.
15848 (w32font_has_char): Indicate uncertainty.
15849 (w32font_encode_char): Encode as glyph point. Make static.
15850 (recompute_cached_metrics): New function.
15851 (w32font_open_internal): Use it. Set font to use glyph points
15852 initially. Set format based on type of font.
15853 (w32font_text_extents, w32font_draw): Optionally use glyph points.
15854 (w32_enumfont_pattern_entity): Accept backend arg. Set type based
15855 on it. Set format based on information available here.
15856 (add_font_entity_to_list): Identify backend based on opentype_only.
15857
15858 2008-03-02 Andreas Schwab <schwab@suse.de>
15859
15860 * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
15861
15862 * coding.c (decode_coding_big5, produce_chars):
15863 Fix typos in last change.
15864
15865 2008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
15866
15867 * gnu.h: New icon.
15868
15869 2008-03-02 Kenichi Handa <handa@m17n.org>
15870
15871 * coding.c (decode_coding_utf_8): When eol-type of CODING is
15872 `dos', don't decode '\r' if that is the last in the source.
15873 (decode_coding_utf_16, decode_coding_emacs_mule)
15874 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
15875 (decode_coding_raw_text, decode_coding_charset): Likewise.
15876 (produce_chars): Don't decode EOL here. Use EMACS_INT.
15877
15878 2008-03-01 Jason Rumney <jasonr@gnu.org>
15879
15880 * w32font.c (w32font_full_name): Report point size for scalable fonts.
15881
15882 2008-03-01 Kim F. Storm <storm@cua.dk>
15883
15884 * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
15885
15886 2008-03-01 Jason Rumney <jasonr@gnu.org>
15887
15888 * w32font.c (w32font_full_name): New function.
15889 (w32font_open_internal): Use it.
15890
15891 2008-03-01 Kim F. Storm <storm@cua.dk>
15892
15893 * dispnew.c (line_draw_cost): Fix invalid glyph check.
15894
15895 2008-03-01 Jason Rumney <jasonr@gnu.org>
15896
15897 * font.c (font_unparse_fcname): Increase len when style is a symbol.
15898
15899 2008-03-01 Jan Djärv <jan.h.d@swipnet.se>
15900
15901 * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
15902 xg_frame_resized when the event is for the edit widget.
15903
15904 * gtkutil.h (xg_frame_resized): Renamed from xg_resize_widgets.
15905
15906 * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
15907 set_char_size.
15908 (xg_frame_resized): Renamed from xg_resize_widgets. Remove all
15909 operations on widgets here. Just set frame size if needed.
15910 (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
15911 (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
15912 (x_wm_set_size_hint): Set size hints on the edit widget only, not
15913 the whole frame.
15914 (xg_create_tool_bar): Move attachment of the tool bar to
15915 xg_pack_tool_bar. Do not attach the tool bar if there are no items.
15916 (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
15917
15918 2008-03-01 Jason Rumney <jasonr@gnu.org>
15919
15920 * w32fns.c (w32_msg_pump): Disable debug code.
15921
15922 2008-03-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15923
15924 * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
15925
15926 2008-02-29 Chong Yidong <cyd@stupidchicken.com>
15927
15928 * xdisp.c (next_overlay_string): Don't set
15929 overlay_strings_at_end_processed_p if we're currently reading from
15930 a display string.
15931
15932 2008-02-29 Stefan Monnier <monnier@iro.umontreal.ca>
15933
15934 * xdisp.c (get_overlay_strings_1): Fix typo.
15935
15936 2008-02-29 Chong Yidong <cyd@stupidchicken.com>
15937
15938 * xdisp.c (get_overlay_strings_1): Add missing argument type.
15939
15940 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
15941
15942 * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
15943
15944 * xdisp.c (display_mode_element): Cancel the previous change.
15945 (decode_mode_spec): Likewise.
15946 (handle_auto_composed_prop): Don't make composition if it->string
15947 is a string.
15948
15949 2008-02-27 Kim F. Storm <storm@cua.dk>
15950
15951 * lisp.h (GLYPH): Change type from int to struct with separate char
15952 and face_id members.
15953 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
15954 (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
15955 (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
15956 (GLYPH_CHAR, GLYPH_FACE): ... these. Change users.
15957 (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove. Rewrite users to use ...
15958 (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
15959 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
15960 (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
15961 handle new Lisp glyph code encoding, either an integer or a cons.
15962
15963 * disptab.h (GLYPH_SIMPLE_P): Rewrite.
15964 (GLYPH_ALIAS): Delete.
15965 (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
15966 (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
15967 (GLYPH_FROM_CHAR): Replace macro by ...
15968 (SET_GLYPH_FROM_CHAR): ... this macro. Change users.
15969
15970 * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
15971 (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
15972 (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro. Change users.
15973 (GLYPH_INVALID_P): New macro.
15974 (spec_glyph_lookup_face): Update prototype.
15975
15976 * dispnew.c (line_draw_cost): Adapt to new glyph type.
15977 (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
15978 new glyph code encoding.
15979 (spec_glyph_lookup_face): No return value; update passed glyph instead.
15980 (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
15981
15982 * xdisp.c (get_next_display_element, next_element_from_display_vector):
15983 Adapt to new glyph type and new glyph code encoding.
15984
15985 * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
15986
15987 * indent.c (current_column, current_column_1, Fmove_to_column)
15988 (compute_motion): Adapt to new glyph code encoding.
15989
15990 * msdos.c (IT_write_glyphs): Adapt to new glyph type.
15991
15992 2008-02-27 Chong Yidong <cyd@stupidchicken.com>
15993
15994 * process.c (wait_reading_process_output): Check for window
15995 changes caused by timers.
15996 Suggested by Johan Bockgård.
15997
15998 2008-02-27 Glenn Morris <rgm@gnu.org>
15999
16000 * emacs.c (USAGE1): Add `--disable-font-backend'.
16001
16002 2008-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
16003
16004 * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
16005 is made to the buffer.
16006
16007 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
16008
16009 * dispextern.h (face_at_buffer_position, face_for_overlay_string)
16010 (face_at_string_position):
16011 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
16012 (face_at_string_position):
16013 * xdisp.c (display_string, next_overlay_change):
16014 * buffer.h (overlays_at):
16015 * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
16016 Update callers.
16017
16018 2008-02-26 Chong Yidong <cyd@stupidchicken.com>
16019
16020 * editfns.c (Fformat): Doc fix.
16021
16022 2008-02-26 Juanma Barranquero <lekktu@gmail.com>
16023
16024 * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
16025 (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
16026 (Ffont_otf_alternates, Fquery_font): Doc fixes.
16027
16028 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
16029
16030 * buffer.c (Fbuffer_swap_text): New function.
16031 (syms_of_buffer): Defsubr it.
16032
16033 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
16034
16035 * keyboard.c (command_loop_1): Revert 2006-10-09 change.
16036
16037 2008-02-25 Jason Rumney <jasonr@gnu.org>
16038
16039 * w32font.c (w32font_draw): Draw one character at a time when padding.
16040
16041 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
16042
16043 * window.c (Fdelete_window, Fadjust_window_trailing_edge):
16044 Handle a nil arg. Use run_window_configuration_change_hook.
16045 (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
16046 (Fenlarge_window, Fshrink_window, Fset_window_configuration):
16047 Use run_window_configuration_change_hook.
16048
16049 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
16050
16051 * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
16052 1-pixel width.
16053
16054 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
16055
16056 * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
16057 (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
16058 if the glyph in the font is zero pixel with.
16059
16060 * dispextern.h (struct glyph_string): New member padding_p.
16061
16062 * w32font.c (w32font_draw): Pay attention to s->padding_p.
16063
16064 * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
16065
16066 * xfont.c (xfont_draw): Pay attention to s->padding_p.
16067
16068 * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
16069
16070 * font.c: If the font driver doesn't have `shape' function, return Qnil.
16071
16072 2008-02-25 Jason Rumney <jasonr@gnu.org>
16073
16074 * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
16075
16076 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
16077
16078 Allow fine-grained image-cache flushing.
16079 * dispextern.h (struct image): Add `dependencies' field.
16080 (clear_image_caches): Change arg to Lisp_Object.
16081 * image.c (make_image): Initialize `dependencies' field.
16082 (clear_image_cache): Change arg to allow fine-grained flushing.
16083 Perform the flush even if image-cache-eviction-delay is nil.
16084 (clear_image_caches): Change arg to Lisp_Object.
16085 (Fclear_image_cache): Expand meaning of the argument.
16086 (mark_image): Mark `dependencies' field.
16087 * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
16088 (lface_hash): Use XHASH rather than XFASTINT.
16089 (face_at_buffer_position): Fix int -> EMACS_INT position.
16090 * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
16091 (select_frame_for_redisplay): Remove code duplication.
16092 (redisplay_internal): Adapt arg to call to clear_image_caches.
16093
16094 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
16095
16096 * s/vms4-0.h:
16097 * s/vms4-2.h:
16098 * s/vms4-4.h:
16099 * s/vms5-5.h: Remove, unused.
16100
16101 * s/irix5-2.h:
16102 * s/irix6-0.h:
16103 * s/riscos5.h:
16104 * s/mach-bsd4-3.h:
16105 * m/mips4.h: Remove files for obsolete systems.
16106
16107 * Makefile.in:
16108 * filelock.c:
16109 * unexmips.c:
16110 * m/hp9000s300.h:
16111 * m/iris4d.h:
16112 * s/aix3-1.h:
16113 * s/hpux.h:
16114 * s/msdos.h:
16115 * s/usg5-0.h:
16116 * s/usg5-2-2.h:
16117 * s/usg5-2.h:
16118 * s/usg5-3.h: Remove references to obsolete variables.
16119
16120 * s/irix5-0.h: Remove, move all the contents ...
16121 * s/irix6-5.h: ... here. Simplify.
16122 * config.in: Regenerate.
16123
16124 2008-02-24 Jason Rumney <jasonr@gnu.org>
16125
16126 * w32term.c (x_draw_glyph_string_background): Clear the background
16127 manually when cleartype is in use.
16128 (x_draw_glyph_string_foreground): Draw text transparently when
16129 cleartype is in use.
16130
16131 * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
16132 a font into it unless we have to.
16133
16134 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
16135
16136 * intervals.h (INT_LISPLIKE): Remove. It may misfire.
16137 (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
16138
16139 2008-02-18 Jason Rumney <jasonr@gnu.org>
16140
16141 * w32fns.c (Fw32_shell_execute): Encode parameters.
16142
16143 2008-02-09 Eli Zaretskii <eliz@gnu.org>
16144
16145 * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
16146
16147 2008-02-05 Juanma Barranquero <lekktu@gmail.com>
16148
16149 * unexhp9k800.c (read_header): Replace `legal' with `valid'.
16150
16151 2008-02-24 Ulrich Neumerkel <ulrich@complang.tuwien.ac.at> (tiny change)
16152
16153 * xterm.c (x_set_offset): Don't change the gravity if
16154 CHANGE_GRAVITY is -1.
16155
16156 2008-02-23 Chong Yidong <cyd@stupidchicken.com>
16157
16158 * fileio.c (auto_save_error_occurred): New var.
16159 (auto_save_error): Set it.
16160 (Fdo_auto_save): Don't overwrite the error message if an auto-save
16161 error occurred.
16162
16163 2008-02-23 Eli Zaretskii <eliz@gnu.org>
16164
16165 * w32.c (globals_of_w32): Add initializations for
16166 g_b_init_get_sid_sub_authority and
16167 g_b_init_get_sid_sub_authority_count.
16168
16169 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
16170
16171 * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
16172 (font_parse_xlfd): Use them for sanity check.
16173 (Finternal_set_font_style_table): Make sure the table is bijective.
16174
16175 Consolidate the image_cache to the terminal struct.
16176 * termhooks.h (P_): Remove redundant def.
16177 (struct terminal): New field `image_cache'.
16178 * frame.h (FRAME_IMAGE_CACHE): New macro. Use it everywhere in place
16179 of FRAME_X_IMAGE_CACHE.
16180 * xterm.h (struct x_display_info): Remove image_cache field.
16181 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
16182 * w32term.h (struct w32_display_info): Remove image_cache field.
16183 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
16184 * macterm.h (struct mac_display_info): Remove image_cache field.
16185 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
16186 * xterm.c (x_term_init):
16187 * w32term.c (w32_term_init):
16188 * macterm.c (mac_term_init): Set the image_cache in the terminal.
16189 * dispextern.h (clear_image_cache, forall_images_in_image_cache):
16190 Remove declarations.
16191 (clear_image_caches, mark_image_cache): New declarations.
16192 * xfaces.c (clear_face_cache):
16193 * xdisp.c (redisplay_internal): Use clear_image_caches.
16194 * image.c (clear_image_cache): Don't check that a frame is on
16195 a window-system before checking if it shares the same cache.
16196 (clear_image_caches): New function.
16197 (Fclear_image_cache): Use it.
16198 (mark_image): Move from allo.c.
16199 (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
16200 * alloc.c (mark_image, mark_image_cache): Move to image.c.
16201 (mark_object): Don't call mark_image_cache for frames.
16202 (mark_terminals): Call mark_image_cache.
16203
16204 * lisp.h (Fdelete_terminal): Declare.
16205
16206 * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
16207 (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
16208 wrong_type_argument.
16209
16210 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
16211
16212 * Makefile.in (lisp): Remove devanagari.el, kannada.el,
16213 malayalam.el, and tamil.el. Add sinhala.el.
16214
16215 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
16216
16217 * xterm.c (x_connection_closed): Consolidate identical tests.
16218 (x_delete_terminal): Don't crash if called via x_connection_closed.
16219
16220 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
16221
16222 * xdisp.c (decode_mode_spec): New arg string.
16223 (display_mode_element): Adjust for the above change.
16224
16225 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
16226
16227 * callint.c (Fcall_interactively): Use AREF.
16228
16229 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
16230
16231 * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
16232
16233 2008-02-18 Jan Djärv <jan.h.d@swipnet.se>
16234
16235 * xfns.c (Fx_show_tip): Set string to " " if empty.
16236
16237 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
16238
16239 * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
16240 with Qt.
16241
16242 2008-02-17 Kenichi Handa <handa@m17n.org>
16243
16244 * ftfont.c (ftfont_shape): Return Lispy number.
16245
16246 * xfaces.c (prepare_face_for_display): Use display_info->font->fid
16247 for GCs.
16248 (Finternal_set_font_selection_order): Call font_update_sort_order
16249 only when enable_font_backend is set.
16250 (realize_x_face): Set face->font_info to that of default face only
16251 when enable_font_backend is set.
16252
16253 * xdisp.c (handle_composition_prop): Set it->c to the fist
16254 character of the composed region.
16255 (fill_composite_glyph_string): Set base_face->font_info to
16256 s->font_info. Get a face for ascii from base_face->ascii_face.
16257 (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
16258 with a face already decided.
16259 (x_produce_glyphs): Be sure to set it->ascent and it->descent to
16260 non-negative.
16261 (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
16262 call font_prepare_composition unconditionally.
16263
16264 * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
16265
16266 * xterm.h (struct x_display_info): New member font.
16267
16268 * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
16269 (x_set_mouse_face_gc, x_new_font): Likewise.
16270 (x_term_init): Setup display_info->font.
16271 (x_delete_terminal): Free display_info->font.
16272
16273 * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
16274
16275 * ftxfont.c (ftxfont_default_fid): Delete it.
16276 (ftxfont_open): Set xfont->fid to 0.
16277 (ftxfont_end_for_frame): Clear data specific to the frame and the
16278 font-driver.
16279
16280 * xftfont.c (xftfont_default_fid): Delete it.
16281 (xftfont_open): Set xfont->fid to 0.
16282
16283 * fontset.c (FONTSET_OBJLIST): New macro.
16284 (fontset_find_font): Update font-object list of the fontset.
16285 (free_realized_fontset): New function.
16286 (free_face_fontset): Call free_realized_fontset.
16287 (Ffont_info): Call font_close_object only when enable_font_backend
16288 is set.
16289
16290 * font.c [HAVE_X_WINDOWS]: Include xterm.h.
16291 [HAVE_NTGUI]: Include w32term.h.
16292 [MAC_OS]: Include macterm.ch.
16293 (font_otf_ValueRecord): Use make_number.
16294 (font_finish_cache): Fix handling of reference count.
16295 (font_clear_cache): Update num_fonts.
16296 (font_open_entity): Update smallest_char_width and
16297 smallest_font_height of the frame.
16298 (font_close_object): Update num_fonts.
16299 (Fclear_font_cache): Fix finding the target cache data.
16300
16301 2008-02-16 Glenn Morris <rgm@gnu.org>
16302
16303 * fontset.c (Finternal_char_font): Fix compilation warning.
16304
16305 2008-02-16 Eli Zaretskii <eliz@gnu.org>
16306
16307 * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
16308 instead of char arrays. Enlarge the size of array passed to
16309 get_token_information.
16310
16311 * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
16312 warnings.
16313
16314 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
16315
16316 * .gdbinit: Don't set `args', it breaks gdb --args.
16317
16318 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
16319
16320 * fileio.c (Finsert_file_contents): Adjust offsets when replacing
16321 within a narrowed buffer.
16322
16323 2008-02-14 Kenichi Handa <handa@ni.aist.go.jp>
16324
16325 * coding.c (decode_coding_object, encode_coding_object):
16326 Preserve Vdeactivate_mark. Delete unnecessary call of Fcurrent_buffer.
16327
16328 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
16329
16330 * coding.c (coding_set_destination): Use BEG_BYTE rather than
16331 hardcoding 1.
16332 (detect_coding_system):
16333 * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
16334 (string_char_to_byte, string_byte_to_char, insert_from_gap):
16335 * insdel.c (insert_from_gap):
16336 * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
16337 (string_char_to_byte, string_byte_to_char, string_make_multibyte)
16338 (string_to_multibyte):
16339 * character.c (chars_in_text, multibyte_chars_in_text):
16340 * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
16341
16342 * character.h (FETCH_STRING_CHAR_ADVANCE)
16343 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
16344 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
16345 (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
16346
16347 * casefiddle.c (casify_region): Only call after-change and composition
16348 functions on the part of the region that was changed.
16349
16350 * keyboard.c (read_avail_input):
16351 * frame.c (Fdelete_frame): Call Fdelete_terminal.
16352
16353 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
16354
16355 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
16356 (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
16357
16358 2008-02-11 Juanma Barranquero <lekktu@gmail.com>
16359
16360 * w32menu.c (push_submenu_start, push_submenu_end)
16361 (push_left_right_boundary, push_menu_pane, push_menu_item):
16362 * keyboard.c (read_key_sequence): Don't pass args with side effects
16363 to AREF, it fails when compiling with -DENABLE_CHECKING.
16364
16365 2008-02-11 Kenichi Handa <handa@ni.aist.go.jp>
16366
16367 * Makefile.in (${lispsource}international/charprop.el):
16368 Delete this target.
16369
16370 * search.c (boyer_moore): Fix incorrect synching of the trunk and
16371 emacs-unicode-2.
16372
16373 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
16374
16375 * terminal.c (Fdelete_terminal): Clean up the `force' path.
16376
16377 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
16378
16379 * frame.c (Qnoelisp): New symbol.
16380 (syms_of_frame): Initialize it.
16381 (Fdelete_frame): Use it to distinguish a mere `force' passed from some
16382 harmless Elisp code, from a strong `force' from x_connection_closed.
16383 * frame.h (Qnoelisp): Declare.
16384 * xterm.c (x_connection_closed): Pass `noelisp'.
16385
16386 * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
16387 (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
16388 (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
16389 rather than `int' for the type of `type'.
16390
16391 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
16392
16393 * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
16394
16395 * Makefile.in (GNUC): Remove support for gcc-1.x.
16396
16397 2008-02-10 Richard Stallman <rms@gnu.org>
16398
16399 * lisp.h (ASET): Use AREF, not ASLOT.
16400
16401 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
16402
16403 * lisp.h (ASET): Check bounds.
16404
16405 2008-02-10 Glenn Morris <rgm@gnu.org>
16406
16407 * buffer.c (mode-name): Doc fix.
16408
16409 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
16410
16411 * Makefile.in:
16412 * emacs.c:
16413 * gmalloc.c:
16414 * keyboard.c:
16415 * lisp.h:
16416 * m/ibm370aix.h:
16417 * process.c:
16418 * regex.c:
16419 * s/hpux.h:
16420 * sysdep.c:
16421 * sysselect.h:
16422 * systty.h:
16423 * unexec.c:
16424 * w32term.c:
16425 * xsmfns.c:
16426 * xterm.c: Remove code that deals with obsolete variables.
16427
16428 * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
16429
16430 * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
16431 nothing else needs it anymore.
16432
16433 2008-02-09 Eli Zaretskii <eliz@gnu.org>
16434
16435 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
16436 instead of unibyte_char_to_multibyte.
16437
16438 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
16439
16440 * s/gnu-linux.h: Remove commented out code.
16441
16442 * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
16443
16444 * Makefile.in: Update what RMS says about using autoconf.
16445 (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
16446 (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
16447 (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
16448 (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
16449
16450 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
16451
16452 * keymap.c (Fkey_description): Move side effect outside of macro call.
16453
16454 * xfaces.c (Finternal_make_lisp_face):
16455 * keyboard.c (add_command_key, parse_menu_item): Use ASET.
16456
16457 * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
16458 (syms_of_fontset): Use ASET.
16459
16460 * fns.c (concat): Move side effect outside of macro call.
16461 (hash_clear): Use ASET.
16462
16463 2008-02-08 Richard Stallman <rms@gnu.org>
16464
16465 * frame.c (Fdelete_frame): If FORCE, don't call hooks.
16466 If FORCE, and frame has a surrogate minibuffer for another frame,
16467 delete the other frame first.
16468
16469 2008-02-07 Timo Savola <timo.savola@iki.fi>
16470
16471 * xterm.c (x_detect_focus_change): Handle embed client message.
16472 (handle_one_xevent): Ditto.
16473 (handle_one_xevent): If embedded and we get a button press/release,
16474 request focus.
16475 (xembed_set_info, xembed_send_message): New functions.
16476 (x_make_frame_visible): Call xembed_set_info if embedded.
16477 (x_make_frame_invisible): Call xembed_set_info if embedded.
16478 (x_term_init): Initialize Xatom_XEMBED.
16479 (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
16480 (x_iconify_frame): Ditto.
16481
16482 * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
16483 (enum xembed_info, enum xembed_message, enum xembed_focus)
16484 (enum xembed_modifier, enum xembed_accelerator): New.
16485 (xembed_set_info, xembed_send_message): Declare.
16486 (FRAME_X_EMBEDDED_P): New.
16487
16488 * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
16489 gtk_plug_new.
16490
16491 * xfns.c (Fx_create_frame): Do not override the explicitly set parent
16492 window ID of a frame.
16493 (x_window): Reparent frame if embedded.
16494 (Fx_create_frame): Don't set border width if embedded.
16495
16496 * emacs.c (USAGE3): Add --parent-id.
16497 (standard_args): Ditto.
16498
16499 2008-02-07 Jan Djärv <jan.h.d@swipnet.se>
16500
16501 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
16502
16503 2008-02-07 Jim Meyering <meyering@redhat.com>
16504
16505 Use "do...while (0)", not "if (1)...else" in macro definitions.
16506 The latter provokes a warning from gcc about the empty else, when
16507 followed by ";". Also, without that trailing semicolon, it would
16508 silently swallow up any following statement.
16509 * syntax.h (SETUP_SYNTAX_TABLE)
16510 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
16511 * buffer.h (DECODE_POSITION): Likewise.
16512 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
16513 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
16514 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
16515 (FETCH_CHAR_ADVANCE): Likewise.
16516 (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
16517
16518 2008-02-07 Jim Meyering <meyering@redhat.com>
16519
16520 * lread.c [lint]: Don't include <sys/inode.h>.
16521
16522 2008-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
16523
16524 * xselect.c (x_handle_dnd_message):
16525 * xmenu.c (digest_single_submenu, xmenu_show):
16526 * xdisp.c (with_echo_area_buffer_unwind_data)
16527 (format_mode_line_unwind_data, unwind_format_mode_line)
16528 (display_menu_bar):
16529 * eval.c (Ffetch_bytecode):
16530 * doc.c (store_function_docstring):
16531 * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
16532 (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
16533 * buffer.c (add_overlay_mod_hooklist): Use ASET.
16534
16535 2008-02-07 Kenichi Handa <handa@m17n.org>
16536
16537 * ftxfont.c (ftxfont_open): Don't set
16538 dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
16539
16540 * ftfont.c (ftfont_open): Fix previous change.
16541
16542 2008-02-06 Jason Rumney <jasonr@gnu.org>
16543
16544 * w32font.c (w32font_text_extents): Fill in lbearing metric.
16545 Use cached metrics for ASCII characters.
16546 (w32font_open_internal): Don't set font's owning_frame.
16547 Cache metrics for ASCII characters.
16548
16549 * w32font.h (struct w32font_info): Add ascii_metrics.
16550 Remove owning_frame.
16551
16552 2008-02-06 Kenichi Handa <handa@ni.aist.go.jp>
16553
16554 * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
16555 to negative value.
16556
16557 * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
16558
16559 * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
16560
16561 * charset.c (syms_of_charset): Set QCtest and Qeq.
16562
16563 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
16564
16565 * process.c (Fstart_process):
16566 * callproc.c (Fcall_process): Handle the case where
16567 Funhandled_file_name_directory returns nil.
16568
16569 * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
16570 (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
16571 * font.c (check_gstring): Use them and AREF to access the vector before
16572 we know it's really a gstring.
16573 (Ffont_shape_text): Fix typo.
16574 (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Object mixups.
16575
16576 * composite.h (Fcompose_region_internal, Fcompose_string_internal):
16577 Declare.
16578
16579 * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
16580
16581 2008-02-05 Jason Rumney <jasonr@gnu.org>
16582
16583 * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
16584 Set smallest_font_height and smallest_char_width in display info.
16585
16586 2008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
16587
16588 * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
16589
16590 2008-02-05 Miles Bader <miles@gnu.org>
16591
16592 * xfaces.c (get_lface_attributes, merge_named_face)
16593 (lookup_named_face, lookup_derived_face, realize_named_face):
16594 Revert 2008-02-01 change by cyd@stupidchicken.com.
16595
16596 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
16597
16598 * fontset.c (Ffontset_info): Handle the case of inhibitting the
16599 fallback fonts.
16600 (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
16601
16602 2008-02-04 Jason Rumney <jasonr@gnu.org>
16603
16604 * w32font.c (w32font_open_internal): Use font_unparse_fcname to
16605 set full_name.
16606 (w32font_open_internal): Use xmalloc, xrealloc, xfree.
16607
16608 2008-02-03 Jason Rumney <jasonr@gnu.org>
16609
16610 * makefile.w32-in (OBJ1): Include font.o here.
16611 (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
16612
16613 2008-02-02 Jason Rumney <jasonr@gnu.org>
16614
16615 * makefile.w32-in (temacs): Bump EMHEAP to 21.
16616
16617 2008-02-01 Jason Rumney <jasonr@gnu.org>
16618
16619 * s/cygwin.h: Define VIRT_ADDR_VARIES.
16620
16621 * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
16622
16623 2008-02-01 Andreas Schwab <schwab@suse.de>
16624
16625 * Makefile.in (shortlisp, lisp): Update for rename of
16626 ../lisp/language/myanmar.el.
16627
16628 2008-02-01 Chong Yidong <cyd@stupidchicken.com>
16629
16630 * xfaces.c (get_lface_attributes): Delete function.
16631 (merge_named_face, lookup_named_face, lookup_derived_face)
16632 (realize_named_face): Call lface_from_face_name directly, and use
16633 the fact that merge_face_vectors does not alter its FROM argument.
16634
16635 2008-02-01 Jason Rumney <jasonr@gnu.org>
16636
16637 * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
16638 input in the default locale. Handle non-Unicode multibyte input.
16639
16640 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16641
16642 * fontset.c (reorder_font_vector): Exclude nil elements from the
16643 font group. Don't try multiple fonts.
16644 (fontset_font): Adjust for the above change.
16645 (Finternal_char_font): Return nil if the found font doesn't
16646 contain the character ch.
16647
16648 * Makefile.in (lisp, shortlisp): Add cham.el.
16649
16650 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16651
16652 * font.h (FONTP): Make it return 1 also for a font-object.
16653
16654 * .gdbinit (xfontset): New function.
16655
16656 * font.c (font_find_for_lface): Check if the character C is
16657 supported or not only for the first font.
16658
16659 * fontset.c (reorder_font_vector): Fix typo.
16660 (fontset_find_font): Don't add a font-spec specifying a script.
16661 Use 0 (not Qt) for the indication of empty font-group. Change the
16662 format of RFONT-DEF. Return Qt if no font in the font-group
16663 support the character.
16664 (fontset_font): Adjust for the above change. If no font was
16665 found the character, remember that.
16666 (face_for_char): Adjust for the change of RFONT-DEF.
16667 (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
16668 no font for the target.
16669 (Finternal_char_font): Adjust for the change of RFONT-DEF.
16670
16671 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16672
16673 * font.c (font_load_for_face): Handle the case that the font in
16674 face->lface is a string.
16675
16676 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16677
16678 * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
16679
16680 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16681
16682 * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
16683 Fix previous change. If the frame is not on a window system,
16684 signal an error.
16685
16686 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16687
16688 * coding.c (decode_coding_object, encode_coding_object): Adjust
16689 marker positions after conversion.
16690
16691 * lisp.h (struct Lisp_Marker): New member need_adjustment.
16692
16693 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16694
16695 * font.c (font_find_for_lface): Fix the handling of the return
16696 value of font_has_char.
16697 (Ffont_shape_text): Fix previous change.
16698
16699 * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
16700 (fontset_ref_and_range): Delete it.
16701 (fontset_find_font): Call char_table_ref_and_range instead of
16702 FONTSET_REF_AND_RANGE.
16703 (make_fontset): Don't setup font groups of Latin here.
16704 (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
16705 (new_fontset_from_font): Make the specified font the default for
16706 all Latin characters.
16707
16708 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16709
16710 * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
16711 is on a window system before accessing the fontset of the frame.
16712
16713 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16714
16715 * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
16716
16717 * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
16718 when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
16719
16720 * font.c (Ffont_shape_text): If the font driver doesn't have a
16721 shaper function, make zero-width glyphs to have at least one-pixel
16722 width. Fix setting of `to' field of glyphs.
16723
16724 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16725
16726 * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
16727 glyphs.
16728
16729 * font.h (struct font_driver): Improve docstring of member `shape'.
16730
16731 2008-02-01 Kenichi Handa <handa@m17n.org>
16732
16733 * composite.c (syms_of_composite): Fix docstring of
16734 auto-composition-function.
16735
16736 * font.h (LGLYPH_SIZE): New macro.
16737
16738 * font.c (Ffont_fill_gstring): Stop filling when a character not
16739 supported by the font is found.
16740 (Ffont_shape_text): When a shape callback function returns nil,
16741 try at most two more times with larger gstring.
16742 (Ffont_at): Fix getting of w. Call font_at with correct 5th argument.
16743
16744 * xdisp.c (handle_auto_composed_prop): Change the argument to
16745 auto-composition-function.
16746
16747 * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
16748 (ftfont_shape_by_flt): If an element of lgstring is nil, make a
16749 Lispy glyph and store it in the lgstring.
16750
16751 * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
16752
16753 * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
16754
16755 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16756
16757 * font.c (Ffont_shape_text): Avoid unnecessary composition.
16758
16759 * fontset.c (Vfont_encoding_charset_alist): New variable.
16760 (syms_of_fontset): DEFVAR it.
16761 (reorder_font_vector, fontset_find_font): Optimize for the case of
16762 no need of reordering.
16763 (face_for_char): Map the charset property by
16764 Vfont_encoding_charset_alist.
16765
16766 2008-02-01 Jason Rumney <jasonr@gnu.org>
16767
16768 * w32font.c (logfonts_match): Don't check adstyle here.
16769 (font_matches_spec): Check here against physical font instead.
16770 (add_font_entity_to_list): Avoid some substitutions.
16771
16772 * font.c (font_parse_fcname): Default weight and slant to normal.
16773 (font_score): Prefer normal fonts if weight or slant unspecified.
16774 (font_score) [WINDOWSNT]: Scale weight difference down to closer
16775 match freetype scores.
16776
16777 2008-02-01 Jason Rumney <jasonr@gnu.org>
16778
16779 * w32font.c (w32font_text_extents): Don't use the frame stored in the
16780 font, as it may have been deleted.
16781 (w32_enumfont_pattern_entity): Map generic family to adstyle using
16782 most common hyphenless variation.
16783 (logfonts_match): Check generic family.
16784 (font_matches_spec): Don't check generic family here.
16785 (fill_in_logfont): Set generic family based on adstyle.
16786
16787 * w32font.h (w32font_get_cache): Update declaration.
16788
16789 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16790
16791 * ftfont.c (ftfont_get_cache): Adjust the argument type.
16792
16793 * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
16794 If none of the new drivers are available, call font_update_drivers
16795 with the old drivers.
16796
16797 * w32font.c (w32font_get_cache): Adjust the argument type.
16798
16799 * xfont.c (xfont_get_cache): Adjust the argument type.
16800
16801 * font.h (struct font_driver): Change argument type of get_cache.
16802
16803 * xftfont.c (xftfont_start_for_frame): Delete prototype.
16804
16805 * font.c (Ffont_get): Fix arguments to Fassoc.
16806 (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
16807 (font_clear_cache): New function.
16808 (font_list_entities, font_matching_entity): Use font_get_cache.
16809 (font_update_drivers): Call font_clear_cache when finishing a driver.
16810
16811 * fontset.c (fontset_find_font): Fix previous change.
16812
16813 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16814
16815 * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
16816 dpyinfo->font_table.
16817 (x_delete_display) [USE_FONT_BACKEND]: Likewise.
16818 (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
16819
16820 * font.c (font_at): Handle the case that the arg C is negative.
16821 Handle the unibyte case.
16822 (Ffont_at): Call font_at with the arg C -1.
16823
16824 * xdisp.c (handle_auto_composed_prop): Don't get a character at
16825 the position here, and call font_at with the arg C -1.
16826 Don't check the range of the existing composition at the point.
16827
16828 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16829
16830 * fontset.c (fontset_add): New args charset_id and family.
16831 Change caller.
16832 (load_font_get_repertory, fontset_find_font): Assume that
16833 font_spec is always a font-spec object.
16834 (Fset_fontset_font): Always store a font-spec object in a fontset.
16835
16836 * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
16837 instead of get_property_and_range.
16838
16839 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16840
16841 * xftfont.c (struct xftfont_info): Delete the member ft_face.
16842 (xftfont_open): Don't keep locking face.
16843 (xftfont_close): Don't unlock face.
16844 (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
16845
16846 * fontset.c (fontset_find_font): Don't prefer a font of
16847 supplementary charset.
16848
16849 2008-02-01 Kenichi Handa <handa@m17n.org>
16850
16851 * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
16852 script, langsys_tag to langsys, new member script.
16853 (OTF_TAG_STR): Terminate by '\0'.
16854 (ftfont_get_open_type_spec): If :otf prop is spec, limit the
16855 listing to the script specified in that property. Fix arg to
16856 OTF_check_features.
16857
16858 2008-02-01 Jason Rumney <jasonr@gnu.org>
16859
16860 * w32font.h: New file.
16861
16862 * w32font.c: Include it.
16863 (struct w32font_info): Add owning_frame field. Move to w32font.h.
16864 (w32font_open): Set owning_frame.
16865 (w32font_text_extents): Use owning_frame.
16866 (struct font_callback_data): Add opentype_only field.
16867 (add_font_entity_to_list): Use it to filter fonts.
16868 Don't check against full name.
16869 (w32font_list_internal): New function.
16870 (w32font_list): Use it.
16871 (w32font_match_internal): New function.
16872 (w32font_match): Use it.
16873 (w32font_open_internal): New function.
16874 (w32font_open): Use it.
16875 (w32font_get_cache, w32font_close, w32font_has_char)
16876 (w32font_encode_char, w32font_text_extents, w32font_draw):
16877 Make non-static.
16878
16879 * makefile.w32-in (w32font.o): Depend on w32font.h.
16880
16881 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16882
16883 * charset.c (Fdefine_charset_internal): Record a supplementary
16884 charset at the tail of Vcharset_order_list.
16885
16886 * font.c (Ffont_shape_text): Fix the return value.
16887
16888 * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
16889
16890 * xdisp.c (handle_auto_composed_prop): Fix previous change.
16891
16892 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16893
16894 * ftfont.c (struct OpenTypeSpec): New struct.
16895 (OTF_SYM_TAG, OTF_TAG_STR): New macros.
16896 (ftfont_get_open_type_spec): New function.
16897 (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
16898
16899 * lread.c (read1): Redo the previous change with checking Vpurify_flag.
16900
16901 2008-02-01 Jason Rumney <jasonr@gnu.org>
16902
16903 * w32font.c (add_font_entity_to_list): Compare only the beginning
16904 of full name.
16905
16906 2008-02-01 Kenichi Handa <handa@m17n.org>
16907
16908 * xdisp.c (handle_auto_composed_prop): Simplify the code.
16909 Never return HANDLED_RECOMPUTE_PROPS.
16910
16911 2008-02-01 Kenichi Handa <handa@m17n.org>
16912
16913 * font.c (font_gstring_produce): Delete it.
16914
16915 * composite.h (COMPOSITION_METHOD):
16916 Handle COMPOSITION_WITH_GLYPH_STRING.
16917
16918 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16919
16920 * xfont.c (Qx): Delete.
16921 (syms_of_xfont): Don't initialize Qx.
16922
16923 * composite.h (enum composition_method):
16924 Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
16925
16926 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16927
16928 * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
16929 (choose_face_font): Accept new form of font-spec.
16930
16931 * frame.h (font_driver_list): Declare it unconditionally.
16932 (struct frame): Define members font_driver_list and font_data_list
16933 unconditionally.
16934
16935 * fontset.c: Include "font.h" unconditionally.
16936 (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
16937 (Fset_fontset_font): Accept a font-spec object.
16938
16939 * font.c (font_unparse_xlfd): If pixel_size is zero, make the
16940 PIXEL_SIZE part a wild card.
16941
16942 * dispextern.h (struct glyph_string): Define members clip and
16943 num_clips unconditionally.
16944 (struct face): Define members font_info and extra unconditionally.
16945
16946 * ftfont.c (ftfont_open): Set members maybe_otf and otf of
16947 ftfont_info only when HAVE_LIBOTF is defined.
16948
16949 2008-02-01 Andreas Schwab <schwab@suse.de>
16950
16951 * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
16952 and end.
16953
16954 2008-02-01 Jason Rumney <jasonr@gnu.org>
16955
16956 * w32font.c (w32font_driver): Add new fields.
16957
16958 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16959
16960 * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
16961 (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
16962 (LIBES): Add @M17N_FLT_CFLAGS@.
16963
16964 * composite.c (compose_text): Don't treat the new style
16965 composition specially.
16966
16967 * emacs.c (main): Call syms_of_font unconditionally.
16968
16969 * font.h (FONT_ENTITY_NOT_LOADABLE)
16970 (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
16971 (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
16972 (struct font_driver): New member shape.
16973 (font_registry_charsets): Extern it.
16974 (font_find_for_lface, font_prepare_composition): Adjust prototype.
16975 (font_otf_capability, font_drive_otf): Delete their externs.
16976
16977 * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
16978 (font_charset_alist, font_registry_charsets): Move from xfont.c
16979 and rename.
16980 (font_prop_validate_otf): New function.
16981 (font_property_table): Register it for QCotf.
16982 (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
16983 (font_drive_otf): Delete.
16984 (font_prepare_composition): New arg F. Adjust for the change of
16985 lispy gstring.
16986 (font_find_for_lface): New arg C.
16987 (font_load_for_face): Adjust for the change of font_find_for_lface.
16988 (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
16989 lispy gstring.
16990 (Ffont_shape_text): New function.
16991 (Fopen_font): If the font size is not given, use 12-pixel.
16992 (Ffont_at): New arg STRING.
16993 (syms_of_font): Initalize font_charset_alist.
16994 Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont
16995 conditionally.
16996
16997 * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
16998 fonts of the same font-spec. Change the format of RFONT-DEF.
16999 (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
17000 Adjust for the change of RFONT-DEF.
17001 (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
17002
17003 * ftfont.h: New file.
17004
17005 * ftfont.c: Don't include Freetype headers. Include "ftfont.h".
17006 (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
17007 (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
17008 (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
17009 font_otf_capability and font_drive_otf, set ftfont_shape.
17010 (ftfont_list): Adjust for the change of :otf property value.
17011 (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
17012 (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
17013 (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
17014 (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
17015 (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
17016 (otf_gstring, gstring, m17n_flt_initialized): New variables.
17017
17018 * w32term.c (x_draw_composite_glyph_string_foreground):
17019 Adjust for the change of lispy gstring.
17020
17021 * xdisp.c (handle_composition_prop): Adjust for the change of
17022 lispy gstring. Call a function for auto-composition with the
17023 third arg it->window.
17024 (fill_composite_glyph_string): Adjust for the change of lispy string.
17025 (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
17026
17027 * xfaces.c (set_font_frame_param): Adjust for the change of
17028 font_find_for_lface.
17029
17030 * xfont.c (x_font_charset_alist): Move to font.c and rename.
17031 (xfont_registry_charsets): Likewise. Change caller.
17032 (syms_of_xfont): Don't handle x_font_charset_alist.
17033
17034 * xftfont.c: Include "ftfont.h".
17035 (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
17036 (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
17037 (xftfont_close) [HAVE_LIBOTF]: Close otf.
17038 (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
17039 (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
17040 Set xftfont_driver.shape to xftfont_shape.
17041
17042 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
17043 the change of lispy gstring.
17044
17045 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17046
17047 * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
17048
17049 2008-02-01 Jason Rumney <jasonr@gnu.org>
17050
17051 * w32font.c (w32font_draw): Fill background manually.
17052
17053 2008-02-01 Jason Rumney <jasonr@gnu.org>
17054
17055 * font.c (Qfontp): Remove unused symbol.
17056 (QCantialias): New symbol.
17057 (syms_of_font): Define it.
17058 (font_property_table): Set a validator for QCantialias.
17059
17060 * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
17061 Define if not already.
17062 (QCfamily): Share with xfaces.c.
17063 (Qstandard, Qsubpixel, Qnatural): New symbols.
17064 (syms_of_w32font): Define them. Don't define QCfamily here.
17065 (w32_antialias_type, lispy_antialias_type): New functions.
17066 (w32_enumfont_pattern_entity): New arg requested_font.
17067 Set antialias parameter if non-default was requested.
17068 (fill_in_logfont): Fill in lfQuality if :antialias specified.
17069
17070 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17071
17072 * lread.c (read1): Undo the previous change.
17073
17074 2008-02-01 CHENG Gao <chenggao@gmail.com> (tiny change)
17075
17076 * frame.c (Fdelete_frame): Call font_update_drivers only when
17077 USE_FONT_BACKEND is defined.
17078
17079 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17080
17081 * font.h (struct font_bitmap): New member bits_per_pixel.
17082 (struct font_driver): New members start_for_frame and end_for_frame.
17083 (struct font_data_list): New struct.
17084 (font_put_frame_data, font_get_frame_data): Extern them.
17085
17086 * frame.h (struct frame): New member font_data_list.
17087
17088 * font.c (font_update_drivers): Call driver->start_for_frame and
17089 driver->end_for_frame at proper timings.
17090 (font_put_frame_data, font_get_frame_data): New functions.
17091 (Ffont_spec): Add usage in the docstring.
17092
17093 * frame.c (make_frame): Initialize f->font_data_list to NULL.
17094 (Fdelete_frame): Call font_update_drivers.
17095
17096 * xftfont.c (struct xftface_info): Delete the member xft_draw.
17097 (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
17098 (xftfont_get_xft_draw): New function.
17099 (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
17100 (xftfont_end_for_frame): New function.
17101 (syms_of_xftfont): Set xftfont_driver.end_for_frame.
17102
17103 * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
17104 Change argument. Cache GCs in the per-frame data.
17105 (struct ftxfont_frame_data): New struct.
17106 (ftxfont_draw_bitmap): New arg gc_fore and flush.
17107 (ftxfont_prepare_face, ftxfont_done_face): Delete them.
17108 (ftxfont_draw): Get GCs by ftxfont_get_gcs. Reflect s->clip in GCs.
17109 (ftxfont_end_for_frame): New function.
17110 (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
17111
17112 * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
17113
17114 2008-02-01 Kenichi Handa <handa@m17n.org>
17115
17116 * xselect.c (Vselection_coding_system)
17117 (Vnext_selection_coding_system): Delete them.
17118 (syms_of_xselect): Don't declare selection-coding-system and
17119 next-selection-coding-system. They are declared in select.el.
17120
17121 2008-02-01 Jason Rumney <jasonr@gnu.org>
17122
17123 * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
17124
17125 * w32fns.c: Include imm.h.
17126 (get_composition_string_fn, get_ime_context_fn): New optional
17127 system functions.
17128 (globals_of_w32fns): Load them from imm32.dll.
17129 (ignore_ime_char): New flag.
17130 (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
17131 WM_IME_ENDCOMPOSITION messages.
17132
17133 * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
17134 MULTIBYTE_CHAR_KEYSTROKE_EVENT.
17135
17136 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17137
17138 * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
17139 (READCHAR_REPORT_MULTIBYTE): New macro.
17140 (readchar): New 2nd arg MULTIBYTE.
17141 (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
17142 Make symbol's name multibyte according to the multibyteness of the
17143 source.
17144
17145 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17146
17147 * xfaces.c (face_for_overlay_string): Call lookup_face with
17148 correct arguments (fix of synching with the trunk).
17149
17150 2008-02-01 Kenichi Handa <handa@m17n.org>
17151
17152 * font.c (font_prop_validate_symbol, font_prop_validate_style)
17153 (font_prop_validate_non_neg, font_prop_validate_spacing):
17154 Delete argument prop_index.
17155 (font_property_table): Change arguments to validater. Change Callers.
17156 (font_lispy_object): Delete.
17157 (font_at): Use font_find_object instead fo font_lispy_object.
17158
17159 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17160
17161 * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
17162 and file names.
17163
17164 2008-02-01 Jason Rumney <jasonr@gnu.org>
17165
17166 * w32font.c (add_font_name_to_list): Avoid vertical fonts.
17167 (font_matches_spec): Remove debug output.
17168 (add_font_entity_to_list): Avoid using substituted fonts.
17169
17170 2008-02-01 Jason Rumney <jasonr@gnu.org>
17171
17172 * doc.c (Fsnarf_documentation):
17173 * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
17174
17175 2008-02-01 Miles Bader <miles@gnu.org>
17176
17177 * dispextern.h (struct glyph_row): Only define "clip" field if
17178 HAVE_WINDOW_SYSTEM is defined.
17179
17180 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
17181
17182 Fix up multi-tty merge.
17183
17184 * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
17185 and indentation.
17186
17187 * xfaces.c (free_realized_face, clear_face_gcs):
17188 Include font_done_for_face in the input_blocked section, just in case.
17189
17190 * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
17191 (get_char_face_and_encoding): Undo last change and remove the *other*
17192 duplicate definition (i.e. keep the one that's better scoped and that
17193 includes code for the font-backend).
17194
17195 * terminal.c (create_terminal): Default keyboard_coding to
17196 `no-conversion' and terminal_coding to `undecided'.
17197
17198 * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
17199
17200 * fontset.c (free_realized_fontsets): Check that the table entry does
17201 contain a fontset before trying to compare it to `base'.
17202
17203 * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
17204 syms_of_charset, and syms_of_coding earlier because init_window_once
17205 now needs Vcoding_system_hash_table to be setup.
17206
17207 * coding.h (default_buffer_file_coding): Remove.
17208
17209 * coding.c (default_buffer_file_coding): Remove.
17210 (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
17211 than ->symbol, and use the terminal-local coding system.
17212 (syms_of_coding): Don't setup the coding-systems that are not
17213 terminal-local.
17214 (Fdefine_coding_system_internal): Use XCAR/XCDR.
17215
17216 * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
17217 Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
17218
17219 * alloc.c (Fmake_char_table, make_sub_char_table): Remove. They're now
17220 in chartab.c and were re-added here by mistake.
17221 (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
17222
17223 * doc.c (Fsnarf_documentation):
17224 * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
17225 src to etc.
17226
17227 * ChangeLog.10: Add mistakenly removed entry.
17228
17229 2008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
17230
17231 * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
17232
17233 2008-02-01 Miles Bader <miles@gnu.org>
17234
17235 * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
17236 Add extra args to FACE_FOR_CHAR.
17237
17238 2008-02-01 Kenichi Handa <handa@m17n.org>
17239
17240 * keymap.c (where_is_internal_1): If key is a cons, store the copy
17241 in sequence.
17242
17243 * chartab.c (map_sub_char_table, map_char_table): If the range
17244 contains just one character, call the function with that character
17245 even if the depth is not 3.
17246
17247 2008-02-01 Jason Rumney <jasonr@gnu.org>
17248
17249 * w32font.c (w32font_text_extents): Calculate metrics for the
17250 whole string.
17251
17252 2008-02-01 Jason Rumney <jasonr@gnu.org>
17253
17254 * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
17255
17256 2008-02-01 Jason Rumney <jasonr@gnu.org>
17257
17258 * w32term.c (x_set_glyph_string_clipping): Use
17259 get_glyph_string_clip_rects.
17260 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
17261 Adjust for the change of struct glyph_string.
17262
17263 * w32font.c (w32font_draw): Do clipping here.
17264
17265 2008-02-01 Kenichi Handa <handa@m17n.org>
17266
17267 * xftfont.c (xftfont_draw): Adjust for the change of struct
17268 glyph_string.
17269
17270 * xterm.c (x_set_glyph_string_clipping): Use
17271 get_glyph_string_clip_rects.
17272 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
17273 Adjust for the change of struct glyph_string.
17274
17275 * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
17276 the resulting clip(s}.
17277 (expose_overlaps): Add arg r. Change callers. Set it to
17278 row->clip temporarily.
17279 (expose_window): Redraw rows overlapping the exposed area.
17280
17281 * dispextern.h (struct glyph_row): New member clip.
17282 (struct glyph_string): Delete members clip_x, clip_y, clip_width,
17283 clip_height, new member clip, and num_clips.
17284
17285 2008-02-01 Kenichi Handa <handa@m17n.org>
17286
17287 * data.c (Fchar_or_string_p): Fix docstring.
17288
17289 2008-02-01 Kenichi Handa <handa@m17n.org>
17290
17291 * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
17292 create a temporary XftDraw object.
17293
17294 2008-02-01 Kenichi Handa <handa@m17n.org>
17295
17296 * font.c (Ffontp): Fix docstring.
17297
17298 * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
17299 strong evidence of ISO-2022.
17300
17301 2008-02-01 Kenichi Handa <handa@m17n.org>
17302
17303 * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
17304 SYNTAX_ENTRY_FOLLOW_PARENT.
17305
17306 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
17307
17308 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
17309 its type.
17310 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
17311 Update to the new type of weak_hash_tables and next_weak.
17312
17313 * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
17314 a plain C pointer to Lisp_Hash_Table.
17315
17316 * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
17317 (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
17318 (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
17319 (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
17320 (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
17321 (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
17322 (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
17323 (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
17324 (GC_EQ): Remove since they've been identical to their non-GC_
17325 alter-egos ever since the markbit was eradicated.
17326
17327 * alloc.c:
17328 * buffer.c:
17329 * buffer.h:
17330 * data.c:
17331 * fileio.c:
17332 * filelock.c:
17333 * fns.c:
17334 * frame.h:
17335 * lisp.h:
17336 * macterm.c:
17337 * print.c:
17338 * process.c:
17339 * w32fns.c:
17340 * w32menu.c:
17341 * w32term.c:
17342 * xfns.c:
17343 * xmenu.c:
17344 * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
17345
17346 2008-02-01 Kenichi Handa <handa@m17n.org>
17347
17348 * chartab.c (map_sub_char_table): Make it work for the top-level
17349 char-table. Fix handling of parent char-table.
17350 (map_char_table): Adjust for the above change.
17351
17352 2008-02-01 Jason Rumney <jasonr@gnu.org>
17353
17354 * w32font.c (Qgdi): Rename from Qw32.
17355
17356 2008-02-01 Jason Rumney <jasonr@gnu.org>
17357
17358 * w32bdf.c (get_quoted_string): Make function static.
17359
17360 2008-02-01 Kenichi Handa <handa@m17n.org>
17361
17362 * xftfont.c (xftfont_open): If one of font's ASCII glyph has
17363 bigger ascent and descent than those of the font, use them as
17364 font's ascent and descent.
17365
17366 2008-02-01 Kenichi Handa <handa@m17n.org>
17367
17368 * Makefile.in (${lispsource}international/charprop.el): Move this
17369 target within "#ifdef HAVE_UNIDATA" and "#endif".
17370
17371 2008-02-01 Kenichi Handa <handa@m17n.org>
17372
17373 * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
17374 (shortlisp): Add ../lisp/language/tai-viet.el.
17375
17376 2008-02-01 Ulrich Mueller <ulm@gentoo.org>
17377
17378 * Makefile.in (${lispsource}international/charprop.el): Depend on
17379 temacs${EXEEXT}.
17380
17381 2008-02-01 Jason Rumney <jasonr@gnu.org>
17382
17383 * w32font.c (w32font_close): Delete the GDI font object.
17384
17385 * w32menu.c: Include character.h.
17386
17387 * w32proc.c: Likewise.
17388
17389 * w32select.c: Likewise.
17390
17391 * makefile.w32-in (w32proc.o): Depend on character.h.
17392
17393 2008-02-01 Jason Rumney <jasonr@gnu.org>
17394
17395 * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
17396
17397 * w32menu.c (syms_of_w32menu): Likewise.
17398
17399 * w32proc.c (syms_of_ntproc): Likewise.
17400
17401 * w32select.c (syms_of_w32select): Likewise.
17402
17403 * w32term.c (syms_of_w32term): Likewise.
17404
17405 2008-02-01 Jason Rumney <jasonr@gnu.org>
17406
17407 * w32font.c (w32font_draw): Delete brush after using it.
17408
17409 2008-02-01 Jason Rumney <jasonr@gnu.org>
17410
17411 * w32font.c (w32font_open): Don't set font_idx.
17412 (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
17413 to font settings.
17414 (w32font_draw): Fill background explicitly.
17415
17416 2008-02-01 Jason Rumney <jasonr@gnu.org>
17417
17418 * w32term.c (w32_initialize): Don't call w32font_initialize.
17419
17420 * w32font.c (w32font_info): Remove subranges.
17421 (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
17422 (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
17423 (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
17424 (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
17425 (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
17426 (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
17427 (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
17428 (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
17429 (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
17430 (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
17431 New symbols.
17432 (font_callback_data): New struct.
17433 (w32font_list, w32font_match): Use it.
17434 (w32font_open): Don't populate subranges.
17435 (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
17436 (w32font_encode_char): Always return unicode code-point as-is.
17437 (w32font_text_extents): Supply a transformation matrix to
17438 GetGlyphOutline. Never look up by glyph index. Avoid looping
17439 twice. Use unicode version of GetTexExtentPoint32 instead of
17440 glyph index version.
17441 (set_fonts_frame): Remove.
17442 (w32_enumfont_pattern_entity): Add frame parameter, use it to
17443 set frame parameter. Use backward compatible fake foundries.
17444 Save generic family in extra slot under QCfamily. Make width slot
17445 constant. Save QCspacing value. Save list of scripts instead of
17446 binary subranges.
17447 (w32_generic_family, logfonts_match, font_matches_spec): New functions.
17448 (add_font_entity_to_list): Use font_callback_data struct. Filter
17449 unwanted fonts.
17450 (add_one_font_entity_to_list): Use font_callback_data struct.
17451 (w32_registry): Default to iso10646_1.
17452 (fill_in_logfont): Use dpi from extra slot. Don't bother with
17453 string font registries. Don't fill in font name if it is a generic
17454 family name, fill family instead. Use spacing, family and script
17455 extra info to fill pitch, family and charset fields.
17456 (list_all_matching_fonts): Use font_callback_data struct.
17457 (unicode_range_for_char): Remove.
17458 (font_supported_scripts): New function.
17459 (w32font_initialize): Remove.
17460 (syms_of_w32font): Update which symbols are defined.
17461
17462 2008-02-01 Jason Rumney <jasonr@gnu.org>
17463
17464 * font.c (font_pixel_size): Reverse assq_no_quit args.
17465
17466 * w32term.h (FONT_WIDTH): Report max width, not average.
17467 (FONT_MAX_WIDTH): Remove.
17468 (FONT_AVG_WIDTH): New macro.
17469
17470 * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
17471 redefinition of FONT_WIDTH.
17472
17473 * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
17474 (w32_cache_char_metrics): Use FONT_WIDTH.
17475
17476 * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
17477
17478 2008-02-01 Jason Rumney <jasonr@gnu.org>
17479
17480 * w32font.c (w32font_open): Make lfHeight negative.
17481
17482 * w32fns.c (x_default_font_parameter): Use new style font name.
17483 (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
17484
17485 2008-02-01 Jason Rumney <jasonr@gnu.org>
17486
17487 * w32font.c (QCsubranges): New symbol.
17488 (w32font_open, w32font_has_char): Get subranges from subproperty
17489 of extra.
17490 (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
17491 (syms_of_w32font): Define :subranges symbol.
17492
17493 * font.c (font_put_extra): Expose externally.
17494
17495 * font.h (font_put_extra): Move declaration from font.c.
17496
17497 * font.c (Ffont_get): Use font driver to determine otf capability.
17498 (adjust_anchor): Check if driver defines anchor_point before using.
17499
17500 * w32font.c (w32font_open): Handle size, height and pixel_size better.
17501 (w32font_draw): Use options.
17502 (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
17503 Fix detection of truetype fonts.
17504 (registry_to_w32_charset): Handle charsets other than iso8859-1
17505 expressed as lisp symbols.
17506 (w32_registry): Express charset as lisp symbol.
17507 (fill_in_logfont): Reverse pixel and point height logic.
17508 Don't set width here. Set quality to default.
17509
17510 * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
17511 (x_to_w32_font): Fill in lfPitchAndFamily correctly.
17512
17513 * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
17514 Remove redundant loop and allocation.
17515
17516 * makefile.w32-in (font.o, w32font.o): New objects.
17517 (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
17518 (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
17519
17520 * xdisp.c (fill_composite_glyph_string): Make the first arg to
17521 STORE_XCHARB a valid l-value.
17522
17523 * w32term.c (w32_native_per_char_metric): Swap width and rbearing
17524 calculations for non-Truetype fonts.
17525 (x_draw_glyph_string): Sync with xterm.c.
17526 (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
17527 Remove redundant code.
17528 (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
17529
17530 * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
17531 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
17532
17533 * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
17534 (x_to_w32_charset, w32_to_x_charset): Expose externally.
17535
17536 * w32font.c: New file for w32 font backend.
17537
17538 2008-02-01 Kenichi Handa <handa@m17n.org>
17539
17540 * term.c: Don't include "buffer.h" twice.
17541
17542 2008-02-01 Kenichi Handa <handa@m17n.org>
17543
17544 * character.c (Funibyte_string): New function.
17545 (syms_of_character): Defsubr it.
17546
17547 2008-02-01 Jason Rumney <jasonr@gnu.org>
17548
17549 * w32term.c [USE_FONT_BACKEND]:
17550 (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
17551 (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
17552 (x_draw_glyph_string, x_draw_glyph_string_foreground)
17553 (x_draw_composite_glyph_string_foreground, x_new_fontset2)
17554 (x_free_frame_resources): Sync with xterm.c.
17555
17556 2008-02-01 Andreas Schwab <schwab@suse.de>
17557
17558 * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
17559 char-table size.
17560
17561 2008-02-01 Kenichi Handa <handa@m17n.org>
17562
17563 * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
17564
17565 2008-02-01 Kenichi Handa <handa@m17n.org>
17566
17567 * ftfont.c (ftfont_driver): Delete font_otf_gsub and
17568 font_otf_gpos, add font_drive_otf.
17569
17570 * fontset.c (fontset_find_font): Pay attention to font size
17571 specified for a font.
17572 (reorder_font_vector): Check contents of font_def.
17573
17574 * font.c (struct otf_list): Delete it.
17575 (otf_list): Make it a lisp variable.
17576 (otf_open): Use lispy otf_list.
17577 (generate_otf_features): Rename from parse_gsub_gpos_spec.
17578 (check_otf_features): New function.
17579 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
17580 New functions.
17581 (font_drive_otf): New function merging font_otf_gsub and
17582 font_otf_gpos.
17583 (font_open_for_lface): New arg spec. Change argument order.
17584 (font_load_for_face): Adjust for the change of font_open_for_lface.
17585 (Ffont_drive_otf): New function merging Ffont_otf_gsub and
17586 Ffont_otf_gpos.
17587 (syms_of_font): Staticpro otf_list. Delete defsubr of
17588 Sfont_otf_gsub and Sfont_otf_gpos. Defsubr Sfont_drive_otf.
17589
17590 * xfaces.c (set_font_frame_param): Adjust for the change of
17591 font_open_for_lface.
17592
17593 * font.h (font_open_for_lface): Adjust prototype.
17594 (struct font_driver): Delete members otf_gsub and otf_gpos, add
17595 member otf_drive.
17596 (font_otf_gsub, font_otf_gpos): Delete externs.
17597 (font_drive_otf): Extern it.
17598
17599 2008-02-01 Kenichi Handa <handa@m17n.org>
17600
17601 * font.c (font_at): If the window W is not on a window system,
17602 return Qnil.
17603
17604 * coding.c (produce_chars, encode_coding): Don't call
17605 insert_from_gap if no characters to produce.
17606
17607 2008-02-01 Kenichi Handa <handa@m17n.org>
17608
17609 * fontset.c (free_realized_fontsets): Avoid unnecessary call of
17610 Fclear_face_cache.
17611
17612 * xfaces.c (face_for_font): Check also face->font==font->font.font.
17613
17614 2008-02-01 Miles Bader <miles@gnu.org>
17615
17616 * emacs.c (main): Change default value of `enable_font_backend' to 1.
17617 Parse "--disable-font-backend" option.
17618 (standard_args): Add "--disable-font-backend" option.
17619
17620 2008-02-01 Kenichi Handa <handa@m17n.org>
17621
17622 * fontset.c (fontset_find_font): New function.
17623 (fontset_font): Use fontset_find_font.
17624 (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
17625 Register the specified font for all Latin characters.
17626 (new_fontset_from_font): Register the specified font for all Latin
17627 characters.
17628 (dump_fontset): For a realized fontset, include the base fontset
17629 name in the returned vector.
17630
17631 2008-02-01 Kenichi Handa <handa@m17n.org>
17632
17633 * character.h (CHAR_STRING): Cast C to unsigned on calling
17634 char_string.
17635
17636 * character.c (char_string): Type of arg C changed to unsigned.
17637 Signal an error if C is an invalid character code.
17638
17639 * editfns.c (general_insert_function, Fchar_to_string):
17640 Use CHARACTERP, not INTEGERP.
17641
17642 2008-02-01 Kenichi Handa <handa@m17n.org>
17643
17644 * character.h (MIN_MULTIBYTE_LEADING_CODE)
17645 (MAX_MULTIBYTE_LEADING_CODE): New macros.
17646
17647 * regex.c (analyse_first): Fix for multibyte characters in "case
17648 charset:" and "case categoryspec:".
17649
17650 2008-02-01 Andreas Schwab <schwab@suse.de>
17651
17652 * Makefile.in (LIBES): Move standard libraries to the end.
17653
17654 2008-02-01 Kenichi Handa <handa@m17n.org>
17655
17656 * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
17657 nonzero, don't shrink the buffer nextb.
17658
17659 * buffer.h (struct buffer_text): New member inhibit_shrinking.
17660
17661 * coding.c (coding_alloc_by_making_gap): New arg offset.
17662 (alloc_destination): Call coding_alloc_by_making_gap with the arg
17663 offset.
17664 (decode_coding_iso_2022): Update coding->safe_charsets.
17665 (decode_coding_gap): Temporarily set
17666 current_buffer->text->inhibit_shrinking to 1.
17667
17668 2008-02-01 Kenichi Handa <handa@m17n.org>
17669
17670 * xterm.c (x_draw_composite_glyph_string_foreground): Fix
17671 indexing into elements of s->cmp and s->char2b.
17672
17673 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
17674
17675 * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
17676
17677 2008-02-01 Kenichi Handa <handa@m17n.org>
17678
17679 * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
17680 target_multibyte instead of multibyte.
17681 (re_match_2_internal): Call bcmp_translate with target_multibyte.
17682 (bcmp_translate): Change the argument name from multibyte to
17683 target_multibyte.
17684
17685 2008-02-01 Kenichi Handa <handa@m17n.org>
17686
17687 These changes are to compile a regexp into a pattern that can be
17688 used both for multibyte and unibyte targets.
17689
17690 * Makefile.in (search.o): Depend on charset.h.
17691
17692 * character.c (multibyte_char_to_unibyte_safe): New function.
17693
17694 * search.c: Include "charset.h".
17695 (compile_pattern_1): Delete argument multibyte. Don't set
17696 cp->buf.target_multibyte here. Set cp->buf.charset_unibyte.
17697 (compile_pattern): Don't compare cp->buf.target_multibyte.
17698 Compare cp->buf.charset_unibyte.
17699 (compile_pattern): Set cp->buf.target_multibyte.
17700
17701 * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
17702
17703 * regex.h (struct re_pattern_buffer): New member charset_unibyte.
17704
17705 * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
17706 multibyte. Change callers.
17707 (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
17708 (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete. Change callers
17709 to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
17710 (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
17711 (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
17712 (regex_compile): Make the compiled pattern usable both for
17713 multibyte and unibyte targets.
17714 (analyse_first): Make the fastmap usable both for multibyte and
17715 unibyte targets.
17716 (TRANSLATE_VIA_MULTIBYTE): Delete.
17717 (re_match_2_internal): Pay attention to the case that the
17718 multibyteness of bufp and target may be different.
17719
17720 2008-02-01 Kenichi Handa <handa@m17n.org>
17721
17722 * xdisp.c (x_produce_glyphs): When a font is not found, make the
17723 empty box occupy at least one column width.
17724
17725 2008-02-01 Miles Bader <miles@gnu.org>
17726
17727 * Makefile.in: Remove redundant HAVE_XFT clause.
17728
17729 2008-02-01 Kenichi Handa <handa@m17n.org>
17730
17731 * xrdb.c (x_load_resources): Setup the default fontSet X resource.
17732
17733 2008-02-01 Kenichi Handa <handa@m17n.org>
17734
17735 * fontset.c (Finternal_char_font): Fix for the case of POSITION
17736 being nil.
17737
17738 2008-02-01 Kenichi Handa <handa@m17n.org>
17739
17740 * xftfont.c (xftfont_open): Call FcConfigSubstitute.
17741
17742 2008-02-01 Kenichi Handa <handa@m17n.org>
17743
17744 * xftfont.c (xftfont_open): Don't enable antialias explicitly.
17745
17746 2008-02-01 Kenichi Handa <handa@m17n.org>
17747
17748 * search.c (simple_search): Fix previous change.
17749
17750 2008-02-01 Kenichi Handa <handa@m17n.org>
17751
17752 * xftfont.c (ftfont_font_format): Extern declaration.
17753
17754 * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
17755
17756 * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
17757 (xfont_list): Don't directly use Lisp_Object as an operand of &&.
17758
17759 * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
17760 (ftfont_font_format): Fix previous change.
17761
17762 * font.h (Ffont_xlfd_name): EXFUN it.
17763
17764 * font.c (font_parse_xlfd): Fix the array size of `f'.
17765 (register_font_driver): Use EQ to compare driver->type.
17766
17767 * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
17768 (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
17769 (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
17770
17771 2008-02-01 Kenichi Handa <handa@m17n.org>
17772
17773 * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
17774 (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
17775
17776 2008-02-01 Kenichi Handa <handa@m17n.org>
17777
17778 * xfont.c (xfont_open): Set font->format.
17779
17780 * xftfont.c (xftfont_open): Set font->format.
17781
17782 * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
17783 (ftfont_list): Include FC_FONTFORMAT in FcObject.
17784 (ftfont_open): Set font->format.
17785 (ftfont_font_format): New function.
17786
17787 * font.h (struct font): New member format.
17788
17789 * font.c (Qopentype): New variable.
17790 (syms_of_font): Defsym it.
17791 (Fquery_font): Change the format of the last element of the return
17792 value.
17793
17794 2008-02-01 Kenichi Handa <handa@m17n.org>
17795
17796 * xfns.c (xic_create_xfontset): Try the default fontset name as a
17797 last resort.
17798
17799 2008-02-01 Kenichi Handa <handa@m17n.org>
17800
17801 * coding.c (detect_coding_charset): Fix detection of multi-byte
17802 charset.
17803
17804 2008-02-01 Bob Halley <halley@play-bow.org> (tiny change)
17805
17806 * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
17807
17808 2008-02-01 Kenichi Handa <handa@m17n.org>
17809
17810 * xdisp.c (get_next_display_element): Set it->face_id for the
17811 first component of a composition.
17812 (x_produce_glyphs): Check if the font is changed or not for composition.
17813
17814 2008-02-01 Kenichi Handa <handa@m17n.org>
17815
17816 * fontset.c (Qlatin): New variable.
17817 (syms_of_fontset): Define it as a lisp symbol.
17818 (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
17819
17820 2008-02-01 Kenichi Handa <handa@m17n.org>
17821
17822 * font.c (font_unparse_fcname): Pay attention to the case that
17823 some of font property is a null string.
17824
17825 2008-02-01 Kenichi Handa <handa@m17n.org>
17826
17827 * term.c: Include "composite.h".
17828 (encode_terminal_code): Output all components of composition.
17829 Check the size of encode_terminal_src.
17830 (produce_glyphs): For composition, call produce_composite_glyph.
17831 (append_composite_glyph, produce_composite_glyph): New functions.
17832
17833 * xdisp.c (x_produce_glyphs): In handling composition, if a font
17834 is not found, get font_info from the current ascii face.
17835
17836 2008-02-01 Kenichi Handa <handa@m17n.org>
17837
17838 * fileio.c (Finsert_file_contents): On replacing, temporarily bind
17839 buffer-file-name to Qnil before calling insert_from_buffer.
17840
17841 * font.c (font_unparse_fcname): Pay attention to the case that
17842 foundry is a null string.
17843
17844 2008-02-01 Kenichi Handa <handa@m17n.org>
17845
17846 * ftfont.c (ftfont_list): Allow registry "unicode-sip".
17847
17848 * font.c (Qunicode_sip): New variable.
17849 (syms_of_font): Declare it as a Lisp symbol.
17850
17851 * font.h (Qunicode_sip): Extern it.
17852
17853 2008-02-01 Kenichi Handa <handa@m17n.org>
17854
17855 * composite.c (get_composition_id): Pay attention to TAB component.
17856
17857 * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
17858 TAB. Adjust for the change of s->char2b which always points to
17859 the first element of allocated memory.
17860
17861 * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
17862
17863 * xdisp.c (handle_composition_prop): Set it->c to the first
17864 non-TAB component.
17865 (fill_composite_glyph_string): Change argument.
17866 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
17867 (x_produce_glyphs): Fix handling of left/right padding.
17868
17869 2008-02-01 Kenichi Handa <handa@m17n.org>
17870
17871 * coding.c (detect_coding_system): Fix for handling off
17872 inhibit_iso_escape_detection. Fix for the case that no coding
17873 system is defined for a specific coding category.
17874
17875 2008-02-01 Kenichi Handa <handa@m17n.org>
17876
17877 * font.c (font_matching_entity): Delete unused local var.
17878
17879 * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
17880 opening a font.
17881
17882 * fileio.c (Finsert_file_contents): On recovering a file, assume
17883 Unix-like eol.
17884 (choose_write_coding_system): On auto-saving a file, force
17885 Unix-like eol.
17886
17887 * coding.c (setup_coding_system): Fix setting of
17888 coding->common_flags based on eol_type.
17889 (coding_inherit_eol_type): If PARENT is not nil, be sure to
17890 inherit from it.
17891
17892 2008-02-01 Kenichi Handa <handa@m17n.org>
17893
17894 * alloc.c (NSTATICS): Increas to 0x600.
17895
17896 2008-02-01 Kenichi Handa <handa@m17n.org>
17897
17898 * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
17899 (ftfont_list): Don't check :name property.
17900 (ftfont_match): New function.
17901 (ftfont_pattern_entity): If the pattern doesn't contain
17902 FC_SPACING, don't assume FC_MONO.
17903
17904 * font.h (struct font_driver): New member `match'.
17905 (font_update_drivers): Adjust prototype.
17906
17907 * font.c (font_parse_fcname, font_parse_name): Don't change :name
17908 property of FONT.
17909 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring): Define
17910 them unconditionally.
17911 (font_matching_entity): New function.
17912 (font_open_by_name): Try font_matching_entity if exact match is
17913 not found.
17914 (font_update_drivers): Delete the arg FONT. Return a list of
17915 actually used backends. Don't free faces, font caches here.
17916 Don't store data in frame parameters. Don't call x_set_font.
17917 (Ffont_spec): Store :name property as is.
17918 (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
17919 (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
17920 (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
17921 (Ffont_otf_alternates): Check if the driver has otf_gsub function.
17922 Call font->driver->otf_gsub instead of font_otf_gsub.
17923
17924 * frame.c (x_set_font_backend): Do more works that were done in
17925 font_update_drivers before.
17926
17927 * xfont.c (xfont_match): New function.
17928 (xfont_driver): Set xfont_driver.match to xfont_match.
17929 (xfont_draw): Set font in GC if necessary.
17930
17931 * ftxfont.c (ftxfont_match): New function.
17932 (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
17933
17934 * xftfont.c (xftfont_match): New function.
17935 (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
17936
17937 2008-02-01 Kenichi Handa <handa@m17n.org>
17938
17939 * font.h (struct font): New member scalable.
17940 (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
17941 (font_otf_gsub): Adjust prototype.
17942
17943 * font.c (font_otf_capability): Fix handling of the default langsys.
17944 (parse_gsub_gpos_spec): Change type to void. New arg nbytes.
17945 Check the contents of SPEC.
17946 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
17947 (check_gstring): New function.
17948 (REPLACEMENT_CHARACTER): New macro.
17949 (font_otf_gsub): New arg alternate_subst. Be sure to set all
17950 glyph codes of GSTRING.
17951 (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
17952 (font_prepare_composition): Set cmp->glyph_len.
17953 (font_open_entity): Set font->scalable.
17954 (Ffont_get): Handle :otf property.
17955 (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates): New
17956 functions.
17957 (Fquery_font): Use font->font.full_name.
17958 (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
17959 Sfont_otf_alternates.
17960
17961 * ftfont.c (ftfont_open): Set font->font.full_name and
17962 font->font.name properly. Fix calculation of font->font.height
17963 and font->min_width.
17964
17965 * ftxfont.c (ftxfont_create_gcs): New function.
17966 (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
17967 (ftxfont_draw_backgrond): Fix filling region.
17968 (ftxfont_default_fid): New function.
17969 (ftxfont_open): Set xfont->fid to the return value of
17970 ftxfont_default_fid.
17971 (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
17972 (ftxfont_done_face): Free only GCs that are created by
17973 ftxfont_create_gcs.
17974 (ftxfont_draw): If face->gc != s->gc, create proper GCs.
17975
17976 * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
17977 Clip to src->width, etc (not src->clip_XXX).
17978
17979 * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
17980 FontBackend frame parameter.
17981
17982 2008-02-01 Kenichi Handa <handa@m17n.org>
17983
17984 * font.h (struct font_driver_list): New member `on'.
17985 (Fclear_font_cache): EXFUN it.
17986 (font_update_drivers): Extern it.
17987
17988 * font.c (font_unparse_fcname): Fix typo (swidth->width).
17989 (font_list_entities): Check driver_list->on.
17990 (register_font_driver): Initalize `on' member to 0.
17991 (font_update_drivers): New function.
17992 (Fclear_font_cache): Check driver_list->on.
17993
17994 * frame.h (Qfont_backend): Extern it.
17995 (x_set_font_backend): Extern it.
17996
17997 * frame.c (Qfont_backend): New variable.
17998 (frame_parms): New element for font-backend.
17999 (x_set_font_backend): New function.
18000
18001 * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
18002 FontBackend frame parameter.
18003 (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
18004 x_set_font_backend.
18005
18006 * xfont.c (xfont_list): Don't try listing by :name property if the
18007 name is not for XLFD.
18008
18009 2008-02-01 Kenichi Handa <handa@m17n.org>
18010
18011 * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
18012 (LGLYPH_SET_TO): New macros.
18013 (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
18014 element of G is vector or not.
18015 (font_at): Extern it.
18016
18017 * font.c: Include window.h.
18018 (font_lispy_object): New function.
18019 (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
18020 end of valid glyph.
18021 (font_close_object): Fix getting (struct font *).
18022 (font_at): New function.
18023 (Ffont_get): If FONT is a font-object, get entity from it.
18024 (Ffont_make_gstring): Initialize elements of glyphs with nil.
18025 (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX. Fix
18026 range check.
18027 (Ffont_at): New function.
18028 (syms_of_font): Defsubr Sfont_at.
18029
18030 * xdisp.c (it_props): Move the entry for Qauto_composed to just
18031 before the entry for Qcomposition.
18032 (handle_auto_composed_prop): Call auto-composition-function with 4 args.
18033 (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
18034 the font in gstring.
18035 (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
18036 LGLYPH_FORM (g) to detect the end of valid glyph.
18037 (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
18038 we are composing with gstring.
18039
18040 * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
18041 Check if adjustment is vector or not.
18042
18043 * Makefile.in (font.o): Make it depends on window.h.
18044
18045 2008-02-01 Kenichi Handa <handa@m17n.org>
18046
18047 * xterm.c (x_draw_composite_glyph_string_foreground): Check if
18048 adjustment is vector or not.
18049
18050 2008-02-01 Miles Bader <miles@gnu.org>
18051
18052 * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
18053
18054 2008-02-01 Kenichi Handa <handa@m17n.org>
18055
18056 * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
18057 (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format.
18058 (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
18059
18060 * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
18061 (DEVICE_DELTA): Fix typo.
18062 (font_otf_gpos, font_prepare_compositio): Adjust for the change of
18063 LGLYPH format.
18064
18065 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
18066 the change of LGLYPH format.
18067
18068 2008-02-01 Kenichi Handa <handa@m17n.org>
18069
18070 * ftfont.c (ftfont_list): Fix typo.
18071 (ftfont_build_basic_charsets): Don't include letters with diacritics.
18072
18073 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
18074
18075 * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
18076
18077 * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
18078 xftface_info is non-NULL.
18079
18080 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
18081
18082 * ftfont.c (ftfont_list): Move misplaced #endif.
18083
18084 2008-02-01 Kenichi Handa <handa@m17n.org>
18085
18086 * ftfont.c (ftfont_list): Pay attention to the case that
18087 FC_CAPABILITY is not defined.
18088
18089 2008-02-01 Kenichi Handa <handa@m17n.org>
18090
18091 * xftfont.c (xftfont_open): Set charset related members to -1.
18092
18093 * ftfont.c (ftfont_list): Handle QCotf property. Fix handling of
18094 QCname.
18095 (ftfont_open): Set charset related members to -1.
18096
18097 * fontset.c (Votf_script_alist): New variable.
18098 (syms_of_fontset): Initialize it.
18099 (fontset_font): Delete unused variable.
18100
18101 * fontset.h (Votf_script_alist): Extern it.
18102
18103 * font.c (font_find_for_lface): Optimize code.
18104
18105 * font.h (font_close_object, font_merge_old_spec): Extern them.
18106
18107 2008-02-01 Kenichi Handa <handa@m17n.org>
18108
18109 * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
18110 (syms_of_font): Initialize them.
18111 (font_pixel_size): Allow float value in dpi.
18112 (font_prop_validate_type): Delete.
18113 (font_prop_validate_symbol, font_prop_validate_style): Change argument.
18114 Change caller.
18115 (font_prop_validate_non_neg): Rename from font_prop_validate_size.
18116 (font_prop_validate_extra): Delete.
18117 (font_prop_validate_spacing): New function.
18118 (font_property_table): Add elements for all known properties.
18119 (get_font_prop_index): Rename from check_font_prop_name. New
18120 argument FROM. Change caller.
18121 (font_prop_validate): Validate all known properties.
18122 (font_put_extra): Delete argument force. Change caller.
18123 (font_expand_wildcards): Make it static. Fix the way of shrinking
18124 the possible range.
18125 (font_parse_xlfd): Delete argument merge. Fix handling of RESX,
18126 RESY, SPACING, and AVGWIDTH. Don't validate property values here.
18127 Change caller.
18128 (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
18129 (font_parse_fcname): Delete argument merge. Fix parsing of point
18130 size. Don't validate properties values here. Change caller.
18131 (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
18132 (font_open_by_name): Delete unused variable.
18133 (Ffont_spec): Likewise. Validate property values.
18134 (Ffont_match_p): New function.
18135
18136 * font.h (QCscalable): Extern it.
18137 (font_parse_xlfd, font_parse_fcname): Adjust prototype.
18138
18139 * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
18140
18141 * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
18142 (xfont_list_pattern): New function.
18143 (xfont_list): Use xfont_list_pattern.
18144
18145 2008-02-01 Kenichi Handa <handa@m17n.org>
18146
18147 * font.h (Flist_fonts): EXFUN it.
18148
18149 2008-02-01 Jason Rumney <jasonr@gnu.org>
18150
18151 * w32term.c (w32_initialize): Add back smoothing_type and
18152 smoothing_enabled definitions.
18153
18154 2008-02-01 Kenichi Handa <handa@m17n.org>
18155
18156 * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
18157 s->face->font on determining underline position.
18158
18159 2008-02-01 Kenichi Handa <handa@m17n.org>
18160
18161 * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
18162 (font_has_char): Accept font-object too.
18163 (font_find_for_lface): Try at first with a size specified in face.
18164
18165 2008-02-01 Kenichi Handa <handa@m17n.org>
18166
18167 * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
18168 font_open_by_name.
18169
18170 2008-02-01 Kenichi Handa <handa@m17n.org>
18171
18172 * font.h (QCspacing, QCdpi): Extern them.
18173 (enum font_spacing): New enum.
18174 (FONT_PIXEL_SIZE_QUANTUM): New macro.
18175
18176 * font.c (POINT_TO_PIXEL): Don't divide POINT by 10.
18177 (QCspacing, QCdpi): New variables.
18178 (syms_of_font): Initialize them.
18179 (font_pixel_size): New function.
18180 (font_put_extra): New function.
18181 (font_parse_xlfd): Fix handling of font size. Add QCdpi property
18182 in FONT_EXTRA.
18183 (font_parse_fcname): Handle enumerated values (e.g. bold).
18184 Fix handling font size. Add QCname property that contains only
18185 unknown properties.
18186 (font_score): Change argument. Change caller. Pay attention to
18187 FONT_PIXEL_SIZE_QUANTUM.
18188 (font_sort_entites, font_list_entities, font_find_for_lface)
18189 (font_open_for_lface, font_open_by_name): Fix handling of font size.
18190 (Ffont_spec): Add QCname property that contains only unknown properties.
18191
18192 * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq. Don't
18193 include weight in listing pattern, instead check weight of each
18194 listed font. Don't include scalable in pattern. Pay attention to
18195 FONT_PIXEL_SIZE_QUANTUM.
18196
18197 2008-02-01 Kenichi Handa <handa@m17n.org>
18198
18199 * font.c (font_parse_fcname): Fix parsing of point-size.
18200 (font_unparse_fcname): Produce symbolic names for style properties.
18201 (font_list_entities): Handle float size correctly.
18202 (font_open_by_name): Prefer `normal' property values if the name
18203 doesn't specify them.
18204
18205 * fontset.c (Finternal_char_font): Use font_get_name, not
18206 Ffont_xlfd_name.
18207
18208 * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
18209 FC_WEIGHT_REGULAR. Exclude FC_SIZE and FC_PIXEL_SIZE from listing
18210 pattern. Don't force scalable.
18211
18212 * xftfont.c (xftfont_open): For generating a name, start from
18213 96-byte buffer.
18214
18215 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
18216
18217 * frame.h (x_new_fontset2): Fix prototype.
18218
18219 2008-02-01 Kenichi Handa <handa@m17n.org>
18220
18221 * font.h (struct font_driver): Delete member parse_name.
18222 (font_match_p, font_get_spec, font_parse_fcname)
18223 (font_unparse_fcname): Extern them.
18224 (font_get_name): Adjust prototype.
18225
18226 * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
18227 (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
18228 (font_expand_wildcards): Fix handling ENCODING field. Avoid
18229 unnecessary checks for weight, slant, and swidth.
18230 (font_parse_fcname): New function.
18231 (font_unparse_fcname): New function.
18232 (font_parse_name): New function.
18233 (font_match_p): New function.
18234 (font_get_name): Change return value to Lisp string.
18235 (font_get_spec): New function.
18236 (Qunspecified, Qignore_defface): Don't extern them.
18237 (font_find_for_lface): Assume that LFACE is fully specified.
18238 (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
18239 object, use it for FACE.
18240 (font_open_by_name): Call Ffont_spec with QCname prop. Don't call
18241 driver->parse_name.
18242 (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
18243
18244 * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
18245 prototype.
18246
18247 * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
18248 argument F. Don't call Fnew_fontset. Instead, directly call
18249 make_fontset.
18250
18251 * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
18252
18253 * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
18254 of x_new_fontset2.
18255
18256 * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
18257 (Qsans__serif): New variables.
18258 (ftfont_generic_family_list): New variable.
18259 (syms_of_ftfont): Initialize the above variables.
18260 (ftfont_pattern_entity): Delete argument NAME.
18261 (ftfont_list_generic_family): New function.
18262 (ftfont_parse_name): Delete this function.
18263 (ftfont_list): Try generic family only when FcFontList found no font.
18264 (ftfont_list_family): Fix args to FcObjectSetBuild.
18265
18266 * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
18267 object in attrs[LFACE_FONT_INDEX].
18268 (set_lface_from_font_name): Cancel all changes for font-backend.
18269 (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
18270 function.
18271 (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
18272 font object in QCfont attribute.
18273 (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
18274 (realize_default_face) [USE_FONT_BACKEND]: Call
18275 set_lface_from_font_and_fontset.
18276
18277 * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
18278 "fixed", and signal error here if no suitable font was found.
18279
18280 * xfont.c (xfont_parse_name): Delete this function.
18281
18282 * xftfont.c (xftfont_open): Change coding style of error
18283 handling. Generate fontconfig's fontname pattern.
18284
18285 * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
18286 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
18287
18288 * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
18289 Both args FONTSET and FONT_OBJECT must be existing ones.
18290
18291 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18292
18293 * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
18294
18295 2008-02-01 Kenichi Handa <handa@m17n.org>
18296
18297 * xfont.c (xfont_open, xfont_encode_char): Fix typo.
18298
18299 * font.h (struct font): Fix typo.
18300
18301 * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
18302 XLFD_XXX_INDEX.
18303 (enum xlfd_field_mask): New enum.
18304 (intern_font_field): Changed argument. Change caller. If digits
18305 are followed by non-digits, return a symbol.
18306 (font_expand_wildcards): New function.
18307 (font_parse_xlfd): Fix wildcard handling.
18308 (Ffont_spec): If :name is specified, reflect the info in the other
18309 properties.
18310
18311 * ftfont.c (ftfont_pattern_entity): Fix typo.
18312 (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
18313 locale.
18314
18315 2008-02-01 Kenichi Handa <handa@m17n.org>
18316
18317 * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
18318
18319 * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
18320 (font_unparse_xlfd): Fix argument type declaration. Append "*" if
18321 registry doesn't specify encoding part.
18322 (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
18323 (font_open_by_name): At first try parsing the name.
18324 (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
18325 as Lisp symbols.
18326
18327 * fontset.c (reorder_font_vector): Pay attention to the case that
18328 the 3rd element of font_def is nil.
18329 (fontset_font): For the default fontset, append one more fontset
18330 elements for a script-based font specification. Don't add script
18331 attribute on finding a font.
18332 (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
18333 font name.
18334 (fontset_ascii_font): If a font can't be opened, return nil.
18335
18336 * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
18337 (ftfont_pattern_entity): New function.
18338 (ftfont_get_cache): Assume that freetype_font_cache is already
18339 initialized.
18340 (ftfont_list): Handle the case that a file is specified in font
18341 name. Use ftfont_pattern_entity to generate entities.
18342 (ftfont_has_char): Check if the pattern contains FC_CHARSET.
18343 (syms_of_ftfont): Initialize freetype_font_cache.
18344
18345 * xftfont.c (xftfont_open): Make the font name fontconfig's
18346 style. Add BLOCK_INPUT and UNBLOCK_INPUT.
18347 (xftfont_close): Free font->font.name if not NULL.
18348
18349 * xfont.c (xfont_list): If script is specified for a font, return
18350 null_vector.
18351 (xfont_list_family): Declare argument type.
18352
18353 * xfaces.c (set_lface_from_font_name): If a font doesn't have a
18354 name, set LFACE_FONT (lface) to nil.
18355
18356 * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
18357 return Qnil.
18358
18359 2008-02-01 Kenichi Handa <handa@m17n.org>
18360
18361 * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
18362 (standard_args): Add "-enable-font-backend".
18363
18364 2008-02-01 Kenichi Handa <handa@m17n.org>
18365
18366 * xftfont.c (xftfont_default_fid): Set fid_known to 1.
18367 (struct xftdraw_list, xftdraw_list): Delete them.
18368 (register_xftdraw, check_xftdraw): Delete them.
18369 (xftfont_prepare_face): Don't call register_xftdraw.
18370 (xftfont_done_face): Don't call check_xftdraw.
18371 (xftfont_draw): Get background color only when with_background is
18372 nonzero.
18373
18374 * xfont.c (xfont_encode_char): Fix calculation of char2b.
18375
18376 2008-02-01 Kenichi Handa <handa@m17n.org>
18377
18378 These changes are for the new font handling codes.
18379
18380 * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
18381 @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
18382 (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
18383 (FONTSRC, FONTOBJ): New variables.
18384 (obj): Add $(FONTOBJ).
18385 (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
18386 (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
18387 @LIBOTF_LIBS@.
18388 (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
18389 (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
18390
18391 * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
18392
18393 * character.h (Vscript_representative_chars): Extern it.
18394
18395 * character.c (Vscript_representative_chars): New variable.
18396 (syms_of_character): Declare it as a Lisp variable.
18397
18398 * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
18399 enable_font_backend is nonzero, accept the composition method
18400 COMPOSITION_WITH_GLYPH_STRING.
18401
18402 * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
18403 enumeration COMPOSITION_WITH_GLYPH_STRING.
18404
18405 * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
18406 members clip_x, clip_y, clip_width, and clip_height.
18407 (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
18408
18409 * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
18410 --enable-font-backend. Call syms_of_font.
18411
18412 * fns.c (assoc_no_quit): New function.
18413
18414 * fontset.h (FONT_INFO_FROM_FACE): New macro.
18415 (face_for_font, new_fontset_from_font)
18416 (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
18417
18418 * fontset.c [USE_FONT_BACKEND]: Include "font.h".
18419 (fontset_font, fontset_ascii, face_for_char)
18420 (make_fontset_for_ascii_face, Ffont_info)
18421 (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
18422 is nonzero, use font-backend mechanism.
18423 (find_font_encoding): Make it non-static.
18424 (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
18425 New functions.
18426
18427 * frame.h (struct frame): New members resx and resy.
18428 (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
18429 (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
18430
18431 * frame.c [USE_FONT_BACKEND]: Include "font.h".
18432 (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
18433
18434 * lisp.h (assoc_no_quit): Extern it.
18435
18436 * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
18437 Through out the file, use FONT_INFO_FROM_FACE instead of
18438 FONT_INFO_FROM_ID, use get_per_char_metric instead of
18439 rif->per_char_metric.
18440 (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
18441 method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
18442 (get_glyph_face_and_encoding, fill_composite_glyph_string)
18443 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
18444 (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
18445 nonzero, use font-backend mechanism.
18446 (get_per_char_metric): New function.
18447
18448 * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
18449 (set_lface_from_font_name)
18450 (set_font_frame_param, free_realized_face)
18451 (prepare_face_for_display, clear_face_gcs)
18452 (Finternal_set_font_selection_order, realize_x_face)
18453 [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
18454 font-backend mechanism.
18455 (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
18456 (load_face_font) [USE_FONT_BACKEND]: Abort.
18457 (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
18458 (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
18459
18460 * xfns.c [USE_FONT_BACKEND]: Include "font.h".
18461 (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
18462 (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
18463 nonzero, register all available font drivers. Call
18464 x_default_font_parameter for deciding a font.
18465 (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
18466
18467 * xterm.c [USE_FONT_BACKEND]: Include "font.h".
18468 (x_set_mouse_face_gc, x_set_glyph_string_clipping)
18469 (x_set_glyph_string_clipping_exactly)
18470 (x_compute_glyph_string_overhangs)
18471 (x_draw_glyph_string_foreground)
18472 (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
18473 (x_free_frame_resources) [USE_FONT_BACKEND]: If
18474 enable_font_backend is nonzero, use font-backend mechanism.
18475 (x_new_fontset2) [USE_FONT_BACKEND]: New function.
18476
18477 2008-02-01 Kenichi Handa <handa@m17n.org>
18478
18479 * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
18480 system_eol_type.
18481 (syms_of_coding): Initialize system_eol_type.
18482
18483 * process.c (Fset_process_coding_system): Inherit system's eol
18484 format if necessary.
18485
18486 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18487
18488 * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
18489
18490 2008-02-01 Kenichi Handa <handa@m17n.org>
18491
18492 * coding.c (decode_eol): Pay attention to buffer relocation in
18493 del_range_2.
18494 (decode_coding): Call decode_eol before restoring undo_list.
18495
18496 2008-02-01 Kenichi Handa <handa@m17n.org>
18497
18498 * charset.c (Fdefine_charset_internal): Fix setting of
18499 emacs_mule_bytes.
18500
18501 2008-02-01 Kenichi Handa <handa@m17n.org>
18502
18503 * keyboard.c (read_char): Check if C is a character or not before
18504 looking up Vkeyboard_translate_table.
18505
18506 2008-02-01 Kenichi Handa <handa@m17n.org>
18507
18508 * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Fix
18509 condition to terminate the loop.
18510
18511 2008-02-01 Kenichi Handa <handa@m17n.org>
18512
18513 * coding.c (produce_composition): Compare charbuf[i] instead of
18514 args[i] against 0.
18515 (Fterminal_coding_system): Use EQ to compare Lisp objects.
18516
18517 2008-02-01 Kenichi Handa <handa@m17n.org>
18518
18519 * coding.c (DECODE_COMPOSITION_START): If the source is short, set
18520 coding->result to CODING_RESULT_INSUFFICIENT_SRC.
18521 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
18522 detect_coding.
18523 (emacs_mule_char): Handle old style (Emacs 20) component character
18524 of a composition.
18525 (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
18526 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
18527 composition rule.
18528 (decode_coding_emacs_mule): Handle invalid bytes correctly.
18529
18530 2008-02-01 Kenichi Handa <handa@m17n.org>
18531
18532 * coding.c (encode_coding_ccl): Allocate destination dynamically
18533 when necessary.
18534
18535 2008-02-01 Kenichi Handa <handa@m17n.org>
18536
18537 * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
18538 the loop. When quitted, show a proper error message.
18539
18540 2008-02-01 Kenichi Handa <handa@m17n.org>
18541
18542 * xterm.c (x_set_glyph_string_clipping_exactly): Set
18543 src->clip_head and src->clip_tail temporarily instead of src->hl.
18544
18545 * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
18546 character sequence.
18547 (Fccl_execute_on_string): Use ASET, not XSET.
18548
18549 2008-02-01 Kenichi Handa <handa@m17n.org>
18550
18551 * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
18552
18553 2008-02-01 Kenichi Handa <handa@m17n.org>
18554
18555 * coding.c (decode_coding): Fix the condition of terminating the
18556 decoding loop.
18557
18558 2008-02-01 Kenichi Handa <handa@m17n.org>
18559
18560 * data.c (Faset): On setting a character bigger than 255 in a
18561 unibyte string, signal an error instead of make the string multibyte.
18562
18563 2008-02-01 Kenichi Handa <handa@m17n.org>
18564
18565 * charset.c (map_charset_chars): Fix for ascii-compatible charset
18566 made by a mapping table.
18567
18568 2008-02-01 Kenichi Handa <handa@m17n.org>
18569
18570 * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
18571 not.
18572 (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
18573 (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
18574
18575 * xterm.c (x_draw_composite_glyph_string_foreground): Check
18576 s->face is NULL or not.
18577
18578 2008-02-01 Kenichi Handa <handa@m17n.org>
18579
18580 * xterm.c (x_set_glyph_string_clipping_exactly): New function.
18581 (x_draw_glyph_string): Fix drawing of right_overhang and
18582 left_overhang around/on cursor.
18583
18584 * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
18585
18586 2008-02-01 Kenichi Handa <handa@m17n.org>
18587
18588 * xdisp.c (x_produce_glyphs): Handle composition with TAB.
18589
18590 2008-02-01 Kenichi Handa <handa@m17n.org>
18591
18592 * coding.c (Fdefine_coding_system_internal)
18593 (Fdefine_coding_system_alias): Avoid a duplicated element in
18594 Vcoding_system_alist.
18595
18596 2008-02-01 Kenichi Handa <handa@m17n.org>
18597
18598 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
18599
18600 * coding.c (Qcoding_system_define_form): New variable.
18601 (syms_of_coding): Intern and staticpro it.
18602 (Fcoding_system_p): Check Qcoding_system_define_form.
18603 (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
18604
18605 * coding.h (CODING_SYSTEM_P): If ID is not available, call
18606 Fcoding_system_p.
18607 (CHECK_CODING_SYSTEM): If ID is not available, call
18608 Fcheck_coding_system.
18609 (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
18610 Try also Fcheck_coding_system.
18611
18612 2008-02-01 Kenichi Handa <handa@m17n.org>
18613
18614 * coding.c (code_conversion_restore): GCPRO arg.
18615
18616 2008-02-01 Kenichi Handa <handa@m17n.org>
18617
18618 * character.c (lisp_string_width): Check multibyteness of STRING.
18619
18620 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18621
18622 * macterm.c (mac_encode_char): Call ccl_driver with the last arg
18623 Qnil. Use JIS_TO_SJIS instead of ENCODE_SJIS.
18624 (decode_mac_font_name): Use decode_coding_c_string instead of
18625 decode_coding.
18626 (x_load_font): Initialize fontp->fontset to -1. Set
18627 fontp->encoding_type.
18628
18629 2008-02-01 Kenichi Handa <handa@m17n.org>
18630
18631 * search.c (search_buffer): Give up BM search on case-fold-search
18632 if one of a target character has a case-equivalence of different
18633 byte length even if that target charcter is an ASCII.
18634 (simple_search): Fix calculation of byte length of matched text.
18635 (boyer_moore): Fix handling of case-equivalent multibyte characters.
18636
18637 2008-02-01 Kenichi Handa <handa@m17n.org>
18638
18639 * coding.c (decode_coding): Fix handling of invalid bytes.
18640
18641 2008-02-01 Kenichi Handa <handa@m17n.org>
18642
18643 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
18644 Unicode characters.
18645
18646 2008-02-01 Kenichi Handa <handa@m17n.org>
18647
18648 * coding.c (encode_coding_object): If a pre-write-conversion
18649 function makes a new buffer, kill it.
18650
18651 2008-02-01 Kenichi Handa <handa@m17n.org>
18652
18653 * coding.c (QCascii_compatible_p): New variable.
18654 (syms_of_coding): Initialize it.
18655 (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
18656 calling string_char.
18657 (record_conversion_result): Add `default:' case.
18658 (coding_charset_list): Delete unused variable `coding_type'.
18659 (Fdefine_coding_system_internal): Add `ascii-compatible-p'
18660 property in the plist of the coding system.
18661 (Fcoding_system_put): Check QCascii_compatible_p.
18662
18663 2008-02-01 Miles Bader <miles@gnu.org>
18664
18665 * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
18666 removed calculation of frame `f', as it's now used.
18667
18668 2008-02-01 Kenichi Handa <handa@m17n.org>
18669
18670 * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
18671 (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
18672 (UNIDATA): New variable.
18673 (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
18674 (bootstrap-emacs${EXEEXT}): Depends on charprop.el. Run
18675 $(RUN_TEMACS) unconditionally.
18676
18677 2008-02-01 Kenichi Handa <handa@m17n.org>
18678
18679 * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
18680 (admindir): New variable.
18681 ($(lispsource)international/charprop.el): New target.
18682
18683 2008-02-01 Miles Bader <miles@gnu.org>
18684
18685 * character.c (chars-in-region): Remove obsolete function.
18686 (syms_of_character): Remove its initialization.
18687
18688 2008-02-01 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
18689
18690 * w32select.c (validate_coding_system)
18691 (setup_windows_coding_system): New functions.
18692 (convert_to_handle_as_coded, Fw32_get_clipboard_data): Use
18693 setup_windows_coding_system.
18694 (setup_config, Fw32_get_clipboard_data): Use
18695 validate_coding_system.
18696 (Fx_selection_exists): Move call to setup_config to a place
18697 where signals are allowed.
18698
18699 * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
18700 (Fcheck_coding_system): Add declarations.
18701
18702 2008-02-01 Kenichi Handa <handa@m17n.org>
18703
18704 * charset.c (load_charset_map_from_vector): Fix for the first iteration.
18705
18706 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18707
18708 * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
18709 string as the second argument for x_new_fontset.
18710
18711 2008-02-01 Kenichi Handa <handa@m17n.org>
18712
18713 * coding.c (decode_coding_object): Use safe_call1 instead of call1.
18714 (encode_coding_object): Use safe_call instead of call2.
18715
18716 2008-02-01 Kenichi Handa <handa@m17n.org>
18717
18718 * fontset.c (Fset_fontset_font): Check family element of a given vector.
18719
18720 * Makefile.in (lisp): Include charprop.el.
18721
18722 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18723
18724 * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
18725 Not sure if it's unnecessary.
18726
18727 2008-02-01 Steven Tamm <steventamm@mac.com>
18728
18729 * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
18730 some possibly unnecessary fontset checking code that crashed
18731 when creating a new frame.
18732
18733 2008-02-01 Kenichi Handa <handa@m17n.org>
18734
18735 * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
18736 lookup_face.
18737
18738 * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
18739
18740 * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
18741
18742 2008-02-01 Kenichi Handa <handa@m17n.org>
18743
18744 * coding.c: Cancel the change done in HEAD on 2008-02-01.
18745 (coding_charset_list): New function.
18746
18747 * coding.h (coding_charset_list): Extern it.
18748
18749 2008-02-01 Kenichi Handa <handa@m17n.org>
18750
18751 * fontset.c (Fset_fontset_font): Call find_font_encoding with
18752 concatenation of family and registry.
18753
18754 2008-02-01 Kenichi Handa <handa@m17n.org>
18755
18756 * character.h (BYTE8_STRING): Fix typo.
18757
18758 * editfns.c (Ftranslate_region_internal): Don't convert unibyte
18759 string to multibyte (sync to HEAD).
18760
18761 * casefiddle.c (casify_region): Handle changes in byte-length
18762 using replace_range_2 (sync to HEAD).
18763
18764 2008-02-01 Andreas Schwab <schwab@suse.de>
18765
18766 * chartab.c (map_char_table): GCPRO table and arg.
18767
18768 2008-02-01 Kenichi Handa <handa@m17n.org>
18769
18770 * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
18771 already at limit.
18772
18773 2008-02-01 Kenichi Handa <handa@m17n.org>
18774
18775 * fontset.c (fs_load_font): Use fast_string_match_ignore_case
18776 instead of fast_c_string_match_ignore_case.
18777 (find_font_encoding): Change argument to Lisp_Object. Use
18778 fast_string_match_ignore_case instead of
18779 fast_c_string_match_ignore_case. Change caller.
18780
18781 2008-02-01 Kenichi Handa <handa@m17n.org>
18782
18783 * xdisp.c (get_next_display_element): In unibyte case, decide to
18784 display in octal form by checking a character by
18785 UNIBYTE_CHAR_HAS_MULTIBYTE_P.
18786
18787 * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
18788
18789 * character.c (unibyte_has_multibyte_table): New variable.
18790
18791 * character.h (unibyte_has_multibyte_table): Extern it.
18792 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
18793
18794 2008-02-01 Kenichi Handa <handa@m17n.org>
18795
18796 * coding.c (encode_coding_iso_2022): Fix handling of charset
18797 annotation.
18798
18799 2008-02-01 Kenichi Handa <handa@m17n.org>
18800
18801 * coding.c (setup_coding_system): If coding_system is nil, use
18802 Qundecided.
18803 (Fterminal_coding_system): Return nil if terminal coding system is
18804 `undecided'.
18805 (syms_of_coding): Define coding-system `undecided' here. Setup
18806 terminal_coding as `undecided'.
18807
18808 2008-02-01 Kenichi Handa <handa@m17n.org>
18809
18810 * xdisp.c (message_dolog, set_message_1): Call
18811 unibyte_char_to_multibyte with arg type int.
18812
18813 * lread.c (read1): Fix reading of a char-table.
18814
18815 * print.c (print_object): Include sub char-table in circularities
18816 detection.
18817
18818 2008-02-01 Kenichi Handa <handa@m17n.org>
18819
18820 * keymap.c (where_is_internal_2): Fix for the case that KEY is a cons.
18821 Append the found sequences in car of ARGS instead of prepending.
18822
18823 2008-02-01 Kenichi Handa <handa@m17n.org>
18824
18825 * fileio.c (report_file_error): Make a unibyte string from
18826 strerror (errorno).
18827 (Fsubstitute_in_file_name): Fix the arg to
18828 unibyte_char_to_multibyte. It is evaluated twice.
18829
18830 2008-02-01 Kenichi Handa <handa@m17n.org>
18831
18832 * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
18833
18834 2008-02-01 Kenichi Handa <handa@m17n.org>
18835
18836 * coding.c (detect_coding_utf_16): Don't set detect_info->found if
18837 BOM is not found.
18838 (detect_coding, detect_coding_system): Optimization for ISO-2022
18839 when no 8-bit data is found.
18840
18841 2008-02-01 Jason Rumney <jasonr@gnu.org>
18842
18843 * w32fns.c (x_to_w32_font): Update to use new coding struct.
18844
18845 2008-02-01 Kenichi Handa <handa@m17n.org>
18846
18847 * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
18848 CHARS.
18849
18850 2008-02-01 Steven Tamm <steventamm@mac.com>
18851
18852 * macterm.c (mac_encode_char): Add charset argument and update
18853 to use encoding_type.
18854 (x_new_font, x_new_fontset): Merge in changes from xterm.c;
18855 switch to pure fontset.
18856 (decode_mac_font_name): Temporarily remove decoding.
18857 (x_font_name_to_mac_font_name): Temporarily remove encoding.
18858 (x_load_font): Temporarily remove encoding.
18859
18860 2008-02-01 Kenichi Handa <handa@m17n.org>
18861
18862 * xfaces.c (Fface_font): If frame is not on a window system,
18863 ignore CHARACTER arg. If HAVE_WINDOW_SYSTEM is not defined, don't
18864 refer to face->font.
18865 (split_font_name_into_vector, build_font_name_from_vector)
18866 (lookup_non_ascii_face, realize_non_ascii_face): Define them only
18867 when HAVE_WINDOW_SYSTEM is defined.
18868
18869 2008-02-01 Kenichi Handa <handa@m17n.org>
18870
18871 * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
18872 (x_produce_glyphs): Fix setting of members of cmp in case
18873 cmp->glyph_len is zero.
18874
18875 * fontset.c (Fset_fontset_font): Fix docstring.
18876 (Ffontset_info): Make it backward compatible. New arg ALL.
18877
18878 2008-02-01 Kim F. Storm <storm@cua.dk>
18879
18880 * process.c (read_process_output): Grow decoding_buf when needed;
18881 this could cause a crash in allocate_string and compact_small_strings.
18882
18883 2008-02-01 Kenichi Handa <handa@m17n.org>
18884
18885 * fileio.c (WRITE_BUF_SIZE): Delete this macro.
18886
18887 2008-02-01 Kenichi Handa <handa@m17n.org>
18888
18889 * coding.c (setup_coding_system): Set coding->common_flags
18890 correctly for raw-text.
18891 (consume_chars): On encoding unibyte text by raw-text, don't check
18892 multibyte form.
18893 (encode_coding): On encoding by raw-text, never use translation tables.
18894
18895 * fileio.c (e_write): Short cut for the case of no encoding.
18896
18897 2008-02-01 Kenichi Handa <handa@m17n.org>
18898
18899 * coding.c (detect_coding, detect_coding_system): Delete unused
18900 variables.
18901
18902 2008-02-01 Kenichi Handa <handa@m17n.org>
18903
18904 * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
18905 (consume_chars): Fix handling of 8-bit bytes in unibyte source.
18906
18907 2008-02-01 Kenichi Handa <handa@m17n.org>
18908
18909 * coding.c (Ffind_coding_systems_region_internal): Include
18910 raw-text and no-conversion in the result.
18911
18912 2008-02-01 Kenichi Handa <handa@m17n.org>
18913
18914 * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
18915 (load_font_get_repertory): Delete unnecessary check of ENCODING of
18916 FONT_DEF.
18917 (font_def_arg, add_arg, from_arg, to_arg): New args.
18918 (set_fontset_font): Change argument.
18919 (Fset_fontset_font): Fix for the case that TARGET is a script
18920 name and charset name.
18921 (new_fontset_from_font_name): Fix argument to Fnew_fontset.
18922
18923 2008-02-01 Kenichi Handa <handa@m17n.org>
18924
18925 * fontset.c (fontset_font): Rename from fontset_face. Change return
18926 value.
18927 (face_suitable_for_char_p, face_for_char): Adjust for the change
18928 of fontset_font.
18929 (make_fontset_for_ascii_face): Fix setting of the fontset element
18930 for ASCII.
18931 (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
18932 to get a font name.
18933 (Ffontset_info): Adjust for the change of fontset_font.
18934
18935 * coding.c (emacs_mule_char): Check invalid code more rigidly.
18936
18937 * character.h (LEADING_CODE_LATIN_1_MIN)
18938 (LEADING_CODE_LATIN_1_MAX): Delete these macros.
18939
18940 2008-02-01 Kenichi Handa <handa@m17n.org>
18941
18942 * editfns.c (check_translation): New function.
18943 (Ftranslate_region_internal): Handle M:N mapping.
18944
18945 2008-02-01 Kenichi Handa <handa@m17n.org>
18946
18947 * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
18948
18949 2008-02-01 Kenichi Handa <handa@m17n.org>
18950
18951 * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
18952 goto invalid_code.
18953 (decode_coding_iso_2022): Fix handling of invalid designation.
18954
18955 * fileio.c (Finsert_file_contents): Be sure to call unbind_to
18956 after calling code_conversion_save.
18957
18958 2008-02-01 Kenichi Handa <handa@m17n.org>
18959
18960 * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
18961
18962 * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
18963
18964 * fontset.c: Include "intervals.h".
18965 (fontset_face): Fix comparing of Lisp_Objects.
18966 (free_face_fontset, new_fontset_from_font_name): Fix
18967 Lisp_Object/int mixup.
18968
18969 * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
18970
18971 * coding.c: Add many prototypes for static functions.
18972 (get_translation_table): Allow max_lookup to be NULL.
18973 (decode_coding, Ffind_coding_systems_region_internal)
18974 (Funencodable_char_position, Fcheck_coding_systems_region): Call
18975 get_translation_table with max_lookup NULL.
18976
18977 2008-02-01 Kenichi Handa <handa@m17n.org>
18978
18979 * coding.c (get_translation_table): Declare it as Lisp_Object.
18980 (LOOKUP_TRANSLATION_TABLE): New macro.
18981 (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
18982 instead of CHAR_TABLE_REF.
18983
18984 2008-02-01 Kenichi Handa <handa@m17n.org>
18985
18986 * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
18987 annotation data format.
18988 (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
18989 Change arguments FROM and TO to single argument NCHARS. Change caller.
18990 (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
18991 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
18992 (decode_coding_ccl, decode_coding_charset): Pay attention to
18993 coding->charbuf_used.
18994 (get_translation): New function.
18995 (produce_chars): New arguments translation_table and last_block.
18996 Translate characters here. Return number of carryover chars.
18997 Change caller.
18998 (produce_composition): New argument pos. Change caller.
18999 Adjust for the change of annotation data format.
19000 (produce_charset, produce_annotation): Likewise.
19001 (decode_coding, encode_coding): Don't call translate_chars.
19002 (consume_chars): New arg translation_table. Change caller.
19003 (translate_chars): Delete.
19004 (syms_of_coding): Make translation-table's number of extra slots 2.
19005
19006 2008-02-01 Kenichi Handa <handa@m17n.org>
19007
19008 * search.c (simple_search): Fix setting this_pos_byte in backward
19009 search.
19010
19011 * coding.c (detect_coding_emacs_mule): Fix counting of encoded
19012 byte sequence.
19013 (detect_coding_ccl): Fix setting of the variable valids.
19014
19015 2008-02-01 Kenichi Handa <handa@m17n.org>
19016
19017 * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
19018
19019 * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
19020
19021 * editfns.c (Ftranslate_region_internal): Rename from
19022 Ftranslate_region. Accept a char-table in TABLE.
19023 (syms_of_editfns): Defsubr Stranslate_region_internal.
19024
19025 * xfaces.c (set_lface_from_font_name): If a font is specified for
19026 a frame, generate a fontset from the font.
19027 (build_scalable_font_name): If the scalable font is requested for
19028 a specific size, don't change that size.
19029 (try_font_list): Try a scalable font also in the case that a
19030 pattern string is specified.
19031
19032 2008-02-01 Kenichi Handa <handa@m17n.org>
19033
19034 * xfaces.c (Fface_font): New optional arg CHARACTER.
19035
19036 2008-02-01 Kenichi Handa <handa@m17n.org>
19037
19038 * charset.h (CHARSET_OFFSET): New macro.
19039
19040 2008-02-01 Kenichi Handa <handa@m17n.org>
19041
19042 * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
19043
19044 * fontset.c (fontset_face): Handle the case that repertory is a
19045 char-table.
19046 (find_font_encoding): Return nil for unknown encoding.
19047 (Fset_fontset_font): Ignore a font of unknown encoding.
19048
19049 2008-02-01 Kenichi Handa <handa@m17n.org>
19050
19051 * keymap.c (describe_vector): Handle default value of a char table.
19052
19053 * fontset.c (fontset_face): Handle fallback fonts correctly.
19054 (Ffontset_info): Return infomation about fallback fonts.
19055
19056 2008-02-01 Kenichi Handa <handa@m17n.org>
19057
19058 * fontset.c (FONTSET_DEFAULT): New macro.
19059 (FONTSET_ADD, fontset_add): Handle the case that range is nil.
19060 (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
19061 the case that it is nil.
19062 (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
19063 (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
19064
19065 * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
19066 subset or superset.
19067
19068 2008-02-01 Kenichi Handa <handa@m17n.org>
19069
19070 * emacs.c (main): Call init_charset after syms_of_XXX.
19071
19072 * charset.c (Vcharset_map_directory): Delete.
19073 (Vcharset_map_path): New variable.
19074 (load_charset_map_from_file): Use Vcharset_map_path instead.
19075 (init_charset): Initialize Vcharset_map_path.
19076 (syms_of_charset): Delete declaration of "charset-map-directory",
19077 add declaration of "charset-map-path".
19078
19079 2008-02-01 Kenichi Handa <handa@m17n.org>
19080
19081 * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
19082 ASCII only string.
19083
19084 * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
19085
19086 * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
19087 (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
19088
19089 2008-02-01 Kenichi Handa <handa@m17n.org>
19090
19091 * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
19092
19093 * coding.c (QCmnemonic, QCdefalut_char)
19094 (QCdecode_translation_table, QCencode_translation_table)
19095 (QCpost_read_conversion, QCpre_write_conversion): New variables.
19096 (get_translation_table): Return a list of translation tables if
19097 necessary.
19098 (decode_coding): Call get_translation_table with ENCODEP 0.
19099 (char_encodable_p): If translation_table is non-nil, always call
19100 translate_char.
19101 (Fdefine_coding_system_internal): Accept list of translation
19102 tables as :encode-translation-table and :decode-translation-table.
19103 (Fcoding_system_put): New function.
19104 (syms_of_coding): Declare new symbols. Defsubr
19105 Scoding_system_put.
19106 (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
19107 typically JISX0212.
19108
19109 * charset.c (map_charset_chars): Fix arg to map_charset_chars in
19110 when the charset is superset type.
19111
19112 * character.c (translate_char): Accept list of translation tables.
19113
19114 2008-02-01 Kenichi Handa <handa@m17n.org>
19115
19116 * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
19117 (CODING_ATTR_TRANS_TBL): New macro.
19118
19119 * coding.c (get_translation_table): New function.
19120 (translate_chars): Fix the bug of skipping annotation data.
19121 (decode_coding, encode_coding): Utilize get_translation_table.
19122 (char_encodable_p, Funencodable_char_position): Translate char if
19123 necessary.
19124 (Ffind_coding_systems_region_internal)
19125 (Fcheck_coding_systems_region): Setup translation table for encode
19126 in a coding system attribute vector in advance.
19127 (Fdefine_coding_system_internal): Allow a symbol as translation
19128 table. For shift-jis type coding system, allow 4th charset.
19129
19130 2008-02-01 Kenichi Handa <handa@m17n.org>
19131
19132 * coding.c (decode_coding_sjis): Check the first byte rigidly.
19133
19134 * xdisp.c (get_next_display_element): Pass -1 as POS to
19135 FACE_FOR_CHAR if displaying a C-string.
19136
19137 2008-02-01 Kenichi Handa <handa@m17n.org>
19138
19139 * composite.c (get_composition_id): Handle xoff and yoff in a
19140 composition rule.
19141
19142 * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
19143 (struct composition): New member lbearing and rbearing.
19144
19145 * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
19146 (x_get_glyph_overhangs): Handle a composition glyph.
19147 (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
19148
19149 * xterm.c (x_compute_glyph_string_overhangs): Handle also a
19150 composition glyph.
19151
19152 2008-02-01 Kenichi Handa <handa@m17n.org>
19153
19154 * print.c: Include charset.h.
19155 (Vprint_charset_text_property): New variable.
19156 (Qdefault): Extern it.
19157 (PRINT_STRING_NON_CHARSET_FOUND)
19158 (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
19159 (print_check_string_result): New variable.
19160 (print_check_string_charset_prop): New function.
19161 (print_prune_charset_plist): New variable.
19162 (print_prune_string_charset): New function.
19163 (print_object): Call print_prune_string_charset if
19164 Vprint_charset_text_property is not t.
19165 (print_interval): Print nothing if interval->plist is nil.
19166 (syms_of_print): Declare Vprint_charset_text_property as a lisp
19167 variable. Init and staticpro print_prune_charset_plist.
19168
19169 2008-02-01 Kenichi Handa <handa@m17n.org>
19170
19171 * fontset.c (new_fontset_from_font_name): Use the specified font
19172 for all characters in the new fontset.
19173
19174 * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
19175 OBJECT args.
19176
19177 * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
19178 OBJECT args for composition too.
19179
19180 * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
19181 OBJECT args.
19182
19183 2008-02-01 Kenichi Handa <handa@m17n.org>
19184
19185 * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
19186
19187 * fontset.c (reorder_font_vector): Adjust for the change of
19188 FONT_DEF format.
19189 (fontset_face): New arg id. Change caller.
19190 (face_for_char): New args pos and object.
19191 (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format.
19192 (fs_query_fontset): Check NAME by Fassoc too.
19193 (Fset_fontset_font): Allow non-XLFD font name.
19194 (Ffontset_info): Adjust for the change of FONT_DEF format.
19195
19196 * fontset.h (face_for_char): Adjust prototype.
19197
19198 * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
19199 (append_space, extend_face_to_end_of_line)
19200 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
19201 (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
19202
19203 * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
19204 POS and OBJECT args.
19205
19206 * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
19207 POS and OBJECT args.
19208
19209 2008-02-01 Jason Rumney <jasonr@gnu.org>
19210
19211 * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
19212 of GlobalAlloc'ed memory.
19213
19214 2008-02-01 Kenichi Handa <handa@m17n.org>
19215
19216 * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
19217
19218 * charset.h (charset_table_used): Delete extern.
19219
19220 * charset.c (charset_table_used): Make it static.
19221 (map_charset_chars): Fix args to c_function with.
19222
19223 * chartab.c (map_sub_char_table_for_charset): Fix args to
19224 c_function with.
19225
19226 * coding.h (enum coding_result_code): Delete
19227 CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
19228
19229 * coding.c (Qinsufficient_source, Qinconsistent_eol)
19230 (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
19231 (Vlast_code_conversion_error): New variables.
19232 (syms_of_coding): DEFSYM or DEFVAR_LISP them.
19233 (ONE_MORE_BYTE): Record error if any instead of signaling an
19234 error. If non-ASCII multibyte char is found, return the negative
19235 value of the code. All callers changed to check it.
19236 (ONE_MORE_BYTE_NO_CHECK): Likewise.
19237 (record_conversion_result): New function. Change all codes setting
19238 coding->result to call this function.
19239 (detect_coding_utf_8, decode_coding_utf_8)
19240 (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
19241 Don't use the local variable incomplete.
19242 (emacs_mule_char): Change the second arg to `const'.
19243 (decode_coding): Fix of flushing out unprocessed data.
19244 (make_conversion_work_buffer): Fix making of a work buffer.
19245 (decode_coding_object): Return coding->dst_object.
19246
19247 * fontset.c (set_fontset_font): Fix args.
19248
19249 * lisp.h (CHARACTERBITS): Define as 22.
19250
19251 * process.c (send_process): Be sure to set coding->src_multibyte.
19252
19253 * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
19254
19255 2008-02-01 Kenichi Handa <handa@m17n.org>
19256
19257 * xdisp.c (handle_auto_composed_prop): Give limit to
19258 Fnext_single_char_property_change.
19259
19260 2008-02-01 Kenichi Handa <handa@m17n.org>
19261
19262 * composite.c (syms_of_composite): Don't make the composition hash
19263 table weak.
19264
19265 * fontset.c (Fset_fontset_font): Fix docstring.
19266
19267 * lisp.h (detect_coding_system): Adjust prototype.
19268
19269 * fileio.c (kill_workbuf_unwind): Delete this function.
19270 (Finsert_file_contents): Adjust the call of detect_coding_system.
19271 Get conversion_buffer by code_conversion_save. Use the macro
19272 CODING_MAY_REQUIRE_DECODING. After decoding, update
19273 coding_system.
19274
19275 * coding.h (make_conversion_work_buffer): Delete extern.
19276 (code_conversion_save): Extern it.
19277
19278 * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
19279 (CODING_GET_INFO): Delete argument eol_type. Change callers.
19280 (decode_coding_utf_8): Don't do eol converion.
19281 (detect_coding_utf_16): Check coding->src_chars, not
19282 coding->src_bytes. Add heuristics for those that have no signature.
19283 (decode_coding_emacs_mule, decode_coding_iso_2022)
19284 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
19285 Don't do eol converion.
19286 (adjust_coding_eol_type): Return a new coding system.
19287 (detect_coding): Don't detect eol. Fix for utf-16 detection.
19288 (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
19289 each change.
19290 (decode_coding): Pay attention to undo_list. Do eol conversion for
19291 all types of coding-systems (if necessary).
19292 (Vcode_conversion_work_buf_list): Delete it.
19293 (Vcode_conversion_reused_workbuf): Rename from
19294 Vcode_conversion_reused_work_buf.
19295 (Vcode_conversion_workbuf_name): New variable.
19296 (reused_workbuf_in_use): New variable.
19297 (make_conversion_work_buffer): Delete the arg DEPTH.
19298 (code_conversion_restore): Change argument to cons.
19299 (code_conversion_save): Delete the argument BUFFER. Change callers.
19300 (detect_coding_system): New argument src_chars. Change callers.
19301 Fix for utf-16 detection.
19302 (init_coding_once): Don't use ISO_carriage_return.
19303 (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
19304 reused_workbuf_in_use.
19305
19306 2008-02-01 Kenichi Handa <handa@m17n.org>
19307
19308 * keymap.c (store_in_keymap): Pay attention to the case that idx
19309 is a cons specifying a character range.
19310
19311 2008-02-01 Kenichi Handa <handa@m17n.org>
19312
19313 * xdisp.c (handle_auto_composed_prop): Fix the case of returning
19314 HANDLED_RECOMPUTE_PROPS.
19315
19316 * coding.c (Fdefine_coding_system_internal): Fix checking of
19317 ascii compatibility.
19318
19319 2008-02-01 Kenichi Handa <handa@m17n.org>
19320
19321 * charset.c (find_charsets_in_text): Delete unused locale variable.
19322 (Fset_charset_priority): Update Vemacs_mule_charset_list too.
19323
19324 * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
19325 Resync charset_list to Vemacs_mule_charset_list.
19326
19327 * keymap.c (store_in_keymap): Pay attention to the case that idx
19328 is a cons specifying a character range.
19329
19330 2008-02-01 Kenichi Handa <handa@m17n.org>
19331
19332 * composite.c (update_compositions): Bind inhibit-read-only, etc
19333 to t before calling remove-list-of-text-properties.
19334
19335 * print.c (print_object): Always print ASCII chars as is.
19336
19337 2008-02-01 Kenichi Handa <handa@m17n.org>
19338
19339 * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
19340
19341 * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
19342 is a char table.
19343
19344 2008-02-01 Kenichi Handa <handa@m17n.org>
19345
19346 * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
19347
19348 2008-02-01 Kenichi Handa <handa@m17n.org>
19349
19350 * xfaces.c (set_lface_from_font_name): Fix for the case that
19351 FONTNAME is not fontset name.
19352
19353 2008-02-01 Kenichi Handa <handa@m17n.org>
19354
19355 * fns.c (base64_encode_1): Fix previous change.
19356
19357 2008-02-01 Kenichi Handa <handa@m17n.org>
19358
19359 * fontset.c (set_fontset_font): New function.
19360 (Fset_fontset_font): If a font is specified for a charset, use
19361 map_charset_chars to store the font spec in a fontset.
19362
19363 2008-02-01 Kenichi Handa <handa@m17n.org>
19364
19365 * fontset.c (fontset_face): Create a fallback fontset on demand.
19366 (make_fontset): Don't create a fallback fontset here.
19367 (free_face_fontset): Free a fallback fontset (if any) too.
19368 (n_auto_fontsets): Delete this variable.
19369 (auto_fontset_alist): New variable.
19370 (new_fontset_from_font_name): Check auto_fontset_alist.
19371 (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
19372 (Ffontset_list_all) [FONTSET_DEBUG]: New function.
19373 (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
19374 Defsubr Sfontset_list_all.
19375
19376 2008-02-01 Kenichi Handa <handa@m17n.org>
19377
19378 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
19379
19380 2008-02-01 Kenichi Handa <handa@m17n.org>
19381
19382 * fontset.c (Fnew_fontset): Check NAME more rigidly.
19383
19384 2008-02-01 Kenichi Handa <handa@m17n.org>
19385
19386 * editfns.c (Fgoto_char): Fix docstring.
19387
19388 2008-02-01 Kenichi Handa <handa@m17n.org>
19389
19390 * insdel.c (insert_from_gap): Adjust intervals correctly.
19391
19392 2008-02-01 Jason Rumney <jasonr@gnu.org>
19393
19394 * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
19395 (pfnGetFontUnicodeRanges): New dynamically loaded function.
19396 (w32_initialize): Try to load it.
19397 (x_get_font_repertory): Use it if available.
19398 (w32_encode_char): Add shortcut for unicode output.
19399
19400 * w32fns.c (w32_load_system_font): Default charset to -1.
19401 (x_to_w32_charset): Match all fonts for unicode.
19402 (w32_to_x_charset): New parameter matching. Don't return partial
19403 or wildcard charsets.
19404 (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
19405 (w32_codepage_for_font): Return CP_UNICODE for unicode.
19406 (w32_to_x_font): Match charset to real charset.
19407 (enum_font_cb2): Always list unicode versions.
19408
19409 * makefile.w32-in (temacs): Increase EMHEAP.
19410
19411 2008-02-01 Jason Rumney <jasonr@gnu.org>
19412
19413 * w32term.c (w32_encode_char): New charset parameter.
19414 font_info.encoding becomes encoding_type.
19415 (x_get_font_repertory): New function. Warning: stub only!
19416 (x_new_font): Return quickly if font already set.
19417 (x_new_fontset): fontsetname parameter is Lisp_Object.
19418 Use new fs_query_fontset. Try new_fontset_from_font_name.
19419 Use fontset_name for return value.
19420
19421 * w32term.h: Declare x_get_font_repertory.
19422
19423 * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
19424 place of find_charset_in_text. Use encode_coding_object in place
19425 of encode_coding.
19426 (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
19427 decode_coding.
19428
19429 * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
19430 of x_new_fontset.
19431 (w32_load_system_font): Initialize charset as unicode.
19432 font_info.encoding becomes encoding_type.
19433 (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
19434 (x_to_w32_font): Use encode_coding_object in place of encode_coding.
19435 (syms_of_w32fns): Set get_font_repertory_func.
19436
19437 * w32console.c: Include character.h. Use terminal_encode_buffer
19438 from term.c.
19439 (write_glyphs): Use new version of encode_terminal_code. Use
19440 encode_coding_object in place of encode_coding.
19441
19442 * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
19443 encoding becomes encoding_type.
19444
19445 * term.c (terminal_encode_buffer): Make externally visible.
19446
19447 * makefile.w32-in: Add character.h dependancies.
19448 (character.o, chartab.o): New targets.
19449
19450 2008-02-01 Kenichi Handa <handa@m17n.org>
19451
19452 * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
19453 CODING_ID_EOL_TYPE.
19454
19455 2008-02-01 Andreas Schwab <schwab@suse.de>
19456
19457 * coding.c (produce_chars): Revert last change.
19458
19459 2008-02-01 Kenichi Handa <handa@m17n.org>
19460
19461 * charset.h (charset_unicode): Extern it.
19462
19463 * charset.c (string_xstring_p): Check by (C >= 0x100).
19464 (find_charsets_in_text): Change format of the arc CHARSETS. New
19465 arg MULTIBYTE.
19466 (Ffind_charset_region, Ffind_charset_string): Adjust for the
19467 change of find_charsets_in_text.
19468 (Fsplit_char): Fix doc. Never return unknown.
19469
19470 * chartab.c (char_table_translate): Use CHARACTERP, not INTEGERP.
19471
19472 * coding.c (Fdefine_coding_system_alias): Update
19473 Vcoding_system_list.
19474
19475 * fontset.c (load_font_get_repertory): Pay attention to the case
19476 that ENCODING of a font is specified by a char-table.
19477
19478 * xterm.c (x_get_font_repertory): Handle the case that the
19479 encoding of font is other than Unicode.
19480
19481 2008-02-01 Kenichi Handa <handa@m17n.org>
19482
19483 * term.c (encode_terminal_code): Don't handle glyph-table. Check
19484 if a character is encodable by the terminal coding system. If
19485 not, produces proper number of `?'s. Update
19486 terminal_encode_buffer and terminal_encode_buf_size if necessary.
19487 (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
19488
19489 2008-02-01 Kenichi Handa <handa@m17n.org>
19490
19491 * term.c (terminal_encode_buffer, terminal_encode_buf_size): New
19492 variables.
19493 (encode_terminal_code): Change argument. Encode multiple
19494 characters at once. Store the result of encoding in
19495 terminal_encode_buffer.
19496 (write_glyphs, insert_glyphs): Adjust for the change of
19497 encode_terminal_code.
19498 (term_init): Initialize terminal_encode_buffer and
19499 terminal_encode_buf_size.
19500
19501 * coding.c (consume_chars): If coding->src_object is nil, don't
19502 check annotation.
19503
19504 2008-02-01 Kenichi Handa <handa@m17n.org>
19505
19506 * character.c (char_string): Use ASCII_CHAR_P instead of
19507 SINGLE_BYTE_CHAR_P.
19508
19509 2008-02-01 Kenichi Handa <handa@m17n.org>
19510
19511 * xdisp.c (handle_auto_composed_prop): Check if the last
19512 characters of auto-composed region is newly composed with the
19513 following characters.
19514 (handle_composition_prop): Fix checking of point being inside
19515 composition.
19516
19517 2008-02-01 Kenichi Handa <handa@m17n.org>
19518
19519 * fns.c (concat): Don't change multibyteness of the result by
19520 concatenating an 8-bit character.
19521
19522 * data.c (Faset): Check newelt by CHECK_CHARACTER. Don't change
19523 multibyteness of the result when newelt is an 8-bit character.
19524
19525 2008-02-01 Dave Love <fx@gnu.org>
19526
19527 * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
19528 EMACS_INT.
19529
19530 * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
19531
19532 * xfaces.c (face_numeric_value): Declare dim size_t.
19533 (Finternal_lisp_face_equal_p): Remove unused f.
19534
19535 * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
19536 (MATRIX_ROW): Remove unused vars.
19537 (draw_glyphs, x_insert_glyphs, fast_find_position)
19538 (fast_find_position, fast_find_string_pos): Use EMACS_INT for
19539 byte/char counts.
19540
19541 * regex.c (regex_compile): Remove unused var.
19542
19543 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
19544
19545 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
19546 (Faccessible_keymaps, where_is_internal): Remove unused vars.
19547
19548 * keyboard.c (cancel_hourglass_unwind): Return Qnil.
19549
19550 * frame.c (frame_name_fnn_p): Make len EMACS_INT.
19551
19552 * fileio.c (Fwrite_region): Remove unused var.
19553
19554 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
19555 (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
19556
19557 * composite.c (Fremove_list_of_text_properties): Declare.
19558
19559 * coding.c (inhibit_pre_post_conversion): Remove (unused).
19560 (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
19561 (coding_inherit_eol_type): Remove unused attrs.
19562 (detect_coding): Cast arg of detect_eol.
19563
19564 * charset.c (syms_of_charset): Remove unused var p.
19565 (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
19566 byte/char counts.
19567
19568 * casetab.c (set_case_table): Remove unused var.
19569
19570 * window.c (Fdisplay_buffer, Fframe_selected_window): Remove
19571 unused vars.
19572
19573 2008-02-01 Dave Love <fx@gnu.org>
19574
19575 * xterm.c (x_bitmap_mask): Declare.
19576
19577 2008-02-01 Dave Love <fx@gnu.org>
19578
19579 * xterm.c (x_term_init): Fix type error.
19580
19581 * lisp.h: Add Funibyte_char_to_multibyte.
19582
19583 * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
19584 (Fset_coding_system_priority): Doc fix.
19585
19586 * ccl.c (ccl_driver): Fix arg of CHARACTERP.
19587
19588 * indent.c (check_composition): Make start and end EMACS_INT.
19589
19590 * character.c (lisp_string_width): Make ignore and end EMACS_INT.
19591
19592 * xdisp.c (handle_composition_prop, check_point_in_composition):
19593 Make buffer positions EMACS_INT.
19594
19595 * composite.c (find_composition, run_composition_function)
19596 (update_compositions, Ffind_composition_internal): Make buffer
19597 positions EMACS_INT.
19598
19599 * composite.h (find_composition, update_compositions): Make
19600 position args EMACS_INT.
19601
19602 * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
19603
19604 * intervals.c (get_property_and_range):
19605 * intervals.h (get_property_and_range): Make start and end EMACS_INT.
19606
19607 * unexalpha.c: Don't include varargs.h.
19608
19609 2008-02-01 Dave Love <fx@gnu.org>
19610
19611 * coding.h (ENCODE_UTF_8): New.
19612
19613 * Makefile.in (gtkutil.o): Depend on coding.h.
19614
19615 * coding.c (Fset_coding_system_priority): Doc fix.
19616
19617 2008-02-01 Kenichi Handa <handa@m17n.org>
19618
19619 * fileio.c (Finsert_file_contents): Call setup_coding_system in
19620 the case of auto saving.
19621
19622 2008-02-01 Andreas Schwab <schwab@suse.de>
19623
19624 * chartab.c (map_char_table, map_char_table_for_charset): Protect
19625 `range' from GC.
19626
19627 2008-02-01 Kenichi Handa <handa@m17n.org>
19628
19629 * coding.c (decode_coding_sjis): Check bytes more rigidly.
19630
19631 2008-02-01 Kenichi Handa <handa@m17n.org>
19632
19633 * fileio.c (choose_write_coding_system): Return a decided coding system.
19634 (Fwrite_region): Set Vlast_coding_system_used to the return value
19635 of choose_write_coding_system.
19636
19637 2008-02-01 Kenichi Handa <handa@m17n.org>
19638
19639 * charset.c (Fset_charset_priority): Pay attention to duplicated
19640 arguments.
19641
19642 * coding.c (QCcategory): New variable.
19643 (syms_of_coding): Defsym it. Set all elements of
19644 Vcoding_category_table and their symbol values.
19645 (Fset_coding_system_priority): Doc fix. Update symbol qvalues of
19646 coding-category-XXX, and coding-category-list.
19647 (Fdefine_coding_system_internal): Add category in the plist.
19648
19649 2008-02-01 Kenichi Handa <handa@m17n.org>
19650
19651 * callproc.c (Fcall_process): Handle carryover correctly.
19652
19653 * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
19654 (raw_text_coding_system): Check NILP (coding_system).
19655 (coding_inherit_eol_type): Check NILP (coding_system) and
19656 NILP (parent).
19657 (consume_chars): Fix for the case of raw-text.
19658
19659 * process.c (read_process_output): Handle carryover correctly.
19660
19661 2008-02-01 Dave Love <fx@gnu.org>
19662
19663 * regex.c (re_search_2): Fix last change.
19664
19665 2008-02-01 Kenichi Handa <handa@m17n.org>
19666
19667 * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
19668 target_multibyte. Even in a unibyte case, return a converted
19669 multibyte char.
19670 (GET_CHAR_AFTER): New macro.
19671 (PATFETCH): Translate via multibyte char.
19672 (HANDLE_UNIBYTE_RANGE): Delete this macro.
19673 (SETUP_MULTIBYTE_RANGE): New macro.
19674 (regex_compile): Setup compiled code so that its multibyteness
19675 matches that of a target. Fix the handling of "[X-YZ]" using
19676 SETUP_MULTIBYTE_RANGE.
19677 (analyse_first) <charset>: For filling fastmap for all multibyte
19678 characters, don't check by BASE_LEADING_CODE_P.
19679 (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp). It is
19680 the same as RE_MULTIBYTE_P (bufp) now.
19681 (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
19682 (TARGET_CHAR_AND_LENGTH): Delete this macro.
19683 (TRANSLATE_VIA_MULTIBYTE): New macro.
19684 (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
19685 It is the same as RE_MULTIBYTE_P (bufp) now.
19686 <exactn>: Translate via multibyte.
19687 <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH. Don't
19688 translate it.
19689 <charset, charset_not>: Fetch a character by
19690 RE_STRING_CHAR_AND_LENGTH. Translate via multibyte.
19691 <duplicate>: Call bcmp_translate with the last arg `multibyte'.
19692 <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
19693 notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
19694 by GET_CHAR_AFTER.
19695 (bcmp_translate): Likewise.
19696
19697 * search.c (compile_pattern): Check the member target_multibyte,
19698 not the member multibyte of buf.
19699
19700 * lread.c (read1): While reading a string, set force_singlebyte
19701 and force_multibyte correctly.
19702
19703 * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
19704 up of unibyte_to_multibyte_table.
19705
19706 2008-02-01 Kenichi Handa <handa@m17n.org>
19707
19708 * coding.c (setup_coding_system): If coding has
19709 post-read-conversion or pre-write-conversion, set
19710 CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
19711 respectively.
19712 (decode_coding_gap): Run post-read-conversion if any.
19713
19714 * fileio.c (Finsert_file_contents): Even if we read into a
19715 unibyte buffer, check if we must decode the result or not.
19716
19717 2008-02-01 Kenichi Handa <handa@m17n.org>
19718
19719 * coding.c (make_conversion_work_buffer): Change the work buffer
19720 name to the same one as that of Emacs 21.
19721
19722 2008-02-01 Kenichi Handa <handa@m17n.org>
19723
19724 * coding.h (make_conversion_work_buffer): Adjust prototype.
19725 (code_conversion_restore): Don't extern it.
19726
19727 * coding.c (detected_mask): Delete unused variable.
19728 (decode_coding_iso_2022): Pay attention to the byte sequence of
19729 CTEXT extended segment, and retain those bytes as is.
19730 (decode_coding_ccl): Delete unused variable `valids'.
19731 (setup_coding_system): Delete unused variable `category'.
19732 (consume_chars): Delete unused variable `category'. Make it work
19733 for non-multibyte case.
19734 (make_conversion_work_buffer): Change argument.
19735 (saved_coding): Delete unused variable.
19736 (code_conversion_restore): Don't check saved_coding->destination.
19737 (code_conversion_save): New function.
19738 (decode_coding_gap, encode_coding_gap): Call code_conversion_save
19739 instead of record_unwind_protect.
19740 (decode_coding_object, encode_coding_object): Likewise. Recover PT.
19741 (detect_coding_system): Delete unused variable `mask'.
19742 (Fdefine_coding_system_internal): Delete unused variable id.
19743
19744 * fileio.c (kill_workbuf_unwind): New function.
19745 (Finsert_file_contents): On replacing, call
19746 make_conversion_work_buffer with correct args, and call
19747 record_unwind_protect with the first arg kill_workbuf_unwind.
19748
19749 * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
19750
19751 2008-02-01 Kenichi Handa <handa@m17n.org>
19752
19753 * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
19754 (fontset_add): Fix for the case that TO is less than TO1.
19755 (Ffontset_info): Don't use fallback fontset on checking the
19756 default fontset.
19757 (dump_fontset): New function for debugging.
19758
19759 * coding.c (Fdefine_coding_system_internal): Fix for the case that
19760 coding_type is Qcharset.
19761
19762 2008-02-01 Kenichi Handa <handa@m17n.org>
19763
19764 * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
19765 (map_char_table): Don't inherit the value from the parent on
19766 initializing VAL. Adjust for the above change.
19767
19768 2008-02-01 Kenichi Handa <handa@m17n.org>
19769
19770 * coding.c (Qsignature, Qendian): Delete these variables.
19771 (syms_of_coding): Don't initialize them.
19772 (CATEGORY_MASK_UTF_16_AUTO): New macro.
19773 (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
19774 detect_info->found.
19775 (decode_coding_utf_16): Don't detect BOM here.
19776 (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
19777 is NOT utf_16_without_bom.
19778 (setup_coding_system): For a coding system of type utf-16, check
19779 if the attribute :endian is Qbig or not (not nil or not), and set
19780 CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
19781 (detect_coding): If coding type is utf-16 and BOM detection is
19782 required, detect it.
19783 (Fdefine_coding_system_internal): For a coding system of type
19784 utf-16, check if the attribute :endian is Qbig or not (not nil or not).
19785
19786 2008-02-01 Kenichi Handa <handa@m17n.org>
19787
19788 * coding.c (coding_set_source): Fix for the case that the current
19789 buffer is different from coding->src_object.
19790 (decode_coding_object): Don't use the conversion work buffer if
19791 DST_OBJECT is a buffer.
19792
19793 2008-02-01 Dave Love <fx@gnu.org>
19794
19795 * lread.c (read_emacs_mule_char) [len==2]: Index
19796 emacs_mule_charset correctly.
19797
19798 2008-02-01 Dave Love <fx@gnu.org>
19799
19800 * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
19801 (detect_coding_big5, decode_coding_big5, encode_coding_big5)
19802 (Fdecode_big5_char, Fencode_big5_char): Delete. (Big5 no longer
19803 treated specially.)
19804 (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
19805 (detected_mask): Remove Big5 bits.
19806
19807 2008-02-01 Kenichi Handa <handa@m17n.org>
19808
19809 The following changes are to make the font rescaling facility
19810 compatible with Emacs 21.
19811
19812 * xfaces.c (Vface_font_rescale_alist): Rename from
19813 Vface_resizing_fonts.
19814 (struct font_name): Rename member resizing_ratio to rescale_ratio.
19815 (font_rescale_ratio): Rename from font_resizing_ratio.
19816 (split_font_name): Set font->rescale_ratio.
19817 (better_font_p): Pay attention to font->rescale_ratio.
19818 (build_scalable_font_name): Likewise. Change RESX, and RESY
19819 fields.
19820 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
19821
19822 2008-02-01 Kenichi Handa <handa@m17n.org>
19823
19824 * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
19825 (Qutf_16_le): Remove these variables.
19826 (syms_of_coding): Don't DEFSYM them.
19827 (decode_coding_utf_16): Fix handling of BOM.
19828 (encode_coding_utf_16): Fix handling of BOM.
19829
19830 2008-02-01 Kenichi Handa <handa@m17n.org>
19831
19832 * fileio.c (Finsert_file_contents): On replacing, before decoding
19833 the file into the work buffer, set point of the work buffer to the end.
19834
19835 2008-02-01 Dave Love <fx@gnu.org>
19836
19837 * coding.c (Fcheck_coding_systems_region): Fix type errors.
19838
19839 2008-02-01 Dave Love <fx@gnu.org>
19840
19841 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
19842 and fix C types.
19843
19844 2008-02-01 Kenichi Handa <handa@m17n.org>
19845
19846 * xdisp.c (SKIP_GLYPHS): New macro.
19847 (set_cursor_from_row): Pay attention to string display properties.
19848
19849 * category.c (copy_category_entry): Fix for the case that RANGE
19850 is an integer.
19851
19852 * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
19853
19854 * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
19855
19856 2008-02-01 Kenichi Handa <handa@m17n.org>
19857
19858 * charset.c (Fcharset_id_internal): New function.
19859 (syms_of_charset): Defsubr it.
19860
19861 * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
19862 with the last arg charset_list acquired from coding.
19863 (Fdefine_coding_system_internal): For ccl-based coding system, fix
19864 the attribute coding_attr_ccl_valids.
19865
19866 * coding.h (enum define_coding_ccl_arg_index): Set the first
19867 member coding_arg_ccl_decoder to coding_arg_max.
19868
19869 * ccl.h (ccl_driver): Adjust prototype.
19870
19871 * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
19872 (ccl_driver): New arg CHARSET_LIST. Use the above macros instead
19873 of DECODE_CHAR, ENCODE_CHAR, CHAR_CHARSET.
19874 (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
19875 last arg Qnil.
19876
19877 2008-02-01 Kenichi Handa <handa@m17n.org>
19878
19879 * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
19880 call encode_char.
19881
19882 * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
19883
19884 2008-02-01 Dave Love <fx@gnu.org>
19885
19886 * composite.c (syms_of_composite): Make composition_hash_table weak.
19887
19888 2008-02-01 Kenichi Handa <handa@m17n.org>
19889
19890 * dispextern.h (check_face_attributes, generate_ascii_font_name)
19891 (font_name_registry): Don't extern them.
19892 (split_font_name_into_vector, build_font_name_from_vector): Extern them.
19893
19894 * fontset.h (Qfontset): Don't extern it.
19895 (new_fontset_from_font_name): Extern it.
19896
19897 * fontset.c: Give 8 extra slots to fontset objects.
19898 (Qfontset_info): New variable.
19899 (syms_of_fontset): Defsym it.
19900 (FONTSET_FALLBACK): New macro.
19901 (fontset_face): Try also the default fontset.
19902 (make_fontset): Realize a fallback fontset from the default fontset.
19903 (generate_ascii_font_name): Move from xfaces.c. Rewritten by
19904 using split_font_name_into_vector and build_font_name_from_vector.
19905 (Fset_fontset_font): Access the elements of font_spec by enum
19906 FONT_SPEC_INDEX. If font_spec is a string, extract the registry
19907 name by using split_font_name_into_vector.
19908 (Fnew_fontset): If no ASCII font is specified in FONTLIST,
19909 generate a proper font name from the fontset name. Update
19910 Vfontset_alias_alist.
19911 (n_auto_fontsets): New variable.
19912 (new_fontset_from_font_name): New function.
19913 (Ffont_info): Store the information about fonts generated from the
19914 default fontset in the first extra slot of the returned char-table.
19915
19916 * xfaces.c (generate_ascii_font_name): Move to fontset.c.
19917 (font_name_registry): Delete function.
19918 (split_font_name_into_vector): New function.
19919 (build_font_name_from_vector): New function.
19920 (font_list): The argument REGISTRY is now a list of registry names.
19921 (choose_face_font): If we are choosing an ASCII font, and ATTRS
19922 specifies an explicit font name, return the name as is. Make a
19923 list of registy names.
19924
19925 * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
19926 of x_new_fontset.
19927 (Fx_create_frame): Don't call x_new_fontset here. Just use
19928 x_list_fonts to check the existence of fonts.
19929
19930 * xterm.h (x_new_fontset): Adjust prototype.
19931
19932 * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
19933 string. Use new_fontset_from_font_name to create a fontset from a
19934 font name.
19935
19936 2008-02-01 Kenichi Handa <handa@m17n.org>
19937
19938 * syntax.c (Vfind_word_boundary_function_table): New name for
19939 Vnext_word_boundary_function_table.
19940 (find-word-boundary-function-table): New name for
19941 next-word-boundary-function-table.
19942
19943 2008-02-01 Dave Love <fx@gnu.org>
19944
19945 * Makefile.in: Fix some dependencies.
19946
19947 * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
19948 set it to nil before returning.
19949
19950 * composite.c (update_compositions): Fix type error.
19951
19952 * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
19953
19954 2008-02-01 Kenichi Handa <handa@m17n.org>
19955
19956 * xterm.c (x_new_font): Optimize for the case that the font is
19957 already set for the frame.
19958
19959 2008-02-01 Kenichi Handa <handa@m17n.org>
19960
19961 * chartab.c (char_table_ascii): Check if the char table contents
19962 is sub-char-table or not.
19963 (char_table_set, char_table_set_range): Fix argument to
19964 char_table_ascii.
19965
19966 * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
19967 (detect_coding_utf_8, detect_coding_utf_16)
19968 (detect_coding_emacs_mule, detect_coding_iso_2022)
19969 (detect_coding_sjis, detect_coding_big5)
19970 (detect_coding_ccl, detect_coding_charset): Change argument MASK
19971 to DETECT_INFO. Update DETECT_INFO and return 1 if the byte
19972 sequence is valid in this coding system. Change callers.
19973 (MAX_ANNOTATION_LENGTH): New macro.
19974 (ADD_ANNOTATION_DATA): New macro.
19975 (ADD_COMPOSITION_DATA): Change argument. Change callers. Call
19976 ADD_ANNOTATION_DATA. Change the format of annotation data.
19977 (ADD_CHARSET_DATA): New macro.
19978 (emacs_mule_char): New argument ID. Change callers.
19979 (decode_coding_emacs_mule, decode_coding_iso_2022)
19980 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
19981 Produce charset annotation data in coding->charbuf.
19982 (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
19983 to charset annotation data in coding->charbuf.
19984 (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
19985 coding->common_flags if the coding system is iso-2022 based and
19986 uses designation.
19987 (produce_composition): Adjust for the new annotation data format.
19988 (produce_charset): New function.
19989 (produce_annotation): Handle charset annotation.
19990 (handle_composition_annotation, handle_charset_annotation): New
19991 functions.
19992 (consume_chars): Handle charset annotation. Utilize the above two
19993 functions.
19994 (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
19995 buffer, get the deleted text as a string and set
19996 coding->src_object to that string.
19997 (detect_coding, detect_coding_system): Use the new struct
19998 coding_detection_info.
19999
20000 * coding.h (struct coding_detection_info): New structure.
20001 (struct coding_system): Adjust prototype of the member `detector'.
20002 (CODING_ANNOTATE_CHARSET_MASK): New macro.
20003
20004 2008-02-01 Kenichi Handa <handa@m17n.org>
20005
20006 * insdel.c (insert_from_gap): Fix argument to offset_intervals.
20007
20008 2008-02-01 Dave Love <fx@gnu.org>
20009
20010 * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
20011 (Fapropos_internal): Don't gcpro apropos_accumulate. Set result
20012 to new local and nullify apropos_accumulate before returning.
20013 (syms_of_keymap): Staticpro and initialize apropos_accumulate.
20014
20015 2008-02-01 Kenichi Handa <handa@m17n.org>
20016
20017 * charset.c (Fdefine_charset_internal): Setup charset.fast_map
20018 correctly.
20019
20020 2008-02-01 Dave Love <fx@gnu.org>
20021
20022 * fns.c (Flanginfo): Call synchronize_system_time_locale.
20023
20024 2008-02-01 Kenichi Handa <handa@m17n.org>
20025
20026 The following changes are to make character composition happen
20027 automatically on displaying.
20028
20029 * Makefile.in (lisp, shortlisp): Add composite.elc.
20030
20031 * composite.h (Qauto_composed, Vauto_composition_function)
20032 (Qauto_composition_function): Extern them.
20033
20034 * composite.c (Vcomposition_function_table)
20035 (Qcomposition_function_table): Delete variables.
20036 (Qauto_composed, Vauto_composition_function)
20037 (Qauto_composition_function): New variables.
20038 (run_composition_function): Don't call
20039 compose-chars-after-function.
20040 (update_compositions): Clear `auto-composed' text property.
20041 (compose_chars_in_text): Delete this function.
20042 (syms_of_composite): Staticpro Qauto_composed and
20043 Qauto_composition_function. Declare Vauto_composition_function as
20044 a Lisp variable.
20045
20046 * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
20047
20048 * xdisp.c (it_props): Add an entry for Qauto_composed.
20049 (handle_auto_composed_prop): New function.
20050
20051 * xselect.c (selection_data_to_lisp_data): Don't call
20052 compose_chars_in_text.
20053
20054 2008-02-01 Dave Love <fx@gnu.org>
20055
20056 * keyboard.c (read_char): Modify checking around use of
20057 Vkeyboard_translate_table.
20058
20059 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
20060 and fix C types.
20061
20062 2008-02-01 Kenichi Handa <handa@m17n.org>
20063
20064 * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
20065 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
20066 (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
20067 the case that the last byte is '\r' correctly.
20068 (decode_coding): Flush out the unprocessed data correctly.
20069 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
20070
20071 2008-02-01 Dave Love <fx@gnu.org>
20072
20073 * xterm.c (XTread_socket): Fix changes for defined keysyms.
20074 Add XK_ISO... case.
20075 (xaw_scroll_callback): Revert last change.
20076
20077 2008-02-01 Kenichi Handa <handa@m17n.org>
20078
20079 * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
20080
20081 2008-02-01 Kenichi Handa <handa@m17n.org>
20082
20083 * xfaces.c (Vface_resizing_fonts): New variable.
20084 (struct font_name): New member `resizing_ratio'.
20085 (font_resizing_ratio): New function.
20086 (split_font_name): Set font->resizing_ratio.
20087 (better_font_p): Pay attention to font->resizing_ratio.
20088 (build_scalable_font_name): Likewise. Don't change POINT_SIZE,
20089 RESX, and RESY fields.
20090 (try_alternative_families): Try scalable fonts if
20091 Vscalable_fonts_allowed is not Qt.
20092 (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
20093
20094 2008-02-01 Dave Love <fx@gnu.org>
20095
20096 * xterm.c (xaw_scroll_callback): Cast correctly.
20097
20098 2008-02-01 Dave Love <fx@gnu.org>
20099
20100 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
20101 (lispy_kana_keys): Comment out.
20102 (make_lispy_event) [XK_kana_A]: Comment out.
20103
20104 * xterm.c (xaw_scroll_callback): Cast call_data.
20105 (XTread_socket): Deal with ASCII keysyms.
20106 (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
20107
20108 2008-02-01 Dave Love <fx@gnu.org>
20109
20110 * xterm.c (Vx_keysym_table): New.
20111 (syms_of_xterm): Initialize it.
20112 (XTread_socket): Use it.
20113 From head: Eliminate incorrect optimization that tried to avoid
20114 decoding the output of X*LookupString.
20115 (x_get_font_repertory): Delete charset declaration.
20116
20117 2008-02-01 Kenichi Handa <handa@m17n.org>
20118
20119 * coding.c (detect_coding_charset): If only ASCII bytes are found,
20120 return 0.
20121 (Fdefine_coding_system_internal): Setup
20122 CODING_ATTR_ASCII_COMPAT (attrs) correctly.
20123
20124 2008-02-01 Dave Love <fx@gnu.org>
20125
20126 * coding.c (Fcheck_coding_system): Doc fix.
20127
20128 * editfns.c (Finsert_byte): Return a proper value.
20129
20130 2008-02-01 Kenichi Handa <handa@m17n.org>
20131
20132 * coding.c (decode_coding): Fix args to translate_chars. Pay
20133 attention to Vstandard_translation_table_for_decode.
20134 (encode_coding): Fix args to translate_chars. Pay attention to
20135 Vstandard_translation_table_for_encode.
20136
20137 * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
20138 SINGLE_BYTE_CHAR_P.
20139
20140 * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
20141 not by SINGLE_BYTE_CHAR_P.
20142
20143 * fns.c (concat): Check CH by ASCII_CHAR_P, not by
20144 SINGLE_BYTE_CHAR_P.
20145
20146 * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
20147 SINGLE_BYTE_CHAR_P.
20148
20149 * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
20150 by SINGLE_BYTE_CHAR_P.
20151
20152 * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
20153 SINGLE_BYTE_CHAR_P.
20154
20155 2008-02-01 Dave Love <fx@gnu.org>
20156
20157 * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
20158
20159 2008-02-01 Dave Love <fx@gnu.org>
20160
20161 * fns.c (Flanginfo): Fix typo.
20162
20163 * unexelf.c (unexec): Make last change conditional on Irix 6.5.
20164
20165 2008-02-01 Kenichi Handa <handa@m17n.org>
20166
20167 * coding.c (detect_coding_utf_8, detect_coding_utf_16)
20168 (detect_coding_emacs_mule, detect_coding_iso_2022)
20169 (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
20170 incomplete byte sequence. Don't update *mask when correctly detected.
20171 (decode_coding_sjis): Fix decoding of katakana-jisx0201.
20172 (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
20173 (detect_coding, detect_coding_system): Adjust for the changes above.
20174
20175 2008-02-01 Kenichi Handa <handa@m17n.org>
20176
20177 * character.c (char_string): Rename from
20178 char_string_with_unification. Pay attention to CHAR_MODIFIER_MASK.
20179 (string_char): Rename from string_char.
20180
20181 * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
20182 if C is greater than MAX_3_BYTE_CHAR.
20183 (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE): Call
20184 string_char instead of string_char_with_unification.
20185
20186 2008-02-01 Dave Love <fx@gnu.org>
20187
20188 * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
20189
20190 2008-02-01 Kenichi Handa <handa@m17n.org>
20191
20192 * keymap.c (push_key_description): Pay attention to force_multibyte.
20193
20194 * regex.c (re_search_2): Fix for the case of unibyte buffer.
20195
20196 2008-02-01 Dave Love <fx@gnu.org>
20197
20198 * charset.c (define_charset_internal): Rename `supprementary'.
20199
20200 * Makefile.in (lisp, shortlisp): Remove latin-N.
20201
20202 2008-02-01 Dave Love <fx@gnu.org>
20203
20204 * xfns.c (x_window, x_window): Use use_xim.
20205
20206 * xterm.c (use_xim): Initialize.
20207 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
20208 (x_term_init): Maybe set use_xim.
20209
20210 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
20211
20212 2008-02-01 Kenichi Handa <handa@m17n.org>
20213
20214 * search.c (search_buffer): Fix case-fold-search of multibyte
20215 characters.
20216 (boyer_moore): Rename the last argument to char_high_bits.
20217
20218 2008-02-01 Kenichi Handa <handa@m17n.org>
20219
20220 * xdisp.c (display_string): Fix for the case of zero width glyph.
20221
20222 * xfns.c (x_set_font): Change the error message of the case that
20223 x_new_fontset returns Qt.
20224
20225 * xfaces.c (set_lface_from_font_name): Reject the default fontset.
20226 (Finternal_set_lisp_face_attribute): Use signal_error for the
20227 error of invalid fontset.
20228
20229 * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
20230 fontset, return Qt.
20231
20232 2008-02-01 Dave Love <fx@gnu.org>
20233
20234 * unexelf.c (unexec): Make .got handling not SGI-specific.
20235
20236 * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
20237
20238 * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
20239
20240 * keyboard.c (read_key_sequence): Fix type error.
20241
20242 * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
20243 type error.
20244
20245 * fontset.c (fontset_add): Return Lisp_Object.
20246
20247 2008-02-01 Dave Love <fx@gnu.org>
20248
20249 * charset.h (charset_ordered_list_tick): Declare extern.
20250
20251 2008-02-01 Kenichi Handa <handa@m17n.org>
20252
20253 The following changes (and some of 2008-02-01 changes of mine) are
20254 for handling syntax, category, and case conversion for unibyte
20255 characters by converting them to multibyte on the fly. With these
20256 changes, we don't have to setup syntax and case tables for unibyte
20257 characters in each language environment.
20258
20259 * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
20260 multibyte if necessary.
20261
20262 * bytecode.c (Fbyte_code): Likewise.
20263
20264 * character.h (LEADING_CODE_LATIN_1_MIN)
20265 (LEADING_CODE_LATIN_1_MAX): New macros.
20266 (unibyte_to_multibyte_table): Extern it.
20267 (unibyte_char_to_multibyte): New macro.
20268 (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
20269 (CHAR_LEADING_CODE): New macro.
20270 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
20271
20272 * character.c (unibyte_to_multibyte_table): New variable.
20273 (unibyte_char_to_multibyte): Move to character.h and define as macro.
20274 (multibyte_char_to_unibyte): If C is an eight-bit character,
20275 convert it to the corresponding byte value.
20276
20277 * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
20278 not 1, signals an error. Update the elements of
20279 unibyte_to_multibyte_table.
20280 (init_charset_once): Initialize unibyte_to_multibyte_table.
20281 (syms_of_charset): Define the charset `iso-8859-1'.
20282
20283 * cmds.c (internal_self_insert): In a multibyte buffer, insert C
20284 as is without converting it to unibyte. In a unibyte buffer,
20285 convert C to multibyte before checking the syntax.
20286
20287 * lisp.h (unibyte_char_to_multibyte): Delete extern.
20288
20289 * minibuf.c (Fminibuffer_complete_word): Use the macro
20290 FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
20291
20292 * regex.h (struct re_pattern_buffer): New member target_multibyte.
20293
20294 * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
20295 (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte. If
20296 that is zero, convert an eight-bit char to multibyte.
20297 (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
20298 non-emacs case.
20299 (PATFETCH): Convert an eight-bit char to multibyte.
20300 (HANDLE_UNIBYTE_RANGE): New macro.
20301 (regex_compile): Setup the compiled pattern for multibyte chars
20302 even if the given regex string is unibyte. Use PATFETCH_RAW
20303 instead of PATFETCH in many places. To handle `charset'
20304 specification of unibyte, call HANDLE_UNIBYTE_RANGE. Use bitmap
20305 only for ASCII chars.
20306 (analyse_first) <exactn>: Simplify because the compiled pattern
20307 is multibyte.
20308 <charset_not>: Setup fastmap from bitmap only for ASCII chars.
20309 <charset>: Use CHAR_LEADING_CODE to get leading codes.
20310 <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
20311 (re_compile_fastmap) [emacs]: Call analyse_first with the arg
20312 multibyte always 1.
20313 (re_search_2): In emacs, set the locale variable multibyte to 1,
20314 otherwise to 0. New local variable target_multibyte. Check it
20315 to decide the multibyteness of STR1 and STR2. If
20316 target_multibyte is zero, convert unibyte chars to multibyte
20317 before translating and checking fastmap.
20318 (TARGET_CHAR_AND_LENGTH): New macro.
20319 (re_match_2_internal): In emacs, set the locale variable multibyte
20320 to 1, otherwise to 0. New local variable target_multibyte. Check
20321 it to decide the multibyteness of STR1 and STR2. Use
20322 TARGET_CHAR_AND_LENGTH to fetch a character from D.
20323 <charset, charset_not>: If multibyte is nonzero, check fastmap
20324 only for ASCII chars. Call bcmp_translate with
20325 target_multibyte, not with multibyte.
20326 <begline>: Declare the local variable C as `unsigned'.
20327 (bcmp_translate): Change the last arg name to target_multibyte.
20328
20329 * search.c (compile_pattern_1): Don't adjust the multibyteness of
20330 the regexp pattern and the matching target. Set cp->buf.multibyte
20331 to the multibyteness of the regexp pattern. Set
20332 cp->but.target_multibyte to the multibyteness of the matching target.
20333 (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
20334 FETCH_STRING_CHAR_ADVANCE.
20335 (Freplace_match): Convert unibyte chars to multibyte.
20336
20337 * syntax.c (char_quoted, back_comment, scan_words)
20338 (Fforward_comment, scan_lists, Fbackward_prefix_chars)
20339 (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
20340 unibyte chars to multibyte.
20341 (skip_chars): Delete the arg syntaxp, and move the code for
20342 handling syntaxes to skip_syntaxes. Change callers.
20343 Fix the case that the multibyteness of STRING and the current
20344 buffer doesn't match.
20345 (skip_syntaxes): New function.
20346 (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
20347 SINGLE_BYTE_CHAR_P.
20348
20349 2008-02-01 Kenichi Handa <handa@m17n.org>
20350
20351 * xfaces.c (QCfontset): New variable.
20352 (LFACE_FONTSET): New macro.
20353 (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
20354 (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
20355 (Finternal_set_lisp_face_attribute)
20356 (Finternal_get_lisp_face_attribute): Handle QCfontset.
20357 (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
20358 check also LFACE_FONTSET_INDEX.
20359 (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
20360 attrs[LFACE_FONT_INDEX].
20361 (syms_of_xfaces): Intern and staticpro QCfontset.
20362
20363 * dispextern.h (enum lface_attribute_index): New member
20364 LFACE_FONTSET_INDEX.
20365
20366 * fns.c (base64_encode_1): Handle eight-bit chars correctly.
20367
20368 2008-02-01 Kenichi Handa <handa@m17n.org>
20369
20370 * coding.c (coding_set_destination): Fix coding->destination for
20371 the case converting a region.
20372 (encode_coding_utf_8): Encode eight-bit chars as single byte.
20373 (encode_coding_object): Fix coding->dst_pos and
20374 coding->dst_pos_byte for the case converting a region.
20375
20376 * insdel.c (insert_from_gap): Make it work even if PT != GTP.
20377
20378 * character.h (BYTE8_STRING): New macro.
20379
20380 * fns.c (base64_decode_1): Insert eight-bit chars correctly.
20381
20382 2008-02-01 Kenichi Handa <handa@m17n.org>
20383
20384 * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
20385 characters by octal form.
20386
20387 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
20388
20389 * buffer.h (_fetch_multibyte_char_len): Delete extern.
20390 (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
20391 _fetch_multibyte_char_len.
20392 (FETCH_CHAR_AS_MULTIBYTE): New macro.
20393
20394 * casetab.c (set_canon, set_identity, shuffle): Simplify.
20395
20396 * casefiddle.c (casify_object): Simplify. Handle the case that
20397 the case conversion change the byte length.
20398 (casify_region): Likewise.
20399
20400 * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
20401
20402 * character.c (_fetch_multibyte_char_len): Delete this variable.
20403 (syms_of_character): Setup Vprintable_chars.
20404
20405 * editfns.c (Fchar_equal): Fix for the unibyte case.
20406 (Finsert_byte): New function.
20407 (syms_of_editfns): Defsubr it.
20408
20409 * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
20410 of direct code 0x3ffff.
20411
20412 * search.c (Freplace_match): Fix for the unibyte case.
20413
20414 2008-02-01 Kenichi Handa <handa@m17n.org>
20415
20416 * lread.c (safe_to_load_p): Fix the logic.
20417
20418 * syntax.c (scan_words): Don't treat characters belonging to
20419 different scripts as constituting a word.
20420
20421 * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
20422
20423 * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
20424
20425 * emacs.c (main): In the case of --unibyte, instead of aborting on
20426 finding non-empty buffer, make it unibyte.
20427
20428 2008-02-01 Kenichi Handa <handa@m17n.org>
20429
20430 * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
20431 to create a fontset.
20432
20433 2008-02-01 Dave Love <fx@gnu.org>
20434
20435 * character.c (Funibyte_char_to_multibyte): Doc fix.
20436
20437 * xfns.c [HAVE_STDLIB_H]: Fix last change.
20438
20439 2008-02-01 Kenichi Handa <handa@m17n.org>
20440
20441 * fontset.c (fontset_add): Make the type `int'.
20442 (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
20443
20444 * character.c (unibyte_char_to_multibyte)
20445 (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
20446 charset_unibyte, not charset_primary.
20447
20448 * charset.h (charset_unibyte): Extern it instead of charset_primary.
20449
20450 * charset.c (charset_unibyte): Rename from charset_primary.
20451 (Funibyte_charset): Rename from Fprimary_charset.
20452 (Fset_unibyte_charset): Rename from Fset_primary_charset.
20453 (syms_of_charset): Adjust for the above changes.
20454
20455 * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
20456 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
20457 it->multibyte_p is zero.
20458
20459 * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
20460 Delete extern.
20461
20462 2008-02-01 Kenichi Handa <handa@m17n.org>
20463
20464 * coding.c (Fdefine_coding_system_internal): Fix category setting
20465 for a coding system of type iso-2022.
20466
20467 2008-02-01 Kenichi Handa <handa@m17n.org>
20468
20469 * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
20470
20471 2008-02-01 Kenichi Handa <handa@m17n.org>
20472
20473 * syntax.c (Vnext_word_boundary_function_table): New variable.
20474 (next-word-boundary-function-table): Declare it as a Lisp variable
20475 in syms_of_syntax.
20476 (scan_words): Call functions in Vnext_word_boundary_function_table
20477 if any.
20478
20479 * xterm.c (x_load_font): Initialize fontp->fontset to -1.
20480
20481 * fontset.c (fs_load_font): If fontp->charset is not negative,
20482 return fontp without setting its members.
20483
20484 2008-02-01 Dave Love <fx@gnu.org>
20485
20486 * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
20487
20488 * m/sparc.h (HAVE_ALLOCA): Delete.
20489
20490 * s/irix6-5.h: Don't include strings.h.
20491 (bcopy, bzero, bcmp): Don't undef.
20492
20493 * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
20494
20495 * s/usg5-4.h (NO_SIOCTL_H): Don't define.
20496 (TIOCSIGSEND): Don't test IRIX6.
20497 (bcopy, bzero, bcmp): Define conditionally.
20498
20499 2008-02-01 Kenichi Handa <handa@m17n.org>
20500
20501 * buffer.c (Qas, Qmake, Qto): New variables.
20502 (Fset_buffer_multibyte): New optional arg METHOD. Change caller.
20503 (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
20504
20505 * callproc.c (Fcall_process): Don't call insert_1_both directly if
20506 we are inserting a process output into a multibyte buffer.
20507
20508 * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
20509 multibyte_char_to_unibyte.
20510
20511 * character.c (Funibyte_char_to_multibyte): If C can't be decoded
20512 by the primary charset, make it eight-bit char.
20513 (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
20514
20515 * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
20516 (charset_8_bit__control, charset_8_bit_graphic)
20517 (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
20518 (define_charset_internal): New function.
20519 (syms_of_charset): Call define_charset_internal for pre-defined
20520 charsets.
20521
20522 * charset.h (charset_8_bit): Extern it.
20523
20524 * coding.c (make_conversion_work_buffer): Adjust for the change
20525 of Fset_buffer_multibyte.
20526 (encode_coding_raw_text): Increment p0 in the loop.
20527
20528 * lisp.h (Fset_buffer_multibyte): Adjust prototype.
20529
20530 * xdisp.c (setup_echo_area_for_printing, set_message_1): Adjust
20531 for the change of Fset_buffer_multibyte.
20532
20533 * fns.c (Fstring_to_multibyte): New function.
20534 (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
20535
20536 2008-02-01 Dave Love <fx@gnu.org>
20537
20538 * xfns.c (x_put_x_image): Declare args.
20539
20540 * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
20541 (try_font_list): Declare an arg.
20542
20543 * xdisp.c (message2_nolog, set_message): Declare an arg.
20544
20545 * terminfo.c (tparam): Declare an arg. Use P_ to declare tparm.
20546
20547 * syntax.c (scan_sexps_forward): Declare an arg.
20548
20549 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
20550 Declare an arg.
20551
20552 * lisp.h (Fnew_fontset): Declare.
20553
20554 * keymap.c (push_key_description): Call CHARACTERP correctly.
20555
20556 * fontset.c (fontset_add): Declare args. Call make_number correctly.
20557 (face_for_char): Delete unused vars.
20558 (Fset_fontset_font): Doc fix. Delete unused vars.
20559
20560 * doc.c (Fsubstitute_command_keys): Delete unused vars.
20561
20562 * composite.c (update_compositions): Declare arg.
20563
20564 * cm.c (calccost, cmgoto): Declare args.
20565
20566 * charset.c: Remove `emacs' conditional. Doc fixes.
20567 (map_char_table_for_charset): Declare.
20568
20569 * character.c (syms_of_character) <translation-table-vector>: Doc fix.
20570
20571 * ccl.c: Remove `emacs' conditional.
20572
20573 2008-02-01 Kenichi Handa <handa@m17n.org>
20574
20575 The following changes are to allow specifying multiple font
20576 patterns for a character range (specified by script or charset).
20577
20578 * Makefile.in (abbrev.o): Depend on syntax.h.
20579 (xfaces.o): Depend on charset.h.
20580
20581 * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
20582 SINGLE_BYTE_CHAR_P.
20583
20584 * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
20585
20586 * character.h (Vchar_script_table): Extern it.
20587
20588 * character.c (Vscript_alist): Delete.
20589 (Vchar_script_table, Qchar_script_table): New variable.
20590 (syms_of_character): Declare Vchar_script_table as a lisp variable
20591 and initialize it.
20592
20593 * chartab.c (Fmake_char_table): Doc fix. If PURPOSE doesn't
20594 have property char-table-extra-slots, make no extra slot.
20595
20596 * dispextern.h (struct face): Delete member `charset'.
20597 (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
20598 SINGLE_BYTE_CHAR_P.
20599 (choose_face_font, lookup_non_ascii_face, font_name_registry):
20600 Add prototypes.
20601 (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
20602 (generate_ascii_font_name): Rename from generate_ascii_font.
20603
20604 * fontset.h (get_font_repertory_func): New prototype.
20605 (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
20606 (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
20607
20608 * fontset.c (Qprepend, Qappend): New variables.
20609 (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
20610 (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
20611 (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
20612 (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
20613 (fontset_ref_and_range, fontset_add, reorder_font_vector)
20614 (load_font_get_repertory): New functions.
20615 (fontset_set): Delete.
20616 (fontset_face): New arg FACE. Return face ID, not face.
20617 Complete re-write to handle new fontset structure. Change caller.
20618 (free_face_fontset): Use ASET istead of AREF (X) = Y.
20619 (face_for_char): Don't call lookup_face.
20620 (make_fontset_for_ascii_face): New arg FACE.
20621 (fs_load_font): New arg CHARSET_ID. Don't check
20622 Vfont_encoding_alist here.
20623 (find_font_encoding): New function.
20624 (list_fontsets): Use STRINGP, not ! NILP.
20625 (accumulate_script_ranges): New function.
20626 (Fset_fontset_font, Fnew_fontset, Ffontset_info): Completely
20627 re-written to handle new fontset structure.
20628 (Ffontset_font): Return a copy of element.
20629 (syms_of_fontset): Define symbols Qprepend and Qappend. Fix
20630 docstring of font-encoding-alist.
20631
20632 * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
20633 (Fset_fotset_font): Fix arguments to 5.
20634
20635 * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
20636
20637 * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
20638 Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
20639 (highlight_trailing_whitespace): Adjust for the change of
20640 lookup_named_face.
20641
20642 * xfaces.c: Include charset.h.
20643 (load_face_font): Delete argument C. Change caller.
20644 (generate_ascii_font_name): Rename from generate_ascii_font.
20645 (font_name_registry): New function.
20646 (cache_face): Store ascii faces before non-ascii faces in buckets.
20647 (lookup_face): Delete arguments C and BASE_FACE. Change caller.
20648 Lookup only ascii faces.
20649 (lookup_non_ascii_face): New function.
20650 (lookup_named_face): Delete argument C. Change caller.
20651 (lookup_derived_face): Delete argument C. Change caller.
20652 (try_font_list): New arg PATTERN. Change caller. If PATTERN is
20653 a string, just call font_list with it.
20654 (choose_face_font): Delete arguments FACE and C. New arg
20655 FONT_SPEC. Change caller.
20656 (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
20657 Change caller.
20658 (realize_non_ascii_face): New function.
20659 (realize_x_face): Call load_face_font here.
20660 (realize_tty_face): Delete argument C. Change caller.
20661 (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
20662 get a face ID.
20663 (dump_realized_face): Don't print charset of FACE.
20664
20665 * xfns.c (x_set_font): Always call x_new_fontset and
20666 store_frame_parameter.
20667 (Fx_create_frame): Call x_new_fontset, not x_new_font.
20668 (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
20669
20670 * xterm.h (x_get_font_repertory): Extern it.
20671
20672 * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
20673 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
20674 it->multibyte_p is zero.
20675 (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
20676 (x_new_fontset): If FONTSETNAME doesn't match any existing
20677 fontsets, create a new one.
20678 (x_get_font_repertory): New function.
20679
20680 2008-02-01 Kenichi Handa <handa@m17n.org>
20681
20682 * coding.c (Ffind_coding_systems_region_internal): Detect an
20683 ASCII only string correctly.
20684
20685 * lread.c (Fload): Don't load with Qload_force_doc_strings t if
20686 version is 0.
20687
20688 2008-02-01 Kenichi Handa <handa@m17n.org>
20689
20690 * lread.c: Include "coding.h".
20691 (Qget_emacs_mule_file_char, Qload_force_doc_strings)
20692 (load_each_byte, unread_char): New variables.
20693 (readchar_backlog): Delete.
20694 (readchar): Return a character unless load_each_byte is nonzero.
20695 Handle the case that readcharfun is Qget_emacs_mule_file_char or a
20696 cons. If unread_char is not -1, simply return it.
20697 (unreadchar): Handle the case that readcharfun is
20698 Qget_emacs_mule_file_char or a cons. Set unread_char if necessary.
20699 (read_multibyte): Delete.
20700 (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
20701 (read_emacs_mule_char): New functions.
20702 (Fload): Even if the file doesn't have the extension ".elc", if
20703 safe_to_load_p returns a positive version number, assume that the
20704 file contains bytecompiled code. If the version is less than 22,
20705 load the file while decoding multibyte sequences by emacs-mule.
20706 (readevalloop): Don't use readchar_backlog.
20707 (Fread): Likewise. Pay attention to the case that STREAM is a cons.
20708 (Fread_from_string): Pay attention to the case that STREAM is a cons.
20709 (read_escape): Delete the arg BYTEREP.
20710 (read1): Set load_each_byte to 1 temporarily while handling
20711 #@NUMBER. Don't call read_multibyte.
20712 (read_vector): Call Fread with a cons. If readcharfun is
20713 Qget_emacs_mule_file_char, decode the read string by emacs-mule.
20714 (read_list): If doc_reference is 2, make the cdr part string as unibyte.
20715 (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
20716 and Qload_force_doc_strings.
20717
20718 2008-02-01 Kenichi Handa <handa@m17n.org>
20719
20720 * xdisp.c (face_before_or_after_it_pos): Call
20721 FETCH_MULTIBYTE_CHAR with byte postion, not char position.
20722
20723 2008-02-01 Kenichi Handa <handa@m17n.org>
20724
20725 * character.h (TRAILING_CODE_P): New macro.
20726 (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
20727 (string_char_with_unification): Fix prototype.
20728 (Vscript_alist): Extern it.
20729
20730 * character.c (Vscript_alist): New variable.
20731 (string_char_with_unification, str_as_unibyte)
20732 (string_escape_byte8): Add `const' to local variables.
20733 (syms_of_character): Declare script-alist as a Lisp variable.
20734
20735 * charset.h (Vcharset_ordered_list): Extern it.
20736 (charset_ordered_list_tick): Extern it.
20737 (EMACS_MULE_LEADING_CODE_PRIVATE_11)
20738 (EMACS_MULE_LEADING_CODE_PRIVATE_12)
20739 (EMACS_MULE_LEADING_CODE_PRIVATE_21)
20740 (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros.
20741 (Funify_charset): Adjust for the change of Funify_charset.
20742
20743 * charset.c (charset_ordered_list_tick): New variable.
20744 (Fdefine_charset_internal): Increment charset_ordered_list_tick.
20745 (Funify_charset): New optional arg DEUNIFY. If it is non-nil,
20746 deunify intead of unify a charset.
20747 (string_xstring_p): Add `const' to local variables.
20748 (find_charsets_in_text): Add `const' to arguments and local variables.
20749 (encode_char): Adjust for the change of Funify_charset. Fix
20750 detecting of invalid code.
20751 (Fset_charset_priority): Increment charset_ordered_list_tick.
20752 (Fmap_charset_chars): Fix handling of default value for FROM_CODE
20753 and TO_CODE.
20754
20755 * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
20756 (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
20757 Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
20758 (decode_coding_ccl, consume_chars)
20759 (Ffind_coding_systems_region_internal)
20760 (Fcheck_coding_systems_region): Add `const' to local variables.
20761
20762 * print.c (print_object): Use octal form for printing the
20763 contents of a bool vector.
20764
20765 2008-02-01 Dave Love <fx@gnu.org>
20766
20767 * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
20768 <version == 20>: Refuse to load.
20769
20770 2008-02-01 Dave Love <fx@gnu.org>
20771
20772 * fns.c: Move coding.h.
20773 (Qcodeset, Qdays, Qmonths): New.
20774 (concat): Use CHARACTERP instead of INTEGERP.
20775 (Flocale_codeset): Delete.
20776 (Flanginfo): New function.
20777 (syms_of_fns): Change accordingly.
20778
20779 * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
20780
20781 2008-02-01 Dave Love <fx@gnu.org>
20782
20783 * casetab.c (init_casetab_once, init_casetab_once): Fix
20784 CHAR_TABLE_SET call.
20785
20786 * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
20787
20788 * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
20789
20790 * charset.c (Fmap_charset_chars): Check args. Convert Lisp types.
20791 (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
20792 (Fset_charset_priority, syms_of_charset): Convert Lisp types.
20793
20794 * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
20795
20796 * coding.c (ENCODE_DESIGNATION, decode_eol)
20797 (make_conversion_work_buffer, code_conversion_restore)
20798 (Fdefine_coding_system_internal): Convert Lisp types.
20799 (code_conversion_restore): Use EQ, not ==.
20800 (Fencode_coding_string): Fix code_convert_string call.
20801
20802 * coding.h (code_convert_region): Fix prototype.
20803
20804 * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
20805
20806 * fontset.c (fontset_ref, fontset_set, fs_load_font)
20807 (Ffontset_info): Convert Lisp types.
20808
20809 * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
20810
20811 * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
20812
20813 * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
20814
20815 * chartab.c: Include "...h", not <...h> in some cases.
20816
20817 * callproc.c (Fcall_process): Remove unused variables.
20818
20819 2008-02-01 Dave Love <fx@gnu.org>
20820
20821 * coding.c (Fset_coding_system_priority): Allow null arg list.
20822
20823 2008-02-01 Dave Love <fx@gnu.org>
20824
20825 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
20826 (Fself_insert_and_exit): Use CHARACTERP.
20827
20828 * callproc.c (Fcall_process): Remove unused vars.
20829
20830 * xterm.c (XTread_socket): Add extra dead keysyms.
20831
20832 * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
20833
20834 * dispextern.h: Remove prototypes for redraw_frame,
20835 redraw_garbaged_frames.
20836
20837 * cmds.c (Fself_insert_command): Use CHARACTERP.
20838
20839 * chartab.c (make_sub_char_table): Remove unused var.
20840 (Fset_char_table_default, Fmap_char_table): Doc fix.
20841
20842 * keymap.c (access_keymap): Remove generic char code.
20843 (push_key_description): Use CHARACTERP.
20844
20845 2008-02-01 Dave Love <fx@gnu.org>
20846
20847 * charset.c: Doc fixes.
20848 (Funify_charset): Extra checking.
20849
20850 2008-02-01 Dave Love <fx@gnu.org>
20851
20852 * lread.c: Remove some unused variables.
20853 (safe_to_load_p): If safe, return the magic number version byte.
20854 (Fload): Maybe use load-with-code-conversion.
20855
20856 2008-02-01 Kenichi Handa <handa@m17n.org>
20857
20858 * category.c (Fmodify_category_entry): Don't modify the contents
20859 of category_set for characters out of the range. Avoid
20860 unnecessary modification.
20861
20862 * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
20863 Vchar_unify_table. The default value of the table is now nil.
20864
20865 * character.c (syms_of_character): Setup Vchar_width_table for
20866 eight-bit-control and raw-byte chars.
20867
20868 * charset.h (enum define_charset_arg_index): Delete
20869 charset_arg_parents and add charset_arg_subset and
20870 charset_arg_superset.
20871 (enum charset_attr_index): Delete charset_parents and add
20872 charset_subset and charset_superset.
20873 (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
20874 CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
20875 (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
20876 (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
20877 (CHARSET_SUPERSET): New macros.
20878 (charset_work): Extern it.
20879 (ENCODE_CHAR): Use charset_work.
20880 (CHAR_CHARSET_P): Adjust for the change of encoder format.
20881 (map_charset_chars): Extern it.
20882
20883 * charset.c (load_charset_map): Set the default value of encoder
20884 and deunifier char-tables to nil.
20885 (map_charset_chars): Change argument. Change callers. Use
20886 map_char_table_for_charset instead of map_char_table.
20887 (Fmap_charset_chars): New optional args from_code and to_code.
20888 (Fdefine_charset_internal): Adjust for the change of
20889 `define-charset' (:parents -> :subset or :superset).
20890 (charset_work): New variable.
20891 (encode_char, syms_of_charset): Adjust for the change of
20892 Fdefine_charset_internal.
20893 (Ffind_charset_string): Setup the vector `charsets' correctly.
20894
20895 * chartab.c (sub_char_table_ref_and_range): New arg default. Fix
20896 the previous change.
20897 (char_table_ref_and_range): Adjust for the above change.
20898 (map_sub_char_table_for_charset): New function.
20899 (map_char_table_for_charset): New function.
20900
20901 * keymap.c (describe_vector): Handle a char-table directly here.
20902 (describe_char_table): Delete.
20903
20904 * lisp.h (map_charset_chars): Delete.
20905
20906 2008-02-01 Dave Love <fx@gnu.org>
20907
20908 * fns.c (count_combining): Comment out (unused).
20909 (Flocale_codeset): New.
20910 (syms_of_fns): Defsubr it.
20911
20912 * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
20913 (size_t): Remove.
20914
20915 2008-02-01 Dave Love <fx@gnu.org>
20916
20917 * Makefile.in (chartab.o): Depend on charset.h.
20918
20919 2008-02-01 Kenichi Handa <handa@m17n.org>
20920
20921 * character.c (syms_of_character): Set the default value of
20922 Vprintable_chars to Qnil.
20923
20924 2008-02-01 Dave Love <fx@gnu.org>
20925
20926 * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
20927
20928 2008-02-01 Kenichi Handa <handa@m17n.org>
20929
20930 * charset.c (load_charset_map): Handle the case that from < to
20931 correctly.
20932
20933 * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
20934 (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
20935 Pay attention to raw-8-bit chars.
20936
20937 2008-02-01 Kenichi Handa <handa@m17n.org>
20938
20939 * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
20940 It is not bytecompiled now.
20941
20942 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
20943 (charset_jisx0208): New variables.
20944 (Fdefine_charset_internal): Setup them if appropriate.
20945 (init_charset_once): Initialize them to -1.
20946
20947 * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
20948 (charset_jisx0208): Extern them.
20949
20950 * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro.
20951 (CODING_ISO_FLAG_USE_OLDJIS): New macro.
20952 (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
20953 (setup_iso_safe_charsets): Fix arguments to Fassq.
20954 (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
20955 (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
20956 CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
20957 (encode_coding_iso_2022): Change the 1st arg to
20958 ENCODE_ISO_CHARACTER to a variable.
20959
20960 2008-02-01 Kenichi Handa <handa@m17n.org>
20961
20962 * charset.h (enum define_charset_arg_index): New enums
20963 charset_arg_min_code and charset_arg_max_code.
20964 (struct charset): New member char_index_offset.
20965
20966 * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
20967 Take charset->char_index_offset into account.
20968 (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
20969 args[charset_arg_max_code]. Setup charset.char_index_offset.
20970 (syms_of_charset): Fix args to Fdefine_charset_internal.
20971
20972 2008-02-01 Dave Love <fx@gnu.org>
20973
20974 * coding.c (decode_coding_utf_8): Reject overlong sequences.
20975
20976 2008-02-01 Dave Love <fx@gnu.org>
20977
20978 * coding.c: Doc fixes.
20979 (Fcoding_system_aliases): Fix return value.
20980 (Qmac): Remove (duplicated) definition.
20981
20982 2008-02-01 Dave Love <fx@gnu.org>
20983
20984 * charset.c (Fcharset_priority_list, Fset_charset_priority):
20985 New functions.
20986
20987 * character.c (Fstring): Doc fix.
20988
20989 * charset.c (Fdefine_charset_alias): Update Vcharset_list.
20990
20991 * fontset.c (Ffontset_info): Doc fix. Return charset names, not ids.
20992 (font-encoding-alist): Doc fix.
20993
20994 2008-02-01 Dave Love <fx@gnu.org>
20995
20996 * term.c (costs_set): Declare static, non-initialized for pcc.
20997 (encode_terminal_code): Remove unused var.
20998
20999 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
21000 for K&R.
21001
21002 * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
21003
21004 * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
21005 (suffixes): Move out of make_subsidiaries for K&R.
21006
21007 * charset.c (map_charset_chars): Fix c_function declaration for K&R.
21008
21009 * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
21010
21011 2008-02-01 Dave Love <fx@gnu.org>
21012
21013 * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP.
21014
21015 * category.c (Fmodify_category_entry): Doc fix. Remove unused vars.
21016
21017 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
21018
21019 * charset.c (Fdefine_charset_internal): Fix argument to bzero.
21020
21021 * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
21022
21023 2008-02-01 Kenichi Handa <handa@m17n.org>
21024
21025 * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
21026 vietnamese.elc to vietnamese.el. They are not bytecompiled now.
21027
21028 2008-02-01 Kenichi Handa <handa@m17n.org>
21029
21030 * coding.c (decode_coding_charset): Adjust for the change of
21031 Fdefine_coding_system_internal.
21032 (Fdefine_coding_system_internal): For a coding system of
21033 `charset' type, store a list of charset IDs in
21034 `charset_attr_charset_valids' element of coding attributes.
21035
21036 2008-02-01 Kenichi Handa <handa@m17n.org>
21037
21038 * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
21039 (emacs_mule_char): New arg src. Delete arg `composition'. Change
21040 caller. Handle 2-byte and 3-byte charsets correctly.
21041 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
21042 DECODE_EMACS_MULE_COMPOSITION_RULE. Change caller.
21043 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
21044 (DECODE_EMACS_MULE_21_COMPOSITION): Call
21045 DECODE_EMACS_MULE_COMPOSITION_RULE_21. Produce correct annotation
21046 sequence.
21047 (decode_coding_emacs_mule): Handle composition correctly. Rewind
21048 `src' and `consumed_chars' correctly before calling emacs_mule_char.
21049 (DECODE_COMPOSITION_START): Correctly handle the case of altchar
21050 and alt&rule composition.
21051 (decode_coding_iso_2022): Handle composition correctly.
21052 (init_coding_once): Setup emacs_mule_bytes for private charsets.
21053
21054 * charset.c (Fdefine_charset_internal): Fix bug for the case of
21055 re-defining a charset. If the charset has :emacs-mule-id, setup
21056 emacs_mule_bytes.
21057 (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
21058
21059 2008-02-01 Kenichi Handa <handa@m17n.org>
21060
21061 * coding.c (encode_coding_iso_2022, encode_coding_sjis)
21062 (encode_coding_big5, encode_coding_charset): If coding requires safe
21063 encoding, produce a character specified by
21064 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
21065
21066 2008-02-01 Dave Love <fx@gnu.org>
21067
21068 * xterm.c (XSetIMValues): Declare.
21069
21070 * process.c: Conditionally include sys/wait.h, pty.h.
21071
21072 * print.c (print_object): Fix print format for 64-bit systems.
21073
21074 * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
21075
21076 * buffer.c (emacs_strerror): Declare.
21077
21078 * fontset.c (Fclear_face_cache): Declare.
21079 (accumulate_font_info): Comment-out (unused).
21080 (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
21081 variables.
21082
21083 * character.h (string_escape_byte8): Declare.
21084
21085 * charset.c (load_charset_map, load_charset_map_from_file): Remove
21086 unused vars.
21087 (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
21088 (Fmap_charset_chars): Doc fix.
21089
21090 * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
21091 (Fset_coding_system_priority, Fset_coding_system_priority)
21092 (Fdefine_coding_system_internal): Doc fix.
21093
21094 2008-02-01 Dave Love <fx@gnu.org>
21095
21096 * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
21097
21098 2008-02-01 Kenichi Handa <handa@m17n.org>
21099
21100 * character.c (string_escape_byte8): Make multibyte string with
21101 correct size.
21102
21103 * charset.c (Fmake_char): Delete unnecessary code.
21104
21105 2008-02-01 Kenichi Handa <handa@m17n.org>
21106
21107 * xfns.c (x_encode_text): Allocate coding.destination here, and
21108 call encode_coding_object with dst_object Qnil.
21109
21110 * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
21111 multibyte form correctly.
21112
21113 * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
21114 against Vfont_encoding_alist.
21115
21116 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
21117 handling of charset list.
21118 (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
21119 (decode_coding_object): Move point to coding->dst_pos before
21120 calling post-read-conversion function.
21121 (encode_coding_object): Give correct arguments to
21122 pre-write-conversion. Ignore the return value of
21123 pre-write-conversion function. Pay attention to the case that
21124 pre-write-conversion changes the current buffer. If dst_object is
21125 Qt, even if coding->src_bytes is zero, allocate at least one byte
21126 to coding->destination.
21127
21128 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
21129
21130 * charset.c (Fmake_char): Make it more backward compatible.
21131 (Fmap_charset_chars): Fix docstring.
21132
21133 2008-02-01 Dave Love <fx@gnu.org>
21134
21135 * coding.c: Doc fixes.
21136 (Fdefine_coding_system_alias): Use names, not symbols, in
21137 coding-system-alist.
21138
21139 2008-02-01 Kenichi Handa <handa@m17n.org>
21140
21141 * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
21142 of calling free_realized_face.
21143
21144 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
21145
21146 * charset.c (read_hex): Don't treat SPC as a comment starter.
21147 (decode_char): If CODE_POINT_TO_INDEX returns -1, always return -1.
21148 (Fdecode_char): Fix typo.
21149
21150 2008-02-01 Kenichi Handa <handa@m17n.org>
21151
21152 * charset.h (struct charset): New member `code_space_mask'.
21153
21154 * coding.c (coding_set_source): Delete the local variable beg_byte.
21155 (encode_coding_charset, Fdefine_coding_system_internal):
21156 Delete the local variable charset.
21157 (Fdefine_coding_system_internal): Setup
21158 attrs[coding_attr_charset_valids] correctly.
21159
21160 * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
21161 member to check if CODE is valid or not.
21162 (Fdefine_charset_internal): Initialize `code_space_mask' member.
21163 (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
21164 is within the range of charset->min_code and carset->max_code.
21165
21166 2008-02-01 Dave Love <fx@gnu.org>
21167
21168 * syntax.h (syntax_temp) [!__GNUC__]: Declare.
21169
21170 * dispextern.h (generate_ascii_font): Fix return type.
21171
21172 * xfaces.c (generate_ascii_font): Fix arg declaration.
21173
21174 * coding.c (coding_inherit_eol_type)
21175 (Fset_terminal_coding_system_internal)
21176 (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
21177
21178 2008-02-01 Kenichi Handa <handa@m17n.org>
21179
21180 * coding.c (decode_coding_charset, encode_coding_charset): Handle
21181 multiple charsets correctly.
21182
21183 2008-02-01 Kenichi Handa <handa@m17n.org>
21184
21185 * search.c (boyer_moore): Fix handling of multibyte character
21186 translation.
21187
21188 * xdisp.c (display_mode_element): When the variable `elt' is
21189 changed, update `this' and `lisp_string'.
21190
21191 2008-02-01 Kenichi Handa <handa@m17n.org>
21192
21193 * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
21194
21195 * callproc.c (Fcall_process): Be sure to give the current buffer
21196 to decode_coding_c_string. Update PT and PT_BYTE after the insertion.
21197
21198 * charset.c (struct charset_map_entries): New struct.
21199 (load_charset_map): Rename from parse_charset_map. New args
21200 entries and n_entries. Change caller.
21201 (load_charset_map_from_file): Rename from load_charset_map.
21202 Change caller. New arg control_flag. Call load_charset_map at
21203 the tail.
21204 (load_charset_map_from_vector): New function.
21205 (Fdefine_charset_internal): Setup charset.compact_codes_p.
21206 (encode_char): If the charset is compact, change a character index
21207 to a code point.
21208
21209 * coding.c (coding_alloc_by_making_gap): Check the case that the
21210 source and destination are the same correctly.
21211 (decode_coding_raw_text): Set coding->consumed_char and
21212 coding->consumed to 0.
21213 (produce_chars): If coding->chars_at_source is nonzero, update
21214 coding->consumed_char and coding->consumed before calling
21215 alloc_destination.
21216 (Fdefine_coding_system_alias): Register ALIAS in
21217 Vcoding_system_alist.
21218 (syms_of_coding): Define `no-conversion' coding system at the tail.
21219
21220 * fileio.c (Finsert_file_contents): Set coding_system instead of
21221 val. If the current buffer is multibyte, always call
21222 decode_coding_gap.
21223
21224 * xfaces.c (try_font_list): Give higher priority to fontset's
21225 family than face's family.
21226
21227 2008-02-01 Kenichi Handa <handa@m17n.org>
21228
21229 * callproc.c (Fcall_process): Be sure to give the current buffer
21230 to decode_coding_c_string.
21231
21232 * xfaces.c (try_font_list): Give a family specified in a fontset
21233 higher priority than a family specified in a face.
21234
21235 2008-02-01 Kenichi Handa <handa@m17n.org>
21236
21237 * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
21238 Fix arguments to insert_from_buffer.
21239
21240 * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
21241
21242 2008-02-01 Kenichi Handa <handa@m17n.org>
21243
21244 * coding.c (produce_chars): Set the variable `multibytep' correctly.
21245 (decode_coding_gap): Set coding->dst_multibyte correctly.
21246
21247 2008-02-01 Kenichi Handa <handa@m17n.org>
21248
21249 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
21250 (decode_coding_utf_16): Fix converting high and low bytes to code-point.
21251 (encode_coding_utf_16): Substitute coding->default_char for
21252 non-Unicode characters.
21253 (decode_coding): Don't call record_insert here.
21254 (setup_coding_system): Initialize `surrogate' of
21255 coding->spec.utf_16 to 0.
21256 (EMIT_ONE_BYTE): Fix for multibyte case.
21257
21258 * insdel.c (insert_from_gap): Call record_insert.
21259
21260 2008-02-01 Kenichi Handa <handa@m17n.org>
21261
21262 * casefiddle.c (casify_region): Fix multibyte case.
21263
21264 * character.c (c_string_width): Add return type `int'.
21265 (char_string_with_unification): Delete arg ADVANCED.
21266
21267 * character.h (CHAR_VALID_P): Don't call CHARACTERP.
21268 (CHAR_STRING): Adjust for the change of char_string_with_unification.
21269 (CHAR_STRING_ADVANCE): Make it do-while statement.
21270
21271 * chartab.c (sub_char_table_set_range): Optimize for the case
21272 DEPTH == 3. Add workaround code for a GCC optimization bug.
21273
21274 * charset.c (parse_charset_map): Remove an unused variable.
21275
21276 * coding.c: Delete unused variables.
21277
21278 * fileio.c (Finsert_file_contents): Set coding_system to Qnil
21279 earlier. If inserted is zero and the coding system doesn't
21280 require flushing, don't call decode_coding_gap.
21281
21282 * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
21283
21284 2008-02-01 Kenichi Handa <handa@m17n.org>
21285
21286 The following changes are for using Unicode as an internal
21287 character model, and use UTF-8 format for buffer/string
21288 representation.
21289
21290 * .gdbinit (xchartable): Adjust for the change of char table structure.
21291 (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
21292
21293 * Makefile.in (obj): Add character.o and chartab.o.
21294 (lisp, shortlisp): Remove utf-8.elc.
21295 (*.o): For many files, change dependency on charset.h to
21296 character.h, and add dependency on character.h.
21297 (character.o, chartab.o): New targets.
21298
21299 * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
21300 * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
21301 * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
21302 of "charset.h".
21303
21304 * dired.c, filelock.c: Include "character.h".
21305
21306 * alloc.c: Include "character.h" instead of "charset.h".
21307 (Fmake_char_table, make_sub_char_table): Move to chartab.c.
21308 (syms_of_alloc): Remove defsubr for Smake_char_table.
21309
21310 * buffer.c: Include "character.h" instead of "charset.h", don't
21311 include "coding.h".
21312 (Fset_buffer_multibyte): Adjust for UTF-8.
21313
21314 * buffer.h: EXFUN Fbuffer_live_p.
21315
21316 * callproc.c: Include "character.h" instead of "charset.h".
21317 (Fcall_process): Big change for the new code-conversion APIs.
21318
21319 * casetab.c: Include "character.h" instead of "charset.h".
21320 (set_canon, set_identity, shuffle): Adjust for the new
21321 map_char_table spec.
21322 (init_casetab_once): Call CHAR_TABLE_SET instead of directly
21323 accessing the char table structure.
21324
21325 * chartab.c: New file that implements char table.
21326
21327 * category.c: Include "character.h".
21328 (copy_category_entry): New function.
21329 (copy_category_table): Call map_char_table and copy_category_entry.
21330 (Fmake_category_table): Initialize all top-level slots.
21331 (char_category_set): New function.
21332 (modify_lower_category_set): Delete.
21333 (Fmodify_category_entry): Call char_table_ref_and_range.
21334
21335 * category.h (CATEGORY_SET): Just call char_category_set.
21336
21337 * ccl.c: Include "character.h".
21338 (Qccl, Qcclp): New variables.
21339 (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
21340 it's less than 256.
21341 (CCL_WRITE_MULTIBYTE_CHAR): Delete.
21342 (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
21343 and DST type.
21344 (ccl_driver): Change types of argument, adjust code accordingly.
21345 (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
21346 ccl_driver.
21347 (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
21348
21349 * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
21350 New members src_multibyte, dst_multibyte, consumed, and produced.
21351 (struct ccl_spec): Delete members decoder and encoder. New member ccl.
21352 (CODING_SPEC_CCL_PROGRAM): New macro.
21353 (ccl_driver): Update prototype.
21354 (Qccl, Qcclp, Fccl_program_p): Extern them.
21355 (CHECK_CCL_PROGRAM): New macro.
21356
21357 * character.c, character.h, chartab.c: New files.
21358
21359 * charset.c: Mostly re-written. Move character and multibyte sequence
21360 handling codes to character.c.
21361
21362 * charset.h: Mostly re-written. Move character and multibyte sequence
21363 handling codes to character.h.
21364
21365 * coding.c, coding.h: Mostly re-written.
21366
21367 * composite.c: Include "character.h" instead of "charset.h".
21368 (CHAR_WIDTH): Move to character.h.
21369 (HASH_KEY, HASH_VALUE): Delete.
21370
21371 * composite.h (enum composition_method): Change order of enumeration
21372 symbols.
21373
21374 * data.c: Include "character.h" instead of "charset.h".
21375 (Faref): Call CHAR_TABLE_REF for a char table.
21376 (Faset): Call CHAR_TABLE_SET for a char table.
21377
21378 * dispextern.h (free_realized_face, check_face_attribytes)
21379 (generate_ascii_font): Extern them.
21380 (free_realized_multibyte_face): Delete extern.
21381
21382 * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
21383 table structure.
21384
21385 * editfns.c: Include "character.h" instead of "charset.h".
21386 (Fchar_to_string): Always call CHAR_STRING.
21387
21388 * emacs.c (main): Call init_charset_once, init_charset,
21389 syms_of_chartab, and syms_of_character.
21390
21391 * fileio.c: Include "character.h" instead of "charset.h".
21392 (Finsert_file_contents): Big change for the new code-conversion API.
21393 (choose_write_coding_system, Fwrite_region): Likewise.
21394 (build_annotations_2): Delete.
21395 (e_write): Big change for the new code-conversion API.
21396
21397 * fns.c: Include "character.h" instead of "charset.h".
21398 (copy_sub_char_table): Move to chartab.c.
21399 (Fcopy_sequence): Call copy_char_table for a char table.
21400 (concat): Delete codes calling count_multibyte.
21401 (string_char_to_byte, string_byte_to_char): Adjust for the new
21402 multibyte form.
21403 (internal_equal): Adjust for the change of char table structure.
21404 (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
21405 (Fchar_table_extra_slot, Fset_char_table_extra_slot)
21406 (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
21407 (char_table_translate, optimize_sub_char_table)
21408 (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
21409 chartab.c.
21410 (char_table_ref_and_index): Delete.
21411 (HASH_KEY, HASH_VALUE): Move to lisp.h.
21412 (Fmd5): Call preferred_coding_system instead of accessing
21413 Vcoding_category_list. Adjust for the new code-conversion API.
21414 (syms_of_fns): Move defsubr for char table related functions to
21415 chartab.c.
21416
21417 * fontset.c: Mostly re-written.
21418
21419 * fontset.h (struct font_info): Change type of the member encoding_type.
21420 (enum FONT_SPEC_INDEX): New enum.
21421 (fontset_font_pattern, fs_load_font): Update prototype.
21422 (FS_LOAD_FONT): Adjust for the change of fs_load_font.
21423
21424 * indent.c: Include "character.h" instead of "charset.h".
21425 (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
21426
21427 * insdel.c: Include "character.h" instead of "charset.h".
21428 (copy_text): Don't refer to Vnonascii_translation_table.
21429 (insert_from_gap): New function.
21430
21431 * keyboard.c: Include "character.h" instead of "charset.h".
21432 (command_loop_1): Never call direct_output_forward_char before
21433 a non-ASCII character.
21434 (read_char): If Vkeyboard_translate_table is a char table, always
21435 translate a character.
21436
21437 * keymap.c: Include "character.h".
21438 (store_in_keymap): Handle the case that IDX is a cons.
21439 (Fdefine_key): Handle the case that KEY is a cons and the car part
21440 is also a cons (range).
21441 (push_key_description): Adjust for the new character code.
21442 (describe_vector): Call describe_char_table for a char table.
21443 (describe_char_table): New function.
21444
21445 * keymap.h (describe_char_table): Extern it.
21446
21447 * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
21448 (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
21449 (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
21450 (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
21451 Delete.
21452 (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
21453 structure.
21454 (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
21455 (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
21456 (CHARTAB_SIZE_BITS_3): New macros.
21457 (chartab_size): Extern it.
21458 (struct Lisp_Char_Table): Re-design.
21459 (struct Lisp_Sub_Char_Table): New structure.
21460 (HASH_KEY, HASH_VALUE): Move from fns.c.
21461 (CHARACTERBITS): Define as 22.
21462 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
21463 (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
21464 (GC_SUB_CHAR_TABLE_P): New macro.
21465 (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
21466 (code_convert_string_norecord): Deleted extern.
21467 (init_character_once, syms_of_character, init_charset)
21468 (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
21469
21470 * lread.c: Include "character.h".
21471 (read_multibyte): New arg NBYTES.
21472 (read_escape): Change the meaning of returned *BYTEREP.
21473 (to_multibyte): Delete.
21474 (read1): Adjust the handling of char table and string.
21475
21476 * print.c: Include "character.h" instead of "charset.h".
21477 (print_string): Convert 8-bit raw bytes to octal form by
21478 string_escape_byte8.
21479 (print_object): Adjust for the new multibyte form. Print 8-bit
21480 raw bytes always in octal form. Handle sub char table correctly.
21481
21482 * process.c: Include "character.h" instead of "charset.h".
21483 (read_process_output, send_process): Adjust for the new
21484 code-conversion API.
21485
21486 * puresize.h (BASE_PURESIZE): Increase.
21487
21488 * regex.c: Include "character.h" instead of "charset.h".
21489 (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
21490 (regex_compile): Accept a range whose starting and ending
21491 character have different leading bytes.
21492 (analyse_first): Adjust for the above change.
21493
21494 * search.c: Include "character.h" instead of "charset.h".
21495 (search_buffer, boyer_moore): Adjust for the new multibyte form.
21496 (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
21497
21498 * syntax.c: Include "character.h" instead of "charset.h".
21499 (syntax_parent_lookup): Delete.
21500 (Fmodify_syntax_entry): Accept a cons as CHAR.
21501 (skip_chars): Adjust for the new multibyte form.
21502 (init_syntax_once): Call char_table_set_range instead of directly
21503 accessing the structure of a char table.
21504
21505 * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
21506 (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
21507 (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
21508 (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
21509
21510 * term.c: Include "buffer.h" and "character.h".
21511 (encode_terminal_code, write_glyphs): Adjust for the new
21512 code-conversion API.
21513 (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
21514
21515 * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
21516
21517 * xdisp.c: Include "character.h".
21518 (get_next_display_element): Adjust for the new multibyte form.
21519 (disp_char_vector): Adjust for the new char table structure.
21520 (decode_mode_spec_coding): Adjust for the new structure of
21521 coding system.
21522 (decode_mode_spec): Adjust for the new code-conversion API.
21523
21524 * xfaces.c: Include "character.h" instead of "charset.h".
21525 (load_face_font): Adjust for the change of choose_face_font and
21526 FS_LOAD_FONT.
21527 (generate_ascii_font): New function.
21528 (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
21529 (set_font_frame_param): Adjust for the change of choose_face_font.
21530 (free_realized_face): Make it public.
21531 (free_realized_faces_for_fontset): Rename from
21532 free_realized_multibyte_face. Free also faces realized for ASCII.
21533 (choose_face_font): Change arguments. Adjust for the change of
21534 fontset_font_pattern and FS_LOAD_FONT.
21535
21536 * xfns.c: Include "character.h".
21537 (x_encode_text): Adjust for the new code-conversion API.
21538
21539 * xselect.c: Don't include "charset.h".
21540 (selection_data_to_lisp_data): Adjust for the new code conversion API.
21541
21542 * xterm.c: Include "character.h".
21543 (x_encode_char): New argument CHARSET. Change caller.
21544 (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
21545 Call ENCODE_CHAR instead of SPLIT_CHAR.
21546 (x_produce_glyphs): Don't check Vnonascii_translation_table Call
21547 CHAR_WIDTH instead of CHARSET_WIDTH.
21548 (XTread_socket): Adjust for the new code-conversion API.
21549 (x_new_font): Adjust for the change of FS_LOAD_FONT.
21550 (x_load_font): Adjust for the change of struct font.
21551
21552 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
21553
21554 * xfaces.c (face_at_buffer_position): Remove unused vars.
21555
21556 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
21557
21558 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
21559 Fix overflow checking.
21560
21561 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
21562
21563 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
21564 Cancel previous change.
21565
21566 2008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
21567
21568 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
21569 ccl->eight_bit_control. Fix check for buffer overflow.
21570 (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
21571 (ccl_driver): Initialize extra_bytes to 0.
21572
21573 2008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
21574
21575 * keyboard.c (make_ctrl_char): If C is a multibyte character, just
21576 return it ORed with ctrl_modifier.
21577
21578 2008-01-29 Miles Bader <miles@gnu.org>
21579
21580 * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
21581
21582 2008-01-28 Jason Rumney <jasonr@gnu.org>
21583
21584 * w32.c (stat): Don't double check for networked drive.
21585
21586 2008-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
21587
21588 * window.c (run_window_configuration_change_hook): New function.
21589 Code extracted from set_window_buffer. Set the selected frame.
21590 (set_window_buffer): Use it.
21591 * window.h (run_window_configuration_change_hook): Declare.
21592 * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
21593
21594 * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
21595
21596 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
21597
21598 * Makefile.in: Remove references to unused macros.
21599
21600 2008-01-26 Eli Zaretskii <eliz@gnu.org>
21601
21602 * w32.c (g_b_init_get_sid_sub_authority)
21603 (g_b_init_get_sid_sub_authority_count): New static variables.
21604 (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
21605 (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
21606 (init_user_info): Use them to retrieve uid and gid.
21607 Use 500/513, the Windows defaults, as Administrator's uid/gid.
21608 (fstat): Use pw_uid and pw_gid from the_passwd structure for
21609 st_uid and st_gid of the file.
21610
21611 2008-01-26 Jason Rumney <jasonr@gnu.org>
21612
21613 * w32.c (logon_network_drive): New function.
21614 (stat): Use it.
21615
21616 2008-01-26 Chong Yidong <cyd@stupidchicken.com>
21617
21618 * xdisp.c (pos_visible_p): Handle the case where charpos falls on
21619 invisible text covered with an ellipsis.
21620
21621 2008-01-25 Richard Stallman <rms@gnu.org>
21622
21623 * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
21624 jump back to beginning. Move some other initializations after that.
21625 (Qwindow_text_change_functions, Vwindow_text_change_functions):
21626 New variables.
21627 (syms_of_xdisp): Init them.
21628
21629 * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
21630
21631 * buffer.c (reset_buffer_local_variables):
21632 Implement `permanent-local-hook'.
21633 (Qpermanent_local_hook): New variable.
21634 (syms_of_buffer): Init and staticpro it.
21635
21636 2008-01-25 Michael Albinus <michael.albinus@gmx.de>
21637
21638 * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
21639
21640 2008-01-25 Thien-Thi Nguyen <ttn@gnuvola.org>
21641
21642 * fns.c (Fclrhash): Return TABLE.
21643
21644 2008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21645
21646 * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
21647 (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
21648 is set even without positional changes.
21649 (x_scroll_bar_clear): Set bar->redraw_needed_p.
21650
21651 * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
21652
21653 2008-01-23 Jason Rumney <jasonr@gnu.org>
21654
21655 * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
21656
21657 * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
21658 the unicode range available in MULE by locale-coding-system.
21659 Improve dbcs lead byte detection. Set event timestamp and modifiers
21660 earlier.
21661
21662 2008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21663
21664 * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
21665 [MAC_OSX] (init_mac_osx_environment): Initialize it.
21666 [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
21667 when used on child processes.
21668
21669 2008-01-21 Michael Albinus <michael.albinus@gmx.de>
21670
21671 * dbusbind.c (Fdbus_method_return_internal): Rename from
21672 Fdbus_method_return.
21673 (Fdbus_unregister_object): Move to dbus.el.
21674 (Fdbus_call_method, Fdbus_method_return_internal)
21675 (Fdbus_send_signal): Improve debug messages.
21676
21677 2008-01-20 Martin Rudalics <rudalics@gmx.at>
21678
21679 * undo.c (undo_inhibit_record_point): New variable.
21680 (syms_of_undo): Initialize it.
21681 (record_point): Don't record point when undo_inhibit_record_point
21682 is set.
21683
21684 2008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
21685
21686 * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
21687
21688 * xdisp.c (Qauto_hscroll_mode): New var.
21689 (syms_of_xdisp): Initialize it.
21690 (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
21691 window's buffer.
21692 (hscroll_windows): Don't check automatic_hscrolling_p here.
21693
21694 * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
21695 vscroll if we're setting window-buffer to the value it already has.
21696
21697 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
21698
21699 * m/intel386.h: Remove references to XENIX.
21700
21701 2008-01-17 Andreas Schwab <schwab@suse.de>
21702
21703 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
21704 instead of HAVE_X86_64_LIB64_DIR.
21705 * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
21706
21707 2008-01-17 Glenn Morris <rgm@gnu.org>
21708
21709 * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
21710 to HAVE_X86_64_LIB64_DIR.
21711
21712 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
21713
21714 * s/irix3-3.h:
21715 * s/irix4-0.h:
21716 * s/386-ix.h:
21717 * s/domain.h:
21718 * s/hpux9-x11r4.h:
21719 * s/hpux9shxr4.h: Remove files for systems no longer supported.
21720
21721 * sysdep.c: Remove code containing references to symbols defined
21722 by unsupported systems.
21723
21724 2008-01-16 Glenn Morris <rgm@gnu.org>
21725
21726 * coding.c (select-safe-coding-system-function): Doc fix.
21727
21728 2008-01-15 Glenn Morris <rgm@gnu.org>
21729
21730 * config.in: Revert 2008-01-13 change: this is a generated file.
21731
21732 2008-01-13 Tom Tromey <tromey@redhat.com>
21733
21734 * lisp.h: Fix typo.
21735
21736 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
21737
21738 * m/sequent-ptx.h:
21739 * m/sequent.h:
21740 * s/ptx.h:
21741 * s/ptx4-2.h:
21742 * s/ptx4.h: Remove files for systems no longer supported.
21743
21744 * callproc.c (Fcall_process): Fix previous change.
21745
21746 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
21747
21748 * unexsunos4.c: Remove file, system not supported anymore.
21749
21750 * m/mips.h:
21751 * m/intel386.h:
21752 * callproc.c:
21753 * config.in:
21754 * ecrt0.c:
21755 * emacs.c:
21756 * fileio.c:
21757 * frame.c:
21758 * getpagesize.h:
21759 * keyboard.c:
21760 * lread.c:
21761 * process.c:
21762 * puresize.h:
21763 * sysdep.c:
21764 * systty.h:
21765 * syswait.h:
21766 * unexec.c:
21767 * xdisp.c:
21768 * alloc.c: Remove code containing references to symbols defined by
21769 unsupported systems.
21770
21771 2008-01-11 Kenichi Handa <handa@ni.aist.go.jp>
21772
21773 * coding.c (detect_coding_mask): Fix previous change.
21774
21775 2008-01-09 Kenichi Handa <handa@ni.aist.go.jp>
21776
21777 * coding.c (detect_coding_iso2022): New arg
21778 latin_extra_code_state. Allow Latin extra codes only
21779 when *latin_extra_code_state is nonzero.
21780 (detect_coding_mask): If there is a NULL byte, detect the encoding
21781 as UTF-16 or binary. If Latin extra codes exist, detect the
21782 encoding as ISO-2022 only when there's no other proper encoding is
21783 found.
21784
21785 2008-01-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21786
21787 * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
21788 #ifdef MAC_OS.
21789
21790 2008-01-08 Richard Stallman <rms@gnu.org>
21791
21792 * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
21793
21794 2008-01-06 Nick Roberts <nickrob@snap.net.nz>
21795
21796 * keyboard.c (parse_menu_item): Don't enclose key bindings on
21797 menu bar in parentheses.
21798
21799 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
21800
21801 * m/7300.h:
21802 * m/acorn.h:
21803 * m/alliant-2800.h:
21804 * m/alliant.h:
21805 * m/alliant1.h:
21806 * m/alliant4.h:
21807 * m/altos.h:
21808 * m/amdahl.h:
21809 * m/apollo.h:
21810 * m/att3b.h:
21811 * m/aviion-intel.h:
21812 * m/aviion.h:
21813 * m/celerity.h:
21814 * m/clipper.h:
21815 * m/cnvrgnt.h:
21816 * m/convex.h:
21817 * m/cydra5.h:
21818 * m/delta88k.h:
21819 * m/dpx2.h:
21820 * m/dual.h:
21821 * m/elxsi.h:
21822 * m/f301.h:
21823 * m/gould-np1.h:
21824 * m/gould.h:
21825 * m/i860.h:
21826 * m/ibmps2-aix.h:
21827 * m/ibmrt-aix.h:
21828 * m/ibmrt.h:
21829 * m/irist.h:
21830 * m/is386.h:
21831 * m/isi-ov.h:
21832 * m/mega68.h:
21833 * m/mg1.h:
21834 * m/news-r6.h:
21835 * m/news-risc.h:
21836 * m/news.h:
21837 * m/nh3000.h:
21838 * m/nh4000.h:
21839 * m/ns16000.h:
21840 * m/ns32000.h:
21841 * m/nu.h:
21842 * m/orion.h:
21843 * m/orion105.h:
21844 * m/paragon.h:
21845 * m/pfa50.h:
21846 * m/plexus.h:
21847 * m/pyramid.h:
21848 * m/pyrmips.h:
21849 * m/sh3el.h:
21850 * m/sps7.h:
21851 * m/sr2k.h:
21852 * m/stride.h:
21853 * m/sun1.h:
21854 * m/sun2.h:
21855 * m/sun3-68881.h:
21856 * m/sun3-fpa.h:
21857 * m/sun3-soft.h:
21858 * m/sun3.h:
21859 * m/sun386.h:
21860 * m/symmetry.h:
21861 * m/tad68k.h:
21862 * m/tahoe.h:
21863 * m/targon31.h:
21864 * m/tek4300.h:
21865 * m/tekxd88.h:
21866 * m/tower32.h:
21867 * m/tower32v3.h:
21868 * m/ustation.h:
21869 * m/wicat.h:
21870 * m/xps100.h:
21871 * s/cxux.h:
21872 * s/cxux7.h:
21873 * s/dgux.h:
21874 * s/dgux4.h:
21875 * s/dgux5-4-3.h:
21876 * s/dgux5-4r2.h:
21877 * s/esix.h:
21878 * s/esix5r4.h:
21879 * s/hiuxmpp.h:
21880 * s/hiuxwe2.h:
21881 * s/iris3-5.h:
21882 * s/iris3-6.h:
21883 * s/isc2-2.h:
21884 * s/isc3-0.h:
21885 * s/isc4-0.h:
21886 * s/isc4-1.h:
21887 * s/newsos5.h:
21888 * s/newsos6.h:
21889 * s/osf1.h:
21890 * s/osf5-0.h:
21891 * s/riscix1-1.h:
21892 * s/riscix12.h:
21893 * s/sco4.h:
21894 * s/sco5.h:
21895 * s/sunos4-0.h:
21896 * s/sunos4-1.h:
21897 * s/sunos413.h:
21898 * s/sunos4shr.h:
21899 * s/umax.h:
21900 * s/unipl5-2.h:
21901 * s/xenix.h:
21902 * cxux-crt0.s:
21903 * unexapollo.c:
21904 * unexconvex.c:
21905 * unexenix.c:
21906 * unexsni.c: Remove files for systems no longer supported.
21907
21908 * m/intel386.h: Remove references to unsupported systems.
21909
21910 * w32.c (get_emacs_configuration): Remove reference to i860.
21911
21912 * sysdep.c: Remove dead code.
21913
21914 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
21915
21916 * s/rtu.h:
21917 * m/masscomp.h: Remove files. Platform is obsolete.
21918
21919 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
21920
21921 * dbusbind.c (Fdbus_method_return): New function.
21922 (xd_read_message): Add the serial number to the event.
21923 (Fdbus_register_method): Activate the function.
21924
21925 2008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
21926
21927 * keyboard.c (read_key_sequence): Fix typo.
21928
21929 2008-01-03 Michael Albinus <michael.albinus@gmx.de>
21930
21931 * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
21932 (xd_signature, xd_append_arg): Handle element type detection for
21933 empty arrays.
21934 (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
21935 SDATA () calls; this must be solved more general.
21936 (Fdbus_register_signal): Use SBYTES instead of strlen.
21937
21938 2008-01-03 Magnus Henoch <magnus@zemdatav>
21939
21940 * dbusbind.c (xd_append_arg): Use unsigned char instead of
21941 unsigned int for byte values (necessary for big-endian platform).
21942 (Fdbus_call_method): Handle the case of no returned arguments.
21943
21944 2007-12-31 Tom Tromey <tromey@redhat.com> (tiny change)
21945
21946 * dbusbind.c (xd_read_message): Use non-static input_event struct.
21947
21948 2007-12-31 Magnus Henoch <mange@freemail.hu>
21949
21950 * dbusbind.c (xd_signature): Signature of variant is just "v".
21951
21952 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
21953
21954 * dbusbind.c: Fix several errors and compiler warnings.
21955 Reported by Tom Tromey <tromey@redhat.com>.
21956 (XD_ERROR, XD_DEBUG_MESSAGE)
21957 (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
21958 (xd_append_arg): Part for basic D-Bus types rewritten.
21959 (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
21960 DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not
21961 appropriate.
21962 (xd_read_message): Return Qnil. Don't signal an error; it is not
21963 useful during event reading.
21964 (Fdbus_register_signal): Signal an error if the check for
21965 FUNCTIONP fails.
21966 (Fdbus_register_method): New function. The implementation is not
21967 complete, the call of the function signals an error therefore.
21968 (Fdbus_unregister_object): New function, renamed from
21969 Fdbus_unregister_signal. The initial check signals an error, if
21970 the object is not well formed.
21971
21972 2007-12-30 Richard Stallman <rms@gnu.org>
21973
21974 * textprop.c (get_char_property_and_overlay):
21975 Signal error if POSITION is out of range in a buffer.
21976
21977 2007-12-29 Martin Rudalics <rudalics@gmx.at>
21978
21979 * w32fns.c (Fx_create_frame): Make copy of frame parameters
21980 because the original parameters are in pure storage now.
21981
21982 2007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21983
21984 * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
21985
21986 2007-12-22 Eli Zaretskii <eliz@gnu.org>
21987
21988 * callint.c (syms_of_callint) <command-history>: Add reference to
21989 history-length in the doc string.
21990
21991 2007-12-17 Jason Rumney <jasonr@gnu.org>
21992
21993 * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
21994 before passing as wParam.
21995
21996 2007-12-22 Michael Albinus <michael.albinus@gmx.de>
21997
21998 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
21999 DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
22000 DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
22001 Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
22002 as number.
22003 (Fdbus_call_method): Fix docstring.
22004
22005 2007-12-21 Michael Albinus <michael.albinus@gmx.de>
22006
22007 * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
22008 New macros.
22009 (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
22010 (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
22011 Simplify.
22012 (xd_signature): New function.
22013 (xd_append_arg): Compute also signatures. Major rewrite.
22014 (xd_retrieve_arg): Make debug messages friendly.
22015 (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
22016 Check for signatures of arguments.
22017
22018 2007-12-19 Michael Albinus <michael.albinus@gmx.de>
22019
22020 * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
22021 (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
22022 (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
22023 (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
22024 (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
22025 (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
22026 (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
22027 (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
22028 (xd_retrieve_value): Remove. Functionality included in ...
22029 (xd_append_arg): New function.
22030 (Fdbus_call_method, Fdbus_send_signal): Apply it.
22031
22032 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
22033
22034 * dbusbind.c (top): Include <stdio.h>.
22035 (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
22036 dbus_message_new_method_call and dbus_message_new_signal.
22037 (Fdbus_register_signal): Rename unique_name to uname.
22038 Check handler for FUNCTIONP instead of CHECK_SYMBOL. Handle case of
22039 non-existing unique name. Fix typos in matching rule. Return an
22040 object which is useful in Fdbus_unregister_signal.
22041 (Fdbus_unregister_signal): Reimplementation, in order to remove
22042 only the corresponding entry.
22043 (Vdbus_registered_functions_table): Change the order of entries.
22044 Apply these changes in xd_read_message and Fdbus_register_signal.
22045
22046 2007-12-16 Andreas Schwab <schwab@suse.de>
22047
22048 * fileio.c (Finsert_file_contents): Fix overflow check to not
22049 depend on undefined integer overflow.
22050
22051 2007-12-14 Jason Rumney <jasonr@gnu.org>
22052
22053 * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
22054 for characters above 127.
22055
22056 2007-12-13 Jason Rumney <jasonr@gnu.org>
22057
22058 * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
22059 before dereferencing array.
22060 (lookup_vk_code): Remove zero comparison.
22061
22062 2007-12-14 Michael Albinus <michael.albinus@gmx.de>
22063
22064 * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
22065 (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
22066 Use `unsigned int' instead of `uint'.
22067 (xd_read_message, Fdbus_register_signal): Split expressions into
22068 multiple lines before operators "&&" and "||", according to the
22069 GNU Coding Standards.
22070
22071 2007-12-14 Eli Zaretskii <eliz@gnu.org>
22072
22073 * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
22074
22075 2007-12-12 Juri Linkov <juri@jurta.org>
22076
22077 * buffer.c (Frename_buffer): In interactive spec replace
22078 `read-buffer' with `read-string' that uses `buffer-name-history'
22079 as history, and the current buffer's name as default.
22080
22081 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
22082
22083 * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
22084 manipulating the backtrace manually.
22085 (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
22086 (struct backtrace, backtrace_list): Remove.
22087 (command_loop_1): Remove dead var `no_direct'.
22088
22089 * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
22090 preserve non-built-in buffer-local variables.
22091 (Fkill_all_local_variables): Don't re-create&re-set permanent
22092 buffer-local variables.
22093
22094 2007-12-09 Juri Linkov <juri@jurta.org>
22095
22096 * buffer.c (Frename_buffer): Change interactive spec from "s" to
22097 Lisp code that uses `read-buffer' with current buffer as default.
22098
22099 2007-12-08 Michael Albinus <michael.albinus@gmx.de>
22100
22101 * dbusbind.c (xd_read_message): Generate an event for every
22102 registered handler. There might be several handlers registered
22103 for the same signal.
22104 (Fdbus_register_signal): Don't overwrite a registration for the
22105 same signal. Add a new registration if handlers are different.
22106 (Vdbus_registered_functions_table): Rework doc string.
22107
22108 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
22109
22110 * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
22111 (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
22112 DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
22113 (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
22114 Unify argument lists.
22115 (xd_read_message, Fdbus_register_signal): Reorder and extend event
22116 arguments and hash table keys. Use unique name for service.
22117 (Fdbus_unregister_signal): Remove checks.
22118 (Vdbus_registered_functions_table): Fix doc string.
22119
22120 2007-12-05 Magnus Henoch <mange@freemail.hu>
22121
22122 * process.c (make_process): Initialize pty_flag to 0.
22123
22124 2007-12-05 Jason Rumney <jasonr@gnu.org>
22125
22126 * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
22127 specified XBMs.
22128
22129 2007-12-05 Richard Stallman <rms@gnu.org>
22130
22131 * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
22132
22133 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22134
22135 * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
22136 New variable.
22137 (mac_try_close_socket) [MAC_OSX]: New function.
22138 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
22139 Update cfsockets_for_select. Replace invalid CFRunLoop source.
22140
22141 * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
22142 Use mac_try_close_socket.
22143
22144 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22145
22146 * unexmacosx.c (unrelocate): New argument BASE. Use it instead of
22147 reloc_base.
22148 (copy_dysymtab): Compute relocation base here.
22149 (rebase_reloc_address) [__ppc64__]: New function.
22150 (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
22151 changed.
22152
22153 2007-12-05 Jason Rumney <jasonr@gnu.org>
22154
22155 * w32proc.c (sys_spawnve): Quote args with wildcards.
22156
22157 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22158
22159 * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
22160 __objc_* sections.
22161 (unrelocate) [_LP64]: Set relocation base to address of data segment.
22162
22163 2007-12-05 Michael Albinus <michael.albinus@gmx.de>
22164
22165 * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
22166 Move check for Vdbus_registered_functions_table to
22167 xd_read_queued_messages.
22168 (xd_read_queued_messages): Protect xd_read_message calls by
22169 internal_condition_case_1.
22170
22171 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
22172
22173 * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
22174 Qdbus_system_bus and Qdbus_session_bus, respectively.
22175 (Vdbus_intern_symbols): Remove.
22176 (Vdbus_registered_functions_table): New hash table.
22177 (XD_SYMBOL_INTERN_SYMBOL): Remove.
22178 (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
22179 Rewrite in order to manage registered functions by hash table
22180 Vdbus_registered_functions_table.
22181
22182 2007-12-03 Jan Djärv <jan.h.d@swipnet.se>
22183
22184 * xterm.c: Update URL to Window Manager Specification in comment.
22185
22186 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
22187
22188 * config.in (HAVE_DBUS): Add.
22189
22190 * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
22191 (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
22192 (obj): Add $(DBUS_OBJ).
22193 (LIBES): Add $(DBUS_LIBS).
22194 (dbusbind.o): New target.
22195
22196 * dbusbind.c: New file.
22197
22198 * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
22199
22200 * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
22201 (Qdbus_event): New Lisp symbol.
22202 (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
22203 (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
22204 (keys_of_keyboard): Define dbus-event.
22205
22206 * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
22207
22208 2007-12-01 Richard Stallman <rms@gnu.org>
22209
22210 * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
22211
22212 2007-11-30 Jason Rumney <jasonr@gnu.org>
22213
22214 * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
22215 (w32con_reset_terminal_modes): Clear screen buffer.
22216 (w32_face_attributes): Don't use color indexes that are out of range.
22217 Only reverse the default colors.
22218
22219 * xfaces.c (map_tty_color, tty_color_name): Remove special case for
22220 WINDOWSNT.
22221
22222 * w32console.c, w32term.h (vga_stdcolor_name): Remove.
22223
22224 2007-11-29 Jason Rumney <jasonr@gnu.org>
22225
22226 * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
22227 (w32_face_attributes): Use Vtty_defined_color_alist to determine
22228 if the terminal colors are initialized.
22229 (unspecified_fg, unspecified_bg): Remove unused declarations.
22230
22231 2007-11-29 Andreas Schwab <schwab@suse.de>
22232
22233 * keyboard.c (apply_modifiers): Fix typo.
22234
22235 2007-11-29 Richard Stallman <rms@gnu.org>
22236
22237 * keymap.c (Fcurrent_local_map): Doc fix.
22238
22239 2007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
22240
22241 * s/gnu-kfreebsd.h: New file.
22242
22243 2007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
22244
22245 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
22246 Don't cast redundantly.
22247
22248 * keyboard.c (KEY_TO_CHAR): New macro.
22249 (parse_modifiers, apply_modifiers): Accept integer arguments.
22250 (read_key_sequence): Use them to unify the "shift->unshift" mapping
22251 for chars and symbol keys.
22252 After doing such remapping, apply function-key-map again.
22253
22254 2007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
22255
22256 * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
22257 compiled anymore.
22258
22259 2007-11-26 Andreas Schwab <schwab@suse.de>
22260
22261 * process.c (list_processes_1): Fix indentation level of the
22262 command column.
22263
22264 2007-11-23 Andreas Schwab <schwab@suse.de>
22265
22266 * editfns.c (Fformat): Handle %c specially since it requires the
22267 argument to be of type int.
22268
22269 2007-11-23 Markus Triska <markus.triska@gmx.at>
22270
22271 * emacs.c (main): Call init_editfns before init_process, since
22272 init_process sets Vprocess_connection_type depending on OS release.
22273
22274 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
22275
22276 * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
22277 (find_symbol_value): Use do_symval_forwarding.
22278
22279 * data.c (set_internal): Set the value in the `cons-cell' (for
22280 Buffer_Local_values) not only for frame-local variables.
22281
22282 2007-11-22 Andreas Schwab <schwab@suse.de>
22283
22284 * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
22285 values to sprintf.
22286 * keymap.c (Fsingle_key_description): Likewise.
22287 * print.c (print_object): Likewise.
22288
22289 2007-11-22 Jan Djärv <jan.h.d@swipnet.se>
22290
22291 * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
22292 file for image is nil.
22293
22294 2007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
22295
22296 * term.c: Include stdarg.h.
22297 (fatal): Implement using varargs.
22298 * lisp.h (fatal): Add argument types. (Restore 2005-09-30 change).
22299
22300 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
22301
22302 * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
22303 * data.c (store_symval_forwarding): Get type from buffer_objfwd.
22304 Update call to buffer_slot_type_mismatch.
22305 * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
22306 (buffer_slot_type_mismatch): Update.
22307 * buffer.c (buffer_local_types): Remove.
22308 (buffer_slot_type_mismatch): Get the symbol and type as arguments.
22309 (defvar_per_buffer): Set the type in the buffer_objfwd.
22310
22311 2007-11-21 Jason Rumney <jasonr@gnu.org>
22312
22313 * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
22314 CreateFileMapping returns NULL on failure.
22315
22316 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
22317
22318 * search.c (Fset_match_data): Remove the `evaporate' feature.
22319 (unwind_set_match_data): Don't use the `evaporate' feature.
22320
22321 2007-11-21 Jason Rumney <jasonr@gnu.org>
22322
22323 * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
22324
22325 * w32console.c (w32con_write_glyphs): Remove unused variables.
22326
22327 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
22328
22329 * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
22330
22331 * s/darwin.h (MULTI_KBOARD): Remove.
22332
22333 * macfns.c (x_create_tip_frame, Fx_create_frame)
22334 (x_create_tip_frame): Don't deal with MULTI_KBOARD.
22335
22336 2007-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
22337
22338 * buffer.c (Fbuffer_local_value): Remove redundant test.
22339 (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
22340 than in `current-buffer' to match the comment.
22341 Do the swap using swap_in_global_binding.
22342
22343 * data.c (store_symval_forwarding, set_internal):
22344 * eval.c (specbind): Remove dead code.
22345
22346 * coding.c (detect_coding, Fupdate_coding_systems_internal):
22347 * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
22348 Since we do not want to see internal Lisp_*fwd objects here.
22349
22350 2007-11-18 Jan Djärv <jan.h.d@swipnet.se>
22351
22352 * sysdep.c (init_system_name): Use getaddrinfo if available.
22353
22354 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
22355 (x_scroll_bar_note_movement): start, end, with, height in struct
22356 scroll_bar are integers and not Lisp_Object, so remove XINT for them.
22357
22358 2007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
22359
22360 * puresize.h (BASE_PURESIZE): Increase to 1190000.
22361
22362 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
22363
22364 * buffer.h (struct buffer): Move `undo_list' back to before `name'.
22365 This undoes Richard's change of 14-Oct-2002.
22366
22367 * alloc.c (allocate_other_vector):
22368 * lisp.h (allocate_other_vector): Remove.
22369
22370 * window.c (struct save_window_data): Move non-lisp data to the end
22371 and make it `int' rather than Lisp_Object.
22372 (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
22373 Done wrap/unwrap integer values.
22374 (Fset_window_configuration, compare_window_configurations):
22375 Update use of fields to their new types.
22376
22377 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
22378 Turn integer fields into `int'. Merge x_window_low and x_window_high.
22379 (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
22380 (SET_SCROLL_BAR_X_WINDOW): Remove.
22381 (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
22382 Access the new x_window field directly.
22383 * xterm.c (x_scroll_bar_create): Use a pseudovector.
22384 Don't wrap/unwrap integers into Lisp_Objects.
22385 (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
22386 (x_scroll_bar_report_motion):
22387 Don't wrap/unwrap integers into Lisp_Objects.
22388 (x_term_init): Use SDATA.
22389 (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
22390 (x_scroll_bar_set_handle, x_scroll_bar_remove)
22391 (XTset_vertical_scroll_bar, x_scroll_bar_expose)
22392 (x_scroll_bar_report_motion, x_scroll_bar_clear):
22393 * xfns.c (x_set_background_color):
22394 * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
22395 Access the new x_window field directly.
22396
22397 * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
22398 (allocate_pseudovector): Make non-static.
22399
22400 * lisp.h (enum pvec_type): New tag PVEC_OTHER.
22401 (allocate_pseudovector): Declare.
22402 (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
22403
22404 2007-11-15 Andreas Schwab <schwab@suse.de>
22405
22406 * editfns.c (Fformat): Correctly format EMACS_INT values.
22407 Also take precision into account when formatting an integer.
22408
22409 * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
22410
22411 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
22412
22413 * keyboard.c (Fevent_symbol_parse_modifiers): New function.
22414 (syms_of_keyboard): Defsubr it.
22415
22416 * data.c (swap_in_global_binding): Fix longstanding bug where
22417 store_symval_forwarding was not called with the right second argument,
22418 thus causing objfwd-ing from being dropped.
22419
22420 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
22421
22422 * macfns.c (Fx_create_frame, Fx_display_pixel_width)
22423 (Fx_display_pixel_height, Fx_display_planes)
22424 (Fx_display_color_cells, Fx_server_max_request_size)
22425 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
22426 (Fx_display_visual_class, Fx_display_save_under):
22427 * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
22428 (Fx_display_pixel_height, Fx_display_planes)
22429 (Fx_display_color_cells, Fx_server_max_request_size)
22430 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
22431 (Fx_display_mm_height, Fx_display_mm_width)
22432 (Fx_display_backing_store, Fx_display_visual_class)
22433 (Fw32_select_font, Fx_display_save_under):
22434 * xfns.c (Fx_create_frame, Fx_display_pixel_width)
22435 (Fx_display_pixel_height, Fx_display_planes)
22436 (Fx_display_color_cells, Fx_server_max_request_size)
22437 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
22438 (Fx_display_save_under): Fix typos in docstrings.
22439
22440 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
22441
22442 * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
22443 corresponding to deleted entries; they are an implementation detail.
22444 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
22445 Remove variables.
22446 (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
22447 (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
22448 (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
22449 (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
22450 (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
22451 (Fw32_define_rgb_color, Fw32_load_color_file)
22452 (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
22453 Fix typos in docstrings.
22454 (Fx_server_version): Reflow docstring.
22455 (Fw32_shell_execute): Doc fixes.
22456
22457 2007-11-13 Juanma Barranquero <lekktu@gmail.com>
22458
22459 * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
22460 if w32_parse_hot_key returned nil.
22461
22462 2007-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
22463
22464 * xdisp.c (load_overlay_strings): Fix copy&paste typo.
22465
22466 2007-11-09 Jason Rumney <jasonr@gnu.org>
22467
22468 * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
22469
22470 * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
22471
22472 * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
22473 Remove W32_SCROLL_BAR_CLICK_EVENT.
22474
22475 * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
22476 Add MULTIMEDIA_KEY_EVENT.
22477
22478 * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
22479 (lispy_multimedia_keys) [WINDOWSNT]: New array.
22480 (make_lispy_event) [WINDOWSNT]: Use it to translate
22481 MULTIMEDIA_KEY_EVENT.
22482
22483 * w32term.h (WM_APPCOMMAND): Define if not already.
22484 (GET_APPCOMMAND_LPARAM): Likewise.
22485
22486 * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
22487 WM_APPCOMMAND.
22488
22489 * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
22490 (syms_of_w32fns): Export and initialize it.
22491 (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
22492
22493 2007-11-09 Chong Yidong <cyd@stupidchicken.com>
22494
22495 * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
22496 twice.
22497
22498 * xdisp.c (handle_face_prop): Fix last change.
22499
22500 2007-11-09 Richard Stallman <rms@gnu.org>
22501
22502 * xdisp.c (handle_face_prop): Test for strings that came from overlays,
22503 not just for after-strings and before-strings.
22504 Call face_for_overlay_string and pass the overlay to it.
22505 (handle_display_prop): Determine whether property came from an overlay.
22506 Pass OVERLAY arg to handle_single_display_spec.
22507 (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
22508 (load_overlay_strings): Fill in it->string_overlays.
22509 (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
22510
22511 * xfaces.c (face_for_overlay_string): Function renamed from
22512 face_at_buffer_position_no_overlays, and add arg OVERLAY.
22513
22514 * dispextern.h (struct it): New elt string_overlays.
22515 New elt from_overlay, also in stack.
22516 Rearrange a few elements.
22517 (face_for_overlay_string): Decl renamed from
22518 face_at_buffer_position_no_overlays, and add argument.
22519
22520 2007-11-09 Richard Stallman <rms@gnu.org>
22521
22522 * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
22523 to get the base face for an overlay string.
22524
22525 * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
22526
22527 * xfaces.c (face_at_buffer_position_no_overlays): New function.
22528
22529 * xdisp.c (handle_stop): Move some code out of loop.
22530
22531 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22532
22533 * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
22534 Fix conversion from Lisp object to ATSUFontID.
22535
22536 2007-11-09 Jason Rumney <jasonr@gnu.org>
22537
22538 * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
22539
22540 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22541
22542 * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
22543 Don't assume regions are aligned to page boundary.
22544 (print_load_command_name): Add LC_UUID if defined.
22545
22546 2007-11-09 Richard Stallman <rms@gnu.org>
22547
22548 * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
22549
22550 2007-11-07 Jason Rumney <jasonr@gnu.org>
22551
22552 * s/windows95.h: Remove.
22553
22554 2007-11-06 Jan Djärv <jan.h.d@swipnet.se>
22555
22556 * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
22557 abort with a message on unhandled store_type values.
22558
22559 2007-11-01 Jan Djärv <jan.h.d@swipnet.se>
22560
22561 * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
22562 Remove HAVE_X11R5 and HAVE_X11R4.
22563
22564 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
22565
22566 * Makefile.in: Remove references to sunfns.c and sunfns.o.
22567
22568 2007-11-01 Johan Bockgård <bojohan@gnu.org>
22569
22570 * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
22571 Don't set s->stippled_p here, since it has already been set by
22572 x_set_glyph_string_gc from x_draw_glyph_string.
22573
22574 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
22575
22576 * sunfns.c: Remove file.
22577
22578 * m/sun386.h:
22579 * m/sun2.h:
22580 * m/sparc.h: Remove Sun windows code.
22581
22582 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
22583
22584 * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
22585 (init_keyboard): Set current_kboard's window-system to nil.
22586 (tty_read_avail_input): Typo.
22587 * frame.c (make_initial_frame): Don't initialize the initial_kboard.
22588
22589 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
22590
22591 * s/usg5-4.h:
22592 * s/usg5-3.h:
22593 * s/ptx.h:
22594 * m/is386.h:
22595 * m/ibmps2-aix.h:
22596 * Makefile.in: Remove all mentions of X10.
22597
22598 * dispnew.c (syms_of_display): Don't mention version 10.
22599
22600 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
22601
22602 * makefile.w32-in (OBJ1): Remove abbrev.$(O).
22603 ($(BLD)/abbrev.$(O)): Remove.
22604
22605 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
22606
22607 Rewrite abbrev.c in Elisp.
22608 * image.c (Qcount): Don't declare as extern.
22609 (syms_of_image): Initialize and staticpro `Qcount'.
22610 * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
22611 * emacs.c (main): Don't call syms_of_abbrev.
22612 * Makefile.in (obj): Remove abbrev.o.
22613 (abbrev.o): Remove.
22614 * abbrev.c: Remove.
22615
22616 2007-10-26 Martin Rudalics <rudalics@gmx.at>
22617
22618 * window.c (window_min_size_2): Don't count header-line.
22619
22620 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
22621
22622 * frame.h (struct frame): Move all bit fields after the first bit
22623 field to take advantage of the available space. Group all the
22624 chars together to reduce wasted space due to padding.
22625
22626 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
22627
22628 * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
22629
22630 * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
22631 (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
22632 (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
22633 (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
22634 (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
22635 (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
22636 (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
22637 (last_marked, mark_object_loop_halt): Make static.
22638
22639 * frame.c (syms_of_frame) <delete-frame-functions>:
22640 Fix typo in docstring.
22641
22642 2007-10-25 Juanma Barranquero <lekktu@gmail.com>
22643
22644 * w32.c (init_environment): Fix tiny memory leak.
22645 (w32_get_resource): Remove unused variable `ok'.
22646
22647 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
22648
22649 Make `window-system' into a keyboard-local variable (rather than
22650 frame-local as done originally by multi-tty).
22651
22652 * keyboard.h (struct kboard): Add Vwindow_system.
22653 * keyboard.c (init_kboard): Set a default for Vwindow_system.
22654 (mark_kboards): Mark Vwindow_system.
22655
22656 * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
22657 (init_display): Don't set the obsolete `window-system' frame-param.
22658
22659 * xterm.c (x_term_init):
22660 * w32term.c (w32_create_terminal):
22661 * term.c (init_tty): Set Vwindow_system.
22662 * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
22663 multi-tty merge maybe?), copied from w32term.c. Set Vwindow_system.
22664
22665 * xfns.c (Fx_create_frame, x_create_tip_frame):
22666 * w32fns.c (Fx_create_frame, x_create_tip_frame):
22667 * macfns.c (Fx_create_frame):
22668 Don't set the obsolete `window-system' frame-param.
22669
22670 * frame.h (Qwindow_system): Remove.
22671 * frame.c (Qwindow_system): Remove. In `syms_of_frame' as well.
22672 (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
22673
22674 2007-10-24 Richard Stallman <rms@gnu.org>
22675
22676 * frame.c (x_figure_window_size): For fullscreen case,
22677 set USPosition | PPosition without clobbering rest of window_prompting.
22678
22679 * keyboard.c (Fcurrent_idle_time): Doc fix.
22680
22681 * print.c (Fwith_output_to_temp_buffer): Doc fix.
22682
22683 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
22684
22685 * process.c (unwind_request_sigio): Only define if __ultrix__.
22686
22687 * callproc.c (child_setup): Remove spurious *.
22688
22689 * lisp.h (Fget_text_property): Declare.
22690 (have_menus_p): Declare it here rather than in sys-dep header files.
22691 * macterm.h (have_menus_p):
22692 * msdos.h (have_menus_p):
22693 * xterm.h (have_menus_p): Remove.
22694
22695 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
22696 (Fmake_variable_frame_local): Just check the variable's const-ness
22697 rather than checking nil or t.
22698
22699 2007-10-22 Jason Rumney <jasonr@gnu.org>
22700
22701 * w32fns.c: Include math.h.
22702 (w32_abort): Declaration moved to nt/config.nt.
22703
22704 * s/ms-w32.h (HAVE_STDLIB_H): Define.
22705 (abort): Redefinition moved to nt/config.nt.
22706
22707 * m/windowsnt.h: Remove.
22708
22709 2007-10-22 Juanma Barranquero <lekktu@gmail.com>
22710
22711 * emacs.c (Fdump_emacs): Fix typo in message.
22712 (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
22713 <installation-directory>: Reflow docstring.
22714
22715 2007-10-22 Juri Linkov <juri@jurta.org>
22716
22717 * minibuf.c: Allow minibuffer default to be a list of default values.
22718 With empty input use the first element of this list as returned default.
22719 (string_to_object)
22720 (read_minibuf_noninteractive): If defalt is cons, set val to its car.
22721 (read_minibuf): If defalt is cons, set histstring to its car.
22722 (Fread_string): If default_value is cons, set val to its car.
22723 (Fread_buffer): If def is cons, use its car.
22724 (Fcompleting_read): If defalt is cons, set val to its car.
22725
22726 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
22727
22728 * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
22729
22730 2007-10-20 Juanma Barranquero <lekktu@gmail.com>
22731
22732 * doc.c (Fdocumentation): Check for advice in all cases.
22733
22734 2007-10-19 Chong Yidong <cyd@stupidchicken.com>
22735
22736 * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
22737
22738 2007-10-19 Richard Stallman <rms@gnu.org>
22739
22740 * doc.c (Fdocumentation): Check for and handle an advised function.
22741
22742 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
22743
22744 * process.c (Fset_process_filter): Doc fix.
22745
22746 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
22747
22748 * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
22749 which caused key-translation-map to applied repeatedly (thus breaking
22750 double-mode).
22751
22752 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
22753
22754 * xselect.c (x_own_selection, x_handle_selection_clear)
22755 (x_clear_frame_selections):
22756 * w32menu.c (list_of_panes, list_of_items):
22757 * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
22758 * textprop.c (validate_plist, interval_has_all_properties)
22759 (interval_has_some_properties, interval_has_some_properties_list)
22760 (add_properties, text_property_list):
22761 * process.c (Fget_buffer_process, list_processes_1, status_notify):
22762 * minibuf.c (Fassoc_string):
22763 * macselect.c (x_own_selection, x_clear_frame_selections)
22764 (Fx_disown_selection_internal):
22765 * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
22766 Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
22767
22768 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
22769
22770 * process.c: Link to libs for calling res_init() if available.
22771 (Fmake_network_process): Call res_init() before getaddrinfo or
22772 gethostbyname, if possible.
22773
22774 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
22775
22776 * lread.c (read1): Set pvectype for char_tables.
22777
22778 * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
22779 (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
22780 Add type checks.
22781 (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
22782
22783 * alloc.c (free_misc): Use XMISCTYPE.
22784 (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
22785
22786 2007-10-17 Glenn Morris <rgm@gnu.org>
22787
22788 * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
22789 (syms_of_minibuf): Add Qcompletion_ignore_case.
22790 * dired.c (Qcompletion_ignore_case): Change to external.
22791 (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
22792 * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
22793 (Fread_file_name): Use it rather than intern'ing.
22794
22795 * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
22796 (Fread_coding_system): Ignore case of user input.
22797
22798 2007-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22799
22800 * xdisp.c (handle_display_prop): Ignore display specs after
22801 replacing one when string text is being replaced.
22802 (handle_single_display_spec): Pretend as if characters with display
22803 property haven't been consumed only when buffer text is being replaced.
22804
22805 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
22806
22807 * xfns.c (Fx_create_frame, Fx_display_list):
22808 * window.c (window_fixed_size_p, enlarge_window)
22809 (shrink_window_lowest_first):
22810 * macterm.c (init_font_name_table):
22811 * macfns.c (Fx_create_frame, Fx_display_list):
22812 * lread.c (close_load_descs):
22813 * keyboard.c (read_char_x_menu_prompt):
22814 * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
22815 * coding.c (code_convert_region_unwind): Test the type of an object
22816 rather than just !NILP before extracting data from it.
22817
22818 * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
22819
22820 * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
22821 (XMISCANY): New macro.
22822 (XMISCTYPE): Use it.
22823 (struct Lisp_Misc_Any): New type.
22824 (union Lisp_Misc): Use it.
22825 (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
22826 * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
22827 (find_symbol_value, set_internal, default_value, Fset_default)
22828 (Fmake_variable_buffer_local, Fmake_local_variable)
22829 (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
22830 (Flocal_variable_if_set_p, Fvariable_binding_locus):
22831 The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
22832 * alloc.c (allocate_buffer): Set the size and tag.
22833 (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
22834 Use XMISCANY.
22835 (die): Follow the GNU convention for error messages.
22836 * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
22837 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
22838 tag any more.
22839 (set_buffer_internal_1):
22840 * frame.c (store_frame_param):
22841 * eval.c (specbind):
22842 * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
22843
22844 * doc.c (Fsnarf_documentation): Simplify.
22845
22846 2007-10-14 Juanma Barranquero <lekktu@gmail.com>
22847
22848 * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
22849 (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
22850
22851 2007-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
22852
22853 * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
22854
22855 2007-10-14 Juanma Barranquero <lekktu@gmail.com>
22856
22857 * eval.c (do_autoload): Don't save autoloads.
22858
22859 * data.c (Ffset): Save autoload of the function being set.
22860
22861 2007-10-07 John Paul Wallington <jpw@pobox.com>
22862
22863 * xfns.c (x_create_tip_frame): Set the `display-type' frame
22864 parameter before setting up faces.
22865
22866 2007-10-13 Eli Zaretskii <eliz@gnu.org>
22867
22868 * ccl.c (Fregister_code_conversion_map):
22869 * keyboard.c (append_tool_bar_item): Reformat last change.
22870
22871 * lisp.h (eabs): Rename from `abs'. All callers changed.
22872
22873 2007-10-05 Dmitry Antipov <dmantipov@yandex.ru>
22874
22875 * buffer.c (add_overlay_mod_hooklist):
22876 * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
22877 * fontset.c (make_fontset):
22878 * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
22879 (append_tool_bar_item):
22880 * macmenu.c (grow_menu_items):
22881 * w32menu.c (grow_menu_items):
22882 * xmenu.c (grow_menu_items): Use larger_vector.
22883
22884 2007-10-13 Eli Zaretskii <eliz@gnu.org>
22885
22886 * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
22887 selected frame'' on MSDOS).
22888
22889 2007-10-12 Martin Rudalics <rudalics@gmx.at>
22890
22891 * frame.c (Qexplicit_name): New variable.
22892 (x_report_frame_params): Report it in parameter alist.
22893 (syms_of_frame): Intern and staticpro it.
22894
22895 2007-10-10 Patrick Mahan <mahan@mahan.org> (tiny change)
22896
22897 * macfns.c (x_create_tip_frame): Set terminal for frame.
22898
22899 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
22900
22901 * frame.c (Qenvironment): Remove.
22902 (syms_of_frame) <Qenvironment>: Don't initialize.
22903 (Fdelete_frame): Don't treat the `environment' param specially.
22904 * frame.h (Qenvironment): Don't declare.
22905 * callproc.c (set_initial_environment): Don't set unused frame param.
22906
22907 * frame.c (Fframe_with_environment): Remove.
22908 (syms_of_frame) <Sframe_with_environment>: Don't declare.
22909
22910 * lisp.h (Fframe_with_environment): Don't declare.
22911
22912 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
22913
22914 * indent.c (indent_tabs_mode, last_known_column)
22915 (last_known_column_modified): Make static.
22916 (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
22917
22918 2007-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
22919
22920 * puresize.h (BASE_PURESIZE): Increase to 1170000.
22921
22922 2007-10-09 Jason Rumney <jasonr@gnu.org>
22923
22924 * w32term.c (x_set_window_size): Disable code that attempts to tell
22925 Lisp code about a size change before it actually happens.
22926
22927 2007-10-09 Richard Stallman <rms@gnu.org>
22928
22929 * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
22930 return HANDLED_RETURN.
22931
22932 2007-10-08 Martin Rudalics <rudalics@gmx.at>
22933
22934 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
22935 when there's an unread command event.
22936
22937 * frame.c (focus_follows_mouse): Move here from frame.el to allow
22938 window autoselection act appropriately when leaving selected frame.
22939 (syms_of_frame): Initialize focus_follows_mouse.
22940 * frame.h (focus_follows_mouse): Extern it.
22941 * macterm.c (XTread_socket): When focus_follows_mouse is nil
22942 make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
22943 * msdos.c (dos_rawgetc): Likewise.
22944 * w32term.c (w32_read_socket): Likewise.
22945 * xterm.c (handle_one_xevent): Likewise.
22946 * xdisp.c (syms_of_xdisp): In doc-string of
22947 mouse-autoselect-window mention focus-follows-mouse.
22948
22949 2007-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22950
22951 * macterm.c (mac_load_query_font): Fix missing return value.
22952 [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
22953 Add BLOCK_INPUT.
22954
22955 2007-10-08 Richard Stallman <rms@gnu.org>
22956
22957 * xdisp.c (get_window_cursor_type): Implement documented behavior
22958 for cursor-in-non-selected-windows = t.
22959
22960 2007-10-08 Jason Rumney <jasonr@gnu.org>
22961
22962 * w32.c (w32_get_resource): Always close registry keys.
22963
22964 2007-10-08 Jason Rumney <jasonr@gnu.org>
22965
22966 * makefile.w32-in (LIBS): Add COMCTL32.
22967
22968 * w32fns.c (globals_of_w32fns): Init common controls.
22969
22970 2007-10-08 Richard Stallman <rms@gnu.org>
22971
22972 * image.c (our_memory_buffer): Rename from omfib_buffer.
22973
22974 2007-10-08 Richard Stallman <rms@gnu.org>
22975
22976 * buffer.c (Foverlays_at): Doc fix.
22977
22978 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
22979
22980 * fns.c (Fplist_put): Preserve uneven tail data.
22981
22982 2007-10-08 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
22983
22984 * termhooks.h (enum event_kind): Remove trailing comma.
22985
22986 * frame.h (enum): Remove trailing comma.
22987
22988 2007-10-08 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
22989
22990 * w32proc.c (delete_child): Don't terminate threads of zombies.
22991
22992 2007-10-08 Martin Rudalics <rudalics@gmx.at>
22993
22994 * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
22995
22996 * keyboard.c (syms_of_keyboard): Set up new Lisp variable
22997 last-repeatable-command.
22998 (init_kboard): Initialize Vlast_repeatable_command.
22999 (command_loop_1): Set it to real_this_command unless that was
23000 bound to an input event.
23001 (mark_kboards): Mark it.
23002
23003 2007-10-08 Richard Stallman <rms@gnu.org>
23004
23005 * eval.c (condition-case): Doc fix.
23006
23007 2007-10-08 Masatake YAMATO <jet@gyve.org>
23008
23009 * xfaces.c (tty_supports_face_attributes_p): Fix code
23010 for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
23011 was copied and not edited.
23012
23013 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
23014
23015 Add new `input-decode-map' keymap and use it for terminal
23016 escape sequences.
23017 * keyboard.h (struct kboard): Add Vinput_decode_map.
23018 Remove Vlocal_key_translation_map.
23019 * keyboard.c (read_key_sequence): Add support for input-decode-map.
23020 (init_kboard): Init input-decode-map.
23021 Replace local-key-translation-map back with key-translation-map.
23022 (syms_of_keyboard): Declare input-decode-map.
23023 Remove local-key-translation-map. Update docstrings.
23024 (mark_kboards): Mark Vinput_decode_map.
23025 Don't mark Vlocal_key_translation_map.
23026 * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
23027 Replace local-key-translation-map back with key-translation-map.
23028 * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
23029 Bind in input-decode-map rather than function-key-map.
23030
23031 * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
23032 This was made redundant by the previous introduction of XSETPVECTYPE.
23033
23034 2007-10-09 Richard Stallman <rms@gnu.org>
23035
23036 * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
23037
23038 2007-09-29 Richard Stallman <rms@gnu.org>
23039
23040 * eval.c (internal_condition_case_2, internal_condition_case_1)
23041 (internal_condition_case): Reenable abort if x_catching_errors ()
23042 to see if that really happens and why.
23043
23044 2007-10-06 Andreas Schwab <schwab@suse.de>
23045
23046 * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
23047
23048 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
23049
23050 * image.c (syms_of_image) <image-types>: Fix typo in docstring.
23051
23052 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
23053
23054 * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
23055
23056 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
23057
23058 * window.h (struct window):
23059 * window.c (struct save_window_data, struct saved_window):
23060 * termhooks.h (struct terminal):
23061 * process.h (struct Lisp_Process):
23062 * frame.h (struct frame):
23063 * buffer.h (struct buffer):
23064 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
23065 (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
23066 The size field of (pseudo)vectors is now unsigned.
23067 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
23068
23069 * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
23070 Turn `count' into an integer.
23071
23072 * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
23073 (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
23074 * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
23075 * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
23076 (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
23077
23078 * alloc.c (allocate_pseudovector): New fun.
23079 (ALLOCATE_PSEUDOVECTOR): New macro.
23080 (allocate_window, allocate_terminal, allocate_frame)
23081 (allocate_process): Use it.
23082 (mark_vectorlike): New function.
23083 (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
23084 (mark_terminals): Use it.
23085 (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
23086 (Fmake_byte_code): Use XSETPVECTYPE.
23087
23088 * frame.c (Fframe_parameters): Minor simplification.
23089
23090 * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
23091
23092 * marker.c (Fmarker_buffer): Make test for odd case into a failure.
23093
23094 * buffer.c (Fget_buffer_create, init_buffer_once):
23095 * lread.c (defsubr):
23096 * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
23097
23098 * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
23099 defined differently in the m/*.h files.
23100 (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
23101 (XSETPVECTYPE): New macro.
23102 (XSETPSEUDOVECTOR): Use it.
23103
23104 * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
23105 (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
23106
23107 * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
23108 * lread.c (defvar_per_buffer):
23109 * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
23110
23111 * window.c (candidate_window_p): Only consider as visible frames that
23112 are on the same terminal.
23113
23114 * m/ibms390x.h (MARKBIT): Remove unused macro.
23115
23116 2007-10-01 Juanma Barranquero <lekktu@gmail.com>
23117
23118 * lread.c (Fload): Fix typo in docstring.
23119
23120 2007-10-01 Michaël Cadilhac <michael@cadilhac.name>
23121
23122 * floatfns.c (Fexpt): Manually check for overflows, so that a power
23123 of a non-zero value can't yield zero.
23124
23125 2007-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
23126
23127 * term.c (term_clear_mouse_face, term_mouse_highlight)
23128 (tty_write_glyphs_with_face): Only define is HAVE_GPM.
23129
23130 * print.c (safe_debug_print): Use XHASH.
23131
23132 * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
23133 Lisp elements such as tags.
23134 (XHASH): New macro.
23135 (EQ): Use it.
23136 (SREF, SSET, STRING_COPYIN): Use SDATA.
23137 (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
23138
23139 * alloc.c (mark_terminal): Remove left-over declaration.
23140 (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
23141 (allocate_vectorlike): Remove type argument. Adjust callers.
23142 (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
23143 Only handle the one remaining MEM_TYPE_VECTORLIKE.
23144
23145 * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
23146 to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
23147 (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
23148 (lisp_align_free, make_interval, allocate_string, allocate_string_data)
23149 (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
23150 Use them.
23151
23152 * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
23153 Don't let signal handlers run when a GC is freed but not yet NULL'ed.
23154 (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
23155
23156 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
23157
23158 * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
23159 loaded by default.
23160
23161 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
23162
23163 * term.c (Fgpm_mouse_start): Don't signal an error if already activated
23164 on this tty.
23165 (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
23166
23167 * term.c (mouse_face_window): Rename from Qmouse_face_window.
23168 Update all users.
23169 (handle_one_term_event): Use Gpm_DrawPointer.
23170 (Fgpm_mouse_start): Rename from Fterm_open_connection.
23171 Signal errors instead of returning nil. Always return nil.
23172 (Fgpm_mouse_stop): Rename from Fterm_close_connection.
23173 Make it a noop if gpm-mouse was not activated.
23174 (syms_of_term): Update names.
23175
23176 2007-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
23177
23178 * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
23179 (init_sys_modes): Check that gpm_tty is the current tty.
23180
23181 * alloc.c (allocate_terminal): Set the vector size to only count the
23182 lisp fields. Initialize those to nil.
23183 (mark_object): Don't treat terminals specially.
23184 (mark_terminal): Remove.
23185 (mark_terminals): Use mark_object instead.
23186
23187 * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
23188 the GC to the beginning.
23189
23190 * indent.h:
23191 * indent.c: Use EMACS_INT for ints coming from Elisp data.
23192
23193 * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
23194
23195 2007-09-25 Jason Rumney <jasonr@gnu.org>
23196
23197 * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
23198
23199 * w32console.c (create_w32cons_output): Remove.
23200
23201 * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
23202
23203 * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
23204 (reset_sys_modes): Use reset_terminal_modes_hook.
23205
23206 2007-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
23207
23208 * eval.c (do_autoload): Don't output any message.
23209
23210 2007-09-24 Juri Linkov <juri@jurta.org>
23211
23212 * emacs.c (standard_args): Change priority of "--no-splash"
23213 from 40 to 3. Add "--no-desktop" with the same priority.
23214
23215 2007-09-23 Dmitry Antipov <dmantipov@yandex.ru>
23216
23217 * alloc.c (gc_sweep): Check cons cell mark bits word by word
23218 and optimize the case where they are all 1.
23219
23220 2007-09-23 Johannes Weiner <hannes@saeurebad.de>
23221
23222 * lisp.h (abs): Define if not defined.
23223 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
23224 Don't define `abs', since it's defined in lisp.h.
23225
23226 2007-09-22 Eli Zaretskii <eliz@gnu.org>
23227
23228 * term.c (DEV_TTY): New macro. Provide a definition for MS-Windows.
23229 (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
23230 (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
23231 (init_tty): Use DEV_TTY instead of "/dev/tty".
23232 [WINDOWSNT]: No need to protect from NAME arg being null.
23233
23234 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
23235
23236 * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
23237 up the tty state.
23238
23239 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
23240
23241 * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.
23242 (gpm_tty): Change its type.
23243 * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead.
23244 (gpm_tty): Change its type and initialize it.
23245 (Fterm_open_connection): Check the frame is indeed a tty.
23246 Use the new gpm_tty.
23247 (Fterm_close_connection): Use the new gpm_tty.
23248 * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
23249 * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
23250
23251 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
23252
23253 * w32term.c (x_draw_glyph_string): Use strike_through_color, not
23254 underline_color, to draw strike-through.
23255
23256 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
23257
23258 * lisp.h (allocate_terminal): Declare.
23259
23260 * window.c (candidate_window_p): Consider frames that are being placed
23261 by the user as somewhere between visible and iconified.
23262 (window_loop): Prefer windows on the current frame.
23263 (Fselect_window): Move the use of select-frame to the beginning so we
23264 can just delegate all the work (it'll call us back anyway).
23265
23266 * frame.c (Qdisplay_environment_variable):
23267 * frame.h (Qdisplay_environment_variable): Delete.
23268
23269 * .gdbinit (xbacktrace): Print the arg's address rather than the value
23270 of the first arg, since that value may be a union.
23271
23272 * callproc.c (child_setup, getenv_internal): Use the frame's `display'
23273 parameter rather than Qdisplay_environment_variable. If all else
23274 fails, look for DISPLAY in initial-environment.
23275
23276 2007-09-21 Glenn Morris <rgm@gnu.org>
23277
23278 * Makefile.in (emacstool): Remove target.
23279 (lisp, shortlisp): Remove termdev.elc.
23280
23281 2007-09-21 Markus Triska <markus.triska@gmx.at>
23282
23283 * xterm.c (x_delete_display): Compile session management conditionally.
23284
23285 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
23286
23287 * callproc.c (getenv_internal_1): New function.
23288 (getenv_internal): Use it.
23289 (Fgetenv_internal): Use it. Accept an env-list as optional arg.
23290
23291 * terminal.c (get_terminal): Don't accept ints to represent terminals.
23292 (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
23293 (Fset_terminal_parameter): Work with dead terminals as well.
23294 (Fmodify_terminal_parameters): Remove.
23295
23296 * terminal.c (get_terminal): Handle terminals.
23297 Make sure the terminal returned is live.
23298 (create_terminal): Use allocate_terminal.
23299 (mark_terminals): Move to alloc.c.
23300 (delete_terminal): Use terminal->name as liveness status.
23301 NULL out fields after freeing their contents.
23302 Don't deallocate the object.
23303 (Fframe_terminal): Use FRAME_TERMINAL. Return the terminal object
23304 rather than an int.
23305 (Fterminal_live_p): Accept non-integer arguments.
23306 (Fterminal_list): Return terminal objects rather than an ints.
23307
23308 * alloc.c (enum mem_type): New member for `terminal' objects.
23309 (allocate_terminal): New function.
23310 (mark_maybe_pointer, valid_lisp_object_p, mark_object):
23311 Handle terminals.
23312 (mark_terminal): New fun.
23313 (mark_terminals): Move from terminal.c.
23314
23315 * term.c (get_tty_terminal): Don't treat output_initial specially.
23316 (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
23317 (delete_tty): Use terminal->name as liveness status.
23318
23319 * termhooks.h (struct terminal): Make it into a pseudovector.
23320 Remove `deleted' replaced by checking `name's nullness.
23321
23322 * print.c (print_object): Handle terminals.
23323
23324 * lisp.h (enum pvec_type): New `terminal' pseudovector.
23325 (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
23326
23327 * frame.c (make_terminal_frame):
23328 * keyboard.c (tty_read_avail_input):
23329 * w32term.c (x_delete_terminal):
23330 * xfns.c (Fx_create_frame, x_create_tip_frame):
23331 * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
23332
23333 2007-09-20 Glenn Morris <rgm@gnu.org>
23334
23335 * process.c (Fmake_network_process): Doc fix.
23336
23337 2007-09-19 Jason Rumney <jasonr@gnu.org>
23338
23339 * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
23340
23341 2007-09-19 Michaël Cadilhac <michael@cadilhac.name>
23342
23343 * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
23344 Fix a C warning regarding variable constness.
23345
23346 * xterm.c (handle_one_xevent): Fix a C warning.
23347
23348 2007-09-18 Jason Rumney <jasonr@gnu.org>
23349
23350 * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
23351
23352 2007-09-17 Jan Djärv <jan.h.d@swipnet.se>
23353
23354 * gtkutil.c (gdpy_def): New variable.
23355 (xg_initialize): Initialize gdpy_def.
23356 (xg_display_close): If no other display exists, set gdpy_def to a
23357 new connection.
23358
23359 2007-09-16 Jan Djärv <jan.h.d@swipnet.se>
23360
23361 * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
23362 when we have no file name for the icon.
23363 (xg_tool_bar_expose_callback): Remove.
23364 (xg_create_tool_bar): Don't connect expose signal to
23365 xg_tool_bar_expose_callback.
23366 (xg_get_file_with_chooser): Move GCPRO1 after declarations.
23367
23368 2007-09-16 Andreas Schwab <schwab@suse.de>
23369
23370 * alloc.c (reset_malloc_hooks): Set the hooks to the previous
23371 values instead of zapping them.
23372
23373 2007-09-14 Glenn Morris <rgm@gnu.org>
23374
23375 * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
23376 * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
23377 * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
23378 scope and rename to omfib_buffer for clarity.
23379 (gif_load) <interlace_start, interlace_increment>: Move to file scope.
23380
23381 2007-09-14 Kenichi Handa <handa@m17n.org>
23382
23383 * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
23384
23385 2007-09-13 Jason Rumney <jasonr@gnu.org>
23386
23387 * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
23388
23389 * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
23390
23391 * macterm.c (mac_initialize): Don't call mac_init_fringe here.
23392 (mac_term_init): Call here instead, passing rif.
23393
23394 2007-09-13 Glenn Morris <rgm@gnu.org>
23395
23396 * s/hpux.h: No longer define `static' as nothing.
23397
23398 2007-09-13 Johan Bockgård <bojohan@gnu.org>
23399
23400 * callint.c (Fcall_interactively): Remove unused var `fun'.
23401
23402 2007-09-12 Romain Francoise <romain@orebokech.com>
23403
23404 * window.c (prefer_window_split_horizontally, display_buffer):
23405 Revert 2007-09-08 change.
23406
23407 2007-09-12 Glenn Morris <rgm@gnu.org>
23408
23409 * alloca.c: Remove file.
23410 * Makefile.in (alloca): Do not undef.
23411 (allocaobj, alloca.o): Remove.
23412 (otherobj): Remove allocaobj.
23413 * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
23414 * regex.c (C_ALLOCA): Remove all references and code that was only
23415 used when this was defined.
23416 * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
23417 * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
23418 * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
23419
23420 * Makefile.in (SOURCES, unlock, relock): Delete.
23421
23422 * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
23423 (menu_grab_callback): All uses changed.
23424
23425 * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
23426 (x_reply_selection_request): All uses changed.
23427
23428 2007-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
23429
23430 * lread.c (load_warn_old_style_backquotes): Change message to look
23431 better when it appears in the middle of byte-compiler messages.
23432
23433 2007-09-10 Dan Nicolaescu <dann@ics.uci.edu>
23434
23435 * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
23436
23437 * xterm.c (x_create_terminal): Add comment.
23438
23439 * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
23440
23441 2007-09-10 Richard Stallman <rms@gnu.org>
23442
23443 * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
23444
23445 2007-09-10 Michaël Cadilhac <michael@cadilhac.name>
23446
23447 * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
23448 (DEFUN): Document `intspec', use it instead of `prompt'.
23449
23450 * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
23451
23452 * data.c (Finteractive_form): If the interactive specification starts
23453 with a `(', use it as a Lisp form.
23454
23455 * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
23456 name and file modes.
23457
23458 * callint.c (Fcall_interactively): Comment fixes.
23459
23460 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
23461
23462 * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
23463 and compiled functions.
23464
23465 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
23466
23467 * window.c (prefer_window_split_horizontally): New variable.
23468 (display_buffer): Consider splitting window horizontally depending
23469 on prefer_window_split_horizontally.
23470
23471 2007-09-08 Eli Zaretskii <eliz@gnu.org>
23472
23473 * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
23474
23475 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
23476
23477 * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
23478
23479 * frame.c (x_set_frame_parameters): Check number is positive before
23480 using XFASTINT.
23481
23482 * window.c (freeze_window_start): Don't presume selected_window holds
23483 a window object.
23484 (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
23485
23486 2007-09-07 Angelo Graziosi <Angelo.Graziosi@roma1.infn.it> (tiny change)
23487
23488 * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
23489
23490 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
23491
23492 * window.c (Vsplit_window_preferred_function): New var.
23493 (Fdisplay_buffer): Use it.
23494 (syms_of_window): Export, and initialize it.
23495
23496 2007-09-06 Pixel <pixel@mandriva.com> (tiny change)
23497
23498 * image.c (gif_load): Fix bug: Handle nonexistent colormap.
23499
23500 2007-09-06 Glenn Morris <rgm@gnu.org>
23501
23502 * gtkutil.c (menu_grab_callback) <cnt>:
23503 * xselect.c (x_reply_selection_request) <cnt>: Move static
23504 variable to file scope.
23505
23506 2007-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
23507
23508 * xdisp.c (redisplay_internal): Make sure Elisp code always sees
23509 consistent values of selected_frame and selected_window.
23510
23511 2007-09-04 Jason Rumney <jasonr@gnu.org>
23512
23513 * w32console.c (initialize_w32_display): Zero unused hooks.
23514
23515 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
23516
23517 * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
23518 (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
23519
23520 2007-09-04 Jason Rumney <jasonr@gnu.org>
23521
23522 * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
23523 in w32console.c. Set up input. Remove XXX comments that have been
23524 confirmed as correct.
23525
23526 * s/ms-w32.h (MULTI_KBOARD): Define.
23527
23528 * w32console.c (one_and_only_w32cons): Remove.
23529 (initialize_w32_display): Take terminal argument.
23530
23531 * term.c (init_tty) [WINDOWSNT]: Pass terminal to
23532 initialize_w32_display.
23533 (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
23534
23535 * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
23536
23537 * keyboard.c (discard_mouse_events): Discard it.
23538 (make_lispy_event): Translate it to a lisp event.
23539 (lispy_wheel_names): Add wheel-left and right events.
23540 (syms_of_keyboard): Enlarge wheel_syms.
23541
23542 * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
23543 <WM_MOUSEHWHEEL>: Pass new system message to lisp.
23544
23545 * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
23546
23547 * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
23548 from WM_MOUSEHWHEEL.
23549 (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
23550
23551 * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
23552 terminal.
23553
23554 * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
23555 keyboard for the terminal.
23556
23557 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
23558
23559 * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
23560 (Vresume_tty_hook): Rename from Vresume_tty_functions.
23561 (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
23562 and resume-tty-function to resume-tty-hook.
23563 (Fsuspend_tty, Fresume_tty): Use new names.
23564
23565 2007-09-02 Jan Djärv <jan.h.d@swipnet.se>
23566
23567 * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
23568 if it starts with "n:".
23569
23570 2007-08-31 Jan Djärv <jan.h.d@swipnet.se>
23571
23572 * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
23573
23574 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
23575
23576 * frame.h:
23577 * frame.c (Qterm_environment_variable): Remove.
23578 (syms_of_frame): Don't init and staticpro it.
23579
23580 * callproc.c (getenv_internal): Remove special case for $TERM.
23581
23582 * callproc.c (Vinitial_environment): New variable.
23583 (set_initial_environment): Initialize it.
23584 (syms_of_callproc): Declare it.
23585 (child_setup): Don't mess with TERM via Qterm_environment_variable; the
23586 TERM under which a process runs is never related to the TERM in which
23587 Emacs is running.
23588
23589 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
23590
23591 * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
23592 * s/darwin.h: ... do it here.
23593
23594 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
23595
23596 * lisp.h (set_initial_environment): Rename from set_global_environment.
23597
23598 * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
23599 removed by mistake on the multi-tty branch.
23600
23601 * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
23602 (Fmodify_frame_parameters): Return a value.
23603
23604 * image.c (png_load): Comment-out var only used in commented-out code.
23605
23606 * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
23607 before passing it to mark_object.
23608
23609 * xfaces.c (internal_resolve_face_name): Return a value.
23610 (internal_resolve_face_name, resolve_face_name_error): Comment out.
23611
23612 * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
23613 (x_icon): Comment-out var only used in commented-out code.
23614
23615 2007-08-29 Romain Francoise <romain@orebokech.com>
23616
23617 * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
23618 QUIT hasn't been provided.
23619
23620 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
23621
23622 * callproc.c (child_setup, getenv_internal): Use the
23623 display-environment-variable and term-environment-variable frame params.
23624 (set_initial_environment): Initialise Vprocess_environment.
23625
23626 * config.in: Disable multi-keyboard support on a mac.
23627
23628 * frame.c (Qterm_environment_variable)
23629 (Qdisplay_environment_variable): New variables.
23630 (syms_of_frame): Intern and staticpro them.
23631 (Fmake_terminal_frame): Disable output method test.
23632
23633 * frame.h: Declare them here.
23634
23635 * macfns.c (x_set_mouse_color): Get rif from the frame.
23636 (x_set_tool_bar_lines): Don't use updating_frame.
23637 (mac_window): Add 2 new parameters for consistency with other systems.
23638 (Fx_create_frame): Fix doc string. Rename the parameter. Set the
23639 frame parameters following what is done in X11 and w32. Don't use
23640 FRAME_MAC_DISPLAY_INFO.
23641 (Fx_open_connection, start_hourglass): Remove window-system check.
23642 (x_create_tip_frame): Get the keyboard from the terminal.
23643
23644 * macmenu.c: Reorder includes.
23645 (Fx_popup_menu): Use terminal specific mouse_position_hook.
23646
23647 * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
23648 terminal parameter.
23649 (x_clear_frame): Add a frame parameter.
23650 (note_mouse_movement): Get rif from the frame.
23651 (mac_term_init): Initialize the terminal.
23652 (mac_initialize): Make static and move terminal initialization ...
23653 (mac_create_terminal): ... to this new function.
23654
23655 * macterm.h (struct mac_display_info): Add terminal.
23656 (mac_initialize): Delete declaration.
23657
23658 * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
23659
23660 * sysdep.c: Comment out text after #endif.
23661
23662 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
23663 is defined. Better initialize ttys in windows. Use terminal
23664 specific mouse_position_hook.
23665
23666 * termhooks.h (union display_info): Add mac_display_info.
23667
23668 * w32fns.c (Fx_create_frame): Use kboard from the terminal.
23669 Set the default minibuffer frame, window_system and the rest of the
23670 frame parameters following what is done in X11.
23671
23672 * w32term.c (w32_initialize): Make static.
23673
23674 * xselect.c (x_handle_selection_clear): Only access
23675 terminal->kboard when MULTI_KBOARD is defined.
23676
23677 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
23678 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
23679
23680 2007-08-29 Jason Rumney <jasonr@gnu.org>
23681
23682 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
23683 (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
23684
23685 * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
23686 (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
23687
23688 * keyboard.c (restore_kboard_configuration): Only define when
23689 MULTI_KBOARD defined.
23690
23691 * makefile.w32-in: Update dependancies from Makefile.in.
23692 (OBJ1): Add terminal.$(O)
23693
23694 * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
23695 Don't define function body.
23696 (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
23697
23698 * termhooks.h (display_info) [WINDOWSNT]: Add w32.
23699
23700 * w32.c (request_sigio, unrequest_sigio): Remove.
23701
23702 * w32console.c (w32con_move_cursor, w32con_clear_to_end)
23703 (w32con_clear_frame, w32con_clear_end_of_line)
23704 (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
23705 (w32con_delete_glyphs, w32con_set_terminal_window)
23706 (scroll_line, w32_sys_ring_bell): Add frame arg.
23707 (w32con_set_terminal_modes, w32con_reset_terminal_modes):
23708 Add terminal arg.
23709 (PICK_FRAME): Remove.
23710 (w32con_write_glyphs): Use frame specific terminal coding.
23711 (one_and_only_w32cons): New global variable.
23712 (initialize_w32_display): Use it for storing hooks.
23713 (create_w32cons_output): New function.
23714
23715 * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
23716 arg a frame.
23717
23718 * w32fns.c (x_create_tip_frame): Set terminal and ref count.
23719 Set window_system.
23720 (x_set_tool_bar_lines): Don't use updating_frame.
23721 (Fx_create_frame): Set terminal and ref count.
23722 (Fx_open_connection): Remove window-system check.
23723
23724 * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
23725
23726 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
23727 (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
23728 (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
23729 Add frame arg.
23730 (x_delete_terminal, w32_create_terminal): New functions.
23731 (w32_term_init): Create a terminal.
23732 (w32_initialize): Move terminal specific initialization to
23733 w32_create_terminal.
23734
23735 * w32term.h (x_output): Remove foreground_pixel and background_pixel.
23736 (w32_clear_rect, w32_clear_area): Use background from frame.
23737 (w32_display_info): Add terminal.
23738 (w32_sys_ring_bell, x_delete_display): Declare here.
23739
23740 * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
23741
23742 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
23743
23744 2007-08-29 Kalle Olavi Niemitalo <kon@iki.fi> (tiny change)
23745
23746 * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
23747 Fix get_named_tty calls for the controlling tty.
23748
23749 2007-08-29 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
23750
23751 * term.c (dissociate_if_controlling_tty) [USG]: Fix parse error.
23752
23753 2007-08-29 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
23754
23755 * term.c (tty_insert_glyphs): Add missing first parameter.
23756
23757 2007-08-29 Károly Lőrentey <karoly@lorentey.hu>
23758
23759 * buffer.c (Fbuffer_list, Fbury_buffer):
23760 Take frame->buried_buffer_list into account.
23761
23762 * cm.c (current_tty): New variable, for cmputc().
23763 (cmputc): Use it.
23764 (cmcheckmagic): Add tty parameter, look up terminal streams there.
23765 (calccost): Add tty parameter. Use emacs_tputs() instead of tputs().
23766 (cmgoto): Add tty parameter. Pass it on to calccost().
23767 Use emacs_tputs() instead of tputs().
23768
23769 * cm.h (emacs_tputs): New macro to set current_tty, and then call
23770 tputs().
23771 (current_tty): New variable, for cmputc().
23772 (cmcheckmagic, cmputc, cmgoto): Add prototypes.
23773
23774 * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
23775 (internal_condition_case, internal_condition_case_1)
23776 (internal_condition_case_2): Don't abort when x_catching_errors.
23777
23778 * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
23779 (Fy_or_n_p): Likewise. Use temporarily_switch_to_single_kboard to
23780 prevent crashes caused by bogus longjmps in read_char.
23781
23782 * keymap.h (Fset_keymap_parent): Add EXFUN.
23783
23784 * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
23785 * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
23786 Remove redundant definition.
23787
23788 * macfns.c (x_set_mouse_color, x_make_gc):
23789 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
23790
23791 * w32term.c (x_free_frame_resources):
23792 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
23793 (w32_initialize): Use the accessor macros for terminal characteristics.
23794
23795 * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
23796 Use the accessor macros for terminal characteristics.
23797 * msdos.c (internal_terminal_init): Use the accessor macros for
23798 terminal characteristics.
23799 (ScreenVisualBell, internal_terminal_init):
23800 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
23801
23802 * termopts.h (no_redraw_on_reenter): Declare.
23803
23804 * alloc.c (emacs_blocked_malloc): Disable mallopt call.
23805 (mark_terminals, mark_ttys): Declare.
23806 (Fgarbage_collect): Call them.
23807 (mark_object): Mark buried_buffer_list.
23808
23809 * prefix-args.c: Include stdlib.h for exit.
23810
23811 * syssignal.h: Add comment.
23812
23813 * indent.c: Include stdio.h.
23814
23815 * window.h (Vinitial_window_system): Declare.
23816 (Vwindow_system): Delete declaration.
23817
23818 * fontset.c (Finternal_char_font): Use FRAME_RIF.
23819
23820 * image.c (lookup_image): Don't initialize `c' until the xasserts
23821 have been run.
23822
23823 * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
23824 FRAME_FOREGROUND_PIXEL.
23825
23826 * print.c (print_preprocess): Don't lose print_depth levels while
23827 iterating.
23828
23829 * widget.c (update_from_various_frame_slots):
23830 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
23831
23832 * window.c (set_window_buffer): Don't call clear_mouse_face on tty
23833 frames.
23834 (window_internal_height): Remove bogus make_number call.
23835 (init_window_once): Call make_terminal_frame with two zero parameters.
23836
23837 * fileio.c (Fread_file_name): Update comment.
23838
23839 * callint.c (Fcall_interactively):
23840 Use temporarily_switch_to_single_kboard instead of single_kboard_state.
23841 Make sure it is correctly unwound.
23842
23843 * xsmfns.c (x_session_close): New function.
23844
23845 * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
23846 Delete declarations.
23847
23848 * xterm.h: Remove declaration for x_fully_uncatch_errors.
23849 (x_output): Remove background_pixel and foreground_pixel fields.
23850 (x_display_info): Add new field TERMINAL. Remove KBOARD field.
23851 (x_delete_device, x_session_close): Declare.
23852
23853 * lread.c: Include setjmp.h. Update declaration of `read_char'.
23854 (read_filtered_event): Call `read_char' with a local
23855 `wrong_kboard_jmpbuf'.
23856
23857 * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
23858 Don't call single_kboard_state. Use FRAME_RIF.
23859
23860 * process.c (Fmake_network_process): Don't unrequest_sigio on modern
23861 systems.
23862
23863 * lisp.h (set_process_environment): Rename to `set_global_environment'.
23864 (Fframe_with_environment, Fset_input_meta_mode)
23865 (Fset_quit_char): EXFUN.
23866 (x_create_device, tty_output, terminal, tty_display_info): Declare.
23867 (init_sys_modes, reset_sys_modes): Update prototypes.
23868 (init_all_sys_modes, reset_all_sys_modes): New prototypes.
23869
23870 * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
23871 Vlocal_key_translation_map, and Vkeyboard_translate_table.
23872 (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
23873 Delete declarations.
23874 (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
23875 (temporarily_switch_to_single_kboard, tty_read_avail_input):
23876 New declarations.
23877
23878 * emacs.c (main): Don't call init_sys_modes(), the new term_init()
23879 already does that during init_display(). Call syms_of_keymap
23880 before syms_of_keyboard. Call `syms_of_terminal'.
23881 Call set_initial_environment, not set_process_environment.
23882 (shut_down_emacs): Call reset_all_sys_modes() instead of
23883 reset_sys_modes().
23884
23885 * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
23886 (internal_resolve_face_name, resolve_face_name_error): New functions.
23887 (resolve_face_name): Protect against loops and errors thrown by Fget.
23888 (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
23889 (Ftty_supports_face_attributes_p): Update tty_capable_p call.
23890
23891 * scroll.c: Replace CURTTY() with local variables throughout the
23892 file (where applicable).
23893 (calculate_scrolling, calculate_direct_scrolling)
23894 (scrolling_1, scroll_cost): Use the accessor macros for terminal
23895 characteristics.
23896
23897 * keymap.c (Vfunction_key_map): Remove.
23898 (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
23899 (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
23900 (Vkey_translation_map): Remove.
23901 (syms_of_keymap): Remove DEFVAR for key-translation-map.
23902 (Fdescribe_buffer_bindings)
23903 (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
23904 Update for terminal-local key-translation-map.
23905
23906 * Makefile.in (callproc.o): Update dependencies.
23907 (lisp, shortlisp): Add termdev.elc.
23908 (obj): Add terminal.o.
23909 (terminal.o): Add dependencies.
23910 [HAVE_CARBON]: Make terminal.o depend on macgui.h.
23911 (data.o, fns.o): Add termhooks.h dependency.
23912 (SOME_MACHINE_LISP): Add dnd.elc.
23913 (minibuf.o): Fix typo.
23914 Update dependencies.
23915
23916 * data.c (do_symval_forwarding, store_symval_forwarding)
23917 (find_symbol_value): Use the selected frame's keyboard, not
23918 current_kboard.
23919
23920 * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
23921 Vwindow_system.
23922
23923 * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
23924 Fmenu_bar_open.
23925 (syms_of_xmenu): Update defsubr.
23926 (mouse_position_for_popup, Fx_popup_menu)
23927 (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
23928 (set_frame_menubar, free_frame_menubar)
23929 (create_and_show_popup_menu, xmenu_show)
23930 (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
23931 an X frame.
23932
23933 * xselect.c (x_own_selection): Abort if not an X frame.
23934 (some_frame_on_display): Check if it is an X frame.
23935 (x_handle_selection_clear): Deal with MULTI_KBOARD.
23936
23937 * coding.c: Include frame.h and termhooks.h.
23938 (terminal_coding, keyboard_coding): Delete.
23939 (Fset_terminal_coding_system_internal)
23940 (Fset_keyboard_coding_system_internal)
23941 (Fkeyboard_coding_system)
23942 (Fterminal_coding_system): Add a terminal parameter.
23943 Get terminal_coding from the terminal.
23944 (init_coding_once): Don't call setup_coding_system here.
23945
23946 * dispextern.h (set_scroll_region, turn_off_insert)
23947 (turn_off_highlight, background_highlight, clear_end_of_line_raw)
23948 (tty_clear_end_of_line, tty_setup_colors)
23949 (delete_tty, updating_frame)
23950 (produce_special_glyphs, produce_glyphs, write_glyphs)
23951 (insert_glyphs): Remove.
23952 (raw_cursor_to, clear_to_end, tty_turn_off_insert)
23953 (tty_turn_off_highlight, get_tty_size): Add declaration.
23954 (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
23955
23956 * frame.h (enum output_method): Add output_initial.
23957 (struct x_output): Delete.
23958 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
23959 Access foreground_pixel and background_pixel directly from the frame.
23960 (tty_display): Delete.
23961 (struct frame): Add buried_buffer_list, foreground_pixel,
23962 background_pixel and terminal. Delete kboard.
23963 (union output_data): Add tty.
23964 (FRAME_KBOARD): Get the kboard from the terminal.
23965 (FRAME_INITIAL_P): New macro.
23966 (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
23967 (Qterm_environment_variable, Qdisplay_environment_variable)
23968 (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
23969 New declarations.
23970
23971 * termchar.h (tty_output, tty_display_info): New structures.
23972 (tty_list): Declare.
23973 (FRAME_TTY, CURTTY): New macros.
23974 (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
23975 (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
23976 (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
23977 (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
23978
23979 * callproc.c: Include frame.h and termhooks.h, for terminal
23980 parameters.
23981 (add_env): New function.
23982 (child_setup): Use it.
23983 (child_setup, getenv_internal): Handle the new Vprocess_environment.
23984 (getenv_internal): Fix get_terminal_param call.
23985 (Fgetenv_internal, egetenv): Update doc.
23986 (syms_of_callproc): Initialize Vprocess_environment to nil.
23987 Register and initialize them. Remove obsolete defvars. Update doc
23988 strings.
23989 (child_setup): Handle Vlocal_environment_variables.
23990 (getenv_internal): Add terminal parameter.
23991 Handle Vlocal_environment_variables.
23992 (Fgetenv_internal): Add terminal parameter.
23993 (child_setup, getenv_internal, Fgetenv_internal): Store the local
23994 environment in a frame (not terminal) parameter. Update doc strings.
23995 (set_initial_environment): Rename from set_global_environment.
23996 Store Emacs environment in initial frame parameter.
23997
23998 * xdisp.c (redisplay_internal): Update references to
23999 `previous_terminal_frame'.
24000 (display_mode_line, Fformat_mode_line): Replace calls to
24001 `push_frame_kboard' with `push_kboard'.
24002 (get_glyph_string_clip_rects): Add extra parentheses and
24003 braces to prevent compiler warnings.
24004 (calc_pixel_width_or_height): Add xassert to check that the
24005 frame is alive. Don't call `lookup_image' on a termcap frame.
24006 (message2_nolog, message3_nolog, redisplay_internal)
24007 (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
24008 (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
24009 (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
24010 (Fx_display_pixel_width, Fx_display_pixel_height)
24011 (Fx_display_planes, Fx_display_color_cells)
24012 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
24013 (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
24014 (Fx_display_backing_store, Fx_display_visual_class)
24015 (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
24016 Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
24017
24018 * xfns.c (x_set_foreground_color x_set_background_color)
24019 (x_set_mouse_color, x_set_cursor_color, x_make_gc):
24020 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
24021 (Fx_create_frame, x_create_tip_frame, build_string, x_window)
24022 (Fx_create_frame, x_create_tip_frame): Don't create frames on a
24023 terminal that is being deleted.
24024 (Fx_create_frame): Use `store_frame_param' to set `window-system'
24025 frame parameter, and make sure it overrides any user-supplied setting.
24026 (Fx_close_connection, Fx_synchronize): Unify argument names with
24027 the rest of the DEFUNs.
24028
24029 * dispnew.c (Fsend_string_to_terminal): Update call to
24030 `get_tty_terminal'.
24031 (Fredraw_frame, Fsend_string_to_terminal)
24032 (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
24033 FRAME_TERMCAP_P and FRAME_TTY.
24034 (window_change_signal): Don't believe width/height values that are
24035 impossibly small.
24036 (Vinitial_window_system): Rename from Vwindow_system.
24037 (termscript, Wcm, rif): Delete.
24038
24039 * termhooks.h (struct terminal): New struct containing the
24040 previously global text display hooks and new members NAME,
24041 DELETED and PARAM_ALIST.
24042 (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
24043 (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
24044 (FRAME_RIF): New macros.
24045 (get_terminal_param, get_device): New declarations.
24046 (termscript): Delete declaration.
24047
24048 * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
24049 (XTflash, x_free_frame_resources, x_scroll_bar_create)
24050 (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
24051 FRAME_FOREGROUND_PIXEL.
24052 (x_fully_uncatch_errors): Disable definition.
24053 (x_scroll_bar_expose): Fix reference to foreground pixel.
24054 (XTread_socket): Disable loop on all X displays.
24055 (x_delete_terminal): Don't set terminal->deleted and let
24056 delete_terminal delete the frames on the terminal.
24057 (x_delete_display): Doc update to reflect changes in
24058 delete_terminal.
24059 (x_display_info) <terminal>: Move member earlier in the struct.
24060 (deleting_tty): Remove old variable.
24061 (Fsuspend_tty): Call clear_tty_hooks.
24062 (Fresume_tty, init_tty): Call set_tty_hooks.
24063 (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
24064 errors on X frames.
24065 (x_catch_errors_unwind): Abort if x_error_message is NULL.
24066 (handle_one_xevent): Initialize `f' to NULL.
24067 (x_delete_terminal, x_create_terminal): New functions.
24068 (XTset_terminal_modes, XTreset_terminal_modes)
24069 (XTread_socket, x_connection_closed, x_term_init)
24070 (x_term_init, x_delete_display): Add terminal parameter.
24071 (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
24072 X connections.
24073
24074 * frame.c: Include termchar.h.
24075 (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
24076 (Qwindow_system, Qenvironment, Qterm_environment_variable)
24077 (Qdisplay_environment_variable): New vars.
24078 (Fframep): Deal with output_initial.
24079 (Fframe-live-p): Doc fix.
24080 (Fwindow-system): New function.
24081 (x_set_screen_gamma, store_frame_param): Fix compilation errors.
24082 (make_terminal_frame): Don't create frames on a terminal that is
24083 being deleted. Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
24084 (store_frame_param): Check for found_for_frame before calling XFRAME.
24085 (Fmake_terminal_frame): Handle NULL tty names correctly.
24086 (syms_of_frame): Enhance doc string of `default-frame-alist'.
24087 (Fdelete_frame): Remove unused variable `count'. Don't allow other
24088 frames to refer to a deleted frame in their 'environment parameter.
24089 (Fframe_with_environment): New function.
24090 (syms_of_frame): Defsubr it. Initialize and staticpro Qenvironment.
24091 (get_future_frame_param): New function.
24092 (Fmake_terminal_frame): Use it.
24093 (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
24094
24095 * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
24096 * sysdep.c (reset_sys_modes): Update for renames.
24097
24098 * keyboard.c (tty_read_avail_input): New function.
24099 (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
24100 (syms_of_keyboard): Defsubr them.
24101 (Fset_input_meta_mode, Fset_quit_char): New functions.
24102 (Fset_input_mode): Split to above functions.
24103 (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
24104 parameter. Use it in call to `read_char'.
24105 (read_char): Declare. Update call to `read_char_minibuf_menu_prompt'.
24106 Set wrong_kboard_jmpbuf correctly in recursive calls.
24107 Use current_kboard to access Vkeyboard_translate_table.
24108 Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
24109 Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
24110 Update longjmp invocations. Remember the original current_kboard,
24111 and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
24112 changes it. Comment out unnecessary calls to
24113 `record_single_kboard_state' and `any_kboard_state'.
24114 Update recursive calls.
24115 (wrong_kboard_jmpbuf): Remove global variable.
24116 (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
24117 Handle deleted interrupted_kboards correctly; that is a legal
24118 case. Add `wrong_kboard_jmpbuf' local variable. Update setjmp
24119 and read_char calls. Abort if interrupted_kboard died in read_char.
24120 (any_kboard_state, single_kboard_state)
24121 (push_frame_kboard): Remove function.
24122 (pop_kboard): Switch out of single_kboard mode if the kboard has
24123 been deleted. Remove unused variable. Help debugging by not
24124 changing current_kboard unnecessarily. Set current_kboard to the
24125 kboard of the selected frame when the stored kboard object has
24126 been deleted before pop_kboard.
24127 (temporarily_switch_to_single_kboard): Change first parameter to a
24128 frame pointer. Throw an error when caller wants to change kboards
24129 while in single_kboard mode. Don't push_kboard if we weren't in
24130 single kboard state. Don't pop_kboard if we popped into any
24131 kboard state.
24132 (restore_kboard_configuration): Abort if pop_kboard changed the
24133 kboard in single_kboard mode. Call pop_kboard only after setting
24134 up single_kboard mode.
24135 (Frecursive_edit): Switch to single_kboard mode only in nested
24136 command loops.
24137 (cmd_error, command_loop, command_loop_1, timer_check):
24138 Comment out unnecessary call to `any_kboard_state' and
24139 `record_single_kboard_state'.
24140 (delete_kboard): Exit single_kboard mode if we have just deleted
24141 that kboard. Use FRAME_KBOARD.
24142 (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
24143 `fatal_error_signal'.
24144 (record_single_kboard_state): Don't push_kboard if we weren't in
24145 single kboard state. Don't pop_kboard if we popped into any
24146 kboard state.
24147 (push_frame_kboard): Rename to push_kboard.
24148 (kbd_buffer_get_event): Use FRAME_TERMINAL.
24149 (read_avail_input): Read input from all terminals.
24150 (mark_kboards): Also mark Vkeyboard_translate_table.
24151 (kbd_buffer_store_event_hold): Simplify condition.
24152 (read_key_sequence): Reinitialize fkey and keytran at each replay.
24153 (Vkeyboard_translate_table): Move to struct kboard.
24154 (init_kboard): Initialize Vkeyboard_translate_table.
24155 (syms_of_keyboard): Use DEFVAR_KBOARD to define
24156 Vkeyboard_translate_table. Update doc strings. Update docs of
24157 local-function-key-map and function-key-map.
24158
24159 * terminal.c: New file.
24160
24161 * term.c: Include errno.h.
24162 (Vring_bell_function, device_list, initial_device)
24163 (next_device_id, ring_bell, update_begin, update_end)
24164 (set_terminal_window, cursor_to, raw_cursor_to)
24165 (clear_to_end, clear_frame, clear_end_of_line)
24166 (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
24167 (Fdisplay_name, create_device, delete_device): Move to terminal.c.
24168 (syms_of_term): Move their initialization to terminal.c.
24169 (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
24170 (Ftty_display_color_cells)
24171 (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
24172 (clear_tty_hooks, set_tty_hooks)
24173 (init_tty, maybe_fatal): New functions.
24174 (Ftty_type): Return nil if terminal is not on a tty instead of
24175 throwing an error. Doc update.
24176 (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
24177 Doc update. Initialize new subrs and variables.
24178 (delete_tty): Use terminal->deleted.
24179 (tty_set_terminal_modes): Rename from set_terminal_modes.
24180 (tty_reset_terminal_modes): Rename from reset_terminal_modes.
24181 (set_scroll_region): Rename to `tty_set_scroll_region'.
24182 (turn_on_insert): Rename to `tty_turn_on_insert'.
24183 (turn_off_insert): Rename to `tty_turn_off_insert'.
24184 (turn_off_highlight): Rename to `tty_turn_off_highlight'.
24185 (turn_on_highlight): Rename to `tty_turn_on_highlight'.
24186 (toggle_highligh): Rename to `tty_toggle_highlight'.
24187 (background_highlight): Rename to `tty_background_highlight'.
24188 (highlight_if_desired): Rename to `tty_highlight_if_desired'.
24189 (tty_ring_bell, tty_update_end, tty_set_terminal_window)
24190 (tty_set_scroll_region, tty_background_highlight)
24191 (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
24192 (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
24193 (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
24194 (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
24195 Add static modifier.
24196 (tty_reset_terminal_modes, tty_set_terminal_window)
24197 (tty_set_scroll_region, tty_background_highlight)
24198 (tty_highlight_if_desired, tty_cursor_to)
24199 (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
24200 (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
24201 (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
24202 renames.
24203
24204 2007-08-28 Jan Djärv <jan.h.d@swipnet.se>
24205
24206 * keyboard.c: Qrtl is new.
24207 (parse_tool_bar_item): Handle :rtl keyword.
24208 (syms_of_keyboard): Intern :rtl keyword.
24209
24210 * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
24211
24212 * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
24213 so no Lisp code is executed.
24214 (file_for_image, find_rtl_image): New functions.
24215 (xg_get_image_for_pixmap): Use file_for_image.
24216 (update_frame_tool_bar): If direction is RTL, use RTL image if
24217 defined. Use Gtk stock images if defined.
24218
24219 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24220
24221 * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
24222 for nonexistent or zero-width glyph in composition glyph.
24223
24224 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
24225
24226 * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
24227
24228 * xdisp.c (Finvisible_p): New function.
24229 (syms_of_xdisp): defsubr it.
24230
24231 2007-08-24 Juanma Barranquero <lekktu@gmail.com>
24232
24233 * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
24234 Doc fixes.
24235
24236 2007-08-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24237
24238 * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
24239
24240 2007-08-24 Martin Rudalics <rudalics@gmx.at>
24241
24242 * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
24243 whether decoding has modified buffer contents.
24244
24245 2007-08-24 Jason Rumney <jasonr@gnu.org>
24246
24247 * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
24248 (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
24249 (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
24250 (init_svg_functions) [HAVE_NTGUI]: New function.
24251 (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
24252 (svg_load_image): Use them.
24253 (svg_load_image) [HAVE_NTGUI]: Implement background.
24254
24255 2007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24256
24257 * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
24258 (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
24259 (LIBX): Remove @RSVG_LIBS@.
24260 (LIBES): Add $(RSVG_LIBS).
24261
24262 * image.c (svg_load_image): Blend with specified background if exists.
24263 Use IMAGE_BACKGROUND. Add Mac OS Support.
24264
24265 * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
24266 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
24267 Remove macros.
24268 [MAC_OSX] (socket_callback): Do nothing.
24269 [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
24270 ReceiveNextEvent.
24271 [MAC_OSX] (sys_select): Likewise. Don't set context as argument to
24272 socket_callback.
24273 (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
24274
24275 2007-08-22 Glenn Morris <rgm@gnu.org>
24276
24277 * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
24278
24279 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
24280
24281 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
24282
24283 * image.c: Add support for SVG images. Some additional comments
24284 by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined:
24285 (svg_image_p): New function to test for SVG image.
24286 (svg_load): New function to load SVG image.
24287 (svg_load_image): New function, helper for svg_load.
24288 (Qsvg): New Lisp_object.
24289 (svg_keyword_index): New enum.
24290 (svg_format): New static `image_keyword' struct.
24291 (svg_type): New static `image_type' struct.
24292 (librsvg/rsvg.h): Include it.
24293
24294 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
24295
24296 * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
24297
24298 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
24299
24300 * lread.c (Qold_style_backquotes): New var.
24301 (syms_of_lread): Init and staticpro it.
24302 (load_warn_old_style_backquotes): New fun.
24303 (Fload): Use them to warn about old style backquotes.
24304 (end_of_file_error, Fload): Remove unused vars.
24305
24306 * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
24307
24308 * lread.c (Vold_style_backquotes): New var.
24309 (syms_of_lread): Init and export it to Elisp.
24310 (read1): Set it when we find an old-style (back)quote.
24311
24312 2007-08-22 Jason Rumney <jasonr@gnu.org>
24313
24314 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
24315
24316 2007-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
24317
24318 * puresize.h (BASE_PURESIZE): Increase to 1140000.
24319
24320 2007-08-19 Richard Stallman <rms@gnu.org>
24321
24322 * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
24323
24324 2007-08-19 Andreas Schwab <schwab@suse.de>
24325
24326 * alloc.c (pure): Round PURESIZE up.
24327
24328 2007-08-17 Jan Djärv <jan.h.d@swipnet.se>
24329
24330 * xterm.c (handle_one_xevent): Remove check that mouse click is in
24331 active frame.
24332
24333 2007-08-16 Richard Stallman <rms@gnu.org>
24334
24335 * eval.c (Fcommandp): Add parens to clarify.
24336
24337 * minibuf.c (Fall_completions): Use enum for type of table.
24338
24339 * emacs.c (USAGE2): Improve text.
24340
24341 2007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int>
24342
24343 * term.c (tty_default_color_capabilities): Declare static
24344 variables in file scope, to avoid HPUX compiler problem.
24345
24346 2007-08-13 Jan Djärv <jan.h.d@swipnet.se>
24347
24348 * gtkutil.c (update_frame_tool_bar): Use -1 as index
24349 to gtk_toolbar_insert.
24350
24351 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
24352
24353 * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
24354
24355 * insdel.c (reset_var_on_error): New fun.
24356 (signal_before_change, signal_after_change):
24357 Use it to reset (after|before)-change-functions to nil in case of error.
24358 Bind inhibit-modification-hooks to t.
24359 Don't bind (after|before)-change-functions to nil while they run.
24360
24361 2007-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24362
24363 * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
24364 filling pixmap with stippled background.
24365
24366 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24367
24368 * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
24369 Don't use invisible frame as parent window for repositioning.
24370
24371 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
24372
24373 * print.c (new_backquote_output): Rename from old_backquote_output.
24374 (print): Inverse its logic (according to its name) so as to match the
24375 behavior of new_backquote_flag in lread.c.
24376
24377 2007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24378
24379 * gmalloc.c (posix_memalign): New function.
24380
24381 * macterm.c (frame_highlight, frame_unhighlight): Don't call
24382 ActivateControl/DeactivateControl here.
24383 [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
24384 frame-notice-user-settings is non-nil.
24385 [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
24386 for kEventParamFMFontStyle.
24387 [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
24388 mac_pass_command_to_system and mac_pass_control_to_system here.
24389 (XTread_socket): Call ActivateControl/DeactivateControl here.
24390 (XTread_socket) [TARGET_API_MAC_CARBON]:
24391 Check mac_pass_command_to_system and mac_pass_control_to_system here.
24392 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
24393 for window repositioning.
24394
24395 2007-08-08 Glenn Morris <rgm@gnu.org>
24396
24397 * Replace `iff' in doc-strings and comments.
24398
24399 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
24400
24401 * xdisp.c (move_it_by_lines): Remove incorrect optimization.
24402
24403 2007-08-07 Martin Rudalics <rudalics@gmx.at>
24404
24405 * fileio.c (Finsert_file_contents): Run format-decode and
24406 after_insert_file_functions on entire buffer when REPLACE is
24407 non-nil and inhibit modification_hooks and point_motion_hooks.
24408 For consistency, run after_insert_file_functions iff something
24409 got inserted. Move signal_after_change and update_compositions
24410 after code running after_insert_file_functions. Make sure that
24411 undo_list doesn't record intermediate steps of the decoding process.
24412
24413 2007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24414
24415 * emacs.c (main)
24416 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
24417 Call malloc_enable_thread on interactive startup.
24418
24419 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
24420 (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
24421 [USE_PTHREAD]: Conditionalize with it.
24422 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
24423 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
24424 New functions.
24425
24426 2007-08-06 Chong Yidong <cyd@stupidchicken.com>
24427
24428 * xdisp.c (redisplay_window): When restoring original buffer
24429 position, make sure it is still valid.
24430
24431 * image.c (png_load): Ignore png-supplied background color.
24432
24433 2007-08-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24434
24435 * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
24436 Use kCFAbsoluteTimeIntervalSince1970.
24437
24438 * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
24439 New variable.
24440 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
24441 event loop should be quit.
24442 [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
24443 Quit dialog event loop if quit_dialog_event_loop is set.
24444
24445 * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
24446 (Selection): New typedef. Use instead of ScrapRef.
24447 (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
24448 (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
24449 (mac_clear_selection): Rename from clear_scrap.
24450 (get_flavor_type_from_symbol): New argument SEL and subsume function of
24451 scrap_has_target_type. All uses changed.
24452 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
24453 (mac_selection_has_target_p): New functions.
24454 (mac_put_selection_value): Rename from put_scrap_string.
24455 (mac_get_selection_value): Rename from get_scrap_string.
24456 (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
24457 (put_scrap_private_timestamp, scrap_has_target_type)
24458 (get_scrap_private_timestamp): Remove functions.
24459 (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
24460 (x_own_selection, x_get_local_selection):
24461 Use mac_valid_selection_value_p.
24462 (x_own_selection): Don't use put_scrap_private_timestamp.
24463 Record OWNERSHIP-INFO into Vselection_alist instead.
24464 (x_get_local_selection): Don't check type if request is local.
24465 (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
24466 Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
24467
24468 2007-08-04 Jan Djärv <jan.h.d@swipnet.se>
24469
24470 * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
24471 add comment explaining why.
24472
24473 2007-08-03 Richard Stallman <rms@gnu.org>
24474
24475 * fileio.c (Fvisited_file_modtime): Use make_time.
24476
24477 2007-08-01 Ryo Yoshitake <ryo@shiftmode.net> (tiny change)
24478
24479 * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
24480 build.
24481
24482 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
24483
24484 * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
24485
24486 2007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
24487
24488 * puresize.h (BASE_PURESIZE): Increase to 1130000.
24489
24490 2007-07-30 Richard Stallman <rms@gnu.org>
24491
24492 * lread.c (readevalloop, read1): Treat NBSP as whitespace.
24493
24494 2007-07-29 Jan Djärv <jan.h.d@swipnet.se>
24495
24496 * gmalloc.c (__malloc_initialize): Remove pthread_once. Not needed.
24497
24498 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
24499
24500 * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
24501 remote default-directory.
24502
24503 * buffer.c (mode-line-format): Update doc string.
24504
24505 2007-07-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24506
24507 * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
24508 scroll bar gap.
24509 (x_scroll_bar_create): Set bar->fringe_extended_p.
24510 (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
24511 on frame edge. Check fringe background extension. Don't clear
24512 extended fringe background area.
24513
24514 * w32term.h (struct scroll_bar): New member fringe_extended_p.
24515 (w32_fill_area): Enclose multiple statements with do ... while (0).
24516
24517 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
24518 Extend fringe background to scroll bar gap.
24519 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
24520 Set bar->fringe_extended_p.
24521 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
24522 Put leftmost/rightmost scroll bars on frame edge. Check fringe
24523 background extension. Don't clear extended fringe background area.
24524
24525 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
24526 New member fringe_extended_p.
24527
24528 2007-07-25 Glenn Morris <rgm@gnu.org>
24529
24530 * Relicense all FSF files to GPLv3 or later.
24531
24532 * COPYING: Switch to GPLv3.
24533
24534 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
24535
24536 * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
24537
24538 * data.c (Finteractive_form): Check for the presence of an
24539 `interactive-form' symbol property more thoroughly.
24540
24541 * data.c (Finteractive_form): Use an `interactive-form' property if
24542 present, analogous to the function-documentation property.
24543
24544 2007-07-24 Jason Rumney <jasonr@gnu.org>
24545
24546 * w32fns.c (x_real_positions): Get real position from OS instead of
24547 calculating it.
24548
24549 2007-07-23 Jason Rumney <jasonr@gnu.org>
24550
24551 * filelock.c (current_lock_owner): Allow for @ sign in username.
24552
24553 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
24554
24555 * xdisp.c (decode_mode_spec): Add case 'R' for to test for
24556 remote default-directory.
24557
24558 * buffer.c (mode-line-format): Describe above case in doc string.
24559
24560 2007-07-20 Eli Zaretskii <eliz@gnu.org>
24561
24562 * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
24563 Define if not defined.
24564
24565 2007-07-18 Jason Rumney <jasonr@gnu.org>
24566
24567 * w32proc.c (w32_executable_type): Handle 64 bit executables.
24568
24569 2007-07-18 Richard Stallman <rms@gnu.org>
24570
24571 * data.c (Fsetq_default): Doc fix.
24572
24573 * eval.c (Fsetq): Doc fix.
24574
24575 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
24576
24577 * coding.c (Ffind_operation_coding_system):
24578 * eval.c (For, Fand): Doc fixes.
24579 Reported by Johan Bockgård.
24580
24581 2007-07-18 Jan Djärv <jan.h.d@swipnet.se>
24582
24583 * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
24584
24585 * xterm.h: Declare x_ewmh_activate_frame.
24586
24587 * xterm.c (x_ewmh_activate_frame): New function.
24588 (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
24589
24590 2007-07-17 Martin Rudalics <rudalics@gmx.at>
24591
24592 * window.c (Fdisplay_buffer): If largest or LRU window is the
24593 only window, split it even if it is not eligible for splitting.
24594 This restores the original behavior broken by the 2007-07-15
24595 change.
24596
24597 2007-07-17 Glenn Morris <rgm@gnu.org>
24598
24599 * abbrev.c (abbrev_check_chars): New function.
24600 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
24601 Call abbrev_check_chars to check abbrev characters are word
24602 constituents. Doc fix.
24603
24604 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
24605
24606 * process.c (Fstart_process, Fmake_network_process)
24607 (read_process_output): Fix up last changes.
24608
24609 2007-07-16 Eli Zaretskii <eliz@gnu.org>
24610
24611 * makefile.w32-in (clean): Don't delete *~.
24612
24613 2007-07-16 Andreas Schwab <schwab@suse.de>
24614
24615 * window.c (Fdisplay_buffer): Use NILP.
24616 (Fset_window_scroll_bars): Likewise.
24617
24618 2007-07-15 Martin Rudalics <rudalics@gmx.at>
24619
24620 * window.c (window_min_size_2): New function.
24621 (window_min_size_1, size_window, Fdisplay_buffer)
24622 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
24623 windows without mode- or header-lines when window-min-height is
24624 too small.
24625 (size_window): Reset nodelete_p after testing it, following an
24626 earlier note by Kim F. Storm.
24627 (display_buffer): Do not set split_height_threshold to twice the
24628 value of window_min_height to avoid changing the value of a
24629 customizable variable. Rather explicitly check whether the
24630 height of the window that shall be splitted is at least as large
24631 as split_height_threshold.
24632 (Fwindow_full_width_p): New defun.
24633 (syms_of_window): Defsubr it.
24634
24635 * window.h: Add EXFUN for Fwindow_full_width_p.
24636
24637 2007-07-14 Jason Rumney <jasonr@gnu.org>
24638
24639 * process.c [WINDOWSNT]: Don't undefine AF_INET6.
24640
24641 2007-07-14 Richard Stallman <rms@gnu.org>
24642
24643 * eval.c (maybe_call_debugger): New function.
24644 (find_handler_clause): Use maybe_call_debugger.
24645 Call it when the handler says `debug'.
24646 Eliminate DEBUGGER_VALUE_PTR.
24647 (Fsignal): Eliminate debugger_value.
24648 (Qdebug): New variable.
24649 (syms_of_eval): Initialize it.
24650
24651 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
24652
24653 * eval.c (Fprogn):
24654 * keyboard.c (Ftrack_mouse):
24655 * print.c (Fwith_output_to_temp_buffer):
24656 * window.c (Fsave_window_excursion): Doc fix.
24657
24658 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
24659
24660 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
24661
24662 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
24663
24664 * process.h (struct Lisp_Process): Turn slots infd, outfd,
24665 kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
24666 inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
24667 read_output_delay, and read_output_skip from Lisp_Objects to ints.
24668 Remove unused encoding_carryover.
24669 * process.c: Adjust all functions accordingly.
24670
24671 2007-07-12 Richard Stallman <rms@gnu.org>
24672
24673 * term.c: Include unistd.h only if HAVE_UNISTD_H.
24674
24675 2007-07-11 Jason Rumney <jasonr@gnu.org>
24676
24677 * makefile.w32-in (LIBS): Include OLE32.
24678
24679 * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
24680 (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
24681
24682 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
24683
24684 * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
24685 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
24686 from a Lisp_Object into a bare pointer.
24687 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
24688 Adjust the code correspondingly.
24689
24690 * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
24691
24692 * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
24693 (term_show_mouse_face): Remove unused var `j'.
24694 (handle_one_term_event): Remove unused vars `i' and `j'.
24695 Don't cast return value of ttyname since it's not necessary.
24696
24697 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
24698
24699 * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
24700 USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
24701
24702 * fns.c (map_char_table): Use an array of int for `indices' rather than
24703 an array of Lisp_Objects (which are only ever integers anyway).
24704 (Fmap_char_table): Update caller.
24705 * lisp.h: Update prototype.
24706 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
24707 * fontset.c (Ffontset_info):
24708 * casetab.c (set_case_table): Update callers.
24709
24710 * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
24711
24712 * keymap.c (struct accessible_keymaps_data)
24713 (struct where_is_internal_data): New structures.
24714 (accessible_keymaps_1, where_is_internal_1): Use them to change
24715 interface to adhere to the one used by map_keymap.
24716 (Faccessible_keymaps, where_is_internal): Use map_keymap.
24717 (accessible_keymaps_char_table, where_is_internal_2): Remove.
24718
24719 * keymap.h (map_keymap_function_t): More informative prototype.
24720
24721 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
24722
24723 * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
24724 (looking_at_1): Don't change search_regs and last_thing_searched
24725 if `inhibit-changing-match-data' is non-nil.
24726 (string_match_1, search_buffer, set_search_regs): Likewise.
24727 (syms_of_search): Add Lisp level definition for
24728 `inhibit-changing-match-data' and set it to nil.
24729 (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
24730 start and end of the match, instead of using values in search_regs.
24731
24732 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
24733
24734 * minibuf.c (Fcompleting_read): New value `confirm-only'
24735 for `require-match'.
24736
24737 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
24738
24739 * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
24740 part of the 2007-06-27 change to syms_of_fileio.
24741
24742 2007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24743
24744 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
24745 Check WINDOWP before using XWINDOW. Consolidate return statements.
24746
24747 2007-06-27 Richard Stallman <rms@gnu.org>
24748
24749 * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
24750
24751 2007-06-27 Juanma Barranquero <lekktu@gmail.com>
24752
24753 * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
24754
24755 2007-06-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24756
24757 * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
24758 (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
24759 (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
24760 (_free_internal, memalign): Use them.
24761 (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
24762 Initialize to PTHREAD_MUTEX_INITIALIZER.
24763 (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
24764 (morecore_nolock): Rename from morecore. All uses changed.
24765 Use only nolock versions of internal allocation functions.
24766 (_malloc_internal_nolock, _realloc_internal_nolock)
24767 (_free_internal_nolock): New functions created from
24768 _malloc_internal, _realloc_internal, and _free_internal.
24769 (_malloc_internal, _realloc_internal, _free_internal): Use them.
24770 Copy hook value to automatic variable before its use.
24771 (memalign): Copy hook value to automatic variable before its use.
24772
24773 2007-06-26 Kenichi Handa <handa@m17n.org>
24774
24775 * coding.c (Ffind_operation_coding_system): Docstring improved.
24776 (syms_of_coding): Docstring of `file-coding-system-alist' improved.
24777
24778 2007-06-25 David Kastrup <dak@gnu.org>
24779
24780 * keymap.c (Fcurrent_active_maps): Add `position' argument.
24781 (Fwhere_is_internal): Adjust call to `current-active-maps' to
24782 cater for additional parameter.
24783
24784 * keymap.h: Adjust number of parameters to `current-active-maps'.
24785
24786 * doc.c (Fsubstitute_command_keys): Adjust call of
24787 `current-active-maps'.
24788
24789 2007-06-25 David Kastrup <dak@gnu.org>
24790
24791 * callint.c (Fcall_interactively): Make the parsing of interactive
24792 specs somewhat more readable.
24793
24794 2007-06-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24795
24796 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
24797 to scroll bar gap also when bitmap fills fringe. Draw only foreground
24798 if extended background has already been filled.
24799
24800 2007-06-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24801
24802 * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
24803 (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
24804
24805 * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
24806 Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
24807 in #if 0 as it is not compatible with y-or-n-p-with-timeout.
24808 (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
24809 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
24810 instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
24811 (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
24812 [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
24813 Run timers during dialog popup.
24814 (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
24815
24816 2007-06-21 Jason Rumney <jasonr@gnu.org>
24817
24818 * image.c (convert_mono_to_color_image): Swap fore and background.
24819
24820 2007-06-20 Jason Rumney <jasonr@gnu.org>
24821
24822 * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
24823 (w32_free_bdf_font): Unmap memory not handle.
24824
24825 2007-06-20 Sam Steingold <sds@gnu.org>
24826
24827 * gmalloc.c (__morecore): Fix the declaration to comply with the
24828 definition.
24829
24830 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
24831
24832 * w32term.c (w32_delete_display): Remove leftover declaration.
24833 (w32_define_cursor, w32_initialize): Make static.
24834
24835 * w32.c (_wsa_errlist): Fix typo in error message.
24836 (init_environment): Ignore any environment variable from the
24837 registry having a null value.
24838
24839 2007-06-20 Glenn Morris <rgm@gnu.org>
24840
24841 * Makefile.in (LIBGIF): Default to -lgif.
24842
24843 2007-06-17 Jason Rumney <jasonr@gnu.org>
24844
24845 * w32menu.c (add_menu_item): Don't use multibyte string functions on
24846 unicode strings.
24847
24848 2007-06-16 Juanma Barranquero <lekktu@gmail.com>
24849
24850 * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
24851 Fix typo in docstring.
24852
24853 2007-06-16 Eli Zaretskii <eliz@gnu.org>
24854
24855 * w32menu.c (add_menu_item): Escape `&' characters in menu items
24856 and their keybindings.
24857
24858 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
24859
24860 * composite.c (update_compositions): Fix last fix.
24861
24862 2007-06-14 Jason Rumney <jasonr@gnu.org>
24863
24864 * w32.c (get_process_times_fn): New function pointer.
24865 (globals_of_w32): Intialize it if present in kernel32.dll.
24866 (w32_get_internal_run_time): New function.
24867
24868 * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
24869
24870 2007-06-14 Kenichi Handa <handa@etlken.m17n.org>
24871
24872 * composite.c (update_compositions): Check the validness of
24873 compositions.
24874
24875 2007-06-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24876
24877 * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
24878 (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
24879
24880 * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
24881 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
24882
24883 * macgui.h (USE_MAC_TOOLBAR): New define.
24884
24885 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
24886 Return immediately unless popup is activated.
24887
24888 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
24889 background to scroll bar gap.
24890 (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
24891 (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
24892 scroll bars on frame edge. Check fringe background extension.
24893 Don't clear extended fringe background area.
24894 (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
24895 (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
24896 (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
24897 [USE_MAC_TOOLBAR]: New macros.
24898 (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
24899 (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
24900 (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
24901 (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
24902 [USE_MAC_TOOLBAR]: New functions.
24903 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
24904 manually if previous repositioning has failed.
24905 (mac_handle_keyboard_event): Use precomputed event kind.
24906 (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
24907 as tool bar item click. Handle mouse movement over tool bar items.
24908
24909 * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
24910 toolbar_win_gravity.
24911 (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
24912 (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
24913 Add externs.
24914
24915 * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
24916 [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
24917
24918 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
24919
24920 * image.c (search_image_cache): Remove unused variable.
24921
24922 2007-06-13 Chong Yidong <cyd@stupidchicken.com>
24923
24924 * xfns.c, xmenu.c: Link to xaw3d if available.
24925
24926 2007-06-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24927
24928 * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
24929 frame_foreground and frame_background.
24930
24931 * image.c (lookup_image): Save frame foreground and background colors.
24932 (search_image_cache): Check if saved and current frame colors match.
24933
24934 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
24935
24936 * regex.c (regex_compile): Remove the `regnum' counter.
24937 Use bufp->re_nsub instead. Add support for \(?N:RE\).
24938
24939 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
24940
24941 * term.c: Include intervals.h to declare Fget_text_property.
24942
24943 2007-06-10 Jason Rumney <jasonr@gnu.org>
24944
24945 * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
24946
24947 2007-06-08 Juanma Barranquero <lekktu@gmail.com>
24948
24949 * callint.c (Fcall_interactively):
24950 * editfns.c (Fdelete_and_extract_region):
24951 * fileio.c (Fread_file_name):
24952 * fns.c (Fmapconcat):
24953 * keyboard.c (cmd_error_internal):
24954 * keymap.c (Fkey_description):
24955 * lread.c (openp):
24956 * minibuf.c (read_minibuf):
24957 * search.c (wordify):
24958 * sunfns.c (sel_read):
24959 * xdisp.c (Fformat_mode_line, syms_of_xdisp):
24960 * xfns.c (x_default_scroll_bar_color_parameter):
24961 * xmenu.c (menu_help_callback):
24962 * xselect.c (Fx_get_atom_name):
24963 * xterm.c (x_term_init): Use empty_unibyte_string.
24964
24965 2007-06-08 Dmitry Antipov <dmantipov@yandex.ru> (tiny change)
24966
24967 * alloc.c (init_strings): Initialize canonical empty strings.
24968 (make_uninit_string, make_uninit_multibyte_string): Return appropriate
24969 canonical empty string when the requested size is 0.
24970
24971 * emacs.c (empty_unibyte_string): Rename from empty_string.
24972 (empty_multibyte_string): New canonical empty string.
24973 (syms_of_emacs): Don't initialize empty_string.
24974
24975 * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
24976 string, if appropriate.
24977 (empty_unibyte_string, empty_multibyte_string): New externs.
24978 (empty_string): Remove extern.
24979
24980 * lread.c (syms_of_lread): Use empty_unibyte_string.
24981
24982 2007-06-07 Jason Rumney <jasonr@gnu.org>
24983
24984 * s/ms-w32.h: Don't define HAVE_TZNAME.
24985
24986 * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
24987
24988 2007-06-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24989
24990 * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
24991
24992 * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
24993 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
24994
24995 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
24996 Don't call next handler.
24997 [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
24998 Remove argument. Install handler to application.
24999 (set_frame_menubar): Don't change deep_p.
25000 (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
25001 FRAME_OUTER_TO_INNER_DIFF_Y.
25002 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
25003 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
25004 [HAVE_DIALOGS]: New macros.
25005 [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
25006 Use them.
25007 (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
25008
25009 * macselect.c [MAC_OSX] (install_service_handler): Rename from
25010 init_service_handler. All callers changed. Return OSStatus value.
25011
25012 * macterm.c (mac_begin_cg_clip): New arg F. Call SetPortWindowPort.
25013 All callers changed so as not to call SetPortWindowPort.
25014 (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
25015 (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
25016 mac_draw_string_common.
25017 (mac_draw_image_string_qd): Likewise.
25018 (mac_draw_string_common): Use them. Add INLINE.
25019 (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
25020 Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
25021 GetGlobalMouse.
25022 (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
25023 and FRAME_OUTER_TO_INNER_DIFF_Y.
25024 [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
25025 [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
25026 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
25027 repositioning window to mac_handle_window_event.
25028 (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
25029 saving window location to mac_handle_window_event
25030 [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
25031 (install_menu_target_item_handler): Remove argument in extern.
25032 [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
25033 Also accept command events.
25034 (do_keystroke): New function created from XTread_socket.
25035 (init_command_handler): Remove functions.
25036 [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
25037 and save window location by kEventWindowShowing and kEventWindowHiding
25038 handlers here. Don't call next handler for window state change and
25039 focus events.
25040 (mac_handle_application_event, mac_handle_keyboard_event)
25041 [TARGET_API_MAC_CARBON]: New functions.
25042 (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
25043 kEventWindowShowing and kEventWindowHiding events. Move installation
25044 of mouse, font, text input and menu target item handlers to
25045 install_application_handler.
25046 (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
25047 (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
25048 New function.
25049 (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
25050 Register it.
25051 (XTread_socket) [TARGET_API_MAC_CARBON]:
25052 Consolidate SendEventToEventTarget calls.
25053 Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
25054 Move application activation handler to mac_handle_application_event.
25055 Move keyboard handler to mac_handle_keyboard_event.
25056 (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
25057 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
25058 init_command_handler. Call install_application_handler.
25059
25060 * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
25061 (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
25062
25063 2007-06-07 Glenn Morris <rgm@gnu.org>
25064
25065 * emacs.c (main): Use `emacs-copyright' in --version output.
25066
25067 2007-06-06 Chong Yidong <cyd@stupidchicken.com>
25068
25069 * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
25070
25071 2007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25072
25073 * macfns.c (mac_window): Replace WindowPtr with WindowRef.
25074
25075 * macgui.h: Replace WindowPtr with WindowRef.
25076
25077 * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
25078 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
25079 Replace ControlHandle with ControlRef.
25080 (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
25081
25082 * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
25083 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
25084 Replace ControlHandle with ControlRef.
25085 (USE_CARBON_EVENTS): Remove. Use TARGET_API_MAC_CARBON instead.
25086 [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
25087
25088 * macterm.h (struct scroll_bar): Rename member control_handle_low
25089 and control_handle_high to control_ref_low and control_ref_high.
25090 All uses changed.
25091 (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
25092 SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
25093 respectively. All uses changed.
25094 (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
25095 (install_window_handler, remove_window_handler): Replace WindowPtr
25096 with WindowRef in externs.
25097
25098 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
25099
25100 * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
25101
25102 2007-06-03 Nick Roberts <nickrob@snap.net.nz>
25103
25104 * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
25105
25106 * frame.c (Fmouse_position, Fmouse_pixel_position):
25107 Condition on HAVE_GPM too.
25108
25109 * term.c (term_mouse_highlight): Remove unused variables.
25110 (Fterm_open_connection): Set gpm_zerobased to 1.
25111 (term_mouse_movement, term_mouse_click, handle_one_term_event):
25112 Use zero based co-ordinates.
25113 (handle_one_term_event): Report a drag as mouse movement too.
25114
25115 * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
25116
25117 2007-06-03 Chong Yidong <cyd@stupidchicken.com>
25118
25119 * image.c (search_image_cache): New function. Require background
25120 color match if background color is unspecified in the image spec.
25121 (uncache_image, lookup_image): Use it.
25122
25123 2007-06-01 Juanma Barranquero <lekktu@gmail.com>
25124
25125 * window.c (Fshrink_window): Reflow docstring.
25126
25127 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
25128
25129 * Version 22.1 released.
25130
25131 2007-06-01 Richard Stallman <rms@gnu.org>
25132
25133 * xfns.c (x_encode_text): Add GCPRO.
25134
25135 2007-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25136
25137 * xfns.c (x_set_name_internal): Save encoded name before
25138 x_encode_text in case string data is relocated.
25139
25140 2007-05-31 Richard Stallman <rms@gnu.org>
25141
25142 * buffer.c (syms_of_buffer): Doc fix.
25143
25144 2007-05-30 Nick Roberts <nickrob@snap.net.nz>
25145
25146 * sysdep.c (init_sys_modes): Add rather than replace with
25147 O_NONBLOCK.
25148
25149 * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
25150 term_mouse_moveto.
25151
25152 * termhooks.h (term_mouse_moveto): New extern.
25153
25154 * term.c (mouse_face_window): Rename...
25155 (Qmouse_face_window): ...to this.
25156 (term_show_mouse_face, term_clear_mouse_face)
25157 (term_mouse_highlight): Use Qmouse_face_window.
25158 (term_mouse_moveto): New function.
25159 (term_mouse_position): Make it work.
25160 (syms_of_term): Uncomment assignment to mouse_position_hook.
25161 Staticpro Qmouse_face_window.
25162
25163 2007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25164
25165 * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
25166 around current_column call.
25167
25168 2007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
25169
25170 * xfaces.c (syms_of_xfaces): Delete stray semicolon.
25171 * xdisp.c (next_element_from_buffer):
25172 * window.c (delete_window):
25173 * term.c (term_mouse_highlight):
25174 * msdos.c (getdefdir):
25175 * macterm.c (mac_create_bitmap_from_bitmap_data)
25176 (init_font_name_table):
25177 * fns.c (Fsxhash):
25178 * data.c (Fmake_local_variable):
25179 * ccl.c (ccl_driver): Likewise.
25180
25181 2007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25182
25183 * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
25184 Call mac_wakeup_from_rne on window size change.
25185
25186 2007-05-25 Chong Yidong <cyd@stupidchicken.com>
25187
25188 * image.c (uncache_image): Fix typo.
25189
25190 2007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
25191
25192 * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
25193
25194 2007-05-22 Richard Stallman <rms@gnu.org>
25195
25196 * xterm.c (x_connection_closed): Remove NO_RETURN.
25197
25198 2007-05-22 Martin Rudalics <rudalics@gmx.at>
25199
25200 * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
25201
25202 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
25203
25204 * image.c (uncache_image): New function.
25205 (Fimage_refresh): New function.
25206
25207 2007-05-20 Jan Djärv <jan.h.d@swipnet.se>
25208
25209 * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
25210
25211 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
25212
25213 * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
25214 * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
25215
25216 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
25217
25218 * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
25219 conditional on [HAVE_GPM_H].
25220
25221 2007-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
25222
25223 * syntax.c (skip_chars): Update syntax-table only after we checked that
25224 the new location is valid.
25225
25226 2007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25227
25228 * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
25229 mac_get_window_bounds.
25230
25231 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
25232
25233 * Makefile.in (LIBGPM): Allow it to be set from configure.
25234 If set then link Emacs with it.
25235
25236 * config.in: Regenerate.
25237
25238 * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
25239 New externs.
25240
25241 * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
25242 Include gpm.h.
25243 (handle_one_term_event, term_gpm): New externs.
25244
25245 * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
25246 and allow it to be interrupted by SIGIO.
25247
25248 * process.c (gpm_wait_mask, max_gpm_desc): New variables.
25249 (wait_reading_process_output): Wait on gpm_fd too.
25250 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
25251 (add_gpm_wait_descriptor_called_flag): New variable.
25252 (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
25253
25254 * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
25255 (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
25256 (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
25257 Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
25258 (make_lispy_event): Add case GPM_CLICK_EVENT.
25259 (read_avail_input): Handle mouse input.
25260
25261 * term.c (write_glyphs_with_face): New function.
25262 [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
25263 (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
25264 (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
25265 (mouse_face_face_id, term_gpm, pos_x, pos_y)
25266 (last_mouse_x, last_mouse_y): New variables.
25267 (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
25268 (term_mouse_highlight, term_mouse_movement, term_mouse_position)
25269 (term_mouse_click, handle_one_term_event, Fterm_open_connection)
25270 (Fterm_close_connection): New functions.
25271 (term_init): Initialise mouse_face_window.
25272
25273 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
25274
25275 * xdisp.c (redisplay_window): If first window line is a
25276 continuation line, recompute the new window start instead of
25277 recentering.
25278
25279 2007-05-18 Glenn Morris <rgm@gnu.org>
25280
25281 * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
25282 Suggested by Alfred M. Szmidt <ams@gnu.org>.
25283
25284 2007-05-17 Glenn Morris <rgm@gnu.org>
25285
25286 * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
25287
25288 2007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25289
25290 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
25291 dead key repeat and up events.
25292
25293 2007-05-14 Chong Yidong <cyd@stupidchicken.com>
25294
25295 * image.c (pbm_load): Check image size for monochrome pbm.
25296
25297 2007-05-13 Chong Yidong <cyd@stupidchicken.com>
25298
25299 * xterm.c (XTread_socket): Revert last change.
25300
25301 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
25302
25303 * image.c (pbm_load): Correctly check image size for greyscale pbm.
25304
25305 * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
25306
25307 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
25308
25309 * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
25310 mixup (YAILOM).
25311
25312 2007-05-07 Andreas Schwab <schwab@suse.de>
25313
25314 * keymap.c (Flookup_key): Fix typo in last change.
25315
25316 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
25317
25318 * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
25319 mapping for unibyte strings.
25320
25321 2007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25322
25323 * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
25324 (Fx_popup_dialog) [MAC_OSX]: Likewise.
25325
25326 2007-04-29 Richard Stallman <rms@gnu.org>
25327
25328 * insdel.c (replace_range): For undo, record insertion first.
25329
25330 2007-04-29 Andreas Schwab <schwab@suse.de>
25331
25332 * lisp.h (VECSIZE): Use OFFSETOF.
25333
25334 2007-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25335
25336 * xdisp.c (try_window_reusing_current_matrix): Fix number of
25337 disabled lines.
25338
25339 2007-04-28 Richard Stallman <rms@gnu.org>
25340
25341 * lread.c (read_escape): In a string, \s is always space.
25342
25343 2007-04-27 Jan Djärv <jan.h.d@swipnet.se>
25344
25345 * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
25346
25347 * gtkutil.c (xg_update_menubar, create_menus): Create empty
25348 submenu for menu bar items.
25349
25350 See ChangeLog.10 for earlier changes.
25351
25352 ;; Local Variables:
25353 ;; coding: utf-8
25354 ;; add-log-time-zone-rule: t
25355 ;; End:
25356
25357 Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
25358
25359 This file is part of GNU Emacs.
25360
25361 GNU Emacs is free software: you can redistribute it and/or modify
25362 it under the terms of the GNU General Public License as published by
25363 the Free Software Foundation, either version 3 of the License, or
25364 (at your option) any later version.
25365
25366 GNU Emacs is distributed in the hope that it will be useful,
25367 but WITHOUT ANY WARRANTY; without even the implied warranty of
25368 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25369 GNU General Public License for more details.
25370
25371 You should have received a copy of the GNU General Public License
25372 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
25373
25374 ;; arch-tag: dfb6ad96-1550-4905-9e53-d2059ee84c40