Convert old-style definitions
[bpt/emacs.git] / src / ChangeLog
CommitLineData
d5a3eaaf
AS
12010-07-12 Andreas Schwab <schwab@linux-m68k.org>
2
3 * editfns.c (transpose_markers): Convert old-style definition.
4 * emacs.c (abort, shut_down_emacs, fixup_locale)
5 (synchronize_system_time_locale)
6 (synchronize_system_messages_locale, syms_of_emacs): Likewise.
7 * floatfns.c (extract_float, matherr, init_floatfns)
8 (syms_of_floatfns): Likewise.
9 * fns.c (make_hash_table): Likewise.
10 * ftfont.c (ftfont_get_otf, ftfont_otf_features)
11 (ftfont_otf_capability, ftfont_get_glyph_id, ftfont_get_metrics)
12 (ftfont_drive_otf, ftfont_shape_by_flt, ftfont_shape)
13 (ftfont_variation_glyphs): Likewise.
14 * gtkutil.c (xg_create_widget, xg_modify_menubar_widgets): Likewise.
15 * keymap.c (describe_map_tree, describe_map, describe_vector): Likewise.
16 * lread.c (read_filtered_event): Likewise.
17 * minibuf.c (read_minibuf_noninteractive, read_minibuf): Likewise.
18 * process.c (wait_reading_process_output): Likewise.
19 * scroll.c (do_line_insertion_deletion_costs): Likewise.
20 * search.c (search_buffer, boyer_moore): Likewise.
21 * syntax.c (scan_sexps_forward): Likewise.
22 * xdisp.c (try_scrolling): Likewise.
23 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
24 (face_at_string_position): Likewise.
25 * xfns.c (x_default_scroll_bar_color_parameter): Likewise.
26 * xselect.c (x_get_window_property, receive_incremental_selection)
27 (x_get_window_property_as_lisp_data, lisp_data_to_selection_data):
28 Likewise.
29 * xterm.c (x_draw_relief_rect, x_draw_box_rect): Likewise.
30
6f704c76
DN
312010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
32
ded80a25
DN
33 * callproc.c (child_setup): Remove subprocesses conditional.
34 Remove code dealing with SET_EMACS_PRIORITY, unused.
35
49d937f4 36 * buffer.c (Fset_buffer_multibyte): Remove subprocesses conditional.
2e31d424
DN
37 * process.c (close_process_descs): Use DOS_NT instead of WINDOWSNT.
38
39 * emacs.c (__do_global_ctors, __do_global_ctors_aux)
40 (__do_global_dtors, __main): Use void in definition.
41 (main): Remove code dealing with SET_EMACS_PRIORITY, unused.
42 Remove SYMS_MACHINE code, unused. Remove SYMS_SYSTEM, inline
43 the only users from ...
44 * s/ms-w32.h (SYMS_SYSTEM): ... here and ...
45 * s/msdos.h (SYMS_SYSTEM): ... here. Remove.
46 (HAVE_VOLATILE): Remove, unused.
47
6f704c76
DN
48 Convert more function definitions to standard C.
49 * xdisp.c (window_box_edges, handle_single_display_spec)
50 (display_string): Convert definition to standard C.
51 * scroll.c (do_direct_scrolling, scrolling_1):
52 * dispnew.c (allocate_matrices_for_frame_redisplay)
53 (mirrored_line_dance):
54 * coding.c (code_convert_string):
55 * charset.c (map_charset_chars):
56 * ccl.c (Fccl_program_p, Fccl_execute, Fccl_execute_on_string)
57 (Fregister_ccl_program, Fregister_code_conversion_map):
58 * keyboard.c (kbd_buffer_nr_stored): Likewise.
59 (head_table): Make static and const.
60
e6cfa7c3
AS
612010-07-12 Andreas Schwab <schwab@linux-m68k.org>
62
63 * Makefile.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
64 (PROFILING_LDFLAGS): Set from substitution.
65 (ALL_CFLAGS): Add C_WARNINGS_SWITCH and PROFILING_CFLAGS, put
66 CFLAGS last.
67
892dd565
KH
682010-07-12 Kenichi Handa <handa@m17n.org>
69
6f2cdcd1
KH
70 * Makefile.in (lisp): Change hebrew.el to hebrew.elc.
71 (shortlisp): Likewise.
72
892dd565
KH
73 * font.h (enum font_property_index): New member FONT_ENTITY_INDEX.
74
75 * font.c (font_open_entity): Record ENTITY in FONT_OBJECT's slot
76 of FONT_ENTITY_INDEX.
77 (Ffont_get): If KEY is :otf and the font-object doesn't have the
78 property, get the property value dynamically.
79 (Ffont_put): Accept font-entity and font-object too.
80 (Ffont_get_glyhphs): Renamed from Fget_font_glyphs. Arguments and
81 return value changed.
82 (syms_of_font): Adjusted for the above change.
83
ae96d47a
AS
842010-07-11 Andreas Schwab <schwab@linux-m68k.org>
85
c8fc18ee
AS
86 * blockinput.h: Remove obsolete comment.
87
89887d67
AS
88 * lisp.h: Include <stddef.h>.
89 (OFFSETOF): Don't define.
90 (VECSIZE): Use offsetof instead of OFFSETOF.
91 (PSEUDOVECSIZE): Likewise.
92 * process.c (conv_sockaddr_to_lisp): Likewise.
93 * alloc.c: Don't include <stddef.h>.
94 * buffer.h (PER_BUFFER_VAR_OFFSET): Use offsetof.
95
ae96d47a
AS
96 * process.c: Remove obsolete comment.
97
635c0aa1
CY
982010-07-11 Chong Yidong <cyd@stupidchicken.com>
99
100 * xfaces.c (Vface_remapping_alist): Doc fix (Bug#6091).
101
a64df650
AS
1022010-07-11 Andreas Schwab <schwab@linux-m68k.org>
103
8966b757
AS
104 * callint.c (Fcall_interactively): Use strchr, strrchr instead of
105 index, rindex.
106 * doc.c (get_doc_string, Fsnarf_documentation): Likewise.
107 * editfns.c (Fuser_full_name, Fformat): Likewise.
108 * emacs.c (argmatch, sort_args, decode_env_path): Likewise.
109 * fileio.c (Ffile_symlink_p): Likewise.
110 * filelock.c (current_lock_owner): Likewise.
111 * font.c (font_parse_name, font_parse_family_registry): Likewise.
112 * fontset.c (fontset_pattern_regexp): Likewise.
113 * lread.c (read1): Likewise.
114 * sysdep.c (init_system_name): Likewise.
115 * xfns.c (select_visual): Likewise.
116 * s/hpux10-20.h (index, rindex): Don't define.
117 * s/ms-w32.h (index): Likewise.
118 * s/usg5-4.h: Likewise.
119
cf237e27
AS
120 * callproc.c (relocate_fd): Use F_DUPFD if defined.
121
a8fe7202
AS
122 * alloc.c (pending_malloc_warning, malloc_warning): Add const.
123 * callproc.c (relocate_fd, getenv_internal_1, getenv_internal)
124 (egetenv): Likewise.
125 * doprnt.c (doprnt): Likewise.
126 * editfns.c (set_time_zone_rule, format2): Likewise.
127 * emacs.c (decode_env_path): Likewise.
128 * eval.c (signal_error, error): Likewise.
129 * insdel.c (replace_range_2): Likewise.
130 * keyboard.c (cmd_error_internal): Likewise.
131 * lread.c (isfloat_string, make_symbol, dir_warning): Likewise.
132 * print.c (write_string, write_string_1, print_error_message):
133 Likewise.
134 * vm-limit.c (warn_function, memory_warnings): Likewise.
135 * xdisp.c (message1, message1_nolog, message_with_string)
136 (vmessage, message, message_nolog): Likewise.
137 * emacs.c: Remove duplicate declaration.
138 * keyboard.h: Likewise.
139 * lisp.h: Update prototypes.
140
bb8e180f
AS
141 * eval.c: Fix indentation problem.
142
83380e65
AS
143 * keyboard.c: Include "process.h"
144
a64df650
AS
145 * eval.c: Remove obsolete noinline declaration.
146 * fns.c: Likewise.
147
6a8033e1
KR
1482010-07-11 Ken Raeburn <raeburn@raeburn.org>
149
150 * doprnt.c (doprnt): Take a va_list argument instead of count and
151 pointer.
152 * eval.c (error): Change to a standard-C variadic function.
153 * xdisp.c (vmessage): Renamed from message, made static, and
154 changed to take a va_list argument.
155 (message): New variadic wrapper.
156 (message_nolog): Now a variadic function, calling vmessage.
157 * lisp.h: Include stdarg.h for va_list.
158 (doprnt, error, message, message_nolog): Decls updated.
159
462aa963
EZ
1602010-07-11 Eli Zaretskii <eliz@gnu.org>
161
162 * process.c (syms_of_process) <delete-exited-processes>: Define
163 even if !subprocesses.
164 (delete_exited_processes): Ditto.
165
166 * msdos.c (syms_of_msdos) <delete-exited-processes>: Remove DEFVAR.
167 (delete_exited_processes): Don't define.
168
48104462
CY
1692010-07-10 Chong Yidong <cyd@stupidchicken.com>
170
171 * frame.c (make_frame): Initialize menu_bar_lines and
172 tool_bar_lines members.
173 (make_initial_frame, make_terminal_frame): Initialize
174 menu_bar_lines using value of menu-bar-mode.
175
176 * msdos.c (IT_set_frame_parameters): Don't set menu-bar-lines.
177
f388c88a
EZ
1782010-07-10 Eli Zaretskii <eliz@gnu.org>
179
180 * process.c: Reshuffle #include's. Condition some of the global
181 and static variables on `subprocesses'.
182 (hold_keyboard_input, unhold_keyboard_input, kbd_on_hold_p):
183 Leave only one implementation.
184 (Fget_buffer_process, Fprocess_inherit_coding_system_flag)
185 (kill_buffer_processes, Flist_system_processes)
186 (Fprocess_attributes, init_process, syms_of_process): Unify the
187 implementations for with subprocesses and without them.
188
723f5a07
J
1892010-07-09 Jan Djärv <jan.h.d@swipnet.se>
190
191 * xmenu.c (set_frame_menubar): Must realize menubar_widget to get the
192 correct size for Motif.
193 (free_frame_menubar): Call x_set_window_size to update frame size.
194
195 * xfns.c (x_window): Set borderWidth to 0 for pane and
196 EmacsFrame. Frame size calculation is wrong otherwise.
197
2536a4b7
MA
1982010-07-09 Michael Albinus <michael.albinus@gmx.de>
199
200 * dbusbind.c (xd_initialize): Add new argument RAISE_ERROR, which
201 allows to suppress errors when polling in Emacs' main loop.
202 (Fdbus_init_bus, Fdbus_get_unique_name, Fdbus_call_method)
203 (Fdbus_call_method_asynchronously, Fdbus_method_return_internal)
204 (Fdbus_method_error_internal, Fdbus_send_signal)
205 (xd_get_dispatch_status, xd_read_message, Fdbus_register_signal)
206 (Fdbus_register_method): Use it. (Bug#6579)
207
5842a27b
DN
2082010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
209
210 * alloc.c: Convert DEFUNs to standard C.
211 * buffer.c:
212 * bytecode.c:
213 * callint.c:
214 * callproc.c:
215 * casefiddle.c:
216 * casetab.c:
217 * category.c:
218 * character.c:
219 * charset.c:
220 * chartab.c:
221 * cmds.c:
222 * coding.c:
223 * composite.c:
224 * data.c:
225 * dbusbind.c:
226 * dired.c:
227 * dispnew.c:
228 * doc.c:
229 * dosfns.c:
230 * editfns.c:
231 * emacs.c:
232 * eval.c:
233 * fileio.c:
234 * filelock.c:
235 * floatfns.c:
236 * fns.c:
237 * font.c:
238 * fontset.c:
239 * frame.c:
240 * fringe.c:
241 * image.c:
242 * indent.c:
243 * insdel.c:
244 * keyboard.c:
245 * keymap.c:
246 * lread.c:
247 * macros.c:
248 * marker.c:
249 * menu.c:
250 * minibuf.c:
251 * msdos.c:
252 * nsfns.m:
253 * nsmenu.m:
254 * nsselect.m:
255 * print.c:
256 * process.c:
257 * search.c:
258 * sound.c:
259 * syntax.c:
260 * term.c:
261 * terminal.c:
262 * textprop.c:
263 * undo.c:
264 * w16select.c:
265 * w32console.c:
266 * w32fns.c:
267 * w32font.c:
268 * w32menu.c:
269 * w32proc.c:
270 * w32select.c:
271 * window.c:
272 * xdisp.c:
273 * xfaces.c:
274 * xfns.c:
275 * xmenu.c:
276 * xselect.c:
277 * xsettings.c:
278 * xsmfns.c: Likewise.
279
280
d568829b
EZ
2812010-07-08 Eli Zaretskii <eliz@gnu.org>
282
283 * process.c (kbd_is_on_hold, hold_keyboard_input)
284 (unhold_keyboard_input, kbd_on_hold_p) [!subprocesses]: Define.
285
52214050
J
2862010-07-08 Jan Djärv <jan.h.d@swipnet.se>
287
288 * xmenu.c (set_frame_menubar, create_and_show_popup_menu)
289 (create_and_show_dialog): Don't call apply_systemfont_to_(menu|dialog)
290 unless USE_LUCID.
291
313d9eb2
DN
2922010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
293
d8825aa3
DN
294 * xdisp.c (store_mode_line_noprop_char): Remove K&R alternative declaration.
295
295d0d8f
DN
296 Clean up include guards.
297 * tparam.c: Remove include guards for config.h, string.h and code
298 that assumes #ifndef emacs.
299 * termcap.c:
300 * unexalpha.c:
301 * sysdep.c:
302 * filemode.c:
303 * filelock.c:
304 * bidi.c: Likewise.
305
49d9e6b0
DN
306 Remove prefix-args.c
307 * prefix-args.c: Remove file.
308 * autodeps.mk (ALLOBJS): Remove reference to prefix-args.
309 * Makefile.in (temacs${EXEEXT}): Remove references to
310 PRE_EDIT_LDFLAGS and POST_EDIT_LDFLAGS.
311 (mostlyclean): Remove reference to prefix-args.
312 (prefix-args): Remove.
313
313d9eb2
DN
314 Simplify cstart_of_data, start_of_code and related code.
315 * mem-limits.h: Remove !emacs and _LIBC conditional code.
316 (start_of_data): Merge into start_of_data function.
317 * sysdep.c (start_of_text): Remove. Move simplified versions of
318 it in the only users: unexaix.c and unexec.c.
319 (read_input_waiting): Remove local declaration of quit_char.
320 (start, etext): Remove declarations.
321 (start_of_data): Merge with the version in mem-limits.h and move
322 to vm-limits.c.
323 * vm-limit.c (start_of_data): Merged and simplified version of the
324 code formerly in mem-limits.h and sysdep.c.
325 * unexec.c (start): New declaration, moved from sysdep.c.
326 (start_of_text): Simplified version of the code formerly in sysdep.c.
327 * unexaix.c (start_of_text): Simplified version of the code
328 formerly in sysdep.c.
329 * m/alpha.h (HAVE_TEXT_START): Remove.
330 (TEXT_START): Move ...
331 * unexalpha.c (TEXT_START): ... here.
332 * s/hpux10-20.h (TEXT_START): Remove.
333 * s/darwin.h (TEXT_START):
334 * m/mips.h (TEXT_START):
335 * m/macppc.h (HAVE_TEXT_START):
336 * m/m68k.h (TEXT_START):
337 * m/iris4d.h (TEXT_START):
338 * m/intel386.h (TEXT_START):
339 * m/ibmrs6000.h (TEXT_START):
340 * m/ia64.h (HAVE_TEXT_START):
341 * s/msdos.h (TEXT_START): Likewise.
342
72af86bd
AS
3432010-07-07 Andreas Schwab <schwab@linux-m68k.org>
344
345 * alloc.c (overrun_check_malloc, overrun_check_realloc)
346 (overrun_check_free, xstrdup, allocate_string)
347 (allocate_string_data, compact_small_strings, Fmake_string)
348 (make_unibyte_string, make_multibyte_string)
349 (make_string_from_bytes, make_specified_string, make_float)
350 (Fcons, allocate_terminal, allocate_frame, make_pure_string)
351 (Fgarbage_collect): Replace bcopy, safe_bcopy, bzero, bcmp by
352 memcpy, memmove, memset, memcmp.
353 * atimer.c (start_atimer, set_alarm): Likewise.
354 * buffer.c (clone_per_buffer_values, report_overlay_modification)
355 (mmap_realloc, init_buffer_once): Likewise.
356 * callint.c (Fcall_interactively): Likewise.
357 * callproc.c (Fcall_process, Fcall_process_region, child_setup)
358 (getenv_internal_1): Likewise.
359 * casefiddle.c (casify_object): Likewise.
360 * ccl.c (ccl_driver): Likewise.
361 * character.c (str_as_multibyte, str_to_multibyte): Likewise.
362 * charset.c (load_charset_map_from_file)
363 (load_charset_map_from_file, load_charset_map_from_vector)
364 (Fdefine_charset_internal): Likewise.
365 * cm.c (Wcm_clear): Likewise.
366 * coding.c (decode_eol, decode_coding_object)
367 (Fset_coding_system_priority, make_subsidiaries): Likewise.
368 * data.c (Faset): Likewise.
369 * dired.c (directory_files_internal, file_name_completion_stat):
370 Likewise.
371 * dispnew.c (new_glyph_matrix, adjust_glyph_matrix)
372 (clear_glyph_row, copy_row_except_pointers)
373 (copy_glyph_row_contents, new_glyph_pool, realloc_glyph_pool)
374 (save_current_matrix, restore_current_matrix)
375 (build_frame_matrix_from_leaf_window, mirrored_line_dance)
376 (mirror_line_dance, scrolling_window): Likewise.
377 * doc.c (Fsnarf_documentation, Fsubstitute_command_keys):
378 Likewise.
379 * doprnt.c (doprnt): Likewise.
380 * editfns.c (Fuser_full_name, make_buffer_string_both)
381 (Fmessage_box, Fformat, Ftranspose_regions): Likewise.
382 * emacs.c (sort_args): Likewise.
383 * eval.c (Fapply, Ffuncall): Likewise.
384 * fileio.c (Ffile_name_directory, make_temp_name)
385 (Fexpand_file_name, search_embedded_absfilename)
386 (Fsubstitute_in_file_name, Ffile_symlink_p, Finsert_file_contents)
387 (auto_save_error): Likewise.
388 * fns.c (Fstring_equal, Fcopy_sequence, concat)
389 (string_to_multibyte, Fstring_as_unibyte, Fstring_as_multibyte)
390 (internal_equal, Fclear_string, larger_vector, copy_hash_table)
391 (Fmake_hash_table): Likewise.
392 * fringe.c (Fdefine_fringe_bitmap): Likewise.
393 * ftfont.c (ftfont_text_extents): Likewise.
394 * getloadavg.c (getloadavg): Likewise.
395 * image.c (define_image_type, make_image, make_image_cache)
396 (x_create_x_image_and_pixmap, xbm_image_p)
397 (w32_create_pixmap_from_bitmap_data, xbm_load, xpm_lookup_color)
398 (xpm_image_p, x_create_bitmap_from_xpm_data, xpm_load)
399 (init_color_table, x_build_heuristic_mask, pbm_image_p, pbm_load)
400 (png_image_p, png_read_from_memory, png_load, jpeg_image_p)
401 (tiff_image_p, tiff_read_from_memory, gif_image_p)
402 (gif_read_from_memory, gif_load, svg_image_p, gs_image_p):
403 Likewise.
404 * indent.c (scan_for_column, compute_motion): Likewise.
405 * insdel.c (gap_left, gap_right, make_gap_smaller, copy_text)
406 (insert_1_both, insert_from_gap, replace_range_2): Likewise.
407 * intervals.c (reproduce_tree, reproduce_tree_obj): Likewise.
408 * keyboard.c (echo_char, save_getcjmp, restore_getcjmp)
409 (kbd_buffer_store_event_hold, apply_modifiers_uncached)
410 (store_user_signal_events, menu_bar_items, tool_bar_items)
411 (process_tool_bar_item, append_tool_bar_item)
412 (read_char_minibuf_menu_prompt, read_key_sequence)
413 (Fread_key_sequence, Fread_key_sequence_vector, Frecent_keys):
414 Likewise.
415 * keymap.c (current_minor_maps, Fdescribe_buffer_bindings):
416 Likewise.
417 * lisp.h (STRING_COPYIN): Likewise.
418 * lread.c (Fload, read1, oblookup): Likewise.
419 * msdos.c (Frecent_doskeys): Likewise.
420 * nsfns.m (Fx_create_frame): Likewise.
421 * nsfont.m (nsfont_open, nsfont_text_extents, ns_glyph_metrics):
422 Likewise.
423 * nsimage.m (EmacsImage-initFromSkipXBM:width:height:)
424 (EmacsImage-initForXPMWithDepth:width:height:flip:length:):
425 Likewise.
426 * nsmenu.m (ns_update_menubar): Likewise.
427 * nsterm.m (ns_draw_fringe_bitmap, ns_term_init): Likewise.
428 * print.c (print_unwind, printchar, strout, print_string)
429 (print_error_message): Likewise.
430 * process.c (conv_lisp_to_sockaddr, set_socket_option)
431 (Fmake_network_process, Fnetwork_interface_list)
432 (Fnetwork_interface_info, read_process_output, Fprocess_send_eof)
433 (init_process): Likewise.
434 * ralloc.c (resize_bloc, r_alloc_sbrk, r_alloc_init): Likewise.
435 * regex.c (init_syntax_once, regex_compile, re_compile_fastmap):
436 Likewise.
437 * scroll.c (do_scrolling, do_direct_scrolling)
438 (scrolling_max_lines_saved): Likewise.
439 * search.c (search_buffer, wordify, Freplace_match): Likewise.
440 * sound.c (wav_init, au_init, Fplay_sound_internal): Likewise.
441 * syntax.c (skip_chars, skip_syntaxes): Likewise.
442 * sysdep.c (child_setup_tty, sys_subshell, emacs_get_tty)
443 (emacs_set_tty): Likewise.
444 * term.c (encode_terminal_code, calculate_costs)
445 (produce_special_glyphs, create_tty_output, init_tty, delete_tty):
446 Likewise.
447 * termcap.c (tgetst1, gobble_line): Likewise.
448 * termhooks.h (EVENT_INIT): Likewise.
449 * tparam.c (tparam1): Likewise.
450 * unexalpha.c (unexec): Likewise.
451 * unexec.c (write_segment): Likewise.
452 * unexmacosx.c (unexec_write_zero): Likewise.
453 * w32fns.c (w32_wnd_proc, Fx_create_frame, x_create_tip_frame)
454 (Fx_file_dialog, Fsystem_move_file_to_trash): Likewise.
455 * w32font.c (w32font_list_family, w32font_text_extents)
456 (w32font_list_internal, w32font_match_internal)
457 (w32font_open_internal, compute_metrics, Fx_select_font):
458 Likewise.
459 * w32menu.c (set_frame_menubar, add_menu_item)
460 (w32_menu_display_help, w32_free_submenu_strings): Likewise.
461 * w32term.c (XCreateGC, w32_initialize_display_info): Likewise.
462 * w32uniscribe.c (uniscribe_list_family): Likewise.
463 * w32xfns.c (get_next_msg, post_msg, prepend_msg): Likewise.
464 * window.c (make_window, replace_window, set_window_buffer)
465 (Fsplit_window): Likewise.
466 * xdisp.c (init_iterator, RECORD_OVERLAY_STRING, reseat_to_string)
467 (add_to_log, message3, x_consider_frame_title)
468 (append_space_for_newline, extend_face_to_end_of_line)
469 (decode_mode_spec_coding, init_glyph_string): Likewise.
470 * xfaces.c (x_create_gc, get_lface_attributes_no_remap)
471 (Finternal_copy_lisp_face, Finternal_merge_in_global_face)
472 (face_attr_equal_p, make_realized_face, make_face_cache)
473 (free_realized_faces, lookup_named_face, smaller_face)
474 (face_with_height, lookup_derived_face)
475 (x_supports_face_attributes_p, Finternal_set_font_selection_order)
476 (Finternal_set_font_selection_order, realize_default_face)
477 (compute_char_face, face_at_buffer_position)
478 (face_for_overlay_string, face_at_string_position, merge_faces):
479 Likewise.
480 * xfns.c (xic_create_fontsetname, Fx_create_frame)
481 (Fx_window_property, x_create_tip_frame)
482 (Fx_backspace_delete_keys_p): Likewise.
483 * xfont.c (xfont_list, xfont_match, xfont_list_family)
484 (xfont_text_extents): Likewise.
485 * xmenu.c (set_frame_menubar, xmenu_show): Likewise.
486 * xrdb.c (magic_file_p, x_get_resource): Likewise.
487 * xselect.c (x_queue_event, x_get_window_property)
488 (receive_incremental_selection): Likewise.
489 * xsmfns.c (x_session_check_input): Likewise.
490 * xterm.c (x_send_scroll_bar_event, SET_SAVED_MENU_EVENT)
491 (handle_one_xevent, x_check_errors, xim_initialize, x_term_init):
492 Likewise.
493 * character.h (BCOPY_SHORT): Removed.
494 * config.in: Regenerate.
495 * dispnew.c (safe_bcopy): Only define as dummy if PROFILING.
496 * emacs.c (main) [PROFILING]: Don't declare
497 dump_opcode_frequencies.
498 * lisp.h (safe_bcopy): Remove declaration.
499 (memset) [!HAVE_MEMSET]: Declare.
500 (memcpy) [!HAVE_MEMCPY]: Likewise.
501 (memmove) [!HAVE_MEMMOVE]: Likewise.
502 (memcmp) [!HAVE_MEMCMP]: Likewise.
503 * s/ms-w32.h (bzero, bcopy, bcmp, GAP_USE_BCOPY)
504 (BCOPY_UPWARD_SAFE, BCOPY_DOWNWARD_SAFE, HAVE_BCOPY, HAVE_BCMP):
505 Don't define.
506 (HAVE_MEMCMP, HAVE_MEMCPY, HAVE_MEMMOVE, HAVE_MEMSET): Define.
507 * s/msdos.h (GAP_USE_BCOPY, BCOPY_UPWARD_SAFE)
508 (BCOPY_DOWNWARD_SAFE): Don't define.
509 * sysdep.c (memset) [!HAVE_MEMSET]: Define.
510 (memcpy) [!HAVE_MEMCPY]: Define.
511 (memmove) [!HAVE_MEMMOVE]: Define.
512 (memcmp) [!HAVE_MEMCMP]: Define.
513
cb768704
J
5142010-07-07 Jan Djärv <jan.h.d@swipnet.se>
515
516 * process.c (kbd_is_on_hold): New variable.
517 (hold_keyboard_input, unhold_keyboard_input, kbd_on_hold_p): New
518 functions.
519 (wait_reading_process_output): If kbd_on_hold_p returns non-zero,
520 select on empty input mask.
521 (init_process): Initialize kbd_is_on_hold to 0.
522
523 * process.h (hold_keyboard_input, unhold_keyboard_input)
524 (kbd_on_hold_p): Declare.
525
526 * keyboard.c (input_available_signal): Declare.
527 (kbd_buffer_nr_stored): New function.
528 (kbd_buffer_store_event_hold): If kbd_buffer_nr_stored returns
529 more than KBD_BUFFER_SIZE/2, stop reding input (Bug#6571).
530 (kbd_buffer_get_event): If input is suspended and kbd_buffer_nr_stored
531 returns less than KBD_BUFFER_SIZE/4, resume reding input (Bug#6571).
532 (tty_read_avail_input): If input is on hold, return.
533 Don't read more that free slots in kbd_buffer (Bug#6571).
534
3a8ce822
EZ
5352010-07-07 Eli Zaretskii <eliz@gnu.org>
536
537 * msdos.h:
538 * msdos.c:
539 * dosfns.c:
540 * w16select.c: Convert function definitions to ANSI C.
541
542 * msdos.h (ctrl_break_func, install_ctrl_break_check): Remove
543 unused prototypes.
544
cf84bb53
JB
5452010-07-07 Juanma Barranquero <lekktu@gmail.com>
546
547 * coding.c, sysdep.c: Convert some more functions to standard C.
548
1a4990fb
JB
5492010-07-07 Juanma Barranquero <lekktu@gmail.com>
550
551 * coding.c (decode_coding_gap, encode_coding_gap, decode_coding_object)
552 (encode_coding_object): Use SPECPDL_INDEX.
553 (syms_of_coding): Use DOS_NT.
554
c0f2f16b
DN
5552010-07-07 Dan Nicolaescu <dann@ics.uci.edu>
556
48fb6855
DN
557 * intervals.h (interval): Use EMACS_UINT instead of unsigned EMACS_INT.
558
c0f2f16b
DN
559 Make the function member of Lisp_Subr use standard C prototypes.
560 * lisp.h (struct Lisp_Subr): Use a union for the function member.
561 (DECL_ALIGN): Add a cast for the function.
562 * eval.c (Feval, Ffuncall): Use the proper type for each type
563 function call.
564
67aecef9
CY
5652010-07-06 Chong Yidong <cyd@stupidchicken.com>
566
567 * fringe.c (draw_fringe_bitmap_1): Use lookup_named_face to get
568 fringe face id, so face-remapping-alist works (Bug#6091).
569
b56ceb92
JB
5702010-07-06 Juanma Barranquero <lekktu@gmail.com>
571
572 * w32.c, w32console.c, w32fns.c, w32font.c, w32heap.c, w32inevt.c
573 * w32menu.c, w32proc.c, w32reg.c, w32select.c, w32term.c
574 * w32uniscribe.c, w32xfns.c: Convert function definitions to standard C.
575
7af07b96
AS
5762010-07-06 Andreas Schwab <schwab@linux-m68k.org>
577
578 * xterm.c (x_get_keysym_name): Change type of parameter to int.
579 * lisp.h: Declare x_get_keysym_name.
580 * keyboard.c (modify_event_symbol): Don't declare
581 x_get_keysym_name here.
582
69e24e34
DN
5832010-07-06 Dan Nicolaescu <dann@ics.uci.edu>
584
585 * ecrt0.c: Revert conversion to standard C.
586
d3da34e0 5872010-07-05 Dan Nicolaescu <dann@ics.uci.edu>
d2aa42f8
DN
588
589 * vm-limit.c (memory_warnings):
590 * keyboard.c (modify_event_symbol):
591 * floatfns.c (rounding_driver, ceiling2, floor2, truncate2)
592 (round2, emacs_rint):
593 * process.c (send_process, old_sigpipe): Convert function
594 definitions and declarations to standard C.
595
5962010-07-05 Juanma Barranquero <lekktu@gmail.com>
d3da34e0
JB
597
598 * buffer.c, cm.c, eval.c, keyboard.c, process.c, term.c, vm-limit.c,
599 * xdisp.c: Convert function definitions to standard C.
600
601 * cm.c (cmputc): Arg C is now int, not char.
602 * process.c (Fmake_network_process): Cast sockaddr_in* to sockaddr*.
603
00be444c
J
6042010-07-05 James Cloos <cloos@jhcloos.com>
605
606 * xterm.h (Xatom_net_wm_name, Xatom_net_wm_icon_name): New.
607
608 * xterm.c (x_term_init): Intern the _NET_WM_NAME and
609 _NET_WM_ICON_NAME atoms.
610
611 * xfns.c (x_set_name_internal): Set the EWMH _NET_WM_NAME
612 and _NET_WM_ICON_NAME properties, too, matching what is
613 done in the Gtk+ case.
614
e4c8d29a
J
6152010-07-05 Jan Djärv <jan.h.d@swipnet.se>
616
ff919460
J
617 * xterm.c (XTring_bell, XTset_terminal_window): Fix wrong prototype.
618
e4c8d29a
J
619 * xsmfns.c (SSDATA): New macro.
620 (smc_save_yourself_CB, x_session_initialize): Use SSDATA for strings
621 passed to strlen/strcpy/strcat.
622 (create_client_leader_window): Surround with #ifndef USE_GTK. Cast
623 7:th arg to XChangeProperty to (unsigned char *)
624
625 * xsettings.c (something_changedCB, parse_settings)
626 (apply_xft_settings): Reformat prototype.
627 (something_changedCB, init_gconf): Remove unused variable i.
628 (read_settings): Remove unused variable long_len.
629
630 * gtkutil.c (xg_get_pixbuf_from_pix_and_mask)
631 (xg_get_image_for_pixmap, create_dialog)
632 (xg_get_file_with_selection, xg_get_file_name, update_cl_data)
633 (menuitem_highlight_callback, make_menu_item)
634 (xg_create_one_menuitem, create_menus, xg_update_menu_item)
635 (xg_create_scroll_bar, xg_update_scrollbar_pos)
636 (xg_set_toolkit_scroll_bar_thumb, xg_tool_bar_button_cb)
637 (xg_tool_bar_proxy_help_callback, xg_tool_bar_detach_callback)
638 (xg_tool_bar_attach_callback, xg_tool_bar_help_callback)
639 (xg_tool_bar_item_expose_callback): Reformat prototype.
640 (xg_update_menubar): GList *group => GSList *group.
641 (xg_modify_menubar_widgets): Initialize witem to 0, check witem != 0
642 before use.
643 (update_frame_tool_bar): 4:th param to xg_get_image_for_pixmap changed
644 to GTK_IMAGE (wimage).
645
dd4c5104
DN
6462010-07-05 Dan Nicolaescu <dann@ics.uci.edu>
647
898b4c5c
DN
648 * atimer.c: Use "" instead of <> for local includes for
649 consistency with the rest of the code.
650
dd4c5104
DN
651 * xsmfns.c (smc_save_yourself_CB, smc_error_handler):
652 * xrdb.c (get_system_name):
653 * window.c (shrink_windows):
654 * syntax.c (forw_comment):
655 * scroll.c (calculate_scrolling, calculate_direct_scrolling)
656 (ins_del_costs):
657 * mem-limits.h (start_of_data):
658 * lread.c (readevalloop):
659 * gtkutil.c (xg_dialog_response_cb, xg_get_file_with_chooser)
660 (xg_get_file_with_selection, xg_update_menubar, xg_update_submenu):
661 * frame.c (x_get_focus_frame):
662 * floatfns.c (fmod_float):
663 * fileio.c (choose_write_coding_system):
664 * emacs.c (fatal_error_signal, init_cmdargs, argmatch)
665 (malloc_initialize_hook, sort_args, synchronize_locale):
666 * doprnt.c (doprnt):
667 * dired.c (compile_pattern):
668 * data.c (fmod_float):
669 * chartab.c (map_sub_char_table, map_sub_char_table_for_charset)
670 (map_char_table_for_charset):
671 * charset.c (define_charset_internal):
672 * alloc.c (Fgarbage_collect): Convert declarations or definitions
673 to standard C.
674
9a39b306 6752010-07-04 Tetsurou Okazaki <okazaki@be.to> (tiny change)
9c8a2331 676 Stefan Monnier <monnier@iro.umontreal.ca>
9a39b306
TO
677
678 * lread.c (read1): Fix up last change to not mess up `c'.
679
e6cb2cbb
JB
6802010-07-04 Juanma Barranquero <lekktu@gmail.com>
681
682 * strftime.c: Revert conversion to standard C (2010-07-04T07:50:25Z!dann@ics.uci.edu).
683
438105ed
JB
6842010-07-04 Juanma Barranquero <lekktu@gmail.com>
685
686 Fix prototypes.
687
e5447b22 688 * atimer.c (start_atimer): Use EMACS_TIME, not struct timeval.
438105ed 689 * dired.c (file_name_completion_stat): Use DIRENTRY, not struct dirent.
9c8a2331
JB
690 * fileio.c (read_non_regular, read_non_regular_quit): Add Lisp_Object
691 arg, as required by internal_condition_case_1.
dcc7404b 692 * print.c (strout): Use const char* for arg PTR.
438105ed
JB
693 * regex.c (bcmp_translate): Use RE_TRANSLATE_TYPE, not Lisp_Object.
694 (analyse_first): Fix "const const".
e5447b22 695 * sysdep.c (set_file_times): Use EMACS_TIME, not struct timeval.
b9503078 696 * unexelf.c (round_up, find_section): Use ElfW macro for arguments.
e5447b22 697 * xgselect.c (xg_select): Use SELECT_TYPE, EMACS_TIME.
438105ed 698
971de7fb
DN
6992010-07-04 Dan Nicolaescu <dann@ics.uci.edu>
700
701 * alloc.c: Convert function definitions to standard C.
702 * atimer.c:
703 * bidi.c:
704 * bytecode.c:
705 * callint.c:
706 * callproc.c:
707 * casefiddle.c:
708 * casetab.c:
709 * category.c:
710 * ccl.c:
711 * character.c:
712 * charset.c:
713 * chartab.c:
714 * cmds.c:
715 * coding.c:
716 * composite.c:
717 * data.c:
718 * dbusbind.c:
719 * dired.c:
720 * dispnew.c:
721 * doc.c:
722 * doprnt.c:
723 * ecrt0.c:
724 * editfns.c:
725 * fileio.c:
726 * filelock.c:
727 * filemode.c:
728 * fns.c:
729 * font.c:
730 * fontset.c:
731 * frame.c:
732 * fringe.c:
733 * ftfont.c:
734 * ftxfont.c:
735 * gtkutil.c:
736 * indent.c:
737 * insdel.c:
738 * intervals.c:
739 * keymap.c:
740 * lread.c:
741 * macros.c:
742 * marker.c:
743 * md5.c:
744 * menu.c:
745 * minibuf.c:
746 * prefix-args.c:
747 * print.c:
748 * ralloc.c:
749 * regex.c:
750 * region-cache.c:
751 * scroll.c:
752 * search.c:
753 * sound.c:
754 * strftime.c:
755 * syntax.c:
756 * sysdep.c:
757 * termcap.c:
758 * terminal.c:
759 * terminfo.c:
760 * textprop.c:
761 * tparam.c:
762 * undo.c:
763 * unexelf.c:
764 * window.c:
765 * xfaces.c:
766 * xfns.c:
767 * xfont.c:
768 * xftfont.c:
769 * xgselect.c:
770 * xmenu.c:
771 * xrdb.c:
772 * xselect.c:
773 * xsettings.c:
774 * xsmfns.c:
775 * xterm.c: Likewise.
776
ae492bec
EZ
7772010-07-03 Eli Zaretskii <eliz@gnu.org>
778
76ea4cc9
EZ
779 * msdos.c (IT_set_frame_parameters): Fix setting of colors in
780 frames other than the initial one. Fix reversal of colors when
781 `reverse' is specified in the frame parameters. Call
782 update_face_from_frame_parameter instead of
783 internal-set-lisp-face-attribute. Initialize screen colors from
784 initial_screen_colors[] when f->default_face_done_p is zero,
785 instead of depending on being called with default-frame-alist as
786 the alist argument.
787
788 * xfaces.c (update_face_from_frame_parameter): Move out of
789 HAVE_WINDOW_SYSTEM portion. Condition window-system only parts
790 with HAVE_WINDOW_SYSTEM.
791
1e6255ae
EZ
792 * msdos.c (IT_set_frame_parameters): Set menu-bar-lines according
793 to menu-bar-mode, if not set in the frame parameters or in
794 default-frame-alist.
795
ae492bec
EZ
796 * w32console.c (sys_tputs): Adjust argument list to prototype in
797 term.c.
798
3a35a84c
JB
7992010-07-03 Juanma Barranquero <lekktu@gmail.com>
800
801 * lisp.h (memory_warnings): Fix prototype.
802
803 * cm.h (evalcost): Fix prototype.
804
805 * cm.c (evalcost): Fix arg type.
806
c532d349
DN
8072010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
808
809 * term.c (term_clear_mouse_face, Fidentity):
810 * syssignal.h (signal_handler_t):
811 * lisp.h (memory_warnings):
812 * coding.h (preferred_coding_system):
813 * cm.h (evalcost):
814 * blockinput.h (reinvoke_input_signal): Convert to standard C prototypes.
815
c0b36d46
EZ
8162010-07-02 Eli Zaretskii <eliz@gnu.org>
817
818 * dosfns.h (msdos_stdcolor_idx, msdos_stdcolor_name): Remove P_
819 from prototypes.
820
821 * msdos.h (load_pixmap): Don't define away.
822
383e0970
J
8232010-07-02 Jan Djärv <jan.h.d@swipnet.se>
824
f57e2426
J
825 * lisp.h:
826 * atimer.h: Remove define for P_.
827
828 * alloc.c: Remove __P and P_ from .c and .m files.
829 * atimer.c:
830 * buffer.c:
831 * callint.c:
832 * category.c:
833 * charset.c:
834 * chartab.c:
835 * cm.c:
836 * coding.c:
837 * composite.c:
838 * data.c:
839 * dired.c:
840 * dispnew.c:
841 * doc.c:
842 * editfns.c:
843 * emacs.c:
844 * eval.c:
845 * fileio.c:
846 * filelock.c:
847 * fns.c:
848 * font.c:
849 * fontset.c:
850 * frame.c:
851 * ftfont.c:
852 * ftxfont.c:
853 * gmalloc.c:
854 * gtkutil.c:
855 * image.c:
856 * indent.c:
857 * intervals.c:
858 * keyboard.c:
859 * keymap.c:
860 * lread.c:
861 * marker.c:
862 * menu.c:
863 * minibuf.c:
864 * print.c:
865 * process.c:
866 * scroll.c:
867 * search.c:
868 * sound.c:
869 * strftime.c:
870 * syntax.c:
871 * sysdep.c:
872 * term.c:
873 * terminal.c:
874 * textprop.c:
875 * unexalpha.c:
876 * w32console.c:
877 * w32fns.c:
878 * w32font.c:
879 * w32menu.c:
880 * w32term.c:
881 * w32uniscribe.c:
882 * window.c:
883 * xdisp.c:
884 * xfaces.c:
885 * xfns.c:
886 * xfont.c:
887 * xftfont.c:
888 * xmenu.c:
889 * xselect.c:
890 * xterm.c: Likewise.
891
383e0970 892 Remove P_ and __P macros.
f57e2426
J
893 * atimer.h: Remove P_ and __P macros.
894 * buffer.h:
383e0970
J
895 * category.h:
896 * ccl.h:
897 * character.h:
898 * charset.h:
899 * cm.h:
900 * coding.h:
901 * composite.h:
902 * dispextern.h:
903 * disptab.h:
9e892c8d 904 * dosfns.h:
383e0970
J
905 * font.h:
906 * fontset.h:
907 * frame.h:
908 * gtkutil.h:
909 * indent.h:
910 * intervals.h:
911 * keyboard.h:
912 * keymap.h:
913 * lisp.h:
914 * macros.h:
915 * md5.h:
916 * menu.h:
917 * msdos.h:
918 * nsterm.h:
919 * puresize.h:
920 * region-cache.h:
921 * syntax.h:
922 * syssignal.h:
923 * systime.h:
924 * termhooks.h:
9e892c8d 925 * w32font.h:
383e0970
J
926 * w32term.h:
927 * widget.h:
928 * window.h:
929 * xgselect.h:
930 * xsettings.h:
931 * xterm.h: Likewise.
932
98601119
DN
9332010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
934
d9170db5
DN
935 * lisp.h: Document that USE_LISP_UNION_TYPE is now enabled using autoconf.
936
98601119
DN
937 Cleanup old code.
938 * dired.c (BSD4_3): Remove all uses, redundant with BSD4_2.
939 * syssignal.h: Remove code for Lynx, not supported anymore.
940 * vm-limit.c: Remove unused code the depends on emacs not being
941 defined and NO_LIM_DATA being defined.
942 * mem-limits.h: Remove dead code.
943
1f984e12
J
9442010-07-01 Jan Djärv <jan.h.d@swipnet.se>
945
c49d071a
J
946 * window.c (Fwindow_absolute_pixel_edges): Doc fix.
947
9d5405ec
J
948 * window.c (calc_absolute_offset, Fwindow_absolute_pixel_edges)
949 (Fwindow_inside_absolute_pixel_edges): New functions (bug#5721).
950
7a18115b
J
951 * nsfns.m (compute_tip_xy): Do not convert coordinates from frame
952 parameters, they are already absolute.
953
581a8100
J
954 * nsterm.m (x_set_window_size, initFrameFromEmacs): Renamed
955 FRAME_NS_TOOLBAR_HEIGHT to FRAME_TOOLBAR_HEIGHT.
956
957 * nsterm.h (FRAME_NS_TOOLBAR_HEIGHT): Rename to FRAME_TOOLBAR_HEIGH
958
959 * nsmenu.m (update_frame_tool_bar, free_frame_tool_bar): Update
960 FRAME_TOOLBAR_HEIGHT.
961
1f984e12
J
962 * nsmenu.m (free_frame_tool_bar, update_frame_tool_bar): Add
963 BLOCK/UNBLOCK_INPUT so asserts don't trigger.
964
c1ef4455
CY
9652010-06-30 Chong Yidong <cyd@stupidchicken.com>
966
967 * frame.c (get_future_frame_param, Fmake_terminal_frame): Don't
968 check default-frame-alist.
969
ce8f5a9a
AS
9702010-06-30 Andreas Schwab <schwab@linux-m68k.org>
971
972 * process.c (create_process): Avoid using invalid file descriptors.
973
974 * callproc.c (child_setup): Avoid closing a file descriptor twice.
975
bf935339
J
9762010-06-30 Jan Djärv <jan.h.d@swipnet.se>
977
978 * xsettings.c (Ffont_get_system_normal_font, Ffont_get_system_font):
979 Improve documentation. Return font regardless of use_system_font.
980 (syms_of_xsettings): Improve documentation for font-use-system-font.
981
7c33a057
CY
9822010-07-10 Chong Yidong <cyd@stupidchicken.com>
983
2ec1b5ee
CY
984 * xfaces.c (realize_face): Garbage the frame if a face is removed
985 (Bug#6593).
986
9872010-07-05 Andreas Schwab <schwab@linux-m68k.org>
988
989 * keyboard.c: Remove duplicate <setjmp.h>.
990 (read_key_sequence): Remove volatile qualifiers.
991
9922010-07-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
993
994 * dispextern.h (FRINGE_HEIGHT_BITS): New define.
995 (struct glyph_row): New members left_fringe_offset and
996 right_fringe_offset.
997
998 * xterm.c (x_draw_fringe_bitmap): Don't clip bottom aligned bitmap
999 specially.
1000 * w32term.c (w32_draw_fringe_bitmap): Likewise.
1001 * nsterm.m (ns_draw_fringe_bitmap): Likewise.
1002
1003 * fringe.c (draw_fringe_bitmap_1): Don't clip bitmap here.
1004 Take account of bitmap offset.
1005 (draw_window_fringes): Take account of window vscroll.
1006 (update_window_fringes): Likewise. Extend top-aligned top indicator
1007 or bottom-aligned bottom indicator to adjacent rows if it doesn't fit
1008 in one row. Don't set redraw_fringe_bitmaps_p outside row comparison.
1009 Set left_fringe_offset and right_fringe_offset (Bug#5634, Bug#6325).
1010
10112010-07-04 Juanma Barranquero <lekktu@gmail.com>
1012
1013 * w32fns.c (Qtooltip): Declare.
1014 Suggested by Andy Moreton <andrewjmoreton@gmail.com>.
1015
10162010-07-03 Jan Djärv <jan.h.d@swipnet.se>
1017
1018 * xmenu.c (x_activate_menubar): Send Press/Release for Gtk+ to avoid
1019 grab on just Press (Bug#6499).
1020
10212010-07-02 Chong Yidong <cyd@stupidchicken.com>
1022
1023 * frame.c (Qtooltip): New var.
1024 (delete_frame): Use it. Fix faulty if statement. Don't update
1025 mode line for tooltip frames. Suggested by Martin Rudalics.
1026
1027 * xfns.c (x_create_tip_frame):
1028 * w32fns.c (x_create_tip_frame): Use it.
1029
10302010-06-17 Naohiro Aota <naota@elisp.net> (tiny change)
769e9d47
KH
1031
1032 * xftfont.c (xftfont_open): Check font width one by one also when
1033 spacing is dual.
1034
1035 * ftfont.c (ftfont_open): Ditto.
1036
6259c2ec
GM
10372010-06-30 Glenn Morris <rgm@gnu.org>
1038
a46007e9
GM
1039 * s/sol2-6.h (INHIBIT_X11R6_XIM): Remove, handled by configure now.
1040
6259c2ec
GM
1041 * Makefile.in (CANNOT_DUMP): Update for configure name change.
1042
1043 * s/freebsd.h (USE_MMAP_FOR_BUFFERS):
1044 * s/irix6-5.h (USE_MMAP_FOR_BUFFERS):
1045 * s/darwin.h (SYSTEM_MALLOC):
1046 * s/sol2-10.h (SYSTEM_MALLOC): Move to configure.
1047
5d1d3d04
J
10482010-06-29 Jan Djärv <jan.h.d@swipnet.se>
1049
1050 * nsfns.m: extern declare Vmenu_bar_mode, Vtool_bar_mode.
1051 (ns_get_screen): Don't assign integer to f.
1052 (Fx_display_color_cells): Declarations before statements.
1053
e547b051
J
10542010-06-28 Jan Djärv <jan.h.d@swipnet.se>
1055
5fc8e5bc
J
1056 * xfns.c (x_default_font_parameter): Remove got_from_system
1057 (Bug#6526).
1058
e547b051
J
1059 * xterm.h (gtk_widget_get_window, gtk_widget_get_mapped)
1060 (gtk_adjustment_get_page_size, gtk_adjustment_get_upper): New
1061 defines based on what configure finds.
1062
1063 * xterm.c (XTflash): Use gtk_widget_get_window.
1064 (xg_scroll_callback): Use gtk_adjustment_get_upper and
1065 gtk_adjustment_get_page_size.
1066 (handle_one_xevent): Use gtk_widget_get_mapped.
1067 (x_term_init): Remove HAVE_GTK_MULTIDISPLAY and associated error
1068 messages.
1069
1070 * xmenu.c (create_and_show_popup_menu): Call gtk_widget_get_mapped.
1071
1072 * gtkutil.h: Replace HAVE_GTK_FILE_BOTH with
1073 HAVE_GTK_FILE_SELECTION_NEW.
1074
1075 * gtkutil.c (xg_display_open, xg_display_close): Remove
1076 HAVE_GTK_MULTIDISPLAY, it is always defined.
1077 (xg_display_open): Return type is void.
1078 (gtk_widget_set_has_window)
1079 (gtk_dialog_get_action_area, gtk_dialog_get_content_area)
1080 (gtk_widget_get_sensitive, gtk_adjustment_set_page_size)
1081 (gtk_adjustment_set_page_increment)
1082 (gtk_adjustment_get_step_increment): #define these if not found
1083 by configure.
1084 (remove_submenu): New define based on Gtk+ version.
1085 (xg_set_cursor, xg_frame_resized, xg_event_is_for_scrollbar): Use
1086 gtk_widget_get_window.
1087 (xg_frame_resized, xg_update_frame_menubar): Use gtk_widget_get_mapped.
1088 (xg_create_frame_widgets): Use gtk_widget_set_has_window.
1089 (create_dialog): Use gtk_dialog_get_action_area and
1090 gtk_dialog_get_content_area.
1091 (xg_uses_old_file_dialog, xg_get_file_name): Remove HAVE_GTK_FILE_BOTH
1092 and HAVE_GTK_FILE_CHOOSER_DIALOG_NEW. File chooser is always
1093 available, so checking for HAVE_GTK_FILE_SELECTION_NEW is enough.
1094 (xg_update_menubar, xg_update_submenu, xg_show_toolbar_item): Use
1095 g_object_ref and g_object_unref.
1096 (xg_update_menu_item, xg_tool_bar_menu_proxy): Use
1097 gtk_widget_get_sensitive.
1098 (xg_update_submenu): Use remove_submenu.
1099 (xg_update_scrollbar_pos): Don't use GtkFixedChild, use child
1100 properties instead to get old x and y position.
1101 (xg_set_toolkit_scroll_bar_thumb): Use gtk_adjustment_get_page_size,
1102 gtk_adjustment_get_step_increment, gtk_adjustment_set_page_size,
2b7e356a 1103 gtk_adjustment_set_step_increment and gtk_adjustment_set_page_increment.
e547b051
J
1104 (xg_get_tool_bar_widgets): New function.
1105 (xg_tool_bar_menu_proxy, xg_show_toolbar_item)
1106 (update_frame_tool_bar): Call xg_get_tool_bar_widgets.
1107 (toolbar_set_orientation): New #define based on if configure
1108 finds gtk_orientable_set_orientation.
1109 (xg_create_tool_bar): Call toolbar_set_orientation.
1110 (xg_make_tool_item, xg_show_toolbar_item): Call gtk_box_pack_start
1111 instead of gtk_box_pack_start_defaults.
1112
b9229673
CY
11132010-06-28 Chong Yidong <cyd@stupidchicken.com>
1114
1115 * cmds.c (Fdelete_backward_char): Move into Lisp.
1116
bbc803b0
DN
11172010-06-27 Dan Nicolaescu <dann@ics.uci.edu>
1118
1119 * s/freebsd.h (BSD4_2): Remove redundant definition.
1120 bsd-common.h defines it already.
1121
6431f2e6
CY
11222010-06-27 Chong Yidong <cyd@stupidchicken.com>
1123
1124 * xfns.c (Fx_create_frame): Don't consult X resouces when setting
1125 menu-bar-lines and tool-bar-lines. Use menu-bar-mode and
1126 tool-bar-mode, which are now set using these X resources at
1127 startup, to determine the defaults (Bug#2249).
1128
1129 * w32fns.c (Fx_create_frame):
1130 * nsfns.m (Fx_create_frame): Likewise.
1131
1132 * frame.c (Vmenu_bar_mode, Vtool_bar_mode): New vars.
1133
8c079ebb
JB
11342010-06-24 Juanma Barranquero <lekktu@gmail.com>
1135
1136 * gtkutil.c (xg_update_scrollbar_pos):
1137 Avoid C99 mid-block variable declaration.
1138
e9b7ab96
JD
11392010-06-22 Jan Djärv <jan.h.d@swipnet.se>
1140
bc869eca
JD
1141 * xterm.c (x_scroll_bar_create): Remove call to xg_show_scroll_bar.
1142
2b7e356a 1143 * gtkutil.h (xg_show_scroll_bar): Remove.
bc869eca
JD
1144
1145 * gtkutil.c (xg_update_scrollbar_pos): Show/hide scroll bar as needed
1146 if height is less than scroll bar min size.
1147 (xg_show_scroll_bar): Remove, show moved to xg_update_scrollbar_pos.
1148
e9b7ab96
JD
1149 * xfns.c (x_default_font_parameter): Try to open font from system
1150 before using it (bug#6478). Rename got_from_gconf to got_from_system.
1151
32a679fd
JD
11522010-06-22 Keith Packard <keithp@keithp.com> (tiny change)
1153
1154 * font.c (font_parse_fcname): Allow . for sizes like 7.5 (bug#6437).
1155
70c4cfbb
EZ
11562010-06-20 Eli Zaretskii <eliz@gnu.org>
1157
1158 * xdisp.c (try_scrolling): When scroll-conservatively is set to
1159 most-positive-fixnum, be extra accurate when scrolling window
1160 start, to avoid missing the cursor line.
1161
ad5a12b5
EZ
11622010-06-19 Eli Zaretskii <eliz@gnu.org>
1163
1164 * xdisp.c (try_scrolling): Compute the limit for searching point
1165 in forward scroll from scroll_max, instead of an arbitrary limit
1166 of 10 screen lines. See
1167 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00766.html
1168 and
1169 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00773.html
1170 for details.
1171
2a64315a 11722010-06-16 Glenn Morris <rgm@gnu.org>
6fda6a0c
GM
1173
1174 * editfns.c (Fbyte_to_string): Pacify compiler.
1175
288cf4e9
SM
11762010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
1177
1178 * lread.c (read1): Phase out old-style backquotes a bit more.
1179
6e6e5760
EZ
11802010-06-12 Eli Zaretskii <eliz@gnu.org>
1181
cbc4fd20
EZ
1182 * makefile.w32-in ($(BLD)/bidi.$(O)): Depend on biditype.h and
1183 bidimirror.h.
1184
1185 * deps.mk (bidi.o): Depend on biditype.h and bidimirror.h.
1186
317fbf33
EZ
1187 * bidi.c (bidi_initialize): Remove explicit initialization of
1188 bidi_type_table; include biditype.h instead. Don't support
288cf4e9 1189 entries whose second codepoint is zero. Initialize bidi_mirror_table.
cbc4fd20 1190 (bidi_mirror_char): Use bidi_mirror_table.
317fbf33
EZ
1191
1192 * biditype.h: New file.
1193
cbc4fd20
EZ
1194 * bidimirror.h: New file.
1195
6e6e5760
EZ
1196 * window.c (syms_of_window): Doc fix (bug#6409).
1197
4176cba2
RF
11982010-06-12 Romain Francoise <romain@orebokech.com>
1199
1200 * Makefile.in (lisp, shortlisp): Use new location of vc-hooks and
1201 ediff-hook.
1202
cb4bfcb5
GM
12032010-06-10 Glenn Morris <rgm@gnu.org>
1204
64c60c2f
GM
1205 * editfns.c (Fbyte_to_string): Pacify compiler.
1206
cb4bfcb5
GM
1207 * m/ibms390x.h: Rather than duplicating ibms390.h, just include it.
1208
2ec1b5ee
CY
12092010-06-26 Andreas Schwab <schwab@linux-m68k.org>
1210
1211 * alloc.c (Fmake_byte_code): Don't access undefined argument
1212 (Bug#6517).
1213
12142010-06-25 Chong Yidong <cyd@stupidchicken.com>
1215
1216 * xdisp.c (next_element_from_image): Ensure that after-strings are
1217 read the next time we hit handle_stop (Bug#1336).
1218
12192010-06-23 Andreas Schwab <schwab@linux-m68k.org>
1220
1221 * lread.c (read1): Signal error if #s is not followed by paren.
1222
12232010-06-19 Chong Yidong <cyd@stupidchicken.com>
1224
1225 * image.c (free_image): Mark frame as garbaged (Bug#6426).
1226
1227 * keymap.c (Fdefine_key): Doc fix (Bug#6460).
1228
12292010-06-15 Glenn Morris <rgm@gnu.org>
1230
1231 * editfns.c (Fbyte_to_string): Pacify compiler.
1232
e454a4a3
SM
12332010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
1234
1235 * dbusbind.c (xd_append_arg): Don't "make-unibyte" the string.
1236 Check `object's type before accessing its guts.
1237
c1b1acc2
DN
12382010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
1239
1240 * s/usg5-4.h: Fix previous change.
1241 Suggested by Lawrence Mitchell <wence@gmx.li>
1242
657d4c0b
AS
12432010-06-08 Andreas Schwab <schwab@linux-m68k.org>
1244
1245 * minibuf.c (Fall_completions): Add more checks.
1246
9b27fd9f
JB
12472010-06-08 Juanma Barranquero <lekktu@gmail.com>
1248
1249 * minibuf.c (Fall_completions): Check COLLECTION's size (bug#6378).
1250
a99ebb40
DN
12512010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
1252
d7c5d87d
DN
1253 * lread.c (X_OK): Remove, unused.
1254
0263a941
DN
1255 * dispnew.c: Remove obsolete comment.
1256
a99ebb40
DN
1257 Remove INCLUDED_FCNTL.
1258 * xterm.c (INCLUDED_FCNTL):
1259 * callproc.c (INCLUDED_FCNTL):
1260 * alloc.c (INCLUDED_FCNTL):
1261 * systty.h (INCLUDED_FCNTL): Remove all uses, not needed anymore.
1262 (emacs_get_tty, emacs_set_tty): Declare unconditionally.
1263
13b5221f
MR
12642010-06-07 Martin Rudalics <rudalics@gmx.at>
1265
1266 * window.c (Fselect_window): Move `record_buffer' up to the
1267 beginning of this function, so the buffer gets recorded
1268 even if the selected window does not change.
1269 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00137.html
1270
5220357f
JB
12712010-06-07 Juanma Barranquero <lekktu@gmail.com>
1272
1273 * cmds.c (Fforward_char, Fbackward_char): Fix typos in docstrings.
1274 (Fforward_line, Fbeginning_of_line): Reflow docstrings.
1275
3085237c
DN
12762010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
1277
1278 Remove BSTRING related code, all platforms define it.
1279 * s/usg5-4.h (BSTRING): Remove definition.
1280 * s/template.h (BSTRING):
1281 * s/msdos.h (BSTRING):
1282 * s/ms-w32.h (BSTRING):
1283 * s/hpux10-20.h (BSTRING):
1284 * s/gnu-linux.h (BSTRING):
1285 * s/darwin.h (BSTRING):
1286 * s/cygwin.h (BSTRING):
1287 * s/bsd-common.h (BSTRING):
1288 * s/aix4-2.h (BSTRING): Likewise.
1289 * sysdep.c: Remove code depending on BSTRING not being defined.
1290
409f2919
JB
12912010-06-05 Juanma Barranquero <lekktu@gmail.com>
1292
1293 Remove obsolete macro BASE_LEADING_CODE_P.
1294 * character.h (BASE_LEADING_CODE_P): Remove.
1295 * regex.c [!emacs] (BASE_LEADING_CODE_P): Remove.
1296 * buffer.c (Fset_buffer_multibyte):
1297 * indent.c (scan_for_column, compute_motion):
1298 * insdel.c (count_combining_before, count_combining_after):
1299 Use LEADING_CODE_P instead of BASE_LEADING_CODE_P.
1300
087fc47a
JB
13012010-06-04 Juanma Barranquero <lekktu@gmail.com>
1302
1303 Turn `directory-sep-char' into a noop.
1304
1305 * lisp.h [WINDOWSNT] (Vdirectory_sep_char): Don't declare.
1306 (DIRECTORY_SEP): Define unconditionally.
1307
1308 * s/ms-w32.h (DIRECTORY_SEP): Remove.
1309
1310 * emacs.c (decode_env_path): Don't check DIRECTORY_SEP,
1311 call dostounix_filename directly.
1312
1313 * fileio.c (CORRECT_DIR_SEPS): Remove.
1314 (Ffile_name_directory, directory_file_name, Fexpand_file_name)
1315 (Fsubstitute_in_file_name): Use dostounix_filename instead.
1316 (file_name_as_directory): Use dostounix_filename, DIRECTORY_SEP.
1317 (syms_of_fileio) <directory-sep-char>: Move to subr.el.
1318
1319 * w32proc.c (CORRECT_DIR_SEPS): Remove.
1320 (Fw32_short_file_name, Fw32_long_file_name): Use dostounix_filename.
1321
0eb7675e
AS
13222010-06-03 Andreas Schwab <schwab@linux-m68k.org>
1323
1324 * process.c (conv_lisp_to_sockaddr): Fix conversion of IPv4
f07b083d 1325 address. (Bug#6346)
0eb7675e 1326
78edd3b7
JB
13272010-06-03 Juanma Barranquero <lekktu@gmail.com>
1328
1329 * ccl.c (Fccl_program_p): Fix typo in docstring.
1330
eb697db5
DN
13312010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
1332
1333 Move UNEXEC definition to autoconf.
1334 * s/usg5-4.h (UNEXEC): Remove, move to configure.in.
1335 * s/sol2-10.h (UNEXEC):
1336 * s/irix6-5.h (UNEXEC):
1337 * s/hpux10-20.h (UNEXEC):
1338 * s/gnu-linux.h (UNEXEC):
1339 * s/darwin.h (UNEXEC):
1340 * s/cygwin.h (UNEXEC):
1341 * s/bsd-common.h (UNEXEC):
1342 * s/aix4-2.h (UNEXEC):
1343 * m/alpha.h (UNEXEC): Likewise.
1344 * Makefile.in (UNEXEC_OBJ): Define using @UNEXEC_OBJ@.
1345
aa3830c4
JB
13462010-06-03 Juanma Barranquero <lekktu@gmail.com>
1347
1348 Remove obsolete pre-unicode2 macros.
1349 * character.h (MULTIBYTE_FORM_LENGTH, PARSE_MULTIBYTE_SEQ): Remove.
1350 * composite.c (composition_reseat_it):
1351 * data.c (Faset):
1352 * fns.c (Ffillarray):
1353 * regex.c (re_search_2): Use BYTES_BY_CHAR_HEAD.
1354 [!emacs] (BYTES_BY_CHAR_HEAD): Define instead of MULTIBYTE_FORM_LENGTH.
1355
d234d13e
JL
13562010-06-03 Juri Linkov <juri@jurta.org>
1357
1358 * buffer.c (Fother_buffer): Add CHECK_FRAME.
1359 (Fswitch_to_buffer): Remove unused variable `err'.
1360
0d4bcf4d
GM
13612010-06-03 Glenn Morris <rgm@gnu.org>
1362
e23dc1e2
GM
1363 * m/template.h (NO_SOCK_SIGIO): Remove, no longer used.
1364
05b09564
GM
1365 * m/hp800.h (alloca) [__NetBSD__ && __GNUC__]: No need to define it,
1366 now that AH_BOTTOM does it.
1367
824e2978
GM
1368 * m/hp800.h (HAVE_ALLOCA):
1369 * m/ibms390x.h (HAVE_ALLOCA): Do not define, no longer needed.
1370
0d4bcf4d
GM
1371 * m/ia64.h, s/gnu-linux.h, s/gnu.h, s/netbsd.h, s/usg5-4.h:
1372 Remove NOT_C_CODE tests, it is always true now.
1373
c55d2abf
DN
13742010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
1375
08a494a3
DN
1376 Fix config.h includes.
1377 * xsettings.c:
1378 * xgselect.c:
1379 * nsterm.m:
1380 * nsselect.m:
1381 * nsimage.m:
1382 * nsfont.m:
1383 * nsfns.m:
1384 * dbusbind.c: Use #include <config.h> instead of "config.h" as all
1385 other files do.
1386
75934b1d
DN
1387 * gmalloc.c: Remove BROKEN_PROTOTYPES reference, unused.
1388
9f32a766
DN
1389 * s/sol2-6.h: Remove obsolete comments.
1390
c55d2abf
DN
1391 Remove unnecessary alloca.h includes.
1392 * keymap.c: Do not include alloca.h, config.h does that.
1393 * sysdep.c: Likewise. Do not define fwrite, not used.
1394
06ac62b4
SM
13952010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1396
1397 * sysdep.c (child_setup_tty): Move the non-canonical initialization to
1398 the HAVE_TERMIO where it belongs (bug#6149).
1399
1ab8293c
SM
14002010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1401
1402 * keymap.c (Fwhere_is_internal): Fix handling of remapping (in thread
1403 of bug#6305).
1404
6dcfd253
EZ
14052010-05-30 Eli Zaretskii <eliz@gnu.org>
1406
1407 * bidi.c (bidi_move_to_visually_next): Make sure the sentinel
1408 state is always cached (bug#6306).
1409
6d26bbb2
EZ
14102010-05-29 Eli Zaretskii <eliz@gnu.org>
1411
06fa4a23
EZ
1412 Fix cursor motion in bidi-reordered continued lines.
1413 * xdisp.c (try_cursor_movement): Backup to non-continuation line
1414 only after finding point's row. Fix the logic. Rewrite the loop
6d26bbb2
EZ
1415 over continuation lines in bidi-reordered buffers. Return
1416 CURSOR_MOVEMENT_MUST_SCROLL upon failure to find a suitable row,
1417 rather than CURSOR_MOVEMENT_CANNOT_BE_USED.
1418
f5783df3
MA
14192010-05-28 Michael Albinus <michael.albinus@gmx.de>
1420
1421 * fileio.c (Fdelete_file): Pass TRASH arg to handler call.
1422
7d56b2dd
KH
14232010-05-28 Kenichi Handa <handa@m17n.org>
1424
1425 * font.c (font_delete_unmatched): Check Vface_ignored_fonts.
1426 Don't sheck SPEC if it is nil.
1427 (font_list_entities): Call font_delete_unmatched if
b925d231 1428 Vface_ignored_fonts is non-nil. (Bug#6287)
7d56b2dd 1429
e58d4ff7
GM
14302010-05-28 Glenn Morris <rgm@gnu.org>
1431
1432 * Makefile.in (LIBES): Remove $LOADLIBES, it is never set.
1433
f1a5d776
CY
14342010-05-27 Chong Yidong <cyd@stupidchicken.com>
1435
1436 * fileio.c (Fdelete_file): Change meaning of optional arg to mean
1437 whether to trash.
1438 (internal_delete_file, Frename_file): Callers changed.
1439 (delete_by_moving_to_trash): Doc fix.
1440 (Fdelete_directory_internal): Don't move to trash.
1441
1442 * callproc.c (delete_temp_file):
1443 * buffer.c (Fkill_buffer): Callers changed.
1444
1445 * lisp.h: Update prototype.
1446
f44a59e6
CY
14472010-05-27 Chong Yidong <cyd@stupidchicken.com>
1448
1449 * xdisp.c (redisplay_window): After redisplay, check if point is
1450 still valid before setting it (Bug#6177).
1451
81ac4f35
GM
14522010-05-27 Glenn Morris <rgm@gnu.org>
1453
1454 * Makefile.in, autodeps.mk, deps.mk, ns.mk:
1455 Convert comments to Makefile format.
1456
1457 * Makefile.in (bootstrap-clean): No more Makefile.c.
1458
ccd89fb3
GM
14592010-05-26 Glenn Morris <rgm@gnu.org>
1460
90278cb6
GM
1461 * Makefile.in (YMF_PASS_LDFLAGS): Remove.
1462 (temacs${EXEEXT}): Use PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS.
1463
ccd89fb3
GM
1464 * Makefile.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
1465 Remove.
1466 (TEMACS_LDFLAGS): Do not use NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
1467
b7050583
KH
14682010-05-26 Kenichi Handa <handa@m17n.org>
1469
1470 * composite.c (composition_compute_stop_pos): Fix condition for
1471 backward scanning.
1472
e5458003
GM
14732010-05-25 Glenn Morris <rgm@gnu.org>
1474
c345fe90
GM
1475 * Makefile.in (@NS_IMPL_GNUSTEP_INC@, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
1476 Move before TEMACS_LDFLAGS.
1477 (TEMACS_LDFLAGS): Use $NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
1478 (temacs${EXEEXT}): Do not use $NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
1479
2e0689ab
GM
1480 * Makefile.in (NOT_C_CODE): No longer define.
1481 (config.h): No longer include.
1482
8009a5e8
GM
1483 * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): Move definition after some
1484 variables it may reference.
1485
e5458003
GM
1486 * Makefile.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
1487 (TEMACS_LDFLAGS): Remove LD_SWITCH_SYSTEM_EXTRA.
1488
10f72a37
KH
14892010-05-25 Kenichi Handa <handa@m17n.org>
1490
1491 * dispextern.h (struct composition_it): New members rule_idx and
1492 charpos.
1493
1494 * xdisp.c (set_iterator_to_next): While scanning backward, assume
1495 that the character positions of IT point the last character of the
1496 current grapheme cluster.
1497 (next_element_from_composition): Don't change character positions
1498 of IT.
1499 (append_composite_glyph): Set glyph->charpos to
1500 it->cmp_it.charpos.
1501
1502 * composite.c (autocmp_chars): Change the first argument to RULE,
1503 and try composition with RULE only.
1504 (composition_compute_stop_pos): Record the index number of the
1505 composition rule in CMP_IT->rule_idx.
1506 (composition_reseat_it): Call autocmp_chars repeatedly until the
1507 correct rule of the composition is found.
1508 (composition_update_it): Set CMP_IT->charpos. Assume the CHARPOS
1509 is at the last character of the current grapheme cluster when
1510 CMP_IT->reversed_p is nonzero.
1511
171eda53 15122010-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
f5b416d2 1513
171eda53
SM
1514 * editfns.c (Fbyte_to_string): New function.
1515
66a9f7f4
SM
15162010-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
1517
1518 * process.c (Fmake_network_process): Set :host to nil if it's not used.
1519 Suggested by Masatake YAMATO <yamato@redhat.com>.
1520
d8c315d1
EZ
15212010-05-23 Eli Zaretskii <eliz@gnu.org>
1522
171eda53 1523 * dispextern.h (init_iterator): Sync prototype with changed definition.
d8c315d1 1524
f5b416d2 15252010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
1526
1527 * s/netbsd.h: If terminfo is found, use it in preference to
1528 termcap. (Bug#6190) [Backport from trunk]
1529
0416466c
EZ
15302010-05-19 Eli Zaretskii <eliz@gnu.org>
1531
11117830 1532 Redesign and reimplement bidi-aware edge positions of glyph rows.
d36fe237
EZ
1533
1534 * dispextern.h (struct glyph_row): New members minpos and maxpos.
1535 (MATRIX_ROW_START_CHARPOS, MATRIX_ROW_START_BYTEPOS)
1536 (MATRIX_ROW_END_CHARPOS, MATRIX_ROW_END_BYTEPOS): Reference minpos
1537 and maxpos members instead of start.pos and end.pos, respectively.
1538
1539 * xdisp.c (display_line): Compare IT_CHARPOS with the position in
1540 row->start.pos, rather than with MATRIX_ROW_START_CHARPOS.
1541 (cursor_row_p): Use row->end.pos rather than MATRIX_ROW_END_CHARPOS.
66a9f7f4
SM
1542 (try_window_reusing_current_matrix, try_window_id):
1543 Use ROW->minpos rather than ROW->start.pos.
d36fe237
EZ
1544 (init_from_display_pos, init_iterator): Use EMACS_INT for
1545 character and byte positions.
66a9f7f4 1546 (find_row_edges): Rename from find_row_end. Accept additional
d36fe237
EZ
1547 arguments for minimum and maximum buffer positions seen by
1548 display_line for this row. Don't use iterator to find the
1549 position following the maximum one; instead, increment the
11117830
EZ
1550 position found by display_line directly. Fix logic; eol_pos
1551 should be tested before the rest. Handle the case of characters
1552 delivered from display vector (bug#6036). Fix tests related to
1553 it->method. Handle the truncated_on_right_p rows.
1554 (RECORD_MAX_MIN_POS): New macro.
1555 (display_line): Use it to record the minimum and maximum buffer
1556 positions for glyphs in the row being assembled. Record the
1557 position of the newline that terminates the line. If word wrap is
1558 in effect, restore minimum and maximum positions seen up to the
1559 wrap point, when iterator returns to it.
1560 (try_window_reusing_current_matrix): Give up if in bidi-reordered
1561 row and cursor not already at point. Restore original pre-bidi
1562 code for unidirectional buffers.
d36fe237
EZ
1563
1564 * dispnew.c (increment_row_positions, check_matrix_invariants):
1565 Increment and check row->start.pos and row->end.pos, in addition
1566 to MATRIX_ROW_START_CHARPOS and MATRIX_ROW_END_CHARPOS.
1567
11117830
EZ
1568 * .gdbinit (prowlims): Display row->minpos and row->maxpos.
1569 Display truncated_on_left_p and truncated_on_right_p flags.
1570 Formatting fixes.
1571 (pmtxrows): Display the ordinal number of each row. Don't display
1572 rows beyond the last one.
1573
1574 * bidi.c (bidi_cache_iterator_state): Don't zero out new_paragraph:
1575 it is not copied by bidi_copy_it.
1576
6e83d800
EZ
15772010-05-22 Eli Zaretskii <eliz@gnu.org>
1578
1579 * w32.c (sys_write): Break writes into chunks smaller than 32MB.
1580 (Bug#6237)
1581
110683ad
CY
15822010-05-22 Chong Yidong <cyd@stupidchicken.com>
1583
1584 * image.c (Fimage_flush): Rename from image-refresh.
1585
98fe5161
CY
15862010-05-21 Chong Yidong <cyd@stupidchicken.com>
1587
1588 * xdisp.c (redisplay_internal): Clear caches even if redisplaying
1589 just one window.
1590
1591 * image.c (Vimage_cache_eviction_delay): Decrease to 300.
1592 (clear_image_cache): If the number of cached images is unusually
1593 large, decrease the cache eviction delay (Bug#6230).
1594
e8752c66
GM
15952010-05-21 Glenn Morris <rgm@gnu.org>
1596
66dbf213
GM
1597 * Makefile.in (${ns_appdir}, ${ns_appbindir}Emacs, ns-app):
1598 Move these rules to ns.mk.
1599 * ns.mk: New file.
1600
04384b2d
GM
1601 * Makefile.in (../src/$(OLDXMENU), $(OLDXMENU)): Always define rules.
1602
e8752c66
GM
1603 * Makefile.in (CANNOT_DUMP): New, set by configure.
1604 (emacs${EXEEXT}, bootstrap-emacs${EXEEXT}): Use $CANNOT_DUMP.
1605
2e2bbddb
JL
16062010-05-20 Juri Linkov <juri@jurta.org>
1607
1608 * fileio.c (Fdelete_file): Change interative spec to use
1609 `read-file-name' like in `find-file-read-args' where the default
1610 value is `default-directory' instead of `buffer-file-name'.
1611 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00533.html
1612
31c4aaf6
KR
16132010-05-20 Kevin Ryde <user42@zip.com.au>
1614
1615 * keyboard.c (Vlast_command, Vkeyboard_translate_table)
1616 (Voverriding_terminal_local_map, Vsystem_key_alist)
1617 (Vlocal_function_key_map): Fix manual link in docstring (Bug#6224).
1618
9d5cf9b6
GM
16192010-05-20 Glenn Morris <rgm@gnu.org>
1620
1621 * Makefile.in (DEPDIR): New constant.
1622 (DEPFLAGS): Set with configure, not cpp.
1623 (MKDEPDIR): New, set by configure.
1624 (.c.o, .m.o, ecrt0.o): Use $MKDEPDIR.
1625 (clean): Use $DEPDIR.
1626 (deps_frag): Include from configure.
1627 Move static/dynamic dependency stuff to deps.mk/autodeps.mk.
1628 * deps.mk, autodeps.mk: New files, extracted from Makefile.in.
1629
ead6f8f5
EZ
1630 * bidi.c (bidi_cache_shrink, bidi_cache_iterator_state): Fix
1631 reallocation of the cache. (Bug#6210)
1632
7f34aec3
GM
16332010-05-19 Glenn Morris <rgm@gnu.org>
1634
d494e8f2
GM
1635 * s/msdos.h (ORDINARY_LINK): Move to sed2v2.inp.
1636
c1d0dcfd
GM
1637 * Makefile.in (LD, YMF_PASS_LDFLAGS): Set with configure, not cpp.
1638 (GNULIB_VAR): Remove.
1639 (LIBES): Use LIB_GCC instead of GNULIB_VAR.
1640
1641 * m/ibms390x.h (LINKER):
1642 * m/macppc.h (LINKER) [GNU_LINUX]:
1643 * s/aix4-2.h (ORDINARY_LINK):
1644 * s/cygwin.h (LINKER):
1645 * s/darwin.h (ORDINARY_LINK):
1646 * s/gnu.h (ORDINARY_LINK):
1647 * s/netbsd.h (LINKER):
1648 * s/usg5-4.h (ORDINARY_LINK):
1649 Move to configure.
1650
7f34aec3
GM
1651 * s/aix4-2.h (LINKER): Remove; this file sets ORDINARY_LINK.
1652
754790b6
CY
16532010-05-18 Chong Yidong <cyd@stupidchicken.com>
1654
1655 * character.c (Fstring, Funibyte_string): Use SAFE_ALLOCA to
1656 prevent stack overflow if number of arguments is too large
1657 (Bug#6214).
1658
161e44d1
JB
16592010-05-18 Juanma Barranquero <lekktu@gmail.com>
1660
1661 * charset.c (load_charset_map_from_file): Don't call close after fclose.
1662
be4ff9da
GM
16632010-05-18 Glenn Morris <rgm@gnu.org>
1664
9539dc5d
GM
1665 * s/gnu-linux.h: Combine two conditionals.
1666
1667 * Makefile.in (otherobj): Include $(VMLIMIT_OBJ) separately from
6665f4c5
GM
1668 $(POST_ALLOC_OBJ).
1669
40dc6bf4
GM
1670 * Makefile.in (RALLOC_OBJ): New, set by configure.
1671 (rallocobj): Replace with the previous variable.
1672 (otherobj): Use $RALLOC_OBJ.
1673
1674 * s/gnu.h (REL_ALLOC) [DOUG_LEA_MALLOC]:
1675 * s/gnu-linux.h (REL_ALLOC) [DOUG_LEA_MALLOC]: Move undef to configure.
1676
be4ff9da
GM
1677 * Makefile.in (GMALLOC_OBJ, VMLIMIT_OBJ): New, set by configure.
1678 (gmallocobj, vmlimitobj): Replace with previous two variables.
1679 (otherobj): Use $GMALLOC_OBJ, $VMLIMIT_OBJ.
1680
16455a85
GM
16812010-05-17 Glenn Morris <rgm@gnu.org>
1682
1683 * Makefile.in (OLDXMENU_DEPS): New, set by configure.
1684 (stamp-oldxmenu): Use $OLDXMENU_DEPS.
1685
5fdb7468
GM
16862010-05-16 Glenn Morris <rgm@gnu.org>
1687
7ca1f3f9
GM
1688 * Makefile.in (${ns_appbindir}Emacs, ns-app): Always define these rules.
1689
7541dad5
GM
1690 * Makefile.in (clean): Get rid of HAVE_NS conditional.
1691
da53fab9
GM
1692 * Makefile.in (ns_appdir, ns_appbindir): Now configure adds the
1693 trailing "/".
1694
b02a6645
GM
1695 * Makefile.in (TEMACS_LDFLAGS2): New, set by configure.
1696 (temacs${EXEEXT}): Combine the NS_IMPL_GNUSTEP case with the default.
1697
8877ca0f
GM
1698 * Makefile.in (GNUSTEP_SYSTEM_LIBRARIES): Remove, unused.
1699 (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New, set by configure.
1700 (LD) [NS_IMPL_GNUSTEP]: Set to $(CC) -rdynamic.
1701 (temacs${EXEEXT}): Remove $LOCALCPP, never defined or referenced.
1702 Make most of the NS_IMPL_GNUSTEP case the same as the default case.
1703
5fdb7468
GM
1704 * Makefile.in (temacs${EXEEXT}) [!NS_IMPL_GNUSTEP]:
1705 Remove ${STARTFLAGS}, nothing ever sets it.
1706
95adb4b1
DN
17072010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
1708
1709 * m/ia64.h (UNEXEC): Remove, set in s/*.h.
1710
676b6304
GM
17112010-05-16 Glenn Morris <rgm@gnu.org>
1712
9beab9ce
GM
1713 * Makefile.in (LIBX_BASE): Always define.
1714
8a95f0e7
GM
1715 * Makefile.in (LIBX_OTHER): Move out of cpp section.
1716
676b6304
GM
1717 * Makefile.in (LIBXT): Always define.
1718
6e546d18
GM
17192010-05-15 Glenn Morris <rgm@gnu.org>
1720
4235ca47 1721 * Makefile.in (OLDXMENU, LIBXMENU, LIBX_OTHER): Always define.
02d4ac0e 1722
6e546d18
GM
1723 * Makefile.in (FONT_DRIVERS): Remove, replace with $FONT_OBJ.
1724 (obj, SOME_MACHINE_OBJECTS): Use $FONT_OBJ.
1725
8c5ff6dd
KR
17262010-05-15 Ken Raeburn <raeburn@raeburn.org>
1727
560bb7ae 1728 * lisp.h (XFLOAT_DATA): Use "0?x:x" to generate an rvalue. (Bug#5916)
52766425
KR
1729 (LISP_MAKE_RVALUE) [!USE_LISP_UNION_TYPE && !__GNUC__]: Likewise.
1730
8b4eb796
KR
1731 * emacs.c (main): Initialize initial-environment and
1732 process-environment before generating from env, not after.
1733
8c5ff6dd
KR
1734 Handle --version reasonably in CANNOT_DUMP configuration.
1735 * emacs.c (emacs_version, emacs_copyright): New string variables.
1736 (Vemacs_version, Vemacs_copyright): New Lisp_Object variables.
1737 (syms_of_emacs): Defvar them, and initialize them from the C
1738 string variables.
1739 (main): If initialization hasn't been done, print initial version
1740 info from the C strings, instead of starting an interactive session.
1741
dbd3f723
EZ
17422010-05-15 Eli Zaretskii <eliz@gnu.org>
1743
d20e1419
EZ
1744 * bidi.c (bidi_paragraph_init): Don't leave alone garbage values
1745 of bidi_it->paragraph_dir. Call bidi_initialize if needed.
2e9abc3d
EZ
1746 (bidi_paragraph_init): Remove redundant assertion that we are at
1747 the beginning of a line after call to bidi_find_paragraph_start.
d20e1419
EZ
1748
1749 * xdisp.c (Fcurrent_bidi_paragraph_direction): New function.
1750 (syms_of_xdisp): Defsubr it.
1751
d36fe237
EZ
1752 * cmds.c (Fforward_char, Fbackward_char): Doc fix.
1753
dbd3f723
EZ
1754 * Makefile.in: Fix MSDOS-related comments.
1755
02be533b
GM
17562010-05-15 Glenn Morris <rgm@gnu.org>
1757
1a82cca9
GM
1758 * Makefile.in (OLDXMENU_TARGET): New, set by configure.
1759 (really-lwlib, really-oldXMenu): Always define.
1760 ($OLDXMENU): Depend on $OLDXMENU_TARGET.
1761
3df7b338
GM
1762 * Makefile.in: Simplify cpp conditional.
1763
2b5f541b
GM
1764 * Makefile.in (${ns_appdir}): Simplify using umask.
1765
02be533b
GM
1766 * Makefile.in (${ns_appdir}): Remove references to CVS-related files.
1767
4e2db1fe
SM
17682010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
1769
1770 * eval.c (specbind): Remove left-over duplicate test.
1771 Disallow let-binding frame-local vars. Add comment.
1772
4b292a22
EZ
17732010-05-14 Eli Zaretskii <eliz@gnu.org>
1774
2fe72643 1775 Make the cache of bidi iterator states dynamically allocated.
1edbd309 1776 * bidi.c (bidi_cache_shrink): New function.
2fe72643
EZ
1777 (bidi_init_it): Call it.
1778 (bidi_cache_iterator_state): Enlarge the cache if needed.
1779
4e2db1fe 1780 * bidi.c (bidi_move_to_visually_next): Rename from
4b292a22
EZ
1781 bidi_get_next_char_visually. All callers changed.
1782
82ebc97b
KH
17832010-05-14 Kenichi Handa <handa@m17n.org>
1784
1785 * dispextern.h (struct composition_it): New member reversed_p.
1786
1787 * composite.c (composition_compute_stop_pos): Search backward if
1788 ENDPOS < CHARPOS.
1789 (composition_reseat_it): Handle the case that ENDPOS < CHARPOS.
1790 Set CMP_IT->reversed_p.
b4b6e17e 1791 (composition_update_it): Pay attention to CMP_IT->reversed_p.
82ebc97b 1792
4e2db1fe
SM
1793 * xdisp.c (set_iterator_to_next):
1794 Call composition_compute_stop_pos with negative ENDPOS if we are
82ebc97b
KH
1795 scanning backward. Call composition_compute_stop_pos if scan
1796 direction is changed.
1797 (next_element_from_buffer): Call composition_compute_stop_pos with
1798 negative ENDPOS if we are scanning backward.
1799 (next_element_from_composition): Pay attention to
1800 IT->cmp_it.reversed_p.
1801
0e5d7800
KH
18022010-05-14 Kenichi Handa <handa@m17n.org>
1803
560bb7ae 1804 * font.c (font_range): Return the range for the font found at first.
0e5d7800 1805
cb027b32
GM
18062010-05-14 Glenn Morris <rgm@gnu.org>
1807
177b0288
GM
1808 * Makefile.in (ns_appdir, ns_appbindir, ns_appsrc): Always define.
1809
fbc00890
GM
1810 * Makefile.in (mktime, X11, register): Move undefs to configure.
1811
f14d1dfd
GM
1812 * Makefile.in (MSDOS_OBJ): Default to empty, let msdos scripts set it.
1813 (MSDOS_X_OBJ): New variable.
1814 (MSDOS_SUPPORT_REAL): New constant.
1815 (MSDOS_SUPPORT): Set as a variable, not with cpp.
1816 (obj): Use MSDOS_X_OBJ.
1817 (lisp): Use MSDOS_SUPPORT as a variable.
1818
11842bd8
GM
1819 * Makefile.in (REAL_MOUSE_SUPPORT): New constant.
1820 (GPM_MOUSE_SUPPORT): Now it's a constant.
1821 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): Set with configure,
1822 not cpp.
1823
489d31a4 1824 * Makefile.in (@NS_IMPL_GNUSTEP_INC@): Use in place of #ifdef.
845612ac 1825 (ns_appresdir): Remove, unused.
e20f1f07 1826
489d31a4
GM
1827 * Makefile.in (SHELL): Move outside cpp section.
1828
cb027b32
GM
1829 * s/netbsd.h (AMPERSAND_FULL_NAME): Remove (defined in AH_BOTTOM).
1830
5a903aa9
GM
18312010-05-13 Glenn Morris <rgm@gnu.org>
1832
3369c79f
GM
1833 * Makefile.in (FONT_DRIVERS): Place with other HAVE_X_WINDOWS stuff.
1834 (TOOLTIP_SUPPORT): Place with other HAVE_WINDOW_SYSTEM stuff.
1835
d5e982a6
GM
1836 * Makefile.in (FONT_DRIVERS): If HAVE_X_WINDOWS is defined,
1837 HAVE_WINDOW_SYSTEM must be too.
1838
6192e163
GM
1839 * Makefile.in (WINNT_SUPPORT): Remove, nt build does not use this file.
1840 (lisp): Remove WINNT_SUPPORT.
1841
472c5d6b
GM
1842 * Makefile.in (OLDXMENU, LIBXMENU) [!HAVE_MENUS]:
1843 Let configure set these variables (to empty) in this case as well.
1844
0116466b
GM
1845 * Makefile.in (LD_SWITCH_X_SITE): Define as a variable, not via cpp.
1846 (LIBX_BASE): Use $LD_SWITCH_X_SITE.
1847
5a903aa9
GM
1848 * Makefile.in (C_SWITCH_X_SYSTEM, C_SWITCH_X_SITE, LIB_STANDARD)
1849 (LIB_MATH, FONTCONFIG_CFLAGS, FONTCONFIG_LIBS, FREETYPE_CFLAGS)
1850 (FREETYPE_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS, M17N_FLT_CFLAGS)
1851 (M17N_FLT_LIBS, GNU_OBJC_CFLAGS, GNUSTEP_SYSTEM_LIBRARIES, LIBGPM)
1852 (LIBRESOLV, UNEXEC_OBJ): For clarity, define variables to hold
c0a2b70a 1853 the values output by configure.
5a903aa9
GM
1854 (ALL_CFLAGS, obj, LIBES, temacs${EXEEXT}): Use the above variables.
1855
1a0d7c06
GM
18562010-05-12 Glenn Morris <rgm@gnu.org>
1857
b5457f14
GM
1858 * Makefile.in (YMF_PASS_LDFLAGS, LD, LINKER): Simplify the logic.
1859 (LINKER_WAS_SPECIFIED): Remove.
1860
1a0d7c06
GM
1861 * Makefile.in (LIB_GCC): Set using configure, not cpp.
1862 (GNULIB_VAR) [!ORDINARY_LINK]: Always set to $LIB_GCC.
1863 * m/arm.h (LIB_GCC) [GNU_LINUX]:
1864 * s/cygwin.h (LIB_GCC):
1865 * s/freebsd.h (LIB_GCC):
1866 * s/gnu-linux.h (LIB_GCC):
1867 * s/msdos.h (LIB_GCC):
1868 * s/netbsd.h (LIB_GCC):
1869 Move to configure.
1870
3ffd4615 18712010-05-11 Karel Klic <kklic@redhat.com>
c90ca7b7
KH
1872
1873 * ftfont.c: Fix incorrect parentheses of #if condition for
1874 definining M17N_FLT_USE_NEW_FEATURE.
1875
acddf8ae
GM
18762010-05-11 Glenn Morris <rgm@gnu.org>
1877
1878 * Makefile.in (LIBS_SYSTEM) [MSDOS]: Do not reset.
1879 * s/msdos.h (MSDOS_LIBS_SYSTEM): Remove.
1880
ae5e04fa
EZ
18812010-05-10 Eli Zaretskii <eliz@gnu.org>
1882
1883 * xdisp.c (init_iterator): Don't turn on bidi reordering in
1884 unibyte buffers. See
1885 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00263.html.
1886
7490175b
GM
18872010-05-10 Glenn Morris <rgm@gnu.org>
1888
97efb629
GM
1889 * Makefile.in (LIBS_SYSTEM): Set using configure, not cpp.
1890 (LIBS_SYSTEM) [MSDOS]: Reset with MSDOS_LIBS_SYSTEM.
1891 (LIBES): Use LIBS_SYSTEM as a variable.
1892 * s/msdos.h (LIBS_SYSTEM): Rename to MSDOS_LIBS_SYSTEM. Always define.
1893 * s/aix4-2.h (LIBS_SYSTEM):
1894 * s/freebsd.h (LIBS_SYSTEM):
1895 * s/hpux10-20.h (LIBS_SYSTEM):
1896 * s/sol2-6.h (LIBS_SYSTEM):
1897 * s/unixware.h (LIBS_SYSTEM):
1898 Move to configure.
1899
7490175b
GM
1900 * s/aix4-2.h (MAIL_USE_LOCKF):
1901 * s/bsd-common.h (MAIL_USE_FLOCK):
1902 * s/darwin.h (MAIL_USE_FLOCK):
1903 * s/gnu-linux.h (MAIL_USE_FLOCK):
1904 * s/irix6-5.h (MAIL_USE_FLOCK):
1905 * s/template.h (MAIL_USE_FLOCK):
1906 Move to configure.
1907
0235128c 19082010-05-08 Chong Yidong <cyd@stupidchicken.com>
61a808e8
CY
1909
1910 * Version 23.2 released.
1911
0235128c 19122010-05-08 Andreas Schwab <schwab@linux-m68k.org>
5dcde606
AS
1913
1914 * composite.c (autocmp_chars): Save point as marker before calling
1915 auto-composition-function (Bug#5984).
1916
1917 * lisp.h (restore_point_unwind): Add prototype.
1918
1919 * fileio.c (restore_point_unwind): Remove static attribute.
1920
0235128c 19212010-05-08 Kenichi Handa <handa@m17n.org>
c4170e32
KH
1922
1923 * ftfont.c (M17N_FLT_USE_NEW_FEATURE): Define it if we can use the
1924 new feature of libotf and m17n-flt.
0235128c
SM
1925 (ftfont_check_otf) [M17N_FLT_USE_NEW_FEATURE]:
1926 Call OTF_check_features even if no specific feature is given.
c4170e32
KH
1927 (PACK_OTF_TAG) [M17N_FLT_USE_NEW_FEATURE]: New macro.
1928 (ftfont_drive_otf) [M17N_FLT_USE_NEW_FEATURE]: Handle the case
1929 that OUT is NULL. Use OTF_drive_gsub_with_log and
1930 OTF_drive_gpos_with_log instead of OTF_drive_gsub and
1931 OTF_drive_gpos.
1932 (ftfont_try_otf) [M17N_FLT_USE_NEW_FEATURE]: New function.
0235128c
SM
1933 (ftfont_shape_by_flt) [M17N_FLT_USE_NEW_FEATURE]:
1934 Setup mflt_enable_new_feature and mflt_try_otf.
1935
4721152c
J
19362010-05-08 Jan Djärv <jan.h.d@swipnet.se>
1937
1938 * xsettings.c (Ftool_bar_get_system_style): Correct comment.
1939
1940 * gtkutil.c (xg_pack_tool_bar): Change show_all to show for handle
1941 box and toolbar (Bug #6139).
1942 (xg_create_tool_bar): Remove comment (Bug #6139).
1943 (xg_make_tool_item): Remove gtk_widget_show_all (Bug #6139).
1944 (xg_show_toolbar_item): Add gtk_widget_show for weventbox (Bug #6139).
1945
ee0a16cf
JB
19462010-05-08 Juanma Barranquero <lekktu@gmail.com>
1947
1948 * makefile.w32-in ($(BLD)/eval.$(O), $(BLD)/w32fns.$(O)):
1949 Update dependencies.
1950
96d79611
EZ
19512010-05-08 Eli Zaretskii <eliz@gnu.org>
1952
1953 * fringe.c (update_window_fringes): Set up truncation bitmaps for
1954 R2L lines.
1955
40c17879
GM
19562010-05-08 Glenn Morris <rgm@gnu.org>
1957
7b42b29f
GM
1958 * Makefile.in (THIS_IS_MAKEFILE): Remove, unused.
1959
40c17879
GM
1960 * Makefile.in (LIBS_TERMCAP): Set with configure, not cpp.
1961 (TERMCAP_OBJ): New, set by configure, replacing termcapobj.
1962 (termcapobj): Replace with TERMCAP_OBJ.
1963 (otherobj): Use $TERMCAP_OBJ instead of $termcapobj.
1964 (LIBES): Use LIBS_TERMCAP as a variable.
1965
1966 * s/freebsd.h (osreldate.h): No longer include, since this file
1967 does not use __FreeBSD_version any more.
1968
1969 * s/aix4-2.h (TERMINFO):
1970 * s/cygwin.h (TERMINFO):
1971 * s/darwin.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
1972 * s/freebsd.h (TERMINFO, LIBS_TERMCAP):
1973 * s/gnu-linux.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
1974 * s/gnu.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
1975 * s/hpux10-20.h (TERMINFO, LIBS_TERMCAP):
1976 * s/irix6-5.h (TERMINFO):
1977 * s/netbsd.h (LIBS_TERMCAP):
1978 * s/openbsd.h (TERMINFO, LIBS_TERMCAP):
1979 * s/sol2-6.h (LIBS_TERMCAP) [!TERMINFO]:
1980 * s/usg5-4.h (TERMINFO):
1981 Move to configure.
1982
94b612ad
SM
19832010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
1984
1985 * eval.c (unbind_to): Don't unbind a local binding into the global
1986 binding when the local binding disappeared. Inversely, don't unbind
1987 a global binding into a newly created local binding.
1988 * data.c (set_internal): Make its `buf' arg into a `where' arg so we
1989 can specify the frame to use, when applicable. Adjust callers.
1990
15e12598 19912010-05-07 Vincent Belaïche <vincent.belaiche@gmail.com>
acd0102a 1992 Stefan Monnier <monnier@iro.umontreal.ca>
15e12598
VB
1993
1994 * floatfns.c (Fisnan, Fcopysign, Ffrexp, Fldexp): New functions.
1995
f724825e
EZ
19962010-05-07 Eli Zaretskii <eliz@gnu.org>
1997
5cba3209
EZ
1998 * w32fns.c: Include w32.h.
1999 (Fw32_shell_execute): Decode the error message before passing it
2000 to `error'. (Bug#6126)
2001
d16bdfc3
EZ
2002 * msdos.c (dos_set_window_size):
2003 * w16select.c (Fx_selection_exists_p): Use `Fsymbol_value (foo)'
2004 instead of `XSYMBOL (foo)->value'.
2005
59d93e87
EZ
20062010-05-07 Eli Zaretskii <eliz@gnu.org>
2007
9fdec8bc
EZ
2008 Fix the MS-DOS build, broken by autoconfiscation.
2009
2010 * Makefile.in: Don't use Make-style comments past the "start of
2011 cpp stuff" line.
2012 (MSDOS_OBJ): Remove xmenu.o (it is now defined by XMENU_OBJ).
2013
2014 * s/msdos.h (UNEXEC): Don't define (@unexec@ in Makefile.in is
2015 edited directly by msdos/sed1v2.inp).
f724825e 2016
2f86b22b
GM
20172010-05-07 Glenn Morris <rgm@gnu.org>
2018
2019 * Makefile.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
2020 (LD_SWITCH_SYSTEM_EXTRA): New variable, set by configure.
2021 (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM and $LD_SWITCH_SYSTEM_EXTRA,
2022 move out of cpp section.
2023 * s/freebsd.h (LD_SWITCH_SYSTEM):
2024 * s/gnu-linux.h (LD_SWITCH_SYSTEM):
2025 * s/netbsd.h (LD_SWITCH_SYSTEM):
2026 * s/openbsd.h (LD_SWITCH_SYSTEM): Move to configure.in.
2027
49ebbd65
DN
20282010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
2029
2030 Define LIB_STANDARD and START_FILES using autoconf.
2031 * s/usg5-4.h (LIB_STANDARD):
2032 * s/netbsd.h (START_FILES):
2033 * s/irix6-5.h (LIB_STANDARD):
2034 * s/hpux10-20.h (LIB_STANDARD, START_FILES):
2035 * s/gnu-linux.h (START_FILES, LIB_STANDARD):
2036 * s/freebsd.h (START_FILES):
2037 * s/darwin.h (START_FILES):
2038 * s/cygwin.h (START_FILES):
2039 * s/aix4-2.h (LIB_STANDARD):
2040 * m/ibmrs6000.h (START_FILES): Remove, move logic to configure.in.
2041 * Makefile.in (STARTFILES): Rename to START_FILES, define using
2042 autoconf, not cpp.
2043
d43c06d6
DN
20442010-05-06 Dan Nicolaescu <dann@ics.uci.edu>
2045
28823648
DN
2046 Remove NEED_BSDTTY and NEED_UNISTD_H.
2047 * s/hpux10-20.h (NEED_BSDTTY): Remove.
2048 * s/aix4-2.h (NEED_UNISTD_H): Remove.
2049 * systty.h: Simplify conditionals for including <sys/bsdtty.h>,
2050 <sys/ptyio.h> and <unistd.h>.
2051
aca00430
DN
2052 * emacs.c (main): Remove NO_DIR_LIBRARY conditional, unused.
2053
d43c06d6
DN
2054 * Makefile.in (STARTFILES): Conditionally define to make the usage clear.
2055 * s/gnu.h (START_FILES): Remove empty definition.
2056
3e56b11d
JD
20572010-05-06 Jan Djärv <jan.h.d@swipnet.se>
2058
2059 * xterm.c (x_draw_image_relief): Move declaration of extra to beginning.
2060
e3cf0cde
GM
20612010-05-06 Glenn Morris <rgm@gnu.org>
2062
2063 * Makefile.in (CPP, LN_S): Remove unused variables.
2064
774b9a60
SM
20652010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
2066
2067 * syntax.c (Fchar_syntax): Check the arg is a character (bug#6080).
2068
4ab92842
LM
20692010-05-05 Lawrence Mitchell <wence@gmx.li>
2070
2071 * m/sparc.h: Fix typo in earlier change.
2072
178f2507
SM
20732010-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
2074
2075 Misc tweaks.
2076 * eval.c (Fdefvaralias): Remove unintended nested if.
2077 (internal_condition_case_2, internal_condition_case_n): Use ANSI type.
2078
80f00217 20792010-05-04 Bernhard Herzog <bh@intevation.de> (tiny change)
991be6d4
JD
2080
2081 * xsmfns.c (smc_save_yourself_CB): strlen(client_id) => strlen(cwd).
2082
ef03a4e6
DN
20832010-05-04 Dan Nicolaescu <dann@ics.uci.edu>
2084
58eb6cf0
DN
2085 Remove BSD_PGRPS.
2086 * s/bsd-common.h (BSD_PGRPS): Remove undef.
2087 * s/gnu-linux.h (BSD_PGRPS): Remove.
2088 * term.c (dissociate_if_controlling_tty):
2089 * sysdep.c (narrow_foreground_group, widen_foreground_group)
2090 (init_sys_modes, reset_sys_modes):
2091 * emacs.c (main):
2092 * callproc.c (Fcall_process, child_setup): Remove code depending
2093 on BSD_PGRPS.
2094
ef03a4e6
DN
2095 Remove POSIX_SIGNALS.
2096 * s/usg5-4.h (POSIX_SIGNALS):
2097 * s/netbsd.h (POSIX_SIGNALS):
2098 * s/msdos.h (POSIX_SIGNALS):
2099 * s/ms-w32.h (POSIX_SIGNALS):
2100 * s/hpux11.h (POSIX_SIGNALS):
2101 * s/gnu.h (POSIX_SIGNALS):
2102 * s/gnu-linux.h (POSIX_SIGNALS):
2103 * s/freebsd.h (POSIX_SIGNALS):
2104 * s/darwin.h (POSIX_SIGNALS):
2105 * s/cygwin.h (POSIX_SIGNALS):
2106 * s/aix4-2.h (POSIX_SIGNALS): Remove definition.
2107 * s/unixware.h:
2108 * s/sol2-6.h: Remove comments on POSIX_SIGNALS.
2109 * process.c (create_process):
2110 * syssignal.h:
2111 * sysdep.c (wait_for_termination, init_signals):
2112 * process.c (create_process):
2113 * msdos.c: POSIX_SIGNALS is always defined on all platforms,
2114 remove all code that assumes the contrary.
2115
49628785
GM
21162010-05-04 Glenn Morris <rgm@gnu.org>
2117
27a2cdfc
GM
2118 * s/gnu-linux.h (LD_SWITCH_SYSTEM): Use LD_SWITCH_X_SITE_AUX as a shell
2119 variable.
2120 * s/netbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
2121 (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH.
2122 * s/openbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
2123 (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH instead of
2124 LD_SWITCH_SYSTEM_tmp.
2125 * Makefile.in (LD_SWITCH_X_SITE_AUX, LD_SWITCH_X_SITE_AUX_RPATH):
2126 New variables, set by configure.
2127
eb21eab5
GM
2128 * s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in.
2129 * s/darwin.h (HEADERPAD_EXTRA, LIBS_NSGUI): Remove.
2130 (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in.
2131 * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): New variable, set by configure.
2132 (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM_TEMACS.
2133
49628785
GM
2134 * s/aix4-2.h (C_SWITCH_SYSTEM):
2135 * m/alpha.h (C_SWITCH_MACHINE):
2136 Move to configure.in.
2137 * Makefile.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM):
2138 New variables, set by configure.
2139 (ALL_CFLAGS): Use $C_SWITCH_MACHINE and $C_SWITCH_SYSTEM in place of
2140 $c_switch_machine and $c_switch_system.
2141
7dff330b
DN
21422010-05-04 Dan Nicolaescu <dann@ics.uci.edu>
2143
2144 * s/hpux10-20.h (LIB_STANDARD): New definition.
2145 * Makefile.in (ORDINARY_LINK): Remove setting LIB_STANDARD based
2146 on it, not used anymore.
2147
53967e09
CY
21482010-05-03 Chong Yidong <cyd@stupidchicken.com>
2149
2150 * eval.c (internal_condition_case_n): Rename from
2151 internal_condition_case_2.
2152 (internal_condition_case_2): New function.
2153
2154 * xdisp.c (safe_call): Use internal_condition_case_n.
2155
2156 * fileio.c (Fdelete_file, internal_delete_file): New arg FORCE.
2157 (internal_delete_file, Frename_file): Callers changed.
2158
2159 * buffer.c (Fkill_buffer):
2160 * callproc.c (delete_temp_file): Callers changed (Bug#6070).
2161
2162 * lisp.h: Update prototypes.
2163
3dee6fdb
GM
21642010-05-03 Glenn Morris <rgm@gnu.org>
2165
2166 * Makefile.in (LIBX_EXTRA, LIBX_BASE): New variables.
2167 (LIBXT_OTHER, LIBX_OTHER): New, set by configure.
2168 (LIBXT): Set with configure, not cpp.
2169 (LIBX): Remove.
2170 (LIBES): Replace $LIBX with $LIBX_BASE and $LIBX_OTHER.
2171
a101e0fb
DN
21722010-05-02 Dan Nicolaescu <dann@ics.uci.edu>
2173
2174 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Remove.
2175 The FreeBSD is not needed, the default works, Solaris version is
2176 not needed, and the remaining case is not supported by configure.
2177
f63d0028
JD
21782010-05-02 Jan Djärv <jan.h.d@swipnet.se>
2179
2180 * xsmfns.c (CHDIR_OPT): New define.
2181 (smc_save_yourself_CB): Add CHDIR_OPT to options to use when
2182 restarting emacs.
2183
2184 * xterm.c (x_connection_closed): Call Fkill_emacs instead of
2185 shut_down_emacs.
2186
2187 * emacs.c (USAGE1): Mention --chdir.
2188 (main): Handle --chdir.
2189 (standard_args): Add --chdir.
2190 (fatal_error_signal): Call Fkill_emacs for SIGTERM and SIGHUP (Bug
2191 #5552).
2192
e4814a9f
DN
21932010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
2194
cd03c74a
DN
2195 Remove LD_SWITCH_MACHINE.
2196 * Makefile.in (LD_SWITCH_MACHINE): Remove definition, unused.
2197 (TEMACS_LDFLAGS): Do not use LD_SWITCH_MACHINE.
2198
c3a398a1
DN
2199 Clean up IRIX code.
2200 * m/iris4d.h (TERMINFO, FIRST_PTY_LETTER): Move definitions ...
2201 * s/irix6-5.h (TERMINFO, FIRST_PTY_LETTER): ... here.
2202
87e7285c
DN
2203 Clean up AIX code.
2204 * m/ibmrs6000.inp: Remove file, unused.
2205 * m/ibmrs6000.h (IBMR2AIX): Remove, unused.
2206 (LD_SWITCH_MACHINE): Rename to LD_SWITCH_SYSTEM_TEMACS, and move
2207 definition ...
2208 * s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): ... here.
2209
80f00217
JB
2210 * sysdep.c (child_setup_tty, init_sys_modes): Remove !IBMR2AIX code,
2211 unused.
e4814a9f 2212
59ca28de
EZ
22132010-05-01 Eli Zaretskii <eliz@gnu.org>
2214
197daef4
EZ
2215 Emulate POSIX_SIGNALS on MS-Windows.
2216
2217 * s/ms-w32.h (POSIX_SIGNALS, struct sigaction, SIG_BLOCK)
2218 (SIG_SETMASK, SIG_UNBLOCK): Define.
d6dae14b
EZ
2219
2220 * sysdep.c (sys_signal) [WINDOWSNT]: #ifdef away.
2221 (wait_for_termination) [WINDOWSNT]: Move MS-Windows specific code
2222 from non-POSIX_SIGNALS section to POSIX_SIGNALS section.
2223
80f00217
JB
2224 * w32.c (sigemptyset, sigaddset, sigfillset, sigprocmask):
2225 New stubs.
197daef4 2226
af7c7572
EZ
2227 Miscellaneous fixes of bidi display.
2228
59ca28de
EZ
2229 * xdisp.c (find_row_end): New function, refactored from display_line.
2230 (display_line): Use it.
017ea819
EZ
2231 (extend_face_to_end_of_line): In almost-filled rows, extend only
2232 if the row is R2L and not continued.
166e930d 2233 (display_line): Fix prepending of truncation glyphs to R2L rows.
af7c7572 2234 Preserve overlay and string info in row->end.
166e930d
EZ
2235 (insert_left_trunc_glyphs): Support addition of left truncation
2236 glyphs to R2L rows.
b47e0dcf 2237 (set_cursor_from_row): Don't place cursor on the vertical border
af7c7572
EZ
2238 glyph between adjacent windows. Fix a crash when a display string
2239 is continued to the next line. Don't return zero if cursor was
2240 found by `cursor' property of a display string.
b47e0dcf
EZ
2241 (try_cursor_movement): Don't assume that row->end == (row+1)->start,
2242 test for that explicitly.
59ca28de 2243
7acac9f4
GM
22442010-05-01 Glenn Morris <rgm@gnu.org>
2245
2246 * Makefile.in (gmallocobj, rallocobj, vmlimitobj): Initialize to null,
2247 for clarity.
2248 (OTHER_OBJ): Remove.
2249 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New, set by configure.
2250 (otherobj): Use PRE_ALLOC_OBJ, POST_ALLOC_OBJ rather than OTHER_OBJ.
2251
45841e65
KK
22522010-05-01 Karel Klíč <kklic@redhat.com>
2253
2254 * fileio.c (Ffile_selinux_context): Context functions may return null.
2255
afc61943
DN
22562010-04-30 Dan Nicolaescu <dann@ics.uci.edu>
2257
80f00217 2258 * s/gnu.h (POSIX_SIGNALS, START_FILES): New definitions.
afc61943 2259
5a1bb006
GM
22602010-04-30 Glenn Morris <rgm@gnu.org>
2261
2262 * Makefile.in (vmlimitobj) [!SYSTEM_MALLOC]: New variable. (Bug#6065)
2263 (OTHER_OBJ): Define as a separate variable, for clarity.
2264
210af043
J
22652010-04-30 Jan Djärv <jan.h.d@swipnet.se>
2266
2267 * xsettings.c: include limits.h and update file comment.
2268
0a7df391
GM
22692010-04-30 Glenn Morris <rgm@gnu.org>
2270
d5096f16
GM
2271 * Makefile.in (OLDXMENU, LIBXMENU) [HAVE_MENUS]:
2272 Set with configure, not cpp.
2273 (LIBW): Remove, replace with $TOOLKIT_LIBW.
2274
7eb1ac33
GM
2275 * Makefile.in (mallocobj): Remove.
2276 (otherobj): Simplify using @OTHER_OBJ@.
2277
517d086b
GM
2278 * Makefile.in (dispnew.o, frame.o, fringe.o, font.o, fontset.o)
2279 (keyboard.o, window.o, xdisp.o, xfaces.o, menu.o):
2280 Don't bother making nsgui.h dependency platform-specific.
2281
0a7df391
GM
2282 * Makefile.in (nsfns.o): Remove duplicate nsgui.h dependency.
2283
d6d23852
SM
22842010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2285
d2630aef
SM
2286 * process.c (read_process_output, exec_sentinel): Don't burp if the
2287 sentinel/filter kills the current buffer (bug#6060).
2288
f9dddf52 2289 Fix wrong-docstring problem introduced with hash-consing. (Bug#6008)
d6d23852
SM
2290 * eval.c (Fautoload): Set doc to a unique number rather than to 0.
2291 Remove unused var `args'.
2292 * lisp.h (XSETCARFASTINT, XSETCDRFASTINT): Remove.
2293 (LOADHIST_ATTACH): Wrap with do...while to avoid surprises for callers.
2294 * doc.c (store_function_docstring): Use XSETCAR.
2295
f1e3642a
GM
22962010-04-28 Glenn Morris <rgm@gnu.org>
2297
faf535f8
GM
2298 * Makefile.in (BASE_WINDOW_SUPPORT, X_WINDOW_SUPPORT): New variables.
2299 (WINDOW_SUPPORT) [HAVE_WINDOW_SYSTEM]: Use them.
2300
c40f9449
GM
2301 * Makefile.in (CYGWIN_OBJ): Set with configure, not cpp.
2302
658f86ca
GM
2303 * Makefile.in (GPM_MOUSE_SUPPORT): New, set by configure.
2304 (MOUSE_SUPPORT) [!HAVE_MOUSE]: Use $GPM_MOUSE_SUPPORT.
2305
bc0b5f61
GM
2306 * Makefile.in (FONT_OBJ): New, set by configure.
2307 (FONT_DRIVERS): Use $FONT_OBJ.
2308
294c50a0
GM
2309 * Makefile.in (LIBXMU): Set with configure, not cpp.
2310 * s/aix4-2.h (LIBXMU):
2311 * s/hpux10-20.h (LIBXMU):
2312 Remove definition, now set in configure.
2313
e6ec4e99
GM
2314 * Makefile.in (NS_OBJ, NS_SUPPORT): Set with configure, not cpp.
2315
f1e3642a
GM
2316 * m/amdx86-64.h [i386]: Move this test to configure.in.
2317
c6ea2936
GM
23182010-04-27 Glenn Morris <rgm@gnu.org>
2319
8fdac2c3
GM
2320 * Makefile.in (LIBXTR6): Set with configure, not cpp.
2321 * s/unixware.h (NEED_LIBW): Remove definition.
2322
986fb647
GM
2323 * Makefile.in (LUCID_LIBW, MOTIF_LIBW): Remove, replacing by...
2324 (TOOLKIT_LIBW): New, set by configure.
2325 (@X_TOOLKIT_TYPE@): No longer define it.
2326
c6ea2936
GM
2327 * Makefile.in (LIBXP): Remove, since included in MOTIF_LIBW.
2328 (MOTIF_LIBW): Set with configure, not cpp.
2329 * s/aix4-2.h (LIB_MOTIF):
2330 * s/gnu-linux.h (LIB_MOTIF):
2331 * s/unixware.h (LIB_MOTIF): Move to configure.in.
2332
aaa36002
DN
23332010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
2334
2335 Reduce CPP usage.
2336 * Makefile.in (LIB_X11_LIB): Remove, inline in the only user.
2337 (obj): Use autoconf for unexec instead of cpp.
ed6281b0
DN
2338 (C_SWITCH_SYSTEM, C_SWITCH_MACHINE, C_SWITCH_X_SITE): Remove
2339 definitions and undefs. Inline definitions in the only user.
2340 (ALL_CFLAGS): Substitute C_SWITCH_X_SYSTEM using autoconf.
aaa36002 2341
b678dd8b
GM
23422010-04-27 Glenn Morris <rgm@gnu.org>
2343
76cda504
GM
2344 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Change the logic around,
2345 since the defaults (set by the system file) are fine in most cases.
2346 [GNU_LINUX, __OpenBSD__, __NetBSD__, __APPLE__]: Remove sections.
2347 * m/ibms390x.h (START_FILES, LIB_STANDARD):
2348 * m/macppc.h (START_FILES, LIB_STANDARD) [GNU_LINUX]:
2349 * m/sparc.h (START_FILES, LIB_STANDARD) [__linux__]:
2350 Remove definitions, since they are set correctly in s/gnu-linux.h.
2351 * s/freebsd.h (START_FILES, LIB_STANDARD):
2352 * s/gnu-linux.h (START_FILES, LIB_STANDARD):
2353 * s/hpux10-20.h (START_FILES):
2354 * s/netbsd.h (START_FILES, LIB_STANDARD, START_FILES_1, END_FILES_1):
2355 Use $CRT_DIR in place of fixed /usr/lib, /lib directories.
2356
b678dd8b
GM
2357 * Makefile.in (LIBXP, LUCID_LIBW, WIDGET_OBJ): Set via configure.
2358 (MOTIF_LIBW): Use $LIBXP.
2359 (otherobj): Use $WIDGET_OBJ.
2360
9452ded1
DN
23612010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
2362
7e10844c
DN
2363 * Makefile.in (LIBS_MACHINE): Remove, unused.
2364
9452ded1
DN
2365 Use autoconf instead of cpp for LIB_MATH.
2366 * s/darwin.h (LIB_MATH): Do not define here, move to configure.
2367 * s/cygwin.h (LIB_MATH): Likewise.
2368 * Makefile.in (LIB_MATH): Do not define with cpp.
2369 (LIBES): Use autoconf for LIB_MATH.
2370
fcebfc6a
KH
23712010-04-26 Kenichi Handa <handa@m17n.org>
2372
2373 * composite.c (Ffind_composition_internal): Fix the return value
2374 for an automatic composition.
2375
39e2ad1b
DN
23762010-04-25 Dan Nicolaescu <dann@ics.uci.edu>
2377
2378 Remove all NO_ARG_ARRAY uses.
2379 * fns.c (concat2, concat3, nconc2):
2380 * eval.c (apply1, call1, call2, call3, call4, call5, call6)
2381 (call7): Remove NO_ARG_ARRAY usage, assume it's always true.
2382 * m/xtensa.h (NO_ARG_ARRAY):
2383 * m/template.h (NO_ARG_ARRAY):
2384 * m/sparc.h (NO_ARG_ARRAY):
2385 * m/sh3.h (NO_ARG_ARRAY):
2386 * m/mips.h (NO_ARG_ARRAY):
2387 * m/macppc.h (NO_ARG_ARRAY):
2388 * m/iris4d.h (NO_ARG_ARRAY):
2389 * m/intel386.h (NO_ARG_ARRAY):
2390 * m/ibms390x.h (NO_ARG_ARRAY):
2391 * m/ibms390.h (NO_ARG_ARRAY):
2392 * m/ibmrs6000.h (NO_ARG_ARRAY):
2393 * m/ia64.h (NO_ARG_ARRAY):
2394 * m/hp800.h (NO_ARG_ARRAY):
2395 * m/arm.h (NO_ARG_ARRAY):
2396 * m/amdx86-64.h (NO_ARG_ARRAY):
2397 * m/alpha.h (NO_ARG_ARRAY): Remove definition.
2398
adf4f59c
EZ
23992010-04-25 Eli Zaretskii <eliz@gnu.org>
2400
6bdf5d65
EZ
2401 * xdisp.c (display_line): Don't assume 2nd call to
2402 get_next_display_element cannot return zero. (Bug#6030)
f538fcec
EZ
2403 (iterate_out_of_display_property): New function, body from pop_it.
2404 (pop_it): Use it.
adf4f59c 2405
dfbbda83
GM
24062010-04-24 Glenn Morris <rgm@gnu.org>
2407
2408 * m/amdx86-64.h (START_FILES, LIB_STANDARD) [__OpenBSD__]:
2409 For clarity, revert to using fixed /usr/lib rather than $CRT_DIR.
2410 (START_FILES, LIB_STANDARD) [__FreeBSD__]: Merge into the generic case,
2411 since CRT_DIR defaults to /usr/lib. Suggested by Dan Nicolaescu.
2412
2d4018aa
EZ
24132010-04-24 Eli Zaretskii <eliz@gnu.org>
2414
a49884a6
EZ
2415 * xdisp.c (display_line): Use `reseat' instead of `reseat_1', and
2416 use `get_next_display_element' and `set_iterator_to_next' to
2417 advance to the next character, when looking for the character that
2418 begins the next row.
2419
76db6fcc 2420 * .gdbinit: Add a "set Fmake_symbol" line to force GDB to load the
2d4018aa
EZ
2421 definition of "struct Lisp_Symbol".
2422
70eab5c1
GM
24232010-04-24 Glenn Morris <rgm@gnu.org>
2424
2425 * Makefile.in (CRT_DIR): New variable, set by configure.
2426 * m/amdx86-64.h, m/ibms390x.h (START_FILES, LIB_STANDARD):
2427 Use $CRT_DIR rather than HAVE_LIB64_DIR. (Bug#5655)
2428
1ad4cc3d
DN
24292010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
2430
e769f484
DN
2431 * Makefile.in: Remove C_SWITCH_X_MACHINE, unused.
2432
4196ff33
DN
2433 * s/cygwin.h (LIBS_DEBUG): Remove, unused.
2434
879b0ee4
DN
2435 Remove redundant flags.
2436 * s/freebsd.h (C_SWITCH_SYSTEM):
2437 * s/hpux10-20.h (C_SWITCH_X_SYSTEM, LD_SWITCH_X_DEFAULT):
2438 * s/netbsd.h (C_SWITCH_SYSTEM):
2439 * s/openbsd.h (LD_SWITCH_X_DEFAULT): Remove, configure takes care
2440 of these.
2441
03cbbcb8
DN
2442 Simplify m/intel386.h.
2443 * m/intel386.h (CRT0_DUMMIES): Remove, inline value in the only
2444 user: ecrt0.c.
2445 (SOLARIS2): Remove LOAD_AVE_TYPE, LOAD_AVE_CVT, LIBS_MACHINE, unused.
2446 (USG5_4): Move LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE definitions to
2447 the only user: s/unixware.h.
2448 * ecrt0.c: Remove #ifndef static. Inline CRT0_DUMMIES definition
2449 from m/intel386.h.
2450 * s/unixware.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE): Definitions
2451 moved here from m/intel386.h.
2452
1ad4cc3d
DN
2453 * m/mips.h: Remove #if 0 code.
2454
8785b888
EZ
24552010-04-23 Eli Zaretskii <eliz@gnu.org>
2456
728588cc
EZ
2457 Fix display of composed characters from L2R scripts in bidi buffers.
2458 * xdisp.c (set_iterator_to_next, next_element_from_composition):
2459 After advancing IT past the composition, resync the bidi iterator
2460 with IT's position. (Bug#5977)
2461
a63f80b4
DN
24622010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
2463
2464 * Makefile.in (LD_SWITCH_MACHINE_TEMACS): Remove, unused.
2465 (TEMACS_LDFLAGS): Don't use LD_SWITCH_SYSTEM_TEMACS.
2466
ff5dec5c
SM
24672010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
2468
2469 * gtkutil.c: Include xsettings.h for Ftool_bar_get_system_style.
2470
8785b888
EZ
24712010-04-23 Eli Zaretskii <eliz@gnu.org>
2472
58ccf243 2473 Support `display' text properties and overlay strings in bidi buffers.
8785b888
EZ
2474 * xdisp.c (pop_it): When the stack is popped after displaying
2475 from a string, bidi-iterate to exit from the text portion covered
2476 by the `display' property or overlay. (Bug#5988, bug#5920)
2477
feeb1604
DN
24782010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
2479
8e324eb6
DN
2480 * m/macppc.h (LD_SWITCH_SYSTEM_TEMACS): Remove #undef.
2481 (LD_SWITCH_MACHINE_TEMACS): Remove, configure sets nocombreloc.
2482
809fcaba
DN
2483 * s/netbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure sets nocombreloc.
2484 * s/openbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove.
2485
ed710380
DN
2486 Simplify STARTFILES definition.
2487 * s/hpux10-20.h (START_FILES): Explicitly define here instead of
2488 relying on Makefile.in to define it.
2489 * s/cygwin.h (START_FILES): Likewise.
2490 * Makefile.in (STARTFILES): Remove conditional code, not needed anymore.
2491
feeb1604
DN
2492 Clean up Solaris code.
2493 * s/sol2-6.h (LD_SWITCH_SYSTEM_TEMACS, C_SWITCH_X_SYSTEM)
2494 (LIB_MOTIF): Remove, configure takes care of this.
2495 (NOT_USING_MOTIF): Remove, unused.
2496 * xrdb.c: Remove #if 0-ed #include.
2497 (SYSV): Remove conditional for old SysV.
2498 * sysdep.c (closedir): Remove conditional code for Solaris,
2499 Solaris has closedir.
2500
a0d0b563
JD
25012010-04-22 Jan Djärv <jan.h.d@swipnet.se>
2502
2503 * xsettings.c (read_and_apply_settings): Check if current_font is
2504 NULL before strcmp (Bug#6001).
2505
56bae7c7
DN
25062010-04-21 Dan Nicolaescu <dann@ics.uci.edu>
2507
2508 Clean up HP-UX files.
2509 * m/hp800.h (NO_REMAP, VIRT_ADDR_VARIES, DATA_SEG_BITS)
2510 (DATA_START, TEXT_START, LOAD_AVE_TYPE, LOAD_AVE_CVT)
2511 (LDAV_SYMBOL, index, rindex): Move definitions only used in HP-UX ...
2512 * s/hpux10-20.h: ... to the only user, here.
2513
372b7a95
EZ
25142010-04-21 Eli Zaretskii <eliz@gnu.org>
2515
2516 * bidi.c (bidi_find_paragraph_start, bidi_at_paragraph_end): Don't
2517 use buffer-local values of paragraph-start and paragraph-separate.
2518 <paragraph_start_re, paragraph_separate_re>: Rename from
2519 fallback_paragraph_start_re and fallback_paragraph_separate_re.
2520 (Bug#5992)
2521
f904c0f9
JD
25222010-04-21 Jan Djärv <jan.h.d@swipnet.se>
2523
2524 * xsettings.c: Qmonospace_font_name, Qtool_bar_style and
2525 current_tool_bar_style are new.
2526 (store_config_changed_event): Rename from store_font_changed_event.
2527 (XSETTINGS_TOOL_BAR_STYLE): New define.
2528 (SEEN_FONT, SEEN_TB_STYLE): New enum values.
2529 (struct xsettings): Add font and tb_style, set xft stuff inside #ifdef
2530 HAVE_XFT.
2531 (something_changedCB): store_font_changed_event is now
2532 store_config_changed_event
2533 (parse_settings): Rename from parse_xft_settings. Read
2534 non-xft xsettings outside #ifdef HAVE_XFT.
2535 (read_settings): Renamed from read_xft_settings.
2536 (apply_xft_settings): Take current settings as parameter. Do not
2537 call read_(xft)_settings.
2538 (read_and_apply_settings): New function.
2539 (xft_settings_event): Do non-xft stuff out of HAVE_XFT. Call
2540 read_and_apply_settings if there are settings to be read.
2541 (init_xsettings): Renamed from init_xfd_settings.
2542 Call read_and_apply_settings unconditionally.
2543 (xsettings_initialize): Call init_xsettings.
2544 (Ftool_bar_get_system_style): New function.
2545 (syms_of_xsettings): Define Qmonospace_font_name and
2546 Qtool_bar_style. Initialize current_tool_bar_style to nil.
f9dddf52 2547 defsubr Stool_bar_get_system_style. Fprovide on
f904c0f9 2548 dynamic-setting.
31a01b90 2549 Move misplaced HAVE_GCONF
f904c0f9
JD
2550
2551 * xsettings.h (Ftool_bar_get_system_style): Declare.
2552
2553 * xdisp.c: Vtool_bar_style, tool_bar_max_label_size,
2554 Qtext, Qboth, Qboth_horiz are new.
2555 (syms_of_xdisp): Intern Qtext, Qboth, Qboth_horiz, DEFVAR
2556 Vtool_bar_style, tool_bar_max_label_size.
2557
2558 * lisp.h: Extern declare Qtext, Qboth, Qboth_horiz.
2559
2560 * keyboard.c: QClabel is new.
2561 (parse_tool_bar_item): Take out QClabel from tool bar items.
2562 Try to construct a label if ther is no QClabel.
2563 (syms_of_keyboard): Intern :label as QClabel.
2564
2565 * dispextern.h (tool_bar_item_idx): TOOL_BAR_ITEM_LABEL is new.
2566 (Vtool_bar_style, tool_bar_max_label_size, DEFAULT_TOOL_BAR_LABEL_SIZE):
2567 New.
2568
2569 * Makefile.in (SOME_MACHINE_LISP): font-setting.el renamed to
2570 dynamic-setting.el.
2571
2572 * gtkutil.c (xg_tool_bar_menu_proxy): Handle label in tool bar item.
2573 (xg_make_tool_item, xg_show_toolbar_item): New function.
2574 (update_frame_tool_bar): Take label from TOOL_BAR_ITEM_LABEL.
2575 Call xg_make_tool_item to make a tool bar item.
2576 Call xg_show_toolbar_item. Use wtoolbar instead of x->toolbar_widget.
2577
2578 * xterm.c (x_draw_image_relief): Take Vtool_bar_button_margin
2579 into account for toolbars.
2580
c632dfda
JD
25812010-04-21 Jan Djärv <jan.h.d@swipnet.se>
2582
2583 * data.c (make_blv): Declarations before code (Bug#5993).
2584
10efe302
GM
25852010-04-21 Glenn Morris <rgm@gnu.org>
2586
2587 * Makefile.in (DBUS_OBJ, GTK_OBJ, XMENU_OBJ, XOBJ):
2588 Define using autoconf, not cpp.
2589 (LIBXSM): New variable, set by autoconf.
2590 (LIBXT): Use $LIBXSM.
2591
4285ac5a
DN
25922010-04-21 Dan Nicolaescu <local_user@dannlt>
2593
3ec759e7
DN
2594 Remove NOMULTIPLEJOBS, unused.
2595 * s/template.h (NOMULTIPLEJOBS):
2596 * s/msdos.h (NOMULTIPLEJOBS): Remove, unused.
2597
4285ac5a
DN
2598 Simplify LD_SWITCH_SYSTEM_TEMACS usage.
2599 * s/freebsd.h (LD_SWITCH_SYSTEM_TEMACS):
2600 * s/gnu-linux.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure
2601 detects -znocombreloc and passes it to the linker
2602 * s/hpux10-20.h (LD_SWITCH_SYSTEM_TEMACS): Remove, empty.
2603
2807228d
GM
26042010-04-21 Glenn Morris <rgm@gnu.org>
2605
2606 * Makefile.in (LIBSELINUX_LIBS): Move out of #ifdef.
2607
574c05e2
KK
26082010-04-21 Karel Klíč <kklic@redhat.com>
2609
2610 * Makefile.in (LIBSELINUX_LIBS): New.
2611 (LIBES): Add $LIBSELINUX_LIBS.
2612 * eval.c, lisp.h (call7): New function.
2613 * fileio.c [HAVE_LIBSELINUX]: Include selinux headers.
2614 (Ffile_selinux_context, Fset_file_selinux_context):
2615 New functions.
2616 (Fcopy_file): New parameter preserve-selinux-context.
2617 (Frename_file): Preserve selinux context when renaming by copy-file.
2618
91eac4bb 26192010-04-21 Juanma Barranquero <lekktu@gmail.com>
acd0102a 2620 Eli Zaretskii <eliz@gnu.org>
91eac4bb 2621
50426a04
JB
2622 Don't depend on cm.c or termcap.c on Windows, use stubs.
2623 * makefile.w32-in (OBJ1): Remove cm.$(O) and termcap.$(O).
2624 ($(BLD)/cm.$(O), $(BLD)/termcap.$(O)): Remove.
2625 * w32console.c (current_tty, cost): New vars; lifted from cm.c.
2626 (evalcost, cmputc, cmcheckmagic, cmcostinit, cmgoto, Wcm_clear)
2627 (sys_tputs, sys_tgetstr): New stubs.
2628 * s/ms-w32.h (chcheckmagic, cmcostinit, cmgoto, cmputc, Wcm_clear)
2629 (tputs, tgetstr): New; define to sys_*.
91eac4bb 2630
938efb77
JB
26312010-04-20 Juanma Barranquero <lekktu@gmail.com>
2632
2633 * buffer.c (syms_of_buffer) <bidi-display-reordering>: Doc fix.
2634
b4bf28b7
SM
26352010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
2636
8b1e1112
SM
2637 * data.c (Fmake_variable_buffer_local, Fmake_local_variable):
2638 Just signal a warning rather than an error when inside a let.
2639 (Fmake_variable_frame_local): Add the same test.
2640
933ac235
SM
2641 * font.c (syms_of_font): Make the style table vars read-only.
2642
b4bf28b7
SM
2643 * buffer.h (struct buffer): Remove unused var `direction_reversed'.
2644 * buffer.c (init_buffer_once, syms_of_buffer): Remove its initialization.
2645
2646 * bidi.c (bidi_initialize): Simplify fallback_paragraph_*_re init.
2647
93d68d0c
EZ
26482010-04-20 Eli Zaretskii <eliz@gnu.org>
2649
2650 Fix R2L paragraph display on TTY.
2651
2652 * xdisp.c (unproduce_glyphs): New function.
2653 (display_line): Use it when produced glyphs are discarded from R2L
2654 glyph rows.
2655 (append_composite_glyph): In R2L rows, prepend the glyph rather
2656 than appending it.
2657
2658 * term.c (append_composite_glyph): In R2L rows, prepend the glyph
2659 rather than append it. Set up the resolved_level and bidi_type
2660 attributes of the appended glyph.
283ccc18
EZ
2661 (produce_special_glyphs): Mirror the backslash continuation
2662 character in R2L lines.
93d68d0c 2663
283ccc18 2664 Implement display of R2L paragraphs in GUI sessions.
26cdf528 2665
283ccc18
EZ
2666 * xdisp.c [HAVE_WINDOW_SYSTEM]: Add prototype for
2667 append_stretch_glyph.
2668 (set_cursor_from_row) <cursor_x>: Remove unused variable. Fix
2669 off-by-one error in computing x at end of text in the row.
2670 (append_stretch_glyph): In reversed row, prepend the glyph rather
2671 than append it. Set resolved_level and bidi_type of the glyph.
2672 (extend_face_to_end_of_line): If the row is reversed, prepend a
2673 stretch glyph whose width is such that the rightmost glyph will be
2674 drawn at the right margin of the window. Fix off-by-one error on
2675 TTY frames in testing whether a line needs face extension. Fix
2676 face extension at ZV. If this is the last glyph row, use
2677 DEFAULT_FACE_ID, to avoid painting the rest of the window with the
2678 region face.
2679 (set_cursor_from_row, display_line): Use
26cdf528
EZ
2680 MATRIX_ROW_CONTINUATION_LINE_P instead of testing value of
2681 row->continuation_lines_width.
283ccc18
EZ
2682 (next_element_from_buffer): Don't call bidi_paragraph_init if we
2683 are at ZV. Fixes a crash when reseated to ZV by
2684 try_window_reusing_current_matrix.
45903529
EZ
2685 (display_and_set_cursor, erase_phys_cursor): Handle negative HPOS,
2686 which happens with R2L glyph rows. Fixes a crash when inserting a
2687 character at end of an R2L line.
283ccc18
EZ
2688 (set_cursor_from_row): Don't be fooled by truncated rows: don't
2689 treat them as having zero-width characters. Improve comments.
2690 Don't reverse pos_before and pos_after for reversed glyph rows.
2691 Set cursor.x to negative value when the cursor might be on the
2692 left fringe.
2693 (IT_OVERFLOW_NEWLINE_INTO_FRINGE): For R2L lines, consider the
2694 left fringe, not the right one.
f951a506
EZ
2695 (notice_overwritten_cursor, draw_phys_cursor_glyph)
2696 (erase_phys_cursor): For reversed cursor_row, support cursor on
2697 the left fringe.
2698
283ccc18
EZ
2699 * fringe.c (update_window_fringes): For R2L rows, swap the bitmaps
2700 of continuation indicators on the fringes.
2701 (draw_fringe_bitmap): For reversed glyph rows, allow cursor on the
2702 left fringe.
2703
f951a506
EZ
2704 * w32term.c (w32_draw_window_cursor): For reversed glyph rows,
2705 draw cursor on the left fringe.
2706
2707 * xterm.c (x_draw_window_cursor): For reversed glyph rows, draw
2708 cursor on the left fringe.
2709
f951a506
EZ
2710 * dispnew.c (update_text_area): Handle reversed desired rows when
2711 the cursor is on the left fringe.
2712 (set_window_cursor_after_update): Limit cursor's hpos by -1 from
2713 below, not by 0, for when the cursor is on the left fringe.
2714
3bb49aaf
JD
27152010-04-20 Jan Djärv <jan.h.d@swipnet.se>
2716
2717 * gtkutil.c (xg_event_is_for_scrollbar): Check if grabbed
2718 widget is a scrollbar.
2719
c0be27fd
KH
27202010-04-20 Kenichi Handa <handa@m17n.org>
2721
2722 * charset.c (char_charset): Consider Vcharset_non_preferred_head
2723 only when the arg CHARSET_LIST is nil.
2724
ce5b453a
SM
27252010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
2726
2727 Make variable forwarding explicit rather the using special values.
2728 Basically, this makes the structure of buffer-local values and object
2729 forwarding explicit in the type of Lisp_Symbols rather than use
2730 special Lisp_Objects for that. This tends to lead to slightly more
2731 verbose code, but is more C-like, simpler, and makes it easier to make
2732 sure we handled all cases, among other things by letting the compiler
2733 help us check it.
2734 * lisp.h (enum Lisp_Misc_Type, union Lisp_Misc):
2735 Removing forwarding objects.
2736 (enum Lisp_Fwd_Type, enum symbol_redirect, union Lisp_Fwd): New types.
2737 (struct Lisp_Symbol): Make the various forms of variable-forwarding
2738 explicit rather than hiding them inside Lisp_Object "values".
2739 (XFWDTYPE): New macro.
2740 (XINTFWD, XBOOLFWD, XOBJFWD, XKBOARD_OBJFWD): Redefine.
2741 (XBUFFER_LOCAL_VALUE): Remove.
2742 (SYMBOL_VAL, SYMBOL_ALIAS, SYMBOL_BLV, SYMBOL_FWD, SET_SYMBOL_VAL)
2743 (SET_SYMBOL_ALIAS, SET_SYMBOL_BLV, SET_SYMBOL_FWD): New macros.
2744 (SYMBOL_VALUE, SET_SYMBOL_VALUE): Remove.
2745 (struct Lisp_Intfwd, struct Lisp_Boolfwd, struct Lisp_Objfwd)
2746 (struct Lisp_Buffer_Objfwd, struct Lisp_Kboard_Objfwd):
2747 Remove the Lisp_Misc_* header.
2748 (struct Lisp_Buffer_Local_Value): Redefine.
2749 (BLV_FOUND, SET_BLV_FOUND, BLV_VALUE, SET_BLV_VALUE): New macros.
2750 (struct Lisp_Misc_Any): Add filler to get the right size.
2751 (struct Lisp_Free): Use struct Lisp_Misc_Any rather than struct
2752 Lisp_Intfwd.
2753 (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL, DEFVAR_INT)
2754 (DEFVAR_KBOARD): Allocate a forwarding object.
2755 * data.c (do_blv_forwarding, store_blv_forwarding): New macros.
2756 (let_shadows_global_binding_p): New function.
2757 (union Lisp_Val_Fwd): New type.
2758 (make_blv): New function.
2759 (swap_in_symval_forwarding, indirect_variable, do_symval_forwarding)
2760 (store_symval_forwarding, swap_in_global_binding, Fboundp)
2761 (swap_in_symval_forwarding, find_symbol_value, Fset)
2762 (let_shadows_buffer_binding_p, set_internal, default_value)
2763 (Fset_default, Fmake_variable_buffer_local, Fmake_local_variable)
2764 (Fkill_local_variable, Fmake_variable_frame_local)
2765 (Flocal_variable_p, Flocal_variable_if_set_p)
2766 (Fvariable_binding_locus):
2767 * xdisp.c (select_frame_for_redisplay):
2768 * lread.c (Fintern, Funintern, init_obarray, defvar_int)
2769 (defvar_bool, defvar_lisp_nopro, defvar_lisp, defvar_kboard):
2770 * frame.c (store_frame_param):
2771 * eval.c (Fdefvaralias, Fuser_variable_p, specbind, unbind_to):
2772 * bytecode.c (Fbyte_code) <varref, varset>: Adapt to the new symbol
2773 value structure.
2774 * buffer.c (PER_BUFFER_SYMBOL): Move from buffer.h.
2775 (clone_per_buffer_values): Only adjust markers into the current buffer.
2776 (reset_buffer_local_variables): PER_BUFFER_IDX is never -2.
2777 (Fbuffer_local_value, set_buffer_internal_1)
2778 (swap_out_buffer_local_variables):
2779 Adapt to the new symbol value structure.
2780 (DEFVAR_PER_BUFFER): Allocate a Lisp_Buffer_Objfwd object.
2781 (defvar_per_buffer): Take a new arg for the fwd object.
2782 (buffer_lisp_local_variables): Return a proper alist (different fix
2783 for bug#4138).
2784 * alloc.c (Fmake_symbol): Use SET_SYMBOL_VAL.
2785 (Fgarbage_collect): Don't handle buffer_defaults specially.
2786 (mark_object): Handle new symbol value structure rather than the old
2787 special Lisp_Misc_* objects.
2788 (gc_sweep) <symbols>: Free also the buffer-local-value objects.
2789 * term.c (set_tty_color_mode):
2790 * bidi.c (bidi_initialize): Don't access the ->value field directly.
2791 * buffer.h (PER_BUFFER_VAR_OFFSET): Don't bother with
2792 a buffer_local_flags.
2793 * print.c (print_object): Get rid of impossible forwarding objects.
2794
fd3998ff
EZ
27952010-04-19 Eli Zaretskii <eliz@gnu.org>
2796
2797 * bidi.c (bidi_get_type, bidi_get_category)
2798 (bidi_at_paragraph_end, bidi_resolve_weak, bidi_resolve_neutral)
ce5b453a
SM
2799 (bidi_type_of_next_char, bidi_level_of_next_char):
2800 Declare static. Use `INLINE' rather than `inline'.
fd3998ff 2801
e42cd1a7
JB
28022010-04-19 Juanma Barranquero <lekktu@gmail.com>
2803
2804 * dired.c (Ffile_attributes): Fix typo in docstring.
2805
6e104790 28062010-04-19 Adrian Robert <Adrian.B.Robert@gmail.com>
79353a53
AR
2807
2808 * nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as
2809 NSInteger (Bug#5811).
2810
6e104790 28112010-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
658b9b93
YM
2812
2813 * s/darwin.h (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF)
2814 (PTY_OPEN): New defines. Use openpty (Bug#726, Bug#5819).
2815
6e104790 28162010-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16009a0e
YM
2817
2818 * frame.h (FRAME_LINE_TO_PIXEL_Y): Add missing parenthesis.
2819
6e104790
SM
28202010-04-19 Chong Yidong <cyd@stupidchicken.com>
2821
2822 * xdisp.c (prepare_menu_bars): Don't call ns_set_doc_edited for
2823 terminal frames (Bug#5837).
2824
37dcfea0
EZ
28252010-04-19 Eli Zaretskii <eliz@gnu.org>
2826
d1da276f
EZ
2827 * .gdbinit (xsubchartable): New command.
2828
37dcfea0
EZ
28292010-04-19 Eli Zaretskii <eliz@gnu.org>
2830
2831 * xdisp.c (display_line): Don't write beyond the last glyph row in
9166b0f3 2832 the desired matrix. Fixes a crash in "emacs -nw" (bug#5972), see
37dcfea0
EZ
2833 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00075.html
2834 and
2835 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00213.html
2836
e9515805
SM
28372010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
2838
2839 * alloc.c (Fpurecopy): Hash-cons if requested.
2840 (syms_of_alloc): Update purify-flag docstring.
2841
22aa44a8
JD
28422010-04-18 Jan Djärv <jan.h.d@swipnet.se>
2843
2844 * gtkutil.c (xg_set_geometry): Set size in geometry string also.
2845 (x_wm_set_size_hint): Set USER_POS in hint_flags (Bug#5968).
2846
ebb5722e
EZ
28472010-04-17 Eli Zaretskii <eliz@gnu.org>
2848
2849 Fix a crash when an NSM character is inserted at BEGV.
2850
2851 * bidi.c (bidi_init_it): Fix initialization of bidi_it->prev.
2852 (bidi_resolve_weak): Don't use prev.type_after_w1 if it is
2853 NEUTRAL_B or UNKNOWN_BT.
2854
0f4442ef
EZ
28552010-04-16 Eli Zaretskii <eliz@gnu.org>
2856
2857 * xdisp.c (set_cursor_from_row): Don't consider possibility of
2858 other rows with cursor unless they are different from this row and
2859 this row is part of a continued line. (Bug#5943)
2860
7d4e45f8
DN
28612010-04-16 Dan Nicolaescu <dann@ics.uci.edu>
2862
2863 * s/freebsd.h: Restore osreldate.h include.
2864 Suggested by Naohiro Aota.
2865
5ba5ec85
J
28662010-04-16 Jan Djärv <jan.h.d@swipnet.se>
2867
2868 * xmenu.c (apply_systemfont_to_menu): *childs was incorrectly used.
2869
20af301d
CY
28702010-04-16 Ken Brown <kbrown@cornell.edu> (tiny change)
2871
2872 * s/cygwin.h: Avoid linking against static libgcc.
2873
a4b000fb
JL
28742010-04-15 Juri Linkov <juri@jurta.org>
2875
2876 * window.c: Add Qscroll_command.
2877 Remove Vscroll_preserve_screen_position_commands.
2878 (window_scroll_pixel_based, window_scroll_line_based): Check the
2879 `scroll-command' property on the last command instead of searching
2880 the last command in Vscroll_preserve_screen_position_commands.
2881 (syms_of_window): Initialize and staticpro `Qscroll_command'.
2882 Put Qscroll_command property on Qscroll_up and Qscroll_down.
2883 (scroll-preserve-screen-position): Doc fix.
2884 (Vscroll_preserve_screen_position_commands): Remove variable.
2885
bc319ba4
DN
28862010-04-15 Dan Nicolaescu <dann@ics.uci.edu>
2887
6bb24457
DN
2888 * xdisp.c (message): Do not use NO_ARG_ARRAY.
2889
19d4c244
DN
28902010-04-14 Dan Nicolaescu <dann@ics.uci.edu>
2891
2892 Reduce cpp use in Makefile.in.
2893 * Makefile.in (DBUS_CFLAGS, DBUS_LIBS, GCONF_CFLAGS, GCONF_LIBS)
2894 (LIBSOUND, CFLAGS_SOUND, RSVG_LIBS, RSVG_CFLAGS, INTERVALS_H)
2895 (GETLOADAVG_LIBS, RUN_TEMACS): Move to the autoconf section.
2896 (ORDINARY_LINK): Remove, defined in src/s/gnu.h.
2897 (CRT0_COMPILE): Remove, inline it in the only user.
2898
32129746
JL
28992010-04-14 Juri Linkov <juri@jurta.org>
2900
2901 * window.c (keys_of_window): Rebind `C-v' from `scroll-up' to
2902 `scroll-up-command' and `M-v' from `scroll-down' to
2903 `scroll-down-command'.
2904
9013a7f8
JL
29052010-04-14 Juri Linkov <juri@jurta.org>
2906
2907 * window.c (Vscroll_preserve_screen_position_commands): New variable
2908 with the default value as the list of Qscroll_down and Qscroll_up.
2909 (window_scroll_pixel_based, window_scroll_line_based): Search the
2910 last command in the list Vscroll_preserve_screen_position_commands
2911 instead of comparing with Qscroll_up and Qscroll_down.
2912
4bef8d26
JD
29132010-04-13 Jan Djärv <jan.h.d@swipnet.se>
2914
92848133
JD
2915 * gtkutil.c (xg_set_geometry): Set geometry for PPosition also.
2916 (x_wm_set_size_hint): Dont set position flags, gtk_window_parse_geometry
2917 does that.
2918
4bef8d26
JD
2919 * xfns.c (Fx_create_frame, x_create_tip_frame): Set default border width
2920 to zero.
2921
58b963f7
SM
29222010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
2923
84164a0d
SM
2924 * term.c (init_tty): Move common text outside of #ifdef TERMINFO.
2925
2b0a91e7
SM
2926 Try to solve the problem of spurious EOF chars in long lines of text
2927 sent to interactive subprocesses.
2928 * sysdep.c (child_setup_tty): Do not enable ICANON any more.
2929 (system_process_attributes): Remove unused var `ttotal'.
2930 * process.c (send_process): Don't bother breaking long line with EOF
2931 chars when talking to ttys any more.
2932 (wait_reading_process_output): Output a warning when called in such
2933 a way that it could block without being interruptible.
2934
58b963f7
SM
2935 Try to detect file modification within the same second.
2936 * buffer.h (struct buffer): New field modtime_size.
2937 * buffer.c (reset_buffer): Initialize it.
2938 * fileio.c (Finsert_file_contents, Fwrite_region): Set it.
2939 (Fverify_visited_file_modtime): Check it.
2940 (Fclear_visited_file_modtime, Fset_visited_file_modtime): Clear it.
2941 (Fset_visited_file_modtime): Set (or clear) it.
2942
01f5787b
SM
29432010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
2944
2945 * process.c (status_notify): Remove unused var `ro'.
2946
83725342
JD
29472010-04-12 Jan Djärv <jan.h.d@swipnet.se>
2948
2949 * xfns.c (select_visual): Don't call error if XGetVisualInfo returns
2950 more than one visual (Bug#5938).
2951
b9465836
DN
29522010-04-12 Dan Nicolaescu <dann@ics.uci.edu>
2953
50426a04
JB
2954 * Makefile.in (C_SWITCH_SYSTEM,C_SWITCH_MACHINE,C_SWITCH_X_SITE):
2955 Undefine.
b9465836 2956
8d9c8ece
DN
29572010-04-11 Dan Nicolaescu <dann@ics.uci.edu>
2958
b1f52161
DN
2959 Remove C_SWITCH_SYSTEM_TEMACS.
2960 * s/darwin.h (C_SWITCH_SYSTEM_TEMACS): Remove.
2961 (malloc, realloc, free): Use emacs, not temacs for conditional
2962 definition.
2963
2964 * Makefile.in (C_SWITCH_SYSTEM_TEMACS): Remove.
2965 (ALL_CFLAGS): Do not use C_SWITCH_SYSTEM_TEMACS.
2966
8d9c8ece
DN
2967 Use autoconf, not cpp for some variables.
2968 * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE)
2969 (C_SWITCH_X_SITE): Define using autoconf, not cpp.
2970 (ALL_CFLAGS): Use them as make variables.
2971 (really-lwlib, really-oldXMenu): Do not pass them.
2972
1ecb2d3f
JD
29732010-04-11 Jan Djärv <jan.h.d@swipnet.se>
2974
2975 * xmenu.c (apply_systemfont_to_dialog): New.
2976 (create_and_show_dialog): Call apply_systemfont_to_dialog if HAVE_XFT.
2977
3a4fa2f2
SM
29782010-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2979
97e53006
SM
2980 * process.c (exec_sentinel): Preserve current-buffer.
2981
3a4fa2f2
SM
2982 * process.c (read_process_output): Move the save-current-buffer to
2983 apply to both the filter and the non-filter branches.
2984
88df7221
DN
29852010-04-10 Dan Nicolaescu <dann@ics.uci.edu>
2986
2987 * s/msdos.h (UNEXEC): New definition.
2988
5634ff85
YM
29892010-04-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2990
6eff5c3d
YM
2991 * dispextern.h (TRY_WINDOW_CHECK_MARGINS)
2992 (TRY_WINDOW_IGNORE_FONTS_CHANGE): New defines.
2993
2994 * xdisp.c (try_window): Change arg from CHECK_MARGINS to FLAGS.
2995 Don't abort with fonts change if TRY_WINDOW_IGNORE_FONTS_CHANGE is
2996 set in FLAGS. Callers with non-zero CHECK_MARGINS changed to use
2997 TRY_WINDOW_CHECK_MARGINS.
2998
2999 * xfns.c (Fx_show_tip): Undo last change. Call try_window with
5b253e9c
YM
3000 TRY_WINDOW_IGNORE_FONTS_CHANGE (Bug#2423). Subtract last glyph's
3001 width only when it is for padding.
5634ff85 3002
b13aef54
J
30032010-04-09 Jan Djärv <jan.h.d@swipnet.se>
3004
3005 * xfns.c (Fx_show_tip): Call try_window in a loop until
3006 fonts_changed_p is zero (Bug#2423).
3007
21d28484
EZ
30082010-04-08 Eli Zaretskii <eliz@gnu.org>
3009
3010 * xdisp.c (set_cursor_from_row): Don't dereference glyphs beyond
3011 the end of TEXT_AREA. (Bug#5856)
3012
0269ef77
JD
30132010-04-08 Jan Djärv <jan.h.d@swipnet.se>
3014
3015 * xsettings.c (XSETTINGS_FONT_NAME): Move XSETTINGS_FONT_NAME out of
3016 HAVE_GCONF.
3017
5930fe97
EZ
30182010-04-08 Eli Zaretskii <eliz@gnu.org>
3019
3020 * bidi.c (bidi_resolve_weak): Use prev.type_after_w1, instead of
3021 prev.orig_type, for resolving type of NSM. (Bug#5858)
3022
99852628
JD
30232010-04-08 Jan Djärv <jan.h.d@swipnet.se>
3024
3025 * xsettings.c (current_font, SYSTEM_FONT, XSETTINGS_FONT_NAME): New.
3026 (parse_xft_settings): Also check for XSETTINGS_FONT_NAME and save that
3027 in current_font.
3028 (init_gconf): Read value of SYSTEM_FONT and save it in current_font.
50426a04
JB
3029 (Ffont_get_system_normal_font, xsettings_get_system_normal_font):
3030 New functions.
3031 (syms_of_xsettings): Initialize current_font.
3032 defsubr Sfont_get_system_normal_font.
99852628
JD
3033
3034 * xsettings.h (Ffont_get_system_normal_font,
3035 xsettings_get_system_normal_font): Declare.
3036
3037 * xfns.c (extern xlwmenu_default_font): Remove.
3038 (Fx_create_frame): Remove setting of xlwmenu_default_font, moved
3039 to xlwmenu.c.
3040
3041 * menu.c (digest_single_submenu): If USE_LUCID and HAVE_XFT, encode
3042 menu items in UTF-8.
3043
3044 * xmenu.c: include xsettings.h and xlwmenu.h if USE_LUCID.
3045 (apply_systemfont_to_menu): New function.
3046 (set_frame_menubar, create_and_show_popup_menu): Call
3047 apply_systemfont_to_menu.
3048
7fc874c4
J
30492010-04-07 Jan Djärv <jan.h.d@swipnet.se>
3050
3051 * frame.h (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Don't use
3052 FRAME_LINE_TO_PIXEL_Y.
3053
3054 * xterm.c (x_set_window_size_1): Don't add border_width/height to
3055 pixelwidth/height.
3056
863bf481
DN
30572010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
3058
5e5a3b92
DN
3059 Simplify code for HP machines.
3060 * m/hp800.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, NO_REMAP): Do not define
3061 for GNU_LINUX, not needed.
3062 (UNEXEC, NEED_BSDTTY): Move definitions...
3063 * s/hpux10-20.h (UNEXEC, NEED_BSDTTY): ... here.
3064
863bf481
DN
3065 * m/iris4d.h (UNEXEC): Move definition ...
3066 * s/irix6-5.h (UNEXEC): ... here.
3067
3e6bec3b
JD
30682010-04-04 Jan Djärv <jan.h.d@swipnet.se>
3069
3070 * xfns.c (set_machine_and_pid_properties): New function.
3071 (Fx_create_frame): Call set_machine_and_pid_properties.
3072
2912322b
SM
30732010-04-03 Eli Zaretskii <eliz@gnu.org>
3074
1502b819
EZ
3075 * bidi.c (bidi_resolve_explicit, bidi_level_of_next_char): Check
3076 bidi_it->bytepos against ZV_BYTE instead of bidi_it->ch against
3077 BIDI_EOB. Fixes infloop with vertical cursor motion at ZV.
3078
2912322b
SM
3079 * w32fns.c (x_create_tip_frame): Copy `parms' before we modify it
3080 in this function. (Bug#5703)
3081
30822010-04-03 Chong Yidong <cyd@stupidchicken.com>
3083
3084 * nsterm.h: Fix last change.
3085
c435b432
DN
30862010-04-03 Dan Nicolaescu <dann@ics.uci.edu>
3087
a568f507
DN
3088 * m/intel386.h (NO_REMAP): Move definition ...
3089 * s/msdos.h (NO_REMAP): ... here.
3090
4cd9f6c2
DN
3091 * m/vax.h (CRT0_DUMMIES): Remove, unused.
3092
c435b432
DN
3093 * ecrt0.c: Remove MSDOS, m68k and __sparc__ conditionals, file not
3094 used on those platforms.
3095
42a2c622
DN
30962010-04-02 Dan Nicolaescu <dann@ics.uci.edu>
3097
3098 Remove extern errno declarations.
3099 * xterm.c:
3100 * xrdb.c:
3101 * w32term.c:
3102 * unexec.c:
3103 * unexaix.c:
3104 * sysdep.c:
3105 * process.c:
3106 * lread.c:
3107 * keyboard.c:
3108 * floatfns.c:
3109 * filelock.c:
3110 * fileio.c:
3111 * emacs.c (main):
3112 * ecrt0.c:
3113 * dispnew.c:
3114 * callproc.c:
3115 * buffer.c: Remove errno extern declarations.
3116 * s/netbsd.h (NEED_ERRNO): Remove.
3117
8224f93d
DN
31182010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
3119
3120 Remove all uses of LIBX11_SYSTEM.
3121 * Makefile.in (LIBX11_SYSTEM): Remove.
3122 * s/msdos.h (LIBX11_SYSTEM): Do not define, define LIBS_SYSTEM
3123 instead.
3124
814062c7
EZ
31252010-04-01 Eli Zaretskii <eliz@gnu.org>
3126
ed68db4d
EZ
3127 Remove support for DJGPP v1.x (bug#5813).
3128
3129 * w16select.c (__dpmi_int): Remove DJGPP v1.x compatibility.
8224f93d
DN
3130 * s/msdos.h:
3131 * unexec.c (make_hdr, copy_text_and_data):
3132 * sysdep.c (wait_for_termination, sys_subshell):
ed68db4d 3133 * msdos.c (dos_set_window_size, msdos_set_cursor_shape)
52f4d8d5
EZ
3134 (IT_set_terminal_modes, __write, _rename, gethostname)
3135 (gettimeofday, alarm, fork, kill, dos_ttraw, dos_ttcooked)
3136 (run_msdos_command, abort): Remove DJGPP v1.x code and tests of
3137 the value of __DJGPP__.
ed68db4d
EZ
3138 (nice, pause, sigsetmask, sigblock): Remove DJGPP v1.x
3139 compatibility code.
8224f93d
DN
3140 * lread.c:
3141 * gmalloc.c (memalign):
3142 * fileio.c (Fcopy_file, check_executable, Ffile_modes):
3143 * emacs.c (main):
3144 * dosfns.c (init_dosfns):
ed68db4d
EZ
3145 * dired.c (file_name_completion_stat): Remove tests of __DJGPP__.
3146
52f4d8d5
EZ
31472010-04-01 Eli Zaretskii <eliz@gnu.org>
3148
814062c7
EZ
3149 * xdisp.c (set_cursor_from_row): Fix cursor positioning when the
3150 string with `cursor' property comes from an `after-string'
3151 overlay. (Bug#5816)
3152
0dc2e11d
GM
31532010-04-01 Glenn Morris <rgm@gnu.org>
3154
3155 * Makefile.in (LIBTIFF, LIBJPEG, LIBPNG, LIBGIF, LIBXPM, XFT_LIBS):
3156 Define as Makefile variables.
3157 (LIBX): Use above variables rather than directly using autoconf.
3158
1d29df59
DN
31592010-03-31 Dan Nicolaescu <dann@ics.uci.edu>
3160
3161 Clean up BSD_SYSTEM use.
3162 * xterm.c:
3163 * process.c:
3164 * emacs.c: Use HAVE_SYS_IOCTL_H instead of BSD_SYSTEM as a guard
3165 for including <sys/ioctl.h>.
3166 * sysdep.c (wait_without_blocking): Remove BSD_SYSTEM case, this
3167 code is only used for MSDOS.
3168
1546c559
JL
31692010-03-31 Juri Linkov <juri@jurta.org>
3170
3171 * image.c: Add `Qextension_data'.
3172 (syms_of_image): Initialize and staticpro `Qextension_data'.
3173 (Fimage_metadata): Rename from `Fimage_extension_data'.
3174 (gif_load): Put GIF extension data to the property
3175 `Qextension_data'.
3176
6521c534
CY
31772010-03-31 Chong Yidong <cyd@stupidchicken.com>
3178
3179 * nsfns.m (ns_set_doc_edited): Remove unused arg OLDVAL.
3180 * nsterm.h: Fix prototype.
3181
52c30783
EZ
31822010-03-31 Eli Zaretskii <eliz@gnu.org>
3183
3184 * xdisp.c (highlight_trailing_whitespace): Support highlight of
3185 trailing whitespace in right-to-left rows.
3186
855a0da7
SM
31872010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
3188
3189 Get rid of the direct_output optimizations.
3190 * keyboard.c (nonundocount): Remove extern declaration.
3191 (command_loop_1): Remove brittle optimisation for cheap and
3192 common operations.
3193 * xdisp.c (redisplay_internal): Don't bother checking
3194 redisplay_performed_directly_p any more.
3195 * sysdep.c (init_sys_modes): Don't call direct_output_forward_char
3196 any more.
3197 * dispnew.c (redisplay_performed_directly_p)
3198 (direct_output_for_insert, direct_output_forward_char):
3199 * dispextern.h (redisplay_performed_directly_p)
3200 (direct_output_for_insert, direct_output_forward_char): Remove.
3201 * cmds.c (nonundocount): Make it static.
3202
85738751 32032010-03-31 Bernhard Herzog <bh@intevation.de> (tiny change)
a6d676d9
CY
3204
3205 * menu.c (Fx_popup_menu): Use last_event_timestamp (Bug#4930).
3206
85738751 32072010-03-31 Jan Djärv <jan.h.d@swipnet.se>
67fee863
JD
3208
3209 * xdisp.c (note_mouse_highlight): Don't do highlight if pointer is
3210 invisible (Bug#5766).
3211
85738751 32122010-03-31 Adrian Robert <adrian.b.robert@gmail.com>
9ae6e189 3213
855a0da7
SM
3214 * xdisp.c (x_consider_frame_title, update_window_cursor):
3215 Remove HAVE_NS conditionals.
194d44e7 3216 (prepare_menu_bars) [HAVE_NS]: Call ns_set_doc_edited.
9ae6e189
CY
3217
3218 * nsfns.m (x_implicitly_set_name): If frame-title-format is t, use
3219 filename for the title.
3220 (ns_set_doc_edited): Do nothing if the selected window is a
3221 minibuffer window.
3222
3223 * nsterm.h: Add prototypes for ns_set_name_as_filename and
3224 ns_set_doc_edited.
3225
3226 * nsterm.m: Remove unneeded prototype.
3227
85738751 32282010-03-31 Glenn Morris <rgm@gnu.org>
25c72475
GM
3229
3230 * Makefile.in (SOME_MACHINE_OBJECTS): Ensure dbus stuff is always
3231 in the DOC file. (Bug#5336)
3232
85738751 32332010-03-31 Chong Yidong <cyd@stupidchicken.com>
f79a01db
CY
3234
3235 * xdisp.c (pos_visible_p): Revert 2008-01-25 change (Bug#5730).
3236
75d1428c
SM
32372010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
3238
3239 * window.c (keys_of_window): Remove redundant/overridden bindings.
3240
82043cfb
EZ
32412010-03-30 Eli Zaretskii <eliz@gnu.org>
3242
3243 * xdisp.c (BUFFER_POS_REACHED_P, move_it_in_display_line_to):
3244 Restore original behavior when the iterator is not bidi_p.
3245
b5dd0ae7
DN
32462010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
3247
3248 * xdisp.c (syms_of_xdisp): Use intern_c_string instead of intern.
3249
bd924a5d
EZ
32502010-03-30 Eli Zaretskii <eliz@gnu.org>
3251
3252 * bidi.c (bidi_cache_iterator_state): Invalidate the cache if we
3253 are outside the range of cached character positions.
3254
3580374b
JB
32552010-03-30 Juanma Barranquero <lekktu@gmail.com>
3256
3257 * makefile.w32-in ($(BLD)/bidi.$(O)): Add dependency on w32gui.h.
3258
a7b02820
EZ
32592010-03-30 Eli Zaretskii <eliz@gnu.org>
3260
3261 Initial support for bidirectional editing.
3262
3263 * Makefile.in (obj): Include bidi.o.
3264 (bidi.o): New target.
3265
3266 * makefile.w32-in (OBJ1): Add $(BLD)/bidi.$(O).
3267 ($(BLD)/bidi.$(O)): New target.
3268
3269 * bidi.c: New file.
3270
3271 * buffer.h (struct buffer): New members bidi_display_reordering
3272 and bidi_paragraph_direction.
3273
3274 * buffer.c (init_buffer_once): Initialize bidi_display_reordering
3275 and bidi_paragraph_direction.
3276 (syms_of_buffer): Declare Lisp variables bidi-display-reordering
3277 and bidi-paragraph-direction.
3278 (Fbuffer_swap_text): Swap the values of
3279 bidi_display_reordering and bidi_paragraph_direction.
3280
3281 * dispextern.h (BIDI_MAXLEVEL, BIDI_AT_BASE_LEVEL): New macros.
3282 (bidi_type_t, bidi_dir_t): New types.
3283 (bidi_saved_info, bidi_stack, bidi_it): New structures.
3284 (struct it): New members bidi_p, bidi_it, paragraph_embedding,
3285 prev_stop, base_level_stop, and eol_pos.
3286 (bidi_init_it, bidi_get_next_char_visually): New prototypes.
3287 (IT_STACK_SIZE): Enlarge to 5.
3288 (struct glyph_row): New member reversed_p.
3289 <string_buffer_position>: Update prototype.
3290 (PRODUCE_GLYPHS): Set the reversed_p flag in the iterator's
3291 glyph_row if bidi_it.paragraph_dir == R2L.
3292 (struct glyph): New members resolved_level and bidi_type.
3293
3294 * dispnew.c (direct_output_forward_char): Give up if we need bidi
3295 processing or buffer's direction is right-to-left.
3296 (prepare_desired_row): Preserve the reversed_p flag.
3297 (row_equal_p): Compare the reversed_p attributes as well.
3298
3299 * xdisp.c (init_iterator): Initialize it->bidi_p. Call
3300 bidi_init_it and set it->paragraph_embedding from the current
3301 buffer's value of bidi_paragraph_direction.
3302 (reseat_1): Initialize bidi_it.first_elt.
3303 (set_iterator_to_next, next_element_from_buffer): Use the value of
3304 paragraph_embedding to determine the paragraph direction.
3305 (set_iterator_to_next): Under bidi reordering, call
3306 bidi_get_next_char_visually. Call bidi_paragraph_init if the
3307 new_paragraph flag is set in the bidi iterator.
3308 (next_element_from_buffer): If bidi_it.first_elt is set,
3309 initialize paragraph direction and find the first character to
3310 display in the visual order. If reseated to a middle of a line,
3311 prime the bidi iterator starting at the line's beginning. Handle
3312 the situation where we overstepped stop_charpos due to
3313 non-linearity of the bidi iteration. Likewise for when we back up
3314 beyond the previous stop_charpos. When moving across stop_charpos,
3315 record it in prev_stop.
3316 (display_line): Set row->end and it->start for the next row to the
3317 next character in logical order. Always extend reversed_p rows to
3318 the end of line, even if they end at ZV. Copy the reversed_p flag
3319 to the next glyph row. Keep calling set_cursor_from_row for
3320 bidi-reordered rows even if we already have a possible candidate
3321 for cursor position. Set row_end after all the row's glyphs have
3322 been produced, by looping over the glyphs. Record the position
3323 after EOL in it->eol_pos, and use it to set end_pos of the last
3324 row produced for a continued line.
3325 <Qright_to_left, Qleft_to_right>: New variables.
3326 (syms_of_xdisp): Initialize and staticpro them.
3327 (string_buffer_position_lim): New function.
3328 (string_buffer_position): Most of code moved to
3329 string_buffer_position_lim. Last argument and return value are
3330 now EMACS_INT; all callers changed.
3331 (set_cursor_from_row): Rewritten to support bidirectional text and
3332 reversed glyph rows.
3333 (text_outside_line_unchanged_p, try_window_id): Disable
3334 optimizations if we are reordering bidirectional text and the
3335 paragraph direction can be affected by the change.
3336 (append_glyph, append_composite_glyph)
3337 (produce_image_glyph, append_stretch_glyph): Set the
3338 resolved_level and bidi_type members of each glyph.
3339 (append_glyph): If the glyph row is reversed, prepend the glyph
3340 rather than appending it.
3341 (handle_stop_backwards): New function.
3342 (reseat_1, pop_it, push_it): Set prev_stop and base_level_stop.
3343 (reseat): call handle_stop_backwards to recompute prev_stop and
3344 base_level_stop for the new position.
3345 (handle_invisible_prop): Under bidi iteration, skip invisible text
3346 using bidi_get_next_char_visually. If we are `reseat'ed, init the
3347 paragraph direction. Update IT->prev_stop after skipping
3348 invisible text.
3349 (move_it_in_display_line_to): New variables prev_method
3350 and prev_pos. Compare for strict equality in
3351 BUFFER_POS_REACHED_P.
3352 (try_cursor_movement): Examine all the candidate rows that occlude
3353 point, to return the best match. If rows are bidi-reordered
3354 and point moved backwards, back up to the row that is not a
3355 continuation line, and start looking for a suitable row from
3356 there.
3357
3358 * term.c (append_glyph): Reverse glyphs by pre-pending them,
3359 rather than appending, if the glyph_row's reversed_p flag is set.
3360 Set the resolved_level and bidi_type members of each glyph.
3361
3362 * .gdbinit (pbiditype): New command.
3363 (pgx): Use it to display bidi level and type of the glyph.
3364 (pitx): Display some bidi information about the iterator.
3365 (prowlims, pmtxrows): New commands.
3366
32a8894e
DN
33672010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
3368
3369 Remove all uses of C_DEBUG_SWITCH and LIBS_DEBUG.
3370 * s/usg5-4.h (LIBS_DEBUG):
3371 * s/irix6-5.h (C_DEBUG_SWITCH):
3372 * s/gnu-linux.h (LIBS_DEBUG):
3373 * s/darwin.h (LIBS_DEBUG):
3374 * s/bsd-common.h (LIBS_DEBUG):
3375 * s/aix4-2.h (LIBS_DEBUG, C_DEBUG_SWITCH):
3376 * m/iris4d.h (LIBS_DEBUG):
3377 * m/hp800.h (LIBS_DEBUG): Remove definitions.
3378
3379 * Makefile.in (LIBES): Remove reference to LIBS_DEBUG.
3380 (LIBS_DEBUG): Remove definition.
3381
649dbf36
CY
33822010-03-27 Chong Yidong <cyd@stupidchicken.com>
3383
3384 * process.c (Fmake_network_process): Don't apply Bug#5173 fix for
3385 Windows.
3386
cad4261f
YM
33872010-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3388
3389 * process.c (Fmake_network_process): Don't call turn_on_atimers around
3390 `connect' (Bug#5723).
3391
cd591dbc
HE
33922010-03-25 Helmut Eller <eller.helmut@gmail.com>
3393
3394 * process.c (Fmake_network_process): Call `select' for interrupted
3395 `connect' rather than creating new socket (Bug#5173).
3396
e867cb5d 33972010-03-24 Jan Djärv <jan.h.d@swipnet.se>
93318cbd
JD
3398
3399 * frame.c (x_get_arg): Handle RES_TYPE_BOOLEAN_NUMBER (bug #5736).
3400
3401 * xfns.c (Fx_create_frame): Make menuBar a RES_TYPE_BOOLEAN_NUMBER.
3402
3403 * dispextern.h (resource_types): RES_TYPE_BOOLEAN_NUMBER is new.
3404
e867cb5d 34052010-03-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
ad13a3ee
YM
3406
3407 * xfns.c (Fx_create_frame) [USE_LUCID]: Add BLOCK_INPUT around
3408 XLoadQueryFont.
3409
e867cb5d 34102010-03-24 Kenichi Handa <handa@m17n.org>
fbdc1721
KH
3411
3412 * coding.c (decode_coding_ccl): Fix previous change for the
3413 multibyte case.
fb608df3
KH
3414 (encode_coding_ccl): Don't setup ccl program here. Fix for the
3415 case that the output buffer is fullfilled.
3416 (encode_coding): Setup ccl program here.
fbdc1721 3417
5845f0ed
DN
34182010-03-23 Dan Nicolaescu <dann@ics.uci.edu>
3419
814fb708
DN
3420 * s/gnu-linux.h (LIBS_SYSTEM): Remove, same as default.
3421
5845f0ed
DN
3422 Simplify LIBS_MACHINE definitions.
3423 * m/hp800.h (LIBS_MACHINE): Remove, same as default.
3424 * m/iris4d.h (LIBS_MACHINE): Likewise.
3425 * m/ibmrs6000.h (LIBS_MACHINE): Rename to LIBS_SYSTEM and move ...
3426 * s/aix4-2.h (LIBS_SYSTEM): ... here.
38e3487c 3427 * s/netbsd.h: Remove commented out code.
5845f0ed 3428
b7064064
DN
34292010-03-22 Dan Nicolaescu <dann@ics.uci.edu>
3430
df7734b2
DN
3431 Remove dead code dealing with POSIX_SIGNALS.
3432 * atimer.c (set_alarm): Remove dead code, all USG systems define
3433 POSIX_SIGNALS.
3434 * data.c (arith_error): Likewise.
3435 * keyboard.c (input_available_signal, handle_user_signal)
3436 (interrupt_signal): Likewise.
3437 * process.c (sigchld_handler): Likewise.
3438 (create_process): Remove if 0 code. Remove HPUX conditional when
3439 !defined (POSIX_SIGNALS), it cannot be true.
3440 * syssignal.h: Remove USG5_4 and USG conditionals when
3441 !POSIX_SIGNALS, they cannot be true.
3442
b7064064
DN
3443 * keyboard.c (Fset_input_interrupt_mode): Remove code depending on
3444 NO_SOCK_SIGIO, not used anymore.
3445
55da5ee3
DN
34462010-03-21 Dan Nicolaescu <dann@ics.uci.edu>
3447
0be96e3a
DN
3448 * m/vax.h (BSD_SYSTEM, BSD4_2): Remove conditionals, we only
3449 support vax on BSDs.
3450
55da5ee3
DN
3451 * m/ibmrs6000.h (ORDINARY_LINK): Move definition ...
3452 * s/aix4-2.h (ORDINARY_LINK): ... here.
3453
c0282183
AS
34542010-03-21 Andreas Schwab <schwab@linux-m68k.org>
3455
82c3d67a
AS
3456 * Makefile.in (abs_builddir): Define.
3457 (bootstrap_exe): Use it.
3458 (VPATH): Use $(srcdir) instead of @srcdir@.
c0282183 3459
3613edce
SM
34602010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
3461
3462 * Makefile.in (bootstrap_exe): Use an absolute name.
3463
7f110ddc
DN
34642010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
3465
22e87574
DN
3466 Remove support for old GNU/Linux using libc version 5.
3467 * m/alpha.h (LINUX_SBRK_BUG): Remove definition.
3468 * emacs.c (main): Remove code depending on LINUX_SBRK_BUG.
3469
05a670e6
DN
3470 Consolidate redundant definitions in s/bsd-common.h.
3471 * s/bsd-common.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
3472 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
3473 (LDAV_SYMBOL, KERNEL_FILE): Define (or undefine) here instead of
3474 doing it in all files that include this one.
3475 * s/gnu.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
3476 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
3477 (LDAV_SYMBOL, KERNEL_FILE): Remove.
3478 * s/freebsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
3479 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
3480 (LDAV_SYMBOL, KERNEL_FILE): Remove.
3481 * s/netbsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
3482 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
3483 (LDAV_SYMBOL, KERNEL_FILE): Remove.
3484
2968f561
DN
3485 Consolidate redundant definitions.
3486 * s/usg5-4.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not define,
3487 it's undefined in all files that include this one.
3488 (POSIX_SIGNALS): Define here instead of doing it in all files that
3489 include this one.
3490 * s/irix6-5.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
3491 (POSIX_SIGNALS): Do not define.
3492 * s/sol2-6.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
3493 (POSIX_SIGNALS): Do not define.
3494 * s/unixware.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
3495 (POSIX_SIGNALS): Do not define.
3496
15d25dc0
DN
3497 Remove support for old UNIX System V systems.
3498 * s/unixware.h: Add the contents of s/usg-5-4-2.h.
3499 * s/usg-5-4-2.h: Remove.
3500
07e339e4
DN
3501 Remove support for Solaris on PPC and for old versions.
3502 * s/sol2-6.h: Add the contents of s/sol-2.3.h, s/sol-2.4.h, s/sol-2.5.h.
3503 (LD_SWITCH_SYSTEM, USE_MMAP_FOR_BUFFERS): Remove #defines/#undef
3504 that cancel each other.
3505 * s/sol2-3.h:
3506 * s/sol2-4.h:
3507 * s/sol2-5.h: Remove.
3508 * m/ibmrs6000.h: Remove code for USG5_4, this file is only used on AIX.
3509 (NO_REMAP): Remove, unused.
3510 (UNEXEC): Move definition ...
3511 * s/aix4-2.h (UNEXEC): ... here.
3512
7f110ddc
DN
3513 * s/openbsd.h: Remove support for non-ELF and for systems that do
3514 not support shared libraries.
3515 * s/netbsd.h:
3516 * s/freebsd.h: Likewise.
3517
605f35cd
DN
35182010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
3519
3520 Remove non-working support for lynxos 3.0.
3521 * s/lynxos.h: Remove file.
3522
3523 * unexec.c (unexec, adjust_lnnoptrs): Do not depend on
3524 COFF_BSD_SYMBOLS, nothing defines it anymore.
3525
aed71cf4
DN
35262010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
3527
3528 Remove obsolete uses of HAVE_SHM.
3529 * emacs.c (standard_args):
3530 (Fdump_emacs):
3531 (syms_of_emacs): Remove code depending on HAVE_SHM.
3532
3533 * alloc.c: Remove HAVE_SHM dependent definition.
3534
3535 * Makefile.in (RUN_TEMACS): Do not depend on HAVE_SHM.
3536
aded53ff
GM
35372010-03-18 Glenn Morris <rgm@gnu.org>
3538
17284745
GM
3539 * emacs.c (USAGE4): Hard-code bug address.
3540 (REPORT_EMACS_BUG_ADDRESS, REPORT_EMACS_BUG_PRETEST_ADDRESS): Remove.
3541 (bug_reporting_address): Remove.
3542 (main): Don't call bug_reporting_address.
3543
aded53ff
GM
3544 * Makefile.in (XFT_LIBS, LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF)
3545 (LIBGPM, LIBRESOLV): Set using autoconf rather than cpp.
3546
303500aa
CY
35472010-03-15 Chong Yidong <cyd@stupidchicken.com>
3548
3549 * xfns.c (Fx_create_frame):
3550 * frame.c (Vdefault_frame_scroll_bars): Put non-GTK X scroll-bars
3551 on left.
3552
cef3058f
CY
35532010-03-13 Andreas Politz <politza@fh-trier.de> (tiny change)
3554
3555 * editfns.c (Fformat): Account for string precision when computing
3556 field width (Bug#5710).
3557
a647d59d
CY
35582010-03-12 Chong Yidong <cyd@stupidchicken.com>
3559
4fa42018
CY
3560 * xfns.c (Fx_create_frame): Set default to Qright.
3561
a647d59d
CY
3562 * frame.c (Vdefault_frame_scroll_bars): Set default to Qright for
3563 all window systems.
3564
6da23aaa
EZ
35652010-03-12 Eli Zaretskii <eliz@gnu.org>
3566
a96f6398 3567 These changes remove termcap.c from the build on Posix platforms.
83d02def 3568 * Makefile.in (termcapobj): Move termcap.o from here...
6da23aaa
EZ
3569 (MSDOS_OBJ): ...to here.
3570 (termcapobj) [!LIBS_TERMCAP]: Remove specialized value, as it is
3571 now identical to when LIBS_TERMCAP is defined.
3572
3573 * term.c: Remove (ifdef'ed away) inclusion of termcap.h.
3574
3575 * cm.c: Remove (ifdef'ed away) inclusion of termcap.h.
3576
a96f6398 3577 * config.in: Regenerated. (See top-level ChangeLog.)
6da23aaa 3578
288f9fc0
CY
35792010-03-10 Chong Yidong <cyd@stupidchicken.com>
3580
3581 * Branch for 23.2.
3582
d48cd3f4
SM
35832010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
3584
3585 Cleanup setup of gl_state in various parts of the code.
3586 * syntax.h (SETUP_BUFFER_SYNTAX_TABLE): New macro.
3587 (SETUP_SYNTAX_TABLE, SETUP_SYNTAX_TABLE_FOR_OBJECT):
3588 * syntax.c (find_defun_start, Fchar_syntax, Fmatching_paren)
3589 (skip_chars):
3590 * regex.c (regex_compile): Use it.
3591 (re_compile_pattern): Don't set gl_state.current_syntax_table since
3592 it's now set in regex_compile when/if we need it.
3593
618db430
SM
35942010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
3595
c0335e02
SM
3596 Make it possible to C-g in a tight bytecode loop again (bug#5680).
3597 * lisp.h (ELSE_PENDING_SIGNALS): New macro.
3598 (QUIT): Use it to consolidate code and remove redundancy.
3599 * bytecode.c (BYTE_CODE_QUIT): Use it as well.
3600
254c06a8
SM
3601 * regex.c (regex_compile): Setup gl_state as well.
3602
618db430
SM
3603 * syntax.c (skip_chars): Setup gl_state (bug#3823).
3604 (in_classes): Use CONSP before XCAR/XCDR.
3605
233f0c9f
CY
36062010-03-03 Chong Yidong <cyd@stupidchicken.com>
3607
3608 * keymap.c (Fwhere_is_internal): Use Fequal to compare
3609 definitions, so that keyboard macros are correctly handled
3610 (Bug#5481).
3611
75f80e63
EZ
36122010-03-02 Eli Zaretskii <eliz@gnu.org>
3613
3614 * coding.c (decode_coding_emacs_mule): Fixup pointers to buffer
3615 text that could be relocated inside the call to emacs_mule_char.
3616 (emacs_mule_char): Use CODING_DECODE_CHAR instead of DECODE_CHAR.
3617 (CODING_DECODE_CHAR): Add a comment describing its purpose.
3618
dcfb9bc4
KH
36192010-03-02 Kenichi Handa <handa@m17n.org>
3620
fc9a17bc
KH
3621 * character.c (parse_str_as_multibyte): Fix handling of the
3622 multibyte form of raw-bytes.
3623 (str_as_multibyte): Likewise.
3624
dcfb9bc4
KH
3625 * buffer.c (Fset_buffer_multibyte): Fix handling of the multibyte
3626 form of raw-bytes.
3627
412c01b6
CY
36282010-02-28 Chong Yidong <cyd@stupidchicken.com>
3629
3630 * charset.c (load_charset_map_from_file)
3631 (load_charset_map_from_vector): Zero out allocated
3632 charset_map_entries before using them.
3633
df7e1ea0
AS
36342010-02-27 Andreas Schwab <schwab@linux-m68k.org>
3635
3636 * w32uniscribe.c (uniscribe_check_otf): Fix length check.
3637
fe69a722
CY
36382010-02-27 Chong Yidong <cyd@stupidchicken.com>
3639
4ed28cf4
CY
3640 * font.c (font_parse_fcname): Recognize "Book", "Condensed",
3641 "Medium", and "Semi-Condensed" keywords in GTK names (Bug#5646).
fe69a722 3642
7379cfce
KH
36432010-02-26 Kenichi Handa <handa@m17n.org>
3644
f88cc4d6
KH
3645 * ftfont.c (ftfont_get_open_type_spec): Fix parsing of otf_spec.
3646
7379cfce
KH
3647 * xdisp.c (reseat_to_string): Fix previous change.
3648
cf2fdcfb
CY
36492010-02-26 David Reitter <david.reitter@gmail.com>
3650
3651 * nsfont.m (nsfont_draw): ns_antialias_text should be a
3652 Lisp_Object (Bug#4736).
3653
cc6c7c75
KH
36542010-02-25 Kenichi Handa <handa@m17n.org>
3655
3656 * xdisp.c (reseat_to_string): Fix previous change (bug#5609).
3657
32e737d7
JD
36582010-02-24 Jan Djärv <jan.h.d@swipnet.se>
3659
3660 * xterm.c (XTflash): Move declarations before statements.
3661
3662 * gtkutil.c (xg_get_gdk_display): Remove (unused).
3663 (xg_get_pixbuf_from_pix_and_mask, xg_create_frame_widgets)
3664 (xg_toggle_notify_cb, xg_set_toolkit_scroll_bar_thumb)
3665 (xg_create_tool_bar): Remove unused variables.
3666 (x_wm_set_size_hint): Move declarations before statements.
a73f9c9d 3667 (xg_create_frame_widgets): Remove variable grav.
32e737d7 3668
676cae9f
CY
36692010-02-21 Chong Yidong <cyd@stupidchicken.com>
3670
3671 * m/arm.h: Define the LIB_GCC flag to be -lgcc_s (Bug#5518).
3672
886cc2b8
SM
36732010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
3674
3675 * term.c (fatal): Add a final \n if needed (bug#5596).
3676
ddb2d8e2
CY
36772010-02-18 Chong Yidong <cyd@stupidchicken.com>
3678
3679 * nsterm.m (ns_ring_bell): Revert last change (Bug#5569).
3680
2a4f8d3d
GM
36812010-02-18 Glenn Morris <rgm@gnu.org>
3682
3683 * callint.c (Finteractive): Doc fix.
3684
ebaf11b6
KH
36852010-02-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
3686
886cc2b8
SM
3687 * coding.c (record_conversion_result):
3688 Handle CODING_RESULT_INSUFFICIENT_DST.
ebaf11b6
KH
3689 (decode_coding_object): Record CODING_RESULT_INSUFFICIENT_MEM on
3690 memory allocation error.
3691
d0396581
KH
36922010-02-17 Kenichi Handa <handa@m17n.org>
3693
886cc2b8
SM
3694 * coding.c (decode_coding_ccl): Don't setup ccl program here.
3695 Fix for the case that the output buffer is fullfilled.
d0396581
KH
3696 (decode_coding): Setup ccl program here. Keep looping when the
3697 decoder stopped because the output buffer is
3698 fullfilled (bug#5534).
3699
3700 * ccl.c (ccl_driver): Never reset ic to CCL_HEADER_MAIN.
3701
98599f74
JD
37022010-02-13 Jan Djärv <jan.h.d@swipnet.se>
3703
471e4f04 3704 * xterm.c (x_clear_frame_area): Call gtk_widget_queue_draw if USE_GTK,
98599f74 3705 bug #5571.
886cc2b8 3706 (XTflash): Use Gdk-routines if USE_GTK so scroll bars don't get
471e4f04 3707 overdrawn.
98599f74 3708
182659ae
JD
37092010-02-10 Jan Djärv <jan.h.d@swipnet.se>
3710
3711 * xsmfns.c (x_session_initialize): Move initialization of ice_fd and
3712 doing_interact here.
3713 (ice_connection_closed): New function.
3714 (x_session_check_input, smc_die_CB, ice_io_error_handler)
3715 (ice_conn_watch_CB, x_session_close): Call ice_connection_closed.
3716 (x_session_check_input): Call IceCloseConnection if IceProcessMessages
3717 returns I/O error.
3718 (ice_conn_watch_CB): Call add_keyboard_wait_descriptor on ice_fd,
3719 bug #5512.
3720
9be32c4e 37212010-02-08 Francis Devereux <francis@devrx.org> (tiny change)
14a225f9
CY
3722
3723 * nsfont.m (nsfont_open): The system's value for the font descent
3724 is negative, so round it down to avoid clipping.
3725
a2f3eb19
CY
37262010-02-06 Chong Yidong <cyd@stupidchicken.com>
3727
3728 * charset.c (load_charset_map_from_file)
3729 (load_charset_map_from_vector): Fix last change to use SAFE_ALLOCA
953d248c 3730 instead of xmalloc (Bug#5526). Suggested by Vivek Dasmohapatra.
a2f3eb19 3731
3088147c
CY
37322010-02-05 Chong Yidong <cyd@stupidchicken.com>
3733
3734 * charset.c (load_charset_map_from_file): Allocate large
3735 charset_map_entries structure on the heap rather than the stack.
3736 (Bug#5526).
3737
b57d9029
KH
37382010-01-31 Kenichi Handa <handa@m17n.org>
3739
3740 * font.c (font_parse_xlfd): If FONT is a font-entity and pixel
115e4fd3 3741 size in NAME is invalid, return -1 (Bug#5396).
b57d9029 3742
c67d885b
CY
37432010-01-31 Chong Yidong <cyd@stupidchicken.com>
3744
3745 * nsterm.m (ns_defined_color): Block input. Suggested by Mike
3746 <deactivated@gmail.com> (Bug#3605).
3747
8fab2362
CY
37482010-01-31 David De La Harpe Golden <david@harpegolden.net>
3749
3750 * fileio.c (Frename_file): Correctly rename symlinks to
3751 directories (Bug#5496).
3752
cb2a62f2
CY
37532010-01-31 Filipe Cabecinhas <filcab@gmail.com> (tiny change)
3754
3755 * nsterm.m (ns_ring_bell): Handle visible bell like X.
3756
944c7a26
AS
37572010-01-30 Andreas Schwab <schwab@linux-m68k.org>
3758
3759 * character.h (CHAR_PRINTABLE_P): Reparenthesize to avoid warning.
3760
c024ac08
CY
37612010-01-29 Chong Yidong <cyd@stupidchicken.com>
3762
3763 * frame.c (DEFAULT_ROWS): Change default to 35.
3764
3765 * xfns.c (x_default_font_parameter): Change default XFT font to
3766 monospace-10 (Bug#3643).
3767
af93af83
EZ
37682010-01-29 Eli Zaretskii <eliz@gnu.org>
3769
3770 * w32inevt.c (key_event): Remove unnecessary comparison of
3771 event->uChar.AsciiChar with 128.
3772
ca0eb708
CY
37732010-01-28 Chong Yidong <cyd@stupidchicken.com>
3774
b242dbfc
CY
3775 * fileio.c (Frename_file): Fix last change (Bug#5487).
3776
ca0eb708
CY
3777 * m/mips.h: Remove DATA_START. Suggested by Dan Nicolaescu.
3778
3779 * m/alpha.h: Don't define DATA_START on NetBSD (Bug#4629).
3780
45d45af5
JD
37812010-01-28 Jan Djärv <jan.h.d@swipnet.se>
3782
3783 * xfns.c (Fx_create_frame): Remove window size matching code from
3784 2010-01-15.
a73f9c9d 3785 (x_get_current_desktop, x_get_desktop_workarea): Remove.
45d45af5 3786
7e233730
JR
37872010-01-27 Jason Rumney <jasonr@gnu.org>
3788
3789 * w32inevt.c (w32_kbd_patch_key): Save the unicode character.
a292592c 3790 (key_event): Use unicode for characters 128 and higher (Bug#4567).
7e233730 3791
86e893e3
KH
37922010-01-27 Kenichi Handa <handa@m17n.org>
3793
3794 * regex.c (analyse_first): Fix setting of fastmap for unibyte
c8b96b2a 3795 pattern string (Bug#4209).
86e893e3 3796
8719abec
CY
37972010-01-27 David De La Harpe Golden <david@harpegolden.net>
3798
3799 * fileio.c (Frename_file): Call copy-directory and
3800 delete-directory for directories, in order to handle cross-device
3801 renaming (Bug#3353).
3802
844794c8
JD
38032010-01-25 Jan Djärv <jan.h.d@swipnet.se>
3804
aa3e13b5 3805 * xfns.c (Fx_create_frame): If frame height is too big, try
ac146f82 3806 sizes 24 and 10. Bug #3643.
844794c8 3807
bd4b5750
SM
38082010-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
3809
8dc1adf6 3810 Try and fix bug#788, hopefully for real this time.
bd4b5750
SM
3811 * keymap.c (shadow_lookup): Add `remap' arg.
3812 (describe_map, describe_vector): Update calls to shadow_lookup.
3813 (Fwhere_is_internal): Fix up handling of `remapped_sequences' and
3814 `remapped' so this flag is applicable to `sequence'. Be careful to
8dc1adf6
SM
3815 perform remapping during shadow_lookup check of remapped_sequences.
3816
285d07e2
CY
38172010-01-24 Eric Bélanger <snowmaniscool@gmail.com> (tiny change)
3818
3819 * image.c (png_load): Use png_sig_cmp instead of the obsolete
3820 png_check_sig, which has been removed in libpng 1.4.
3821
c6d09b8d
CY
38222010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
3823
3824 * filelock.c: Include utmp.h only when HAVE_UTMP_H (FreeBSD 9.x
3825 lacks this header file).
3826
3d782998
YM
38272010-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3828
3829 * xdisp.c (draw_glyphs): Update `start' for left_overwritten case
3830 as in Emacs 22.
3831
2aff7c53
YM
38322010-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3833
3834 * lisp.h (make_pure_string): String pointer arg now points to const.
3835
3836 * alloc.c (find_string_data_in_pure, make_pure_string): String pointer
3837 args now point to const.
3838
74327f7a
EZ
38392010-01-22 Eli Zaretskii <eliz@gnu.org>
3840
3841 * lread.c (Fload): Don't treat files without .elc extension as
3842 byte-compiled if they are ``magic'', i.e. `openp' returned -2 for
3843 them. (bug#5303)
3844
4d1e6632
KH
38452010-01-20 Kenichi Handa <handa@m17n.org>
3846
3847 * coding.c (consume_chars): If ! multibyte and the encoder is ccl,
3848 treat the source as actual byte sequence.
3849
1fdede8f
AM
38502010-01-19 Alan Mackenzie <acm@muc.de>
3851
3852 Fix spurious before-change-functions invocation from (insert ?\n).
194d44e7 3853 * textprop.c (set_text_properties): Rename parameter
1fdede8f
AM
3854 `signal_after_change_p' to `coherent_change_p', and make the
3855 invocation of `modify_region' conditional on it.
3856
67477f30
JD
38572010-01-19 Jan Djärv <jan.h.d@swipnet.se>
3858
3859 * xsettings.c (apply_xft_settings): Save settings in Vxft_settings
3860 for debug purpose.
3861 (syms_of_xsettings): Declare xft-settings.
3862
244b023e
CY
38632010-01-18 Chong Yidong <cyd@stupidchicken.com>
3864
3865 * editfns.c (Fcurrent_time_string): Doc fix (Bug#5408).
3866
617364fe
CY
38672010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
3868
3869 * xterm.c (event_handler_gdk): Block input (Bug#5037).
3870
4fe22cdf
CY
38712010-01-16 Chong Yidong <cyd@stupidchicken.com>
3872
3873 * emacs.c (standard_args): Adjust arg priorities to reflect how
3874 they are processed in startup.el.
3875
e118d2be
AS
38762010-01-16 Andreas Schwab <schwab@linux-m68k.org>
3877
3878 * Makefile.in (lisp, shortlisp): Update.
3879
523ae620
SM
38802010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
3881
3882 * xterm.c (x_term_init): Instead of inhibiting GC while running Lisp
3883 code, link the new kboard into all_kboard before running Lisp code,
3884 and protect the new terminal with GCPRO (Bug#5365).
3885 (x_term_init): Remove unused var `atom'.
3886 (x_delete_display, x_delete_terminal): Remove unused var `i'.
3887
f0d13888
JD
38882010-01-15 Jan Djärv <jan.h.d@swipnet.se>
3889
3890 * xfns.c (x_get_current_desktop, x_get_desktop_workarea): New functions.
3891 (Fx_create_frame): Call x_get_current_desktop and x_get_desktop_workarea
3892 to find out usable size of the desktop. Don't make frames larger than
ac146f82 3893 this. Bug #3643.
f0d13888 3894
cc320f07
KH
38952010-01-15 Kenichi Handa <handa@m17n.org>
3896
3897 * xdisp.c (CHAR_COMPOSED_P): New arg END_CHARPOS. Callers changed.
3898
7ffdf101
CY
38992010-01-15 Chong Yidong <cyd@stupidchicken.com>
3900
3901 * nsterm.m (Qnone): Define.
3902
3903 * nsfns.m (Qnone): Move definition to nsterm.m.
3904
d12bd917
KH
39052010-01-14 Kenichi Handa <handa@m17n.org>
3906
3907 * coding.c (detect_coding_iso_2022): Fix handling of euc-xx coding
3908 systems.
3909
d9a7c140
KH
39102010-01-14 Kenichi Handa <handa@m17n.org>
3911
3912 Make auto-composition work on all buffers even if they are
3913 fundamental mode.
3914
3915 * composite.c (Vauto_composition_mode): New variable.
3916 (composition_compute_stop_pos): Check Vauto_composition_mode
3917 instead of Vauto_composition_function.
3918 (composition_adjust_point, Ffind_composition_internal): Likewise.
3919 (syms_of_composite): Declare Lisp variable
3920 "auto-composition-mode" here.
3921
63286bb2
CY
39222010-01-13 Chong Yidong <cyd@stupidchicken.com>
3923
3924 * xterm.c (x_term_init): Avoid garbage-collecting the new terminal
3925 during call to vendor-specific-keysyms (Bug#5365).
3926
c2623ee7
YM
39272010-01-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3928
3929 * keyboard.c (input_available_signal) [SYNC_INPUT]:
3930 Call SIGNAL_THREAD_CHECK (Bug#5333).
3931
3932 * atimer.c (alarm_signal_handler) [!SYNC_INPUT]:
3933 Call SIGNAL_THREAD_CHECK.
3934
0b5397c2
SM
39352010-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
3936
3937 Try to fix bug#5314. This is probably not the final word, tho.
3938 * buffer.c (Fset_buffer_modified_p): Try and be careful not to modify
3939 recent-auto-save-p as a side-effect.
3940 * buffer.h (BUF_AUTOSAVE_MODIFF): New macro.
3941 * buffer.c (Fkill_buffer, reset_buffer):
3942 * editfns.c (Fsubst_char_in_region):
3943 * fileio.c (Finsert_file_contents, Fdo_auto_save)
3944 (Fset_buffer_auto_saved, Frecent_auto_save_p): Use it.
3945
dc954cb2
KH
39462010-01-13 Kenichi Handa <handa@m17n.org>
3947
3948 Display buffer name, etc. in mode line by composing correctly.
3949
3950 * xdisp.c (reseat_to_string): Call composition_compute_stop_pos if
3951 STRING is not nil.
0b5397c2 3952 (display_mode_element): Adjust for the change of
dc954cb2
KH
3953 decode_mode_spec and display_line.
3954 (decode_mode_spec): Change arg MULTIBYTE to STRING.
3955 (display_string): Handle the case that STRING is non-null and
3956 LISP_STRING is not nil.
3957
0b5397c2
SM
3958 * xterm.c (x_draw_composite_glyph_string_foreground):
3959 Pay attention to s->face->overstrike.
dc954cb2
KH
3960
3961 * composite.c (composition_reseat_it): Don't check PT if STRING is
3962 non nil.
3963
4a00eaca
YM
39642010-01-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3965
3966 * keyboard.c (read_char): Don't apply previous change when current
3967 buffer is unchanged by command execution.
3968
60abb287
JD
39692010-01-12 Jan Djärv <jan.h.d@swipnet.se>
3970
3971 * keyboard.c (read_char): Return after executing from special map.
3972
893db5bc
GM
39732010-01-12 Glenn Morris <rgm@gnu.org>
3974
3975 * emacs.c (REPORT_EMACS_BUG_PRETEST_ADDRESS): Set it to
3976 bug-gnu-emacs rather than emacs-pretest-bug.
3977
4d03ece0
CY
39782010-01-11 Chong Yidong <cyd@stupidchicken.com>
3979
3980 * nsterm.m (syms_of_nsterm): Initialize Qcontrol etc. before
3981 initializing the Lisp variables that depend on them.
3982
1df47e38
YM
39832010-01-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3984
3985 * xfns.c (x_set_menu_bar_lines) [!USE_X_TOOLKIT && !USE_GTK]:
3986 Clear areas that will not be updated after change of menu bar lines.
3987 Clear the menu bar window's current matrix when the window gets empty.
3988
2f1c6384
CY
39892010-01-09 Chong Yidong <cyd@stupidchicken.com>
3990
e398c61c
CY
3991 * intervals.h, textprop.c (extend_property_ranges): Return value
3992 and args changed. Discard properties that begin at or after the
3993 new end (Bug#5306).
3994
3995 * editfns.c (Fformat): Caller changed.
3996
e5a29a10
CY
3997 * nsterm.m (ns_set_default_prefs): Delete function.
3998 (syms_of_nsterm): Initialize ns_command_modifier,
3999 ns_control_modifier, ns_function_modifier, ns_antialias_text, and
4000 ns_antialias_threshold here, not in ns_term_init (Bug#4113).
4001
2f1c6384
CY
4002 * xdisp.c (pos_visible_p): Check for invisible text at the correct
4003 position (Bug#4040).
4004
d427a9fa
EZ
40052010-01-09 Eli Zaretskii <eliz@gnu.org>
4006
4007 * editfns.c (Ffloat_time): Doc fix.
4008
21b9df2f
JD
40092010-01-09 Jan Djärv <jan.h.d@swipnet.se>
4010
4011 * xfns.c (Fx_create_frame): Don't create frame larger than display
4012 by default bug#3643.
4013
4b00d3b1
YM
40142010-01-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4015
4016 * frame.h (FRAME_TOP_MARGIN_HEIGHT): New macro.
4017 (FRAME_LINE_TO_PIXEL_Y, FRAME_PIXEL_Y_TO_LINE): Take account of pseudo
4018 windows above internal border.
4019
4020 * window.h (WINDOW_MENU_BAR_P, WINDOW_TOOL_BAR_P): New macros.
4021 (WINDOW_TOP_EDGE_Y, WINDOW_BOTTOM_EDGE_Y): Take account of pseudo
4022 windows above internal border.
4023
4024 * xdisp.c (get_glyph_string_clip_rects, init_glyph_string): Don't treat
4025 tool bar windows specially.
4026
4027 * xfns.c (x_set_tool_bar_lines): Take account of menu bar height.
4028
4029 * xterm.c (x_after_update_window_line): Don't treat tool bar windows
4030 specially.
4031 (XTflash): Take account of menu bar height.
4032
4033 * w32term.c (x_after_update_window_line): Don't treat tool bar windows
4034 specially.
4035
5075d853
JD
40362010-01-08 Jan Djärv <jan.h.d@swipnet.se>
4037
ac146f82 4038 * dispnew.c (change_frame_size_1): newwidth == FRAME_COLS (f) must
5075d853
JD
4039 also be true before we can return early (bug #5339).
4040
474217c8
CY
40412010-01-06 David Reitter <david.reitter@gmail.com>
4042
4043 * nsfns.m (ns_get_screen): Rewrite, returning NULL for non-NS.
4044 (Fns_display_usable_bounds): Rewrite, computing bounds properly
4045 (Bug#3233).
4046
c0e6d47d
JD
40472010-01-06 Jan Djärv <jan.h.d@swipnet.se>
4048
d0cf45b7
JD
4049 * font.c (font_open_entity): Enable chache and call cached_font_ok
4050 for the driver if defined.
4051 (QCuser_spec): New symbol.
4052 (font_spec_from_name): Save name as user-spec.
4053 (font_load_for_lface): Keep user-spec instead of name.
4054 (font_open_by_name): Save name as user-spec.
4055 (syms_of_font): Initialize QCuser_spec.
b7f8e4f5 4056 (font_clear_prop): Clear name if it exists in font (bug#5157).
d0cf45b7
JD
4057
4058 * xftfont.c (xftfont_open): Call xftfont_add_rendering_parameters.
4059 (xftfont_add_rendering_parameters, xftfont_cached_font_ok): New.
4060 (syms_of_xftfont): Initialize xftfont_driver.cached_font_ok.
4061
4062 * font.h (struct font_driver): Add cached_font_ok.
4063
c0e6d47d
JD
4064 * xterm.c (x_clear_frame): Queue draw for scroll bars.
4065
7c583cd8
JD
40662010-01-05 Jan Djärv <jan.h.d@swipnet.se>
4067
4068 * xterm.c (x_new_font): Move code for setting rows/cols before
4069 resizing ...
ac146f82 4070 (x_set_window_size): ... to here. Bug #2568.
7c583cd8
JD
4071
4072 * gtkutil.c (xg_clear_under_internal_border): New function.
0b5397c2
SM
4073 (xg_frame_resized, xg_frame_set_char_size):
4074 Call xg_clear_under_internal_border.
7c583cd8 4075 (xg_update_scrollbar_pos): Clear under old scroll bar position.
69e2f185 4076
03f77f0a
CY
40772010-01-05 Chong Yidong <cyd@stupidchicken.com>
4078
4079 * keyboard.c (read_key_sequence): Catch keyboard switch after
4080 making a new tty frame (Bug#5095).
4081
2a1ef5be
KH
40822010-01-05 Kenichi Handa <handa@m17n.org>
4083
4084 * fontset.c (fontset_find_font): Fix getting the frame pointer.
4085
e3eb1dae
SM
40862010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
4087
4088 * dbusbind.c (xd_remove_watch): Avoid trying to convert a void* to
4089 Lisp_Object, preferring to convert a lisp_Object to a void* instead.
4090 (Fdbus_init_bus): Use XHASH to get a scalar value from a Lisp_Object.
4091
777013f2
MA
40922010-01-03 Michael Albinus <michael.albinus@gmx.de>
4093
4094 * dbusbind.c (xd_add_watch): Improve debug message.
4095 (xd_remove_watch): Improve debug message. If DATA is the session
4096 bus, unset D-Bus session environment.
4097 (Fdbus_init_bus): Pass the bus as argument to
4098 dbus_connection_set_watch_functions. (Bug#5283)
7c583cd8 4099
8932b1c2
CY
41002010-01-01 Chong Yidong <cyd@stupidchicken.com>
4101
87231e2c
CY
4102 * nsterm.m (ns_get_color): Fix buffer overflow (Bug#4763).
4103
4801c5fa
CY
4104 * lread.c (syms_of_lread): Make it clearer that these are the
4105 names of loaded files (Bug#5068).
4106
8932b1c2
CY
4107 * eval.c (run_hook_with_args): Handle the case where the global
4108 value has the obsolete single-function form (Bug#5026).
4109
11e3c684
CY
41102009-12-27 Chong Yidong <cyd@stupidchicken.com>
4111
4112 * minibuf.c (Fall_completions): Minor optimization.
4113
5b28ce35
EZ
41142009-12-26 Eli Zaretskii <eliz@gnu.org>
4115
5ce6e4f4
JB
4116 * .gdbinit (pgx): Fix display of composite glyphs.
4117 Display cmp.from and cmp.to as well.
4118 (pitx): Fix last change.
5b28ce35 4119
bcffff46
KH
41202009-12-25 Kenichi Handa <handa@m17n.org>
4121
4122 * composite.h (composition_adjust_point): Update prototype.
4123
4124 * composite.c (composition_reseat_it): Don't make a composition
4125 spanning over point.
4126 (CHAR_COMPOSABLE_P): Treat U+200C (ZWNJ) and U+200D (ZWJ) as
4127 composable characters.
4128 (composition_adjust_point): New arg NEW_PT. Callers changed.
4129
4130 * keyboard.c (command_loop_1): Force redisplay if the last point
4131 was within a composition.
4132 (adjust_point_for_property): Don't adjust point for automatic
4133 composition when called after buffer modification.
4134
3f670e9a
EZ
41352009-12-19 Eli Zaretskii <eliz@gnu.org>
4136
5ce6e4f4
JB
4137 * .gdbinit (pitx): Don't use enum names, use their values.
4138 Remove reference to non-existing value GET_FROM_COMPOSITION.
be996d82
EZ
4139 (pgx): Don't use enum names, use their values.
4140 (pitmethod): New helper command.
4141 (pitx): Use it to display iteration method.
4142 (pgrowit): New command.
4143
ad903955
EZ
4144 * makefile.w32-in ($(BLD)/cmds.$(O)): Depend on frame.h.
4145
3f670e9a
EZ
4146 Update dependencies in Makefile.in.
4147
4148 * Makefile.in (alloc.o): Depend on termhooks.h.
4149 (atimer.o): Depend on blockinput.h.
4150 (buffer.o): Depend on indent.h, keyboard.h, coding.h, keymap.h,
4151 and frame.h.
4152 (callint.o): Depend on systime.h, coding.h, and composite.h.
4153 (callproc.o): Depend on buffer.h.
4154 (casefiddle.o): Don't depend on charset.h.
4155 (casetab.o): Depend on character.h.
4156 (ccl.o): Depend on composite.h.
4157 (chartab.o): Depend on ccl.h.
4158 (cm.o): Depend on dispextern.h.
4159 (cmds.o): Depend on systime.h, coding.h, frame.h, and composite.h.
4160 (coding.o): Don't depend on $(INTERVALS_H).
4161 (composite.o): Don't depend on dispextern.h explicitly (it's in
4162 $(INTERVALS_H)). Depend on ccl.h.
4163 (data.o): Depend on systime.h, coding.h, composite.h,
4164 dispextern.h, font.h, and ccl.h.
4165 (dired.o): Depend on composite.h.
4166 (dispnew.o): Depend on coding.h. Don't depend explicitly on
4167 composite.h (it's in $(INTERVALS_H)).
4168 (doc.o): Depend on systime.h, coding.h, and composite.h.
4169 (editfns.o): Don't depend explicitly on dispextern.h.
4170 (emacs.o): Depend on frame.h and coding.h.
4171 (eval.o): Depend on coding.h, composite.h, and xterm.h.
4172 (fileio.o): Depend on frame.h and commands.h. Don't depend
4173 explicitly on dispextern.h.
4174 (filelock.o): Don't depend on epaths.h and charset.h. Depend on
4175 composite.h.
4176 (fns.o): Don't depend on termhooks.h.
4177 (font.o): Depend on buffer.h, composite.h, fontset.h, and xterm.h.
4178 (fontset.o): Depend on blockinput.h, atimer.h, systime.h,
4179 coding.h, $(INTERVALS_H), window.h, xterm.h.
4180 (frame.o): Depend on coding.h, composite.h, termhooks.h, and ccl.h.
4181 (fringe.o): Depend on blockinput.h, atimer.h, and systime.h.
4182 (ftfont.o): Depend on blockinput.h, atimer.h, systime.h, coding.h,
4183 fontset.h, ccl.h, and ftfont.h.
4184 (ftxfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
4185 (gtkutil.o): Depend on dispextern.h and composite.h.
4186 (image.o): Depend on epaths.h, character.h, coding.h, composite.h,
4187 termhooks.h, and ccl.h.
4188 (indent.o): Depend on systime.h, coding.h, and $(INTERVALS_H).
4189 (intervals.o): Depend on systime.h and coding.h.
4190 (keyboard.o): Depend on composite.h and coding.h.
4191 (keymap.o): Depend on coding.h and frame.h.
4192 (lread.o): Depend on systime.h, frame.h, blockinput.h, and atimer.h.
4193 (macros.o): Depend on systime.h, coding.h, and composite.h.
4194 (menu.o): Depend on systime.h, coding.h, composite.h, window.h,
4195 and atimer.h.
4196 (minibuf.o): Depend on systime.h and coding.h. Don't depend on
4197 dispextern.h explicitly.
0b5397c2
SM
4198 (print.o): Depend on termhooks.h, coding.h, and ccl.h.
4199 Don't depend explicitly on dispextern.h and composite.h.
3f670e9a
EZ
4200 (process.o): Depend on character.h, xgselect.h, and sysselect.h.
4201 (regex.o): Don't depend on charset.h.
4202 (scroll.o): Depend on systime.h, coding.h, composite.h, and window.h.
4203 (search.o): Don't depend explicitly on composite.h.
4204 (sound.o): Depend on atimer.h and systime.h.
4205 (syntax.o): Don't depend explicitly on composite.h.
4206 (sysdep.o): Depend on coding.h and composite.h.
4207 (term.o): Depend on xterm.h and buffer.h.
4208 (terminal.o): Depend on dispextern.h, composite.h, and systime.h.
4209 (textprop.o): Don't depend on dispextern.h explicitly.
4210 (undo.o): Depend on dispextern.h.
4211 (window.o): Depend on coding.h and termhooks.h. Don't depend on
4212 dispextern.h and composite.h explicitly.
4213 (xdisp.o): Depend on ccl.h.
4214 (xfaces.o): Depend on coding.h and ccl.h.
4215 (xfns.o): Depend on $(INTERVALS_H) and ccl.h.
4216 (xfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
4217 (xftfont.o): Depend on atimer.h, systime.h, fontset.h, ccl.h, and
4218 ftfont.h.
4219 (xgselect.o): New dependency.
4220 (xmenu.o): Depend on composite.h, keymap.h, and sysselect.h.
4221 (xselect.o): Depend on keyboard.h, coding.h, and composite.h.
4222 (xsettings.o): Depend on dispextern.h, keyboard.h, systime.h,
4223 coding.h, composite.h, blockinput.h, atimer.h, and termopts.h.
4224 (xsmfns.o): Depend on frame.h and dispextern.h.
4225 (xterm.o): Depend on intervals.h, keymap.h, xgselect.h, and
4226 sysselect.h.
4227
7a6f7fea
AS
42282009-12-19 Andreas Schwab <schwab@linux-m68k.org>
4229
4230 * font.c (Fclear_font_cache): Pass correct cache argument to
4231 font_clear_cache.
4232
f4c21026
AS
42332009-12-16 Andreas Schwab <schwab@linux-m68k.org>
4234
4235 * Makefile.in (prefix-args${EXEEXT}): Don't compile prefix-args.c
4236 twice.
4237
f7ab0997
CY
42382009-12-15 Chong Yidong <cyd@stupidchicken.com>
4239
4240 * xdisp.c (decode_mode_spec): Inhibit garbage collection when
4241 calling file-remote-p. Reported by Jim Meyering.
4242
fa8e045a
MA
42432009-12-15 Michael Albinus <michael.albinus@gmx.de>
4244
4245 * dbusbind.c (xd_retrieve_arg): Reorder declarations in order to
777013f2 4246 avoid compiler warnings. (Bug #5217)
fa8e045a 4247
a63dba42
KH
42482009-12-14 Kenichi Handa <handa@m17n.org>
4249
4250 * coding.c (decode_coding_iso_2022): Ignore ISO_CODE_SS2_7 (0x19)
4251 in 8-bit encoding.
4252
5ce6e4f4 42532009-12-13 Pat Thoyts <patthoyts@users.sourceforge.net> (tiny change)
36acb2a7
JD
4254
4255 * xfns.c (x_create_tip_frame): Set the extended window manager hint for
4256 tooltip windows.
4257
223e5fc6
JD
42582009-12-13 Jan Djärv <jan.h.d@swipnet.se>
4259
36acb2a7
JD
4260 * xterm.h (struct x_display_info): Add Xatom_net_window_type_tooltip and
4261 Xatom_net_window_type.
4262
4263 * xterm.c (x_term_init): Initialize Xatom_net_window_type_tooltip and
4264 Xatom_net_window_type.
4265
b8f00677
JD
4266 * xterm.c (my_log_handler): New function.
4267 (x_term_init): Set my_log_handler as log handler during gtk_init
5ce6e4f4 4268 so we can filter out buggy messages. (Bug #5120).
b8f00677 4269
e5f0bc9a
JD
4270 * xterm.c (xg_scroll_callback): Parameter list changed,
4271 use parameter GtkScrollType to determine scroll/line/page.
4272 Only allow dragging if a button < 4 is grabbed (bug #5177).
4273 (xg_end_scroll_callback): New function.
4274 (x_create_toolkit_scroll_bar): Pass xg_end_scroll_callback to
4275 xg_create_scroll_bar.
4276
4277 * gtkutil.c (xg_gtk_scroll_destroy): Remove XG_LAST_SB_DATA handling.
4278 (scroll_end_callback): Remove.
4279 (xg_create_scroll_bar): Add parameter end_callback, bind it to
4280 button-release-event. Replace value-changed event with change-value,
4281 bug #5177,
4282 (xg_event_is_for_scrollbar): Only return true if button is less than 4,
4283 bug #5177.
4284
4285 * gtkutil.h (XG_LAST_SB_DATA): Remove.
4286 (xg_create_scroll_bar): Add GCallback end_callback.
4287
223e5fc6
JD
4288 * xftfont.c (QClcdfilter): New variable.
4289 (xftfont_open): Parse constant names for RGBA, HINT_STYLE and LCDFILTER.
4290 (syms_of_xftfont): Initialize QClcdfilter.
4291
3c055b77
JD
42922009-12-12 Jan Djärv <jan.h.d@swipnet.se>
4293
4294 * xsettings.c (struct xsettings): Add member seen.
4295 (parse_xft_settings): Update member seen with what we have read.
ba68c0b0 4296 Return non-zero if Xft-settings have been parsed, 0 otherwise.
3c055b77
JD
4297 (apply_xft_settings): Only update Xft settings with what member seen
4298 indicates as new.
4299
05fe33ff
EZ
43002009-12-12 Eli Zaretskii <eliz@gnu.org>
4301
4302 * dispextern.h (struct text_pos): Use EMACS_INT;
4303 (struct glyph): Use EMACS_INT for charpos.
4304 (struct it): Use EMACS_INT for stop_charpos, end_charpos,
4305 region_beg_charpos, region_end_charpos,
4306 redisplay_end_trigger_charpos, and also for
4307 iterator_stack_entry.end_charpos and
4308 iterator_stack_entry.stop_charpos.
4309
e8d7886a
JD
43102009-12-12 Jan Djärv <jan.h.d@swipnet.se>
4311
5ce6e4f4 4312 * gtkutil.c (scroll_end_callback): New function (bug #5177).
e8d7886a
JD
4313 (xg_create_scroll_bar): Call scroll_end_callback on button release
4314 event (bug #5177).
4315 (xg_event_is_for_scrollbar): != replaced with ==.
4316
d0db2ec8
KH
43172009-12-12 Kenichi Handa <handa@m17n.org>
4318
4319 * ftfont.c (struct ftfont_info): New member matrix.
4320 (ftfont_open): Setup xftfont_info->matrix.
4321 (MFLTFontFT): New member matrix.
4322 (FLOOR, CEIL, ROUND): New macros.
4323 (ftfont_get_metrics): Handle matrix transformation.
4324 (ftfont_shape_by_flt): New arg matrix. Callers changed.
4325
4326 * xftfont.c (struct xftfont_info): New member matrix.
4327 (xftfont_open): Setup xftfont_info->matrix.
4328
43292009-12-10 Kenichi Handa <handa@m17n.org>
4330
4331 * xdisp.c (append_space_for_newline): Consider face-remapping.
4332
2cc7b62f
AS
43332009-12-09 Andreas Schwab <schwab@linux-m68k.org>
4334
b87dd913
AS
4335 * xsettings.c: Include "keyboard.h".
4336
eba5eb94
AS
4337 * gtkutil.c (xg_tool_bar_proxy_help_callback): Fix missing return.
4338
2cc7b62f
AS
4339 Fix implicit function declarations.
4340 * cmds.c: Include "frame.h".
4341 * frame.c: Include "font.h" also if !HAVE_WINDOW_SYSTEM.
4342 * frame.h: Move declaration of delete_frame outside of
4343 HAVE_WINDOW_SYSTEM.
4344
a4ef73c8
CY
43452009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
4346
4347 * s/cygwin.h (G_SLICE_ALWAYS_MALLOC): New variable.
4348
4349 * emacs.c (main): Set the G_SLICE environment variable for Cygwin
4350 GTK builds.
4351
944a300c
AS
43522009-12-07 Andreas Schwab <schwab@linux-m68k.org>
4353
4354 * unexelf.c (unexec): Don't search for .data twice.
4355
022eef62
CY
43562009-12-05 Chong Yidong <cyd@stupidchicken.com>
4357
426ac949
CY
4358 * xdisp.c (push_display_prop): Don't set avoid_cursor_p. Return 0
4359 if push failed.
4360 (handle_line_prefix): Set avoid_cursor_p here. Check return value
4361 of push_display_prop (Bug#5000).
4362
022eef62
CY
4363 * xfaces.c (Fx_family_fonts): Handle 2009-07-14 change to return
4364 value of font_list_entities (Bug#5085).
4365
be95bee9
JB
43662009-12-04 Juanma Barranquero <lekktu@gmail.com>
4367
4368 Fix `string-to-number' to deal consistently with integers and floats.
4369 * lread.c (isfloat_string): New argument ignore_trailing to accept all
4370 trailing characters, not just whitespace.
4371 (read1): Pass new arg 0 to keep old behavior.
4372 * data.c (Fstring_to_number): Pass 1 to isfloat_string to ignore
4373 trailing chars, as it is already done for integers. Doc fixes.
4374 * lisp.h (isfloat_string): Add new arg to declaration of isfloat_string.
4375
24c2d7ce
EZ
43762009-12-04 Eli Zaretskii <eliz@gnu.org>
4377
0b5397c2
SM
4378 * dispextern.h (enum prop_idx) <AUTO_COMPOSED_PROP_IDX>:
4379 Delete unused enumeration value.
24c2d7ce 4380
7e694795
EZ
43812009-12-03 Eli Zaretskii <eliz@gnu.org>
4382
4383 * Makefile.in (lisp, shortlisp): Replace indian.el with indian.elc.
4384
84b31826
SM
43852009-12-03 Daniel Hackney <dan@haxney.org> (tiny change)
4386
4387 * process.c (Fmake_network_process): Fix up the tests for
4388 "connectionless socket", so they DTRT for seqpacket sockets as well.
4389
f00c449b
SM
43902009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4391
4392 * process.c (Qseqpacket): New symbol.
4393 (HAVE_SEQPACKET): New macro.
4394 (Fmake_network_process): Accept new :type `seqpacket'.
4395 (init_process): Add `seqpacket' feature when applicable.
4396 (syms_of_process): Initialize Qseqpacket.
4397
8096a0ff
YM
43982009-12-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4399
4400 * font.c (font_load_for_lface, font_open_by_name): Don't store name
4401 if entity is Qnil.
4402
3e0de07f
SM
44032009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
4404
4405 * print.c (print_preprocess): Preprocess the key_and_value table of
4406 hashtables, even tho they're "hidden" (bug#5082).
4407
abeafb2a
JD
44082009-11-29 Jan Djärv <jan.h.d@swipnet.se>
4409
4410 * frame.c (frame_make_pointer_invisible)
4411 (frame_make_pointer_visible): Declare f before statements.
4412
4bf47195
EZ
44132009-11-28 Eli Zaretskii <eliz@gnu.org>
4414
4415 * Makefile.in [!AUTO_DEPEND]: Remove outdated comment about
4416 omitted dependencies on lisp.h.
4417
c525b3f2
JD
44182009-11-27 Jan Djärv <jan.h.d@swipnet.se>
4419
ece2d4ed
JD
4420 * xftfont.c (xftfont_end_for_frame): Just return if dpyinfo->display
4421 is NULL.
4422
4423 * xterm.c (x_delete_terminal): Set dpyinfo->display to NULL.
4424
4425 * frame.c (frame_make_pointer_invisible)
3e0de07f 4426 (frame_make_pointer_visible): Just return if there isn't any selected
ece2d4ed
JD
4427 frame.
4428
c525b3f2
JD
4429 * search.c (simple_search): Remove warning by making *p const.
4430
2f00e299
DN
44312009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
4432
4433 * xdisp.c (power_letter): Remove duplicate const.
4434
084b049b
JD
44352009-11-25 Jan Djärv <jan.h.d@swipnet.se>
4436
a1fadc6f
JD
4437 * term.c (delete_tty): Remove check for last terminal (bug#4970).
4438
5ce6e4f4 4439 * xsettings.c: Revert changes from 2009-11-23. Just use Xft
084b049b
JD
4440 defaults (bug #5025).
4441
28259cac
SM
44422009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4443
4444 * insdel.c (adjust_markers_for_delete): Move it in the
4445 right direction! (bug#4803)
4446
e8e14166
YM
44472009-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4448
4449 * font.c (font_open_entity): Don't use ASET if font_object is Qnil.
4450
4451 * xterm.c (x_new_font): Update f->scroll_bar_actual_width.
4452
86677b58
GM
44532009-11-24 Glenn Morris <rgm@gnu.org>
4454
4455 * frame.c (focus-follows-mouse): Mention mouse-autoselect-window.
4456
581e51e8
JD
44572009-11-23 Jan Djärv <jan.h.d@swipnet.se>
4458
cfc86c7a
JD
4459 * Makefile.in: Must create deps for ecrt0.o in its rule.
4460
581e51e8
JD
4461 * xfns.c (Fx_select_font): Try to convert Fontconfig name to Gtk name
4462 because that is what Gtk+ font dialog understands.
4463
4464 * font.c (font_make_object, Fcopy_font_spec): Use Fcopy_alist instead
4465 of Fcopy_sequence.
4466 (font_open_by_name): Put name given into QCname for font-object returned.
4467
4468 * frame.c (x_set_font): Save original font name as frame parameter
4469 font-parameter.
4470
4471 * xsettings.c (set_default_xft_settings): New function.
4472 (init_xfd_settings): Call set_default_xft_settings if no XSETTINGS window
4473 is found.
4474
8b264ecb
AS
44752009-11-22 Andreas Schwab <schwab@linux-m68k.org>
4476
4477 * search.c (simple_search): Avoid CHAR_TO_BYTE in inner loop when
4478 searching backwards through multibyte buffer.
4479
872870b2
JD
44802009-11-21 Jan Djärv <jan.h.d@swipnet.se>
4481
4482 * xterm.c: #include xgselect.h.
4483 (x_initialize): Call xgselect_initialize.
4484
4485 * xsettings.c (something_changedCB): C++ comments => C comments.
4486 (init_gconf): Do not deal with any GLib file descriptors, xg_select
4487 does that now.
4488
4489 * gtkutil.c (xg_timer, xg_process_timeouts, xg_start_timer)
4490 (xg_stop_timer, menu_grab_callback_cnt, menu_grab_callback)
4491 (scroll_bar_button_cb): Remove.
5ce6e4f4 4492 (create_menus): C++ comments => C comments. Don't bind grab-notify
872870b2
JD
4493 event.
4494 (xg_create_scroll_bar): Don't bind button-press-event and
4495 button-release-event.
4496
4497 * process.c: Include xgselect.h if defined (USE_GTK) ||
4498 defined (HAVE_GCONF).
4499 (wait_reading_process_output): Call xg_select for the same condition.
4500
4501 * xgselect.c (xg_select): New function to better integrate with
4502 GLib/Gtk event handling. Needed if GConf daemon dies/restarts.
4503
4504 * xgselect.h: New file, declare xg_select, xgselect_initialize.
4505
4506 * Makefile.in (XOBJ): Add xgselect.o.
4507
62a6e103
AS
45082009-11-21 Andreas Schwab <schwab@linux-m68k.org>
4509
0b5397c2
SM
4510 * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH):
4511 Remove ignored second argument. All callers changed.
62a6e103
AS
4512 * regex.c (STRING_CHAR, STRING_CHAR_AND_LENGTH, RE_STRING_CHAR)
4513 (RE_STRING_CHAR_AND_LENGTH): Likewise.
4514 * xdisp.c (string_char_and_length): Likewise.
4515
b0ca0f33
DN
45162009-11-21 Dan Nicolaescu <dann@ics.uci.edu>
4517
4518 * xterm.c (x_new_font):
4519 * print.c (print_object):
4520 * cmds.c (Fself_insert_command): Move declarations before statements.
4521
dd5a6279
CY
45222009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
4523
4524 * s/cygwin.h: Remove unneeded linker flags.
4525
4a8e097d
JD
45262009-11-20 Jan Djärv <jan.h.d@swipnet.se>
4527
0d1d0d26
JD
4528 * xfns.c (x_default_font_parameter): Call xsettings_get_system_font.
4529
4530 * xsettings.h: Declare xsettings_get_system_font.
4531
4532 * xsettings.c (xsettings_get_system_font): New function.
4533 (init_gconf): No use initiating gconf unless we have Xft also.
4534 (syms_of_xsettings): Only provide system-font-setting if HAVE_XFT and
4535 HAVE_GCONF.
4536
4a8e097d
JD
4537 * gtkutil.c (xg_modify_menubar_widgets): If menubar is totally empty
4538 add a blank entry so it doesn't collapse into nothing.
4539
8ab1650e
SM
45402009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4541
4542 * lread.c (Funintern): Comment out last change.
4543
82c602f0
RS
45442009-11-19 Richard Stallman <rms@gnu.org>
4545
4546 * lread.c (Funintern): Error if symbol is t or nil.
4547
87e32266
SM
45482009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4549
4550 * insdel.c (make_gap_larger): Don't make as many assumptions about the
4551 representation of Lisp integers.
4552 Reported by MJ Chan <mjchan.inbox@gmail.com>.
4553
1b9ac145
AS
45542009-11-17 Andreas Schwab <schwab@linux-m68k.org>
4555
4556 * lisp.h: Remove declaration of Ffont_get_system_font.
4557 * xfns.c: Move include of "xsettings.h".
4558 * xsettings.h: Use EXFUN to declare Ffont_get_system_font.
4559
dfb3c4c6
JD
45602009-11-17 Jan Djärv <jan.h.d@swipnet.se>
4561
87e32266
SM
4562 * xsettings.c (something_changedCB, Ffont_get_system_font):
4563 Check use_system_font.
dfb3c4c6
JD
4564 (syms_of_xsettings): DEFVAR font-use-system-font.
4565
9370c1d8
AS
45662009-11-17 Andreas Schwab <schwab@linux-m68k.org>
4567
25fe851a
AS
4568 * xfns.c (x_default_font_parameter): Remove dead assignment.
4569
9370c1d8
AS
4570 * lisp.h (Fbyteorder, init_font, Ffont_get_system_font): Declare.
4571
637fa988
JD
45722009-11-17 Jan Djärv <jan.h.d@swipnet.se>
4573
87e32266 4574 * xftfont.c (xftfont_fix_match): Older versions of fontconfig do
21050de1 4575 not have FC_LCD_*. #define them if not there.
a6eb20d8 4576
87e32266 4577 * xsettings.c (parse_xft_settings, apply_xft_settings): Ditto.
a6eb20d8 4578
637fa988
JD
4579 * xterm.h (struct x_display_info): Add atoms and Window for xsettings.
4580
4581 * xterm.c (handle_one_xevent): Call xft_settings_event for
4582 ClientMessage, PropertyNotify and DestroyNotify.
4583 (x_term_init): If we have XFT, get DPI from Xft.dpi.
4584 Call xsettings_initialize.
4585
4586 * xftfont.c (xftfont_fix_match): New function.
4587 (xftfont_open): Call XftDefaultSubstitute before XftFontMatch.
4588 Call xftfont_fix_match after XftFontMatch.
4589
4590 * xfont.c (xfont_driver): Initialize all members.
4591
87e32266
SM
4592 * xfns.c (x_default_font_parameter):
4593 Try font from Ffont_get_system_font.
637fa988
JD
4594 Do not get font from x_default_parameter if we got one from
4595 Ffont_get_system_font.
87e32266 4596 (Fx_select_font): Get the defaut font name from :name of FRAME_FONT(f).
637fa988
JD
4597
4598 * w32font.c (w32font_driver): Initialize all members.
4599
4600 * termhooks.h (enum event_kind): CONFIG_CHANGED_EVENT is new.
4601
4602 * lisp.h: Declare syms_of_xsettings.
4603
87e32266
SM
4604 * keyboard.c (kbd_buffer_get_event, make_lispy_event):
4605 Handle CONFIG_CHANGED_EVENT.
637fa988
JD
4606
4607 * ftfont.c (ftfont_filter_properties): New function.
4608
4609 * frame.c (x_set_font): Remove unused variable lval.
4610
87e32266 4611 * font.h (struct font_driver): Add filter_properties.
637fa988
JD
4612
4613 * font.c (font_put_extra): Don't return if val is nil, it means
4614 boolean option is off.
4615 (font_parse_fcname): Collect all extra properties in extra_props
4616 and call filter_properties for all drivers with extra_props and
4617 font as parameter.
87e32266
SM
4618 (font_open_entity): Do not use cache, it does not pick up new
4619 fontconfig settings like hinting.
637fa988
JD
4620 (font_load_for_lface): If spec had a name in it, store it in entity.
4621
a73f9c9d 4622 * emacs.c (main): Call syms_of_xsettings.
637fa988
JD
4623
4624 * config.in: HAVE_GCONF is new.
4625
4626 * Makefile.in (GCONF_CFLAGS, GCONF_LIBS): New variables for HAVE_GCONF.
4627 xsettings.o is new.
4628
5a942932
KH
46292009-11-17 Kenichi Handa <handa@m17n.org>
4630
4631 * xdisp.c (x_produce_glyphs): Consider face-remapping when falling
4632 back to the default font in case that no suitable font is found.
4633
b7c7a4d1
SM
46342009-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
4635
4636 * menu.c (Fx_popup_menu) [HAVE_NS]: Use generic code for window edge.
4637 Suggested by Chad Brown <yandros@mit.edu>.
4638 (push_menu_item): Use MENU_ITEMS_ITEM_* names.
4639
072f1e39
JD
46402009-11-16 Jan Djärv <jan.h.d@swipnet.se>
4641
4642 * xmenu.c (x_menu_wait_for_event): Call XFlush before select.
4643
5d1e70a2
AS
46442009-11-14 Andreas Schwab <schwab@linux-m68k.org>
4645
87e32266 4646 * Makefile.in: Ignore errors from mkdir when creating deps directory.
5d1e70a2 4647
a53cfbe5
JD
46482009-11-14 Jan Djärv <jan.h.d@swipnet.se>
4649
473a99b7
JD
4650 * gtkutil.c (xg_update_frame_menubar): Do nothing if menubar already
4651 has a parent.
4652
a53cfbe5 4653 * Makefile.in: If AUTO_DEPEND is defined, make gcc generate
5ce6e4f4 4654 dependency files in deps/. Include those files into Makefile.
a53cfbe5
JD
4655
4656 * config.in: Generated (AUTO_DEPEND).
4657
f04bb9b2
MA
46582009-11-13 Michael Albinus <michael.albinus@gmx.de>
4659
b7c7a4d1 4660 * dbusbind.c (Vdbus_registered_objects_table): Rename from
f04bb9b2
MA
4661 Vdbus_registered_functions_table, because it contains also
4662 properties. Fix docstring.
b7c7a4d1 4663 (Fdbus_call_method, Fdbus_call_method_asynchronously): Fix docstring.
f04bb9b2 4664
8f11f7ec
SM
46652009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4666
4667 * alloc.c (mark_object): Don't reprocess marked strings.
4668 Check vector's markbit earlier. Adjust calls to mark_vectorlike.
4669 (mark_vectorlike, mark_char_table): Assume the object is unmarked.
4670
8a605fe8
KH
46712009-11-13 Kenichi Handa <handa@m17n.org>
4672
8f11f7ec 4673 * category.c (word_boundary_p): Adjust for the change of the
8a605fe8
KH
4674 semantics of Vword_combining_categories.
4675 (Vword_combining_categories): Describe the slight change of the
4676 semantics.
4677
241c4680
EZ
46782009-11-13 Eli Zaretskii <eliz@gnu.org>
4679
4680 * menu.c (Fx_popup_menu): Call Fx_hide_tip only if HAVE_WINDOW_SYSTEM.
4681
4682 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Revert last change.
4683
5d58e44c
SM
46842009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4685
4686 * xdisp.c (syms_of_xdisp): Fix typo in last change.
4687
5e13f9d3
JB
46882009-11-12 Juanma Barranquero <lekktu@gmail.com>
4689
4690 * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
4691
cf54c754
DR
46922009-11-11 David Reitter <david.reitter@gmail.com>
4693
4694 * menu.c (Fx_popup_menu): Remove left-over debugging code and rename
4695 variables to fix 2009-11-09 change.
4696
a4ada374
DN
46972009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
4698
91433552
DN
4699 * process.c (ifflag_def): Make flag_sym constant.
4700 (Fnetwork_interface_info): Use a constant pointer.
4701 (ifflag_table):
4702 * xfns.c (cursor_bits):
4703 * xdisp.c (power_letter):
4704 * termcap.c (speeds, esctab):
4705 * sysdep.c (baud_convert):
4706 * keyboard.c (lispy_accent_codes, modifier_names):
4707 * image.c (xbm_format, xpm_format, pbm_format, png_format)
4708 (jpeg_format, tiff_format, gif_format, svg_format)
4709 (interlace_start, interlace_increment, gs_format):
4710 * gtkutil.c (separator_names):
4711 * fringe.c (swap_nibble):
4712 * fns.c (base64_value_to_char, base64_char_to_value):
4713 * fileio.c (make_temp_name_tbl):
4714 * coding.c (suffixes): Make constant.
4715
f4265f6c
DN
4716 * frame.c (make_initial_frame):
4717 * buffer.c (init_buffer_once): Use make_pure_c_string instead of
4718 build_string.
4719 * alloc.c (syms_of_alloc): Build Vmemory_signal_data in pure memory.
4720
04420943
DN
4721 * s/freebsd.h:
4722 * s/netbsd.h: Remove code referring to non-existent file: unexsunos4.o.
4723
0a5d24ae
DN
4724 * Makefile.in: Add dependencies to lisp.h. Remove dependencies
4725 for non-existent files: unexmips.c, unexnext.c, abbrev.c, malloc.c.
4726
a4ada374
DN
4727 * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.
4728 * xterm.c (syms_of_xterm):
4729 * xfaces.c (syms_of_xfaces):
4730 * xdisp.c (syms_of_xdisp):
4731 * lread.c (syms_of_lread):
4732 * keyboard.c (syms_of_keyboard): Use make_pure_c_string instead of
4733 build_string.
91433552 4734
a4ada374
DN
4735 * doc.c (Fsnarf_documentation): Purecopy Vbuild_files.
4736
af98fc7f
SM
47372009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
4738
8ab1650e 4739 * fns.c (Fplist_get): Merge the active and the commented out code.
af98fc7f 4740
e90292a9
JD
47412009-11-10 Jan Djärv <jan.h.d@swipnet.se>
4742
4743 * keyboard.h: Declare timer_check.
4744
4745 * keyboard.c (timer_check_2): New function that does what the old
4746 timer_check did.
4747 (timer_check): Call timer_check_2 until -1 or a non-zero time is
4748 returned, i.e. don't return -1 with timers pending.
4749
4750 * process.c: Remove extern declaration of timer_check.
4751
4752 * xmenu.c (x_menu_wait_for_event): Remove code that did a timeout
4753 even if timer_check returned -1.
4754
af98fc7f
SM
4755 * gtkutil.c (xg_dialog_response_cb): Data is now a struct
4756 xg_dialog_data.
e90292a9
JD
4757 (pop_down_dialog): Destroy widget (if any), cancel timer and unref
4758 the event loop.
4759 (xg_maybe_add_timer, xg_dialog_run): New functions (bug #4574).
4760 (xg_get_file_name, xg_get_font_name): Call xg_dialog_run (bug #4574).
4761 Destroy the dialog after xg_dialog_run.
4762
045b83c0
SM
47632009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
4764
4765 * menu.c (Fx_popup_menu) [HAVE_NS]: Remove unused vars.
4766
1fb99a3a
JD
47672009-11-10 Jan Djärv <jan.h.d@swipnet.se>
4768
4769 * xmenu.c (xmenu_show): Must not be static after 2009-11-09 changes.
4770
04e452cb
JB
47712009-11-09 Juanma Barranquero <lekktu@gmail.com>
4772
4773 * menu.c [HAVE_NTGUI]: Declare current_popup_menu.
4774
ef7417fd
SM
47752009-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4776
4777 * menu.c (Fx_popup_menu): Consolidate versions from xmenu.c,
4778 w32menu.c, and nsmenu.m.
4779 Simplify the obsolete case where position is nil.
4780 (cleanup_popup_menu): New function, moved from nsmenu.m.
4781 (struct skp): Remove slot `notreal'.
4782 (single_keymap_panes, keymap_panes): Remove arg `notreal' and
4783 adjust callers.
4784 (single_menu_item): Adjust call to parse_menu_item.
4785 (syms_of_menu): Defsubr x-popup-menu.
4786 * menu.h (Vmenu_updating_frame): Consolidate declarations from *menu.c.
4787 (keymap_panes): Don't export any more.
4788 (mouse_position_for_popup, w32_menu_show, ns_menu_show)
4789 (xmenu_show): Declare.
4790 * keyboard.c (parse_menu_item): Remove arg `notreal'.
4791 (menu_bar_item, read_char_minibuf_menu_prompt): Adjust callers.
4792 * keyboard.h (parse_menu_item): Update declaration.
4793 * xmenu.c (Fx_popup_menu): Remove.
4794 (syms_of_xmenu): Don't defsubr x-popup-menu.
4795 * w32menu.c (Fx_popup_menu): Remove.
4796 (syms_of_w32menu): Don't defsubr x-popup-menu.
4797 * nsmenu.m (cleanup_popup_menu): Remove.
4798 (ns_menu_show): Rename from ns_popup_menu and remove all the code
4799 moved to menu.c's Fx_popup_menu.
4800 (Fx_popup_menu): Remove.
4801 (syms_of_nsmenu): Don't defsubr x-popup-menu, and don't initialize
4802 menu_items (it's done in menu.c already).
4803
424d6179
SM
48042009-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4805
4806 * keyboard.c (parse_menu_item): Handle `notreal' a bit earlier.
4807 Use `tem' less. Make sure KEYEQ holds a string or nil (bug#4879).
4808
c0df13a6 48092009-11-08 Chong Yidong <cyd@stupidchicken.com>
a20903d0
CY
4810
4811 * xmenu.c (Fx_popup_menu): Extract event timestamp. Pass it to
c0df13a6 4812 xmenu_show. Hide any tooltip before opening a menu.
a20903d0
CY
4813 (xmenu_show): New arg. Pass it to create_and_show_popup_menu.
4814 (create_and_show_popup_menu): New arg. Pass it to gtk_menu_popup.
4815
2de9f71c
SM
48162009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
4817
4818 Let integers use up 2 tags to give them one extra bit and thus double
4819 their range.
4820 * lisp.h (USE_2_TAGS_FOR_INTS): New macro.
4821 (LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P):
4822 New macros.
4823 (enum Lisp_Type): Use them. Give explicit values.
4824 (Lisp_Type_Limit): Remove.
4825 (XINT, XUINT, make_number) [!USE_LISP_UNION_TYPE]:
4826 (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM, INTMASK):
4827 Pay attention to USE_2_TAGS_FOR_INTS.
4828 (INTEGERP): Use LISP_INT_TAG_P.
4829 * fns.c (internal_equal): Simplify the default case.
4830 (sxhash): Use case_Lisp_Int.
4831 * data.c (wrong_type_argument): Don't check against Lisp_Type_Limit
4832 any more.
4833 (Ftype_of): Use case_Lisp_Int.
4834 (store_symval_forwarding): Take into account the fact that Ints can
4835 now have more than one tag.
4836 * buffer.c (syms_of_buffer): Use LISP_INT_TAG.
4837 buffer_slot_type_mismatch):
4838 * xfaces.c (face_attr_equal_p):
4839 * print.c (print_object):
4840 * alloc.c (mark_maybe_object, mark_object, survives_gc_p):
4841 Use case_Lisp_Int.
4842
323637a2
EZ
48432009-11-06 Eli Zaretskii <eliz@gnu.org>
4844
7ac65b38
EZ
4845 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce by further 30K.
4846
323637a2
EZ
4847 * alloc.c (make_pure_c_string): Fix last change to avoid compiler
4848 warning.
4849
e511451f
JD
48502009-11-06 Jan Djärv <jan.h.d@swipnet.se>
4851
4852 * gtkutil.c (xg_event_is_for_scrollbar): New function (bug#4870).
4853
4854 * gtkutil.h: Declare xg_event_is_for_scrollbar (bug#4870).
4855
4856 * xterm.c (handle_one_xevent): Call xg_event_is_for_scrollbar for
4857 ButtonPressRelease and MotionNotify (bug#4870).
4858
5e2327cf
DN
48592009-11-06 Dan Nicolaescu <dann@ics.uci.edu>
4860
5adc433e
DN
4861 * keymap.c (syms_of_keymap): Construct exclude_keys in pure memory.
4862
d67b4f80
DN
4863 * xterm.c (syms_of_xterm):
4864 * xselect.c (syms_of_xselect):
4865 * xmenu.c (syms_of_xmenu):
4866 * xfns.c (syms_of_xfns):
4867 * xfaces.c (syms_of_xfaces):
4868 * xdisp.c (syms_of_xdisp):
4869 * window.c (syms_of_window):
4870 * w32fns.c (syms_of_w32fns):
4871 * undo.c (syms_of_undo):
4872 * textprop.c (syms_of_textprop):
4873 * terminal.c (syms_of_terminal):
4874 * syntax.c (syms_of_syntax):
4875 * sound.c (syms_of_sound):
4876 * search.c (syms_of_search):
4877 * print.c (syms_of_print):
4878 * minibuf.c (syms_of_minibuf):
4879 * macros.c (syms_of_macros):
4880 * keymap.c (syms_of_keymap, initial_define_key)
4881 (initial_define_lispy_key):
4882 * keyboard.c (syms_of_keyboard):
4883 * insdel.c (syms_of_insdel):
4884 * image.c (syms_of_image):
4885 * fringe.c (syms_of_fringe):
4886 * frame.c (syms_of_frame):
4887 * fontset.c (syms_of_fontset):
4888 * fns.c (syms_of_fns):
4889 * fns.c (syms_of_fns):
4890 * fileio.c (syms_of_fileio):
4891 * fileio.c (syms_of_fileio):
4892 * eval.c (syms_of_eval):
4893 * doc.c (syms_of_doc):
4894 * dispnew.c (syms_of_display):
4895 * dired.c (syms_of_dired):
4896 * dbusbind.c (syms_of_dbusbind):
4897 * data.c (syms_of_data):
4898 * composite.c (syms_of_composite):
4899 * coding.c (syms_of_coding):
4900 * cmds.c (syms_of_cmds):
4901 * charset.c (define_charset_internal, syms_of_character):
4902 * ccl.c (syms_of_ccl):
4903 * category.c (syms_of_category, init_category_once):
4904 * casetab.c (syms_of_casetab):
4905 * casefiddle.c (syms_of_casefiddle):
4906 * callint.c (syms_of_callint):
4907 * bytecode.c (syms_of_bytecode):
4908 * buffer.c (keys_of_buffer, syms_of_buffer):
4909 * alloc.c (syms_of_alloc):
4910 * process.c (syms_of_process, init_process):
4911 * lread.c (syms_of_lread, init_obarray):
4912 * font.c (build_style_table):
4913 * emacs.c (syms_of_emacs, main): Replace calls to intern with
4914 intern_c_string, calls to make_pure_string with
4915 make_pure_c_string. Use pure_cons instead of Fcons.
4916
5e2327cf
DN
4917 * process.c (socket_options): Make it const.
4918 (set_socket_option, init_process): Use a const pointer.
4919
4920 * lread.c (intern_c_string): New function.
4921 (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
4922 (defvar_int): Uset it. Make the name const char*.
4923
4924 * lisp.h (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
4925 (defvar_int): Update prototypes.
4926 (DEFUN, EXFUN): Support for prototypes is now required.
4927 (intern_c_string): New prototype.
4928 (struct Lisp_Subr): Make symbol_name constant.
4929
4930 * font.c (struct table_entry): Remove unused member. Make NAMES
4931 constant.
4932 (weight_table, slant_table, width_table): Make constant.
4933
4934 * emacs.c (struct standard_args): Make name and longname constant.
4935
4936 * character.h (DEFSYM): Use intern_c_string.
4937
a56eaaef
DN
49382009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
4939
4940 * alloc.c (make_pure_c_string): New function.
4941
4942 * eval.c (Fautoload): Purecopy all arguments.
4943
f6a07420
KH
49442009-11-05 Kenichi Handa <handa@m17n.org>
4945
4946 * fileio.c (Finsert_file_contents): Be sure set coding-system of
4947 the buffer in case of replace.
4948
5d28d4b1
DN
49492009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
4950
4951 * puresize.h (BASE_PURESIZE): Increase to 1620000.
4952
b349d111
SM
49532009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4954
d528b1ce
SM
4955 * editfns.c (save_restriction_restore): Update the (pt/begv/vz)_markers
4956 when applicable (bug#4851).
4957
b349d111
SM
4958 * lisp.h: Make USE_LSB_TAG work with USE_LISP_UNION_TYPE.
4959 (P_): Support for prototypes is now required.
4960
c38eb027
CY
49612009-10-31 Chong Yidong <cyd@stupidchicken.com>
4962
4963 * frame.c (Fmake_frame_invisible, Fframe_visible_p): Doc fix
4964 (Bug#4827).
4965
0405f8d9
EZ
49662009-10-30 Eli Zaretskii <eliz@gnu.org>
4967
d528b1ce 4968 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Redefine to waste less pure space.
0405f8d9 4969
ca0a881a
DN
49702009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
4971
4972 * puresize.h (BASE_PURESIZE): Increase to 1470000.
4973
d528b1ce
SM
4974 * lread.c (Fload): Purecopy the file name when building
4975 Vpreloaded_file_list.
ca0a881a 4976
47e0e0e4
JR
49772009-10-29 Jason Rumney <jasonr@wanchan.jasonrumney.net>
4978
4979 * w32fns.c (syms_of_w32fns): Change default value of
4980 w32-scroll-lock-modifier to nil. (Bug#2827)
4981
057bce6f
JB
49822009-10-26 Juanma Barranquero <lekktu@gmail.com>
4983
782a943e 4984 * minibuf.c (Fall_completions): Fix typos in docstring.
057bce6f 4985
242bc74c
AS
49862009-10-26 Andreas Schwab <schwab@redhat.com>
4987
4988 * puresize.h (PURESIZE_RATIO): Increase back to 10/6.
4989
522d013a
JB
49902009-10-26 Juanma Barranquero <lekktu@gmail.com>
4991
4992 * window.c (grow_mini_window): Comment out "delta >= 0" assertion.
4993 For delta < 0, skip check that only makes sense when the mini-window
4994 is going to be enlarged. (Bug#4534)
4995
18060980
CY
49962009-10-25 Chong Yidong <cyd@stupidchicken.com>
4997
4998 * keyboard.c (read_char_x_menu_prompt): Don't demand a prompt
4999 string in menu maps (Bug#4471).
5000
fec8f0fe
CY
50012009-10-24 Chong Yidong <cyd@stupidchicken.com>
5002
5003 * nsfns.m (ns_set_name, ns_set_name_as_filename): Don't call
5004 FRAME_NS_VIEW on terminal frames (Bug#4765).
5005
10d66ec0
AS
50062009-10-24 Andreas Schwab <schwab@linux-m68k.org>
5007
1cae01f7
AS
5008 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_INTnn and
5009 DBUS_TYPE_UINTnn separately to get proper sign extension.
5010
58a12889
AS
5011 * dired.c (Ffile_attributes): Simplify now that FIXNUM_OVERFLOW_P
5012 can properly handle unsigned types.
d528b1ce 5013 (make_uid, make_gid): Remove.
58a12889 5014
987c9327
AS
5015 * lisp.h (FIXNUM_OVERFLOW_P): Fix last change to handle unsigned
5016 types again.
5017
522d013a 5018 * sysdep.c (procfs_ttyname): Fix sprintf format to match argument type.
10d66ec0
AS
5019 (system_process_attributes): Likewise.
5020
905a9ed3
DN
50212009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
5022
5023 * keymap.c (Fmake_sparse_keymap): Purecopy the name.
5024
5025 * eval.c (Fautoload): Purecopy the filename. Simplify.
5026
5027 * category.c (Fdefine_category): Purecopy docstring.
5028
a599b3e8
AS
50292009-10-23 Andreas Schwab <schwab@linux-m68k.org>
5030
7b792fc9
AS
5031 * lisp.h (FIXNUM_OVERFLOW_P): Remove cast to avoid overflow.
5032
a599b3e8
AS
5033 * puresize.h (PURESIZE_RATIO): Decrease to 11/7.
5034
b35ac83e
CY
50352009-10-23 Chong Yidong <cyd@stupidchicken.com>
5036
5037 * window.c (Fwindow_edges, Fwindow_pixel_edges)
5038 (Fwindow_inside_edges, Fwindow_inside_pixel_edges): Doc fix
5039 (Bug#4775).
5040
e8903e00
SM
50412009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5042
5043 * fileio.c (syms_of_fileio): Initialize Vdirectory_sep_char.
5044 (init_fileio_once):
5045 * lisp.h (init_fileio_once): Remove.
5046 * emacs.c (main): Don't call init_fileio_once.
5047
8f43cbf3
DN
50482009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
5049
5050 * puresize.h (BASE_PURESIZE): Increase to 1430000.
5051
26898943
AS
50522009-10-21 Andreas Schwab <schwab@linux-m68k.org>
5053
5054 * doprnt.c (doprnt): Fix overflow check.
5055
5c646d5a
JD
50562009-10-21 Jan Djärv <jan.h.d@swipnet.se>
5057
3132a7ea
JD
5058 * xterm.c (x_term_init): Remove XSynchronize call done for debugging.
5059
5c646d5a
JD
5060 * xterm.h (x_wait_for_event): Declare it.
5061
5062 * xterm.c (pending_event_wait): New variable.
5063 (handle_one_xevent): Set pending_event_wait.eventtype to 0 if we
5064 see pending_event_wait.eventtype.
5065 (handle_one_xevent): Don't change gravity when parent changes.
d528b1ce
SM
5066 (x_new_font): Call change_frame_size with new rows/columns before we
5067 try to resize the frame.
5c646d5a 5068 (x_wait_for_event): New function.
d528b1ce
SM
5069 (x_set_window_size_1): Don't change gravity unless change_gravity
5070 is set.
5c646d5a
JD
5071 Call XResizeWindow with FRAME_OUTER_WINDOW. If we are visible,
5072 don't change frame size, instead wait for the ConfigureNotify.
5073 (x_set_window_size): Call x_set_window_size_1 for USE_X_TOOLKIT also.
5074 (x_wm_set_size_hint): Remove ifdefs for USE_X_TOOLKIT.
5075 (x_initialize): Initialize pending_event_wait.
5076
5077 * xmenu.c (set_frame_menubar): Add internal border width to menu bar
5078 size.
5079
5080 * widget.c (EmacsFrameSetValues): Add comment.
5081 (EmacsFrameSetCharSize): Just call x_set_window_size.
5082
5083 * gtkutil.c (xg_frame_set_char_size): Flush events and call
5084 x_wait_for_event.
d528b1ce 5085 (flush_and_sync): Remove again.
5c646d5a
JD
5086 (xg_get_font_name): Suggest monospace if no previous font is known.
5087
e9c1637d
SM
50882009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
5089
5090 * character.c (char_resolve_modifier_mask): Don't resolve meta to the
46be764e 5091 8th bit, since that only made sense in the ASCII world (bug#4751).
e9c1637d 5092
5a72cccb
YM
50932009-10-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5094
5095 * xterm.c (XTread_socket) [!USE_GTK && HAVE_X_I18N]: Don't quit
5096 processing pending events when event is filtered for input method.
ab04798f 5097 (Bug#3681)
5a72cccb 5098
2629aa37
JB
50992009-10-20 Juanma Barranquero <lekktu@gmail.com>
5100
5101 * fns.c: Add #endif accidentally removed in previous change.
5102
c3417a74
DN
51032009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
5104
5105 * fns.c: Remove code for unsupported system: MAC_OS.
5106 * image.c: Likewise. Include setjmp.h.
5107
9685cef2
JD
51082009-10-19 Jan Djärv <jan.h.d@swipnet.se>
5109
5110 * xterm.c (x_create_toolkit_scroll_bar): Don't allocate color for
5111 pixel -1 (bug #4742).
5112
d7306fe6
DN
51132009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
5114
019d2c4c
DN
5115 * process.c (create_pty): Remove conditionals for no longer
5116 supported systems: UNIPLUS and RTU.
5117
ee6bacd4
DN
5118 * xterm.c:
5119 * xfns.c: Remove always true condition: XtSpecificationRelease >= 5.
5120
d7306fe6
DN
5121 * alloc.c: Do not define struct catchtag.
5122 * eval.c: Move struct catchtag definition ...
5123 * lisp.h: ... here.
5124
5125 * image.c: Move png.h #include earlier to avoid warnings.
5126
5127 * xterm.c:
5128 * xsmfns.c:
5129 * xselect.c:
5130 * xrdb.c:
5131 * xmenu.c:
5132 * xftfont.c:
5133 * xfont.c:
5134 * xfns.c:
5135 * xfaces.c:
5136 * xdisp.c:
5137 * window.c:
5138 * widget.c:
5139 * w32xfns.c:
5140 * w32uniscribe.c:
5141 * w32term.c:
5142 * w32select.c:
5143 * w32reg.c:
5144 * w32proc.c:
5145 * w32menu.c:
5146 * w32inevt.c:
5147 * w32heap.c:
5148 * w32font.c:
5149 * w32fns.c:
5150 * w32console.c:
5151 * w32.c:
5152 * w16select.c:
5153 * vm-limit.c:
5154 * unexsol.c:
5155 * unexec.c:
5156 * unexcw.c:
5157 * unexaix.c:
5158 * undo.c:
5159 * tparam.c:
5160 * textprop.c:
5161 * terminfo.c:
5162 * terminal.c:
5163 * termcap.c:
5164 * term.c:
5165 * syntax.c:
5166 * sound.c:
5167 * sheap.c:
5168 * search.c:
5169 * scroll.c:
5170 * region-cache.c:
5171 * regex.c:
5172 * ralloc.c:
5173 * process.c:
5174 * print.c:
b024548b
DN
5175 * nsterm.m:
5176 * nsselect.m:
5177 * nsmenu.m:
5178 * nsimage.m:
5179 * nsfont.m:
5180 * nsfns.m:
d7306fe6
DN
5181 * msdos.c:
5182 * minibuf.c:
5183 * menu.c:
5184 * marker.c:
5185 * macros.c:
5186 * keymap.c:
5187 * keyboard.c:
5188 * intervals.c:
5189 * insdel.c:
5190 * indent.c:
5191 * gtkutil.c:
5192 * ftxfont.c:
5193 * ftfont.c:
5194 * fringe.c:
5195 * frame.c:
5196 * fontset.c:
5197 * font.c:
5198 * fns.c:
5199 * floatfns.c:
5200 * filelock.c:
5201 * fileio.c:
5202 * emacs.c:
5203 * editfns.c:
5204 * dosfns.c:
5205 * doprnt.c:
5206 * doc.c:
5207 * dispnew.c:
5208 * dired.c:
5209 * dbusbind.c:
5210 * data.c:
5211 * composite.c:
5212 * coding.c:
5213 * cmds.c:
5214 * cm.c:
5215 * chartab.c:
5216 * charset.c:
5217 * character.c:
5218 * ccl.c:
5219 * category.c:
5220 * casetab.c:
5221 * casefiddle.c:
5222 * callproc.c:
5223 * callint.c:
5224 * bytecode.c:
5225 * buffer.c:
5226 * atimer.c: Include setjmp.h. (Bug#4643)
5227
fd5f21e6
SM
52282009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5229
4c0354d7
SM
5230 Remove leftover table unibyte_to_multibyte_table.
5231 * character.c (unibyte_to_multibyte_table): Remove.
5232 (Funibyte_char_to_multibyte): Use MAKE_CHAR_MULTIBYTE.
5233 * charset.c (init_charset_once): Don't init unibyte_to_multibyte_table.
5234 * character.h (UNIBYTE_TO_CHAR): New macro.
5235 (MAKE_CHAR_MULTIBYTE): Use it.
5236 (unibyte_to_multibyte_table, unibyte_char_to_multibyte): Remove.
5237 * xdisp.c (get_next_display_element): USE ASCII_CHAR_P.
5238 (message_dolog, set_message_1):
5239 * search.c (Freplace_match):
5240 * editfns.c (Fcompare_buffer_substrings):
5241 * fns.c (Fcompare_strings): Use MAKE_CHAR_MULTIBYTE.
5242 (concat):
5243 * insdel.c (copy_text, count_size_as_multibyte):
5244 Use ASCII_CHAR_P and BYTE8_TO_CHAR.
5245 * term.c (produce_glyphs):
5246 * syntax.c (skip_chars): Use BYTE8_TO_CHAR.
5247 * regex.c (RE_CHAR_TO_MULTIBYTE):
5248 * cmds.c (internal_self_insert):
5249 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use UNIBYTE_TO_CHAR.
5250
fd5f21e6
SM
5251 * cmds.c (internal_self_insert): `c' is already in "multibyte" form.
5252
4418646e
DN
52532009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
5254
5255 * puresize.h (BASE_PURESIZE): Increase to 1310000.
5256
35f5c1d2
JB
52572009-10-16 Juanma Barranquero <lekktu@gmail.com>
5258
5259 * buffer.c (Fbuffer_name): Doc fix. (Bug#4728)
5260
a0cd8f6b
AR
52612009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
5262
5263 * nsterm.h (NS_HAVE_NSINTEGER): Back out and augment with CGFloat,
5264 still needed under Tiger.
5265
5266 * nsterm.m (EmacsView-conversationIdentifier): Arg is long.
5267
5268 * m/amdx86-64.h: Don't set LIB_STANDARD and START_FILES under
5269 __Apple__.
5270
5271 * m/intel386.h: Remove DARWIN_OS/_LP64 special case.
5272
01a8d3fa
KH
52732009-10-15 Kenichi Handa <handa@m17n.org>
5274
5275 * print.c (print_object): Escape a symbol like "2E10" too.
5276
bf6c75c9 52772009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
6e4780c5
JB
5278
5279 Cleanups and changes for 64-bit compile under Snow Leopard.
5280 Based on suggestions by Erik Charlebois.
bf6c75c9
AR
5281
5282 * nsfns.m (xw-color-values): Use CGFloat where appropriate.
5283
c5959062 5284 * nsfont.m (ns_char_width): Replace deprecated call.
bf6c75c9
AR
5285 (ns_findfonts, nsfont_list_family): Use long format in printf, and
5286 cast argument.
5287 (nsfont_open): Use ns_char_width() everywhere.
d528b1ce 5288 (ns_uni_to_glyphs, NSGlyphStorage): Use NS[U]Integer where appropriate.
bf6c75c9
AR
5289
5290 * nsgui.h (NSPoint, NSSize) [!__OBJC__]: Define and use CGFloat.
5291
5292 * nsimage.m (EmacsImage-setXBMColor:,-getPixelAtX:Y:): Use CGFloat
5293 where appropriate.
5294
5295 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Use NSInteger
5296 where appropriate.
6e4780c5
JB
5297 (EmacsToolbar-addDisplayItemWithImage:idx:helpText:enabled:):
5298 Use stringWithUTF8String.
bf6c75c9
AR
5299 (EmacsDialogPanel-initWithContentRect:styleMask:): Fix signature.
5300
6e4780c5
JB
5301 * nsterm.h (EmacsView, EmacsMenu, EmacsToolbar, EmacsTooltip):
5302 Add formal protocol mention to inheritance.
bf6c75c9
AR
5303 [NS_HAVE_NSINTEGER]: Drop conditional and contents.
5304
6e4780c5
JB
5305 * nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate.
5306 Fix printf format.
bf6c75c9
AR
5307 (ns_query_color): Use CGFloat where appropriate.
5308 (EmacsView<NSTextInput>, EmacsScroller): Fix method signatures.
ac146f82 5309 (EmacsScroller-mouseDown:): Use long format in printf, and cast
bf6c75c9
AR
5310 argument.
5311
3d87f118
AR
5312 * config.in (NS_HAVE_NSINTEGER): Drop.
5313
a95c8102
AR
5314 * dbusbind.c (dbus-method-return-internal)
5315 (dbus-method-error-internal): Use long format in printf, and cast
5316 argument.
5317
5318 * font.c (font_unparse_xlfd, font_unparse_fcname): Use long format
5319 in printf, and cast argument.
5320
6873acca 5321 * process.c (list_processes_1): Use long format in printf, and
a95c8102
AR
5322 cast argument.
5323
9ec6f100
GM
53242009-10-11 Glenn Morris <rgm@gnu.org>
5325
5326 * frame.c (Fframe_pixel_height): Doc fix. (Bug#4535)
5327
5be883cd
JD
53282009-10-08 Jan Djärv <jan.h.d@swipnet.se>
5329
5330 * gtkutil.c (create_menus): Call gtk_widget_set_size_request for
5331 menu bar with a small width so it doesn't enlarge the frame.
5332
d7a39b51
JB
53332009-10-08 Juanma Barranquero <lekktu@gmail.com>
5334
5335 * fontset.c (Fset_fontset_font): Fix typos in error messages.
5336
0c2b6f8e
GM
53372009-10-06 Glenn Morris <rgm@gnu.org>
5338
5339 * Makefile.in (emacs${EXEEXT}): Remove direct dependence on
5340 SOME_MACHINE_LISP (this enters indirectly via DOC).
5341
e02131a2
EZ
53422009-10-05 Eli Zaretskii <eliz@gnu.org>
5343
5344 * dired.c (Ffile_attributes): Doc fix. (Bug#4638)
5345
b4744254
EZ
53462009-10-04 Eli Zaretskii <eliz@gnu.org>
5347
5348 * xdisp.c (syms_of_xdisp) <unibyte-display-via-language-environment>:
5349 Doc fix.
5350
dbf64827
JB
53512009-10-03 Martin Rudalics <rudalics@gmx.at>
5352
5353 * window.c (Fdelete_window): Check WINDOW argument. (Bug#4618)
5354
e9a0aef8
MA
53552009-10-02 Michael Albinus <michael.albinus@gmx.de>
5356
d528b1ce 5357 * lisp.h (Qdelete_directory_internal): Remove, because it is not
e9a0aef8
MA
5358 used anymore outside fileio.c.
5359
5360 * w32fns.c (Fsystem_move_file_to_trash): Use delete-directory.
5361
64eb2b56
JB
53622009-10-01 Juanma Barranquero <lekktu@gmail.com>
5363
5364 * lisp.h (Qdelete_directory_internal):
5365 Declare, instead of Qdelete_directory.
5366
5367 * w32fns.c (Fsystem_move_file_to_trash): Use it.
5368
9d28c33e
SM
53692009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
5370
5371 * eval.c (Fcalled_interactively_p): Add `kind' argument.
5372
9d8f3bd9
MA
53732009-10-01 Michael Albinus <michael.albinus@gmx.de>
5374
9d28c33e 5375 * fileio.c (Fdelete_directory_internal): Rename from
9d8f3bd9
MA
5376 Fdelete_directory. It is not a command anymore. It has no file
5377 name handler.
5378
9694740b
SM
53792009-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
5380
5381 * xdisp.c (get_next_display_element): Use an enum in last change.
5382
748e162f
KH
53832009-09-28 Kenichi Handa <handa@m17n.org>
5384
9694740b 5385 * xdisp.c (get_next_display_element): Pay attention to
748e162f
KH
5386 unibyte_display_via_language_environment in handling
5387 Vnobreak_char_display.
5388
17efd58d
AR
53892009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
5390
5391 * nsterm.h (ns_app_name): New extern variable.
5392
5393 * nsterm.m (ns_app_name): New variable.
5394 (ns_term_init): Set and use it.
5395 (ns_term_shutdown): Use it.
5396
5397 * nsmenu.m (ns_update_menubar): Use ns_app_name. Sync with xmenu.c.
5398 (EmacsMenu-clear:, ns_popup_dialog): Use ns_app_name.
5399
5400 * nsfns.m (ns_set_name_iconic, ns_set_name)
5401 (ns_set_name_as_filename, x-create-frame, ns-get-resource)
5402 (ns-set-resource): Use ns_app_name instead of NSProcessInfo call.
5403
9694740b
SM
5404 * menu.c (find_and_return_menu_selection) [HAVE_NS]:
5405 Remove double-casting in client_data comparison.
31c2d412 5406
3208cb35
YM
54072009-09-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5408
5409 * keyboard.c (make_lispy_event): Remember last wheel direction.
5410 (syms_of_keyboard) <wheel_syms>: Compute array size at compile time.
5411
b7d552d6
GM
54122009-09-26 Glenn Morris <rgm@gnu.org>
5413
5414 * Makefile.in (MSDOS_SUPPORT) [MSDOS]: Remove unneeded '/' in
5415 internal.elc. Add term/pc-win.elc.
5416 (WINDOW_SUPPORT) [HAVE_X_WINDOWS]: Add term/common-win.elc and
5417 term/x-win.elc.
5418 (WINNT_SUPPORT) [WINDOWSNT]: Add term/common-win.elc and
5419 term/w32-win.elc.
5420 (NS_SUPPORT): New.
5421 (lisp): Add NS_SUPPORT.
5422 (SOME_MACHINE_LISP): Add term/w32-win.elc and emacs-lisp/easymenu.elc.
5423
4ff670a8
DR
54242009-09-25 David Reitter <david.reitter@gmail.com>
5425
5426 * nsmenu.m (EmacsMenu-clear): Recognize application menu
5427 on Mac OS X 10.6+ (bug#4513).
5428
feabfb6c
JB
54292009-09-24 Juanma Barranquero <lekktu@gmail.com>
5430
5431 * frame.c (xrdb_get_resource): Return nil for empty string resources;
d528b1ce
SM
5432 some parts of Emacs code (like font selection) don't grok them.
5433 See http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00528.html
feabfb6c 5434
de59072a
AS
54352009-09-24 Andreas Schwab <schwab@redhat.com>
5436
5437 * coding.c (decode_coding_iso_2022): Fix operator precedence.
5438
a489517b
JB
54392009-09-24 Juanma Barranquero <lekktu@gmail.com>
5440
5441 * dired.c (Fdirectory_files): Fix typo in docstring.
5442
0592970c
AR
54432009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
5444
5445 * nsterm.m (EV_TIMESTAMP, x_set_window_size)
5446 (EmacsApp-application:openFiles:): Remove GNUstep conditionals.
5447 (EmacsScroller-setPosition:portion:whole:): Remove -display call
5448 under GNUstep.
5449 (EmacsView-initFrameFromEmacs:): Set autoresizing mask.
5450
5451 * nsfont.m (ns_glyph_metrics): Remove GNUstep conditional for
5452 glyph advancement.
5453
48e8a88b
AR
54542009-09-22 Adrian Robert <Adrian.B.Robert@gmail.com>
5455
5456 * nsterm.m (CGContextSetFontRenderingMode): Drop declaration.
b3aac06a 5457 (EmacsScroller-mouseDown:): Use SCROLL_BAR_FIRST_DELAY.
48e8a88b
AR
5458
5459 * nsmenu.m (EmacsMenu-menuNeedsUpdate): Ignore if frame has been
5460 deleted (bug #4492).
5461
e14f0a78
AR
5462 * nsfont.m (Vns_reg_to_script): New lisp variable.
5463 (syms_of_nsfont): Declare it.
5464 (ns_registry_to_script): New function.
5465 (ns_get_req_script): Call it.
5466 (ns_findfonts): Don't give up on non-unicode registry.
5467
5468 * font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case.
5469
5b650faa
SM
54702009-09-20 Tom Tromey <tromey@redhat.com>
5471
5472 * eval.c (find_handler_clause): Make stack-trace-on-error work in
5473 batch mode (bug#4228).
5474
a489517b 54752009-09-18 Rob Christie <robchristie@gmail.com> (tiny change)
0bae4e09
AR
5476
5477 * nsmenu.m (EmacsMenu-parseKeyEquiv:): Parse key equivalent more
a489517b 5478 carefully. (Bug #4339)
0bae4e09 5479
fcfe06f3
CY
54802009-09-18 Chong Yidong <cyd@stupidchicken.com>
5481
d798ba87 5482 * syntax.c (Fchar_syntax): Minor doc fix (Bug#4400).
fcfe06f3 5483
31642728
AR
54842009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
5485
5486 * emacs.c (inhibit_x_resources): Update doc string for NS.
5487 (main) [HAVE_NS]: Don't process --no-init-file option. Remove
cff11156 5488 legacy code for -NXHost. Fix error printf in daemon case.
31642728
AR
5489
5490 * nsterm.h (ns_no_defaults): Remove.
5491
5492 * nsterm.m (ns_no_defaults): Remove.
5493 (ns_term_init): Switch ns_no_defaults -> inhibit_x_resources.
5494 (ns_use_qd_smoothing): Remove legacy variable.
6516d10a
AR
5495 (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and
5496 don't update the NSWindow itself.
5497 (EmacsView-windowWillUseStandardFrame:defaultFrame:): Improve
a489517b 5498 state detection and store user rect ourselves. (Bug #3581)
31642728
AR
5499
5500 * nsfont.m (nsfont_draw) [NS_IMPL_COCOA]: Don't use
5501 ns_use_qd_smoothing.
5502
5503 * nsfns.m (x_get_string_resource): Ape just-previous changes to other
5504 platform versions. Drop support for emacs-20-style face specs.
8aad0aea 5505 (x-close-connection): Drop PSFlush() under OS X.
a489517b 5506 (x-focus-frame): Activate the app first. (Bug #4180)
31642728 5507
8686ac71
JB
55082009-09-17 Juanma Barranquero <lekktu@gmail.com>
5509
5510 * emacs.c (inhibit_x_resources): New variable.
5511 (main) [HAVE_NS]: Don't process --quick command line option.
5512 (syms_of_emacs) <inhibit-x-resources>: DEFVAR_BOOL it.
5513
5514 * lisp.h (inhibit_x_resources): Declare it extern.
5515
5516 * w32reg.c (x_get_string_resource):
5517 * xrdb.c (x_get_string_resource): Obey inhibit_x_resources.
5518
e227ba05
EZ
55192009-09-17 Eli Zaretskii <eliz@gnu.org>
5520
362654a6
JB
5521 * Makefile.in (MSDOS_SUPPORT, SOME_MACHINE_LISP):
5522 Add lisp/term/internal.elc.
e227ba05 5523
742d40e8
SM
55242009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
5525
5526 * frame.c (x_get_resource_string): Re-add for non-toolkit builds
5527 (bug#4461).
5528
005bd5a2
DN
55292009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
5530
5531 * puresize.h (BASE_PURESIZE): Increase to 1290000.
5532
5533 * Makefile.in (OTHER_FILES): Define using autoconf, not cpp.
5534 (OBJECTS_MACHINE): Remove, unused.
5535
f9af9719
SM
55362009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
5537
5538 * frame.c (x_get_resource_string): Remove unused.
5539
0307c7d2
JD
55402009-09-15 Jan Djärv <jan.h.d@swipnet.se>
5541
5542 * xterm.c (x_new_font): Call change_frame_size before calling
5543 x_set_window_size, in case frame size won't change.
5544
5545 * frame.c (x_set_font): Remove dead code.
5546
428b13d6
SM
55472009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
5548
5549 * lread.c (Fload): Also run do-after-load-evaluation while dumping.
5550
5766c380
SM
55512009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5552
5553 * lread.c (Fload): Don't output a message after loading an obsolete
5554 package any more (done in Lisp now).
5555
2fd0161b
CY
55562009-09-12 Chong Yidong <cyd@stupidchicken.com>
5557
5558 * fns.c (syms_of_fns): Doc fix (Bug#4227).
5559
bc5e75b6
SM
55602009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5561
5562 * keymap.c (Fwhere_is_internal): Use nconc2.
5563
c31c985e
AM
55642009-09-11 Alan Mackenzie <acm@muc.de>
5565
5566 * dispnew.c (Fsend_string_to_terminal): Amend doc string to cover
5567 batch mode.
5568
78012bd2
AS
55692009-09-11 Andreas Schwab <schwab@linux-m68k.org>
5570
5571 * xdisp.c (display_mode_element): Detect cycles.
5572
9d889332
SM
55732009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
5574
5575 * keymap.c (where_is_internal): Don't erroneously return nil right after
5576 filling the cache.
5577 (where_is_internal_1): Fix up typo.
5578
7ab5d780
GM
55792009-09-11 Glenn Morris <rgm@gnu.org>
5580
5581 * frame.c (Fx_parse_geometry): Unify the X and NS versions so that they
5582 share a common doc-string.
5583
5238a749
SM
55842009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
5585
66d77eda
SM
5586 * keymap.c (get_keymap): Return the actual keymap symbol rather than
5587 t for autoloaded keymaps when autoloading is not allowed (bug#4393).
5588
5238a749
SM
5589 * keymap.c (QCadvertised_binding): New constant.
5590 (syms_of_keymap): Initialize it.
5591 (Fwhere_is_internal): Try and use bindings from :advertised-binding
5592 if applicable.
5593
19f48442
SM
55942009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
5595
50d4ba39
SM
5596 * keyboard.c (Qmenu_alias, Vdefine_key_rebound_commands): Remove.
5597 (parse_menu_item): Streamline since bindings are recomputed all the
5598 time anyway. Don't bother checking Vdefine_key_rebound_commands any
5599 more and don't support lmenu's menu-alias any more either.
5600
a88a5372
SM
5601 * keymap.c (where_is_internal_data): Make noindirect a boolean.
5602 (where_is_internal): Strip it down to only traverse the keymaps.
5603 Move the cache handling from Fwhere_is_internal to here.
5604 (Fwhere_is_internal): Move the handling of remapping and the choice of
5605 the best binding from where_is_internal to here.
5606 Unify the cached/noncached paths, so remapping is also handled
5607 correctly when the cache is used, and so the cache can be used to
5608 speed up remap-handling when applicable.
5609 Give preference to non-remapped bindings.
5610 * doc.c (Fsubstitute_command_keys): Let Fwhere_is_internal's prefer
5611 non-remapped bindings.
5612 * keyboard.c (parse_menu_item): Let Fwhere_is_internal handle
5613 command remapping.
5614
19f48442
SM
5615 * xdisp.c (display_mode_element): Move list length limit from 50 to
5616 5000 (see thread starting with <xbaik5174uqu.fsf@cam.ac.uk>).
5617
599498c3 56182009-09-09 Adrian Robert <Adrian.B.Robert@gmail.com>
c1905ca3
AR
5619
5620 * nsfont.m (ns_get_family): Don't force first letter to uppercase.
5621
f9b7b5ac
SM
56222009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
5623
a53af587
JB
5624 * xdisp.c (Vtruncate_partial_width_windows): Improve docstring.
5625 (Bug#4334)
5626
f9b7b5ac
SM
5627 * keymap.c (where_is_internal): Filter out shadowed remappings.
5628 Assume that where_is_internal returns unshadowed bindings to simplify
5629 the code and get rid of the gotos. Use ASIZE.
5630
04f4b72d
JD
56312009-09-04 Jan Djärv <jan.h.d@swipnet.se>
5632
4da146f2
JD
5633 * xterm.c (x_focus_changed): If we get a focusout and pointer
5634 is invisible, make it visible.
5635
04f4b72d
JD
5636 * xterm.h: Remove condition for declaration of
5637 x_*_window_to_frame.
5638
7cef7ce3
SM
56392009-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
5640
5641 * dispnew.c (Fsend_string_to_terminal): Make it work again on the
5642 initial terminal as well.
5643
a54fa5b7
JD
56442009-09-02 Jan Djärv <jan.h.d@swipnet.se>
5645
5646 * xterm.h: Rename x_non_menubar_window_to_frame to
7cef7ce3 5647 x_menubar_window_to_frame.
a54fa5b7 5648
50426a04 5649 * xterm.c: Remove declarations also in xterm.h.
a54fa5b7
JD
5650 (XTmouse_position): Do not return valid positions
5651 for clicks in the menubar and the toolbar for Gtk+.
5652
5653 * xfns.c (x_any_window_to_frame): Assume less about Gtk+ internals,
5654 if the widget for the event has the same top level as a frame,
5655 return the frame.
5656 (x_menubar_window_to_frame): Detect menu bar even with Gtk+
5657 internal windows, bug #4122.
5658 (x_non_menubar_window_to_frame): Remove.
5659
5a021dd0
GM
56602009-09-02 Glenn Morris <rgm@gnu.org>
5661
5662 * buffer.c (default-major-mode): Move most of the doc from here...
5663 (major-mode): ... to here.
5664
548fe2f3
NR
56652009-08-30 Nick Roberts <nickrob@snap.net.nz>
5666
5667 * process.c (wait_reading_process_output): Keep the descriptor
5668 when pty is used by a non-child process, e.g., in I/O buffer of
5669 GDB this allows inferior to be restarted.
5670
e0840eef
EZ
56712009-08-29 Eli Zaretskii <eliz@gnu.org>
5672
5673 * xdisp.c (redisplay_internal): Remove redundant test and collapse
5674 both branches into one.
5675
82e98df4
SM
56762009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
5677
5678 * emacs.c (USAGE1): Remove --(no-)multibyte, --(no-)unibyte.
5679 (main): Use enable-multibyte-characters rather than
5680 default-enable-multibyte-characters. Output a warning message when
5681 running a unibyte session.
5682
890617cb
YM
56832009-08-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5684
5685 * unexmacosx.c (print_load_command_name) [LC_DYLD_INFO]: Add cases
5686 LC_DYLD_INFO and LC_DYLD_INFO_ONLY.
5687 (copy_data_segment): Also copy __program_vars section.
5688 (copy_dyld_info) [LC_DYLD_INFO]: New function.
5689 (dump_it) [LC_DYLD_INFO]: Use it.
5690
5691 * s/darwin.h [temacs]: Undef HAVE_POSIX_MEMALIGN.
5692
e7adeadc
EZ
56932009-08-28 Eli Zaretskii <eliz@gnu.org>
5694
5695 * makefile.w32-in ($(BLD)/doc.$(O)): Depend on buildobj.h, not on
5696 $(SRC)/buildobj.h.
5697 (buildobj.h): Renamed from $(SRC)/buildobj.h.
5698 (make-buildobj-CMD, make-buildobj-SH): Create buildobj.h, not
5699 $(SRC)/buildobj.h.
5700 (clean): Add buildobj.h.
5701
3ed8bbdc
TZ
57022009-08-28 Teodor Zlatanov <tzz@lifelogs.com>
5703
5704 * print.c (print_object): Set escapeflag to 1 when printing
5705 hashtable keys and values.
5706
155a6764
SM
57072009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
5708
5709 * lread.c (read_integer): Use doubles (and potentially return a float
5710 number) as we do in string-to-number.
5711 (read1): Use strtol to read integers, signal errors on strtol's
5712 overflow and use floats if strtol's output is too large for
5713 Elisp integers.
5714
877610de
EZ
57152009-08-27 Eli Zaretskii <eliz@gnu.org>
5716
5717 * makefile.w32-in ($(SRC)/buildobj.h, make-buildobj-CMD)
5718 (make-buildobj-SH): Fix last change.
5719 (SRC): Move to before where it's first used.
5720
ef73e7be
KH
57212009-08-27 Kenichi Handa <handa@m17n.org>
5722
550c8289
KH
5723 * process.c (send_process): Use encode_coding_object instead of
5724 encode_coding_string to perform eol-conversion even if the string
5725 is unibyte.
5726
60afa08d
KH
5727 * coding.c (encode_coding_utf_16): Fix checking of a Unicode
5728 character.
5729
ef73e7be 5730 * cmds.c (Fself_insert_command): Avoid unnecessay
8a0b709a 5731 unibyte->multibyte conversion. (Bug#4240) (Bug#4037)
ef73e7be 5732
7b3a82d7
DN
57332009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
5734
5654bf63
DN
5735 * callproc.c (Fcall_process): Remove always true #if.
5736
7b3a82d7
DN
5737 * lisp.h: Replace #if 0 code for checking with text pointing to
5738 the --enable-checking configure flag.
5739
5740 * emacs.c (main): Mention the --enable-profiling configure flag
5741 instead of using CFLAGS.
5742
878bde49
KR
57432009-08-26 Ken Raeburn <raeburn@raeburn.org>
5744
5745 * Makefile.in (buildobj.h): New target.
5746 (doc.o): Depend on it.
5747 (temacs${EXEEXT}): Don't generate buildobj.lst.
5748 (mostlyclean): Delete buildobj.h, not buildobj.lst.
5749 * makefile.w32-in ($(SRC)/buildobj.h): New target.
5750 ($(BLD)/doc.$(O)): Depend on it.
5751 (make-buildobj-CMD, make-buildobj-SH): New targets. (Syntax help
5752 provided by Eli Zaretskii.)
5753 ($(TEMACS)): Don't generate buildobj.lst.
5754 * doc.c: Include buildobj.h.
5755 (buildobj): New static variable.
5756 (Fsnarf_documentation): Use it, instead of opening and reading
5757 buildobj.lst.
5758
1574224c
MA
57592009-08-25 Michael Albinus <michael.albinus@gmx.de>
5760
5761 * dbusbind.c (Fdbus_call_method)
5762 (Fdbus_call_method_asynchronously): Use English numeric format for
5763 timeout values in doc string.
5764
d9da2f45
KH
57652009-08-25 Kenichi Handa <handa@m17n.org>
5766
ef73e7be
KH
5767 * alloc.c (mark_char_table): New function.
5768 (mark_object): Use mark_char_table for a char-table.
5769
d9da2f45
KH
5770 * lisp.h (CHAR_TABLE_REF_ASCII): New macro.
5771 (CHAR_TABLE_REF): Use it.
5772
c8edcc01
KR
57732009-08-23 Ken Raeburn <raeburn@raeburn.org>
5774
5775 * Makefile.in (emacs${EXEEXT}) [CANNOT_DUMP]: Set EMACSLOADPATH
5776 before invoking the newly build emacs to check for load-path
5777 shadowing.
5778
7763401b
GM
57792009-08-22 Glenn Morris <rgm@gnu.org>
5780
5781 * Makefile.in (bootstrap_exe): New variable.
5782 (.el.elc, ${lispsource}loaddefs.el, bootstrap-emacs${EXEEXT}):
5783 Use ${bootstrap_exe}.
5784
729eadda
EZ
57852009-08-22 Eli Zaretskii <eliz@gnu.org>
5786
5787 * coding.h (encode_coding_string): Don't encode unibyte strings.
5788 (Bug#4047)
5789
eb4c6ace
MA
57902009-08-22 Michael Albinus <michael.albinus@gmx.de>
5791
5792 * config.in (HAVE_DBUS_WATCH_GET_UNIX_FD): Add.
5793
5794 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): Remove. It was
5795 intended as hotfix only.
5796 (xd_add_watch, xd_remove_watch): Use HAVE_DBUS_WATCH_GET_UNIX_FD.
5797
36e34d1b
AR
57982009-08-21 Adrian Robert <Adrian.B.Robert@gmail.com>
5799
5800 * nsterm.m (ns_get_color): Update documentation properly for last
5801 change, and clean up loose ends in the code left by it. Fix
5802 longstanding bug with 16-bit hex parsing, and add support for
5803 yet another X11 format (rgb:r/g/b) for compatibility.
5804 * nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
5805 timer_check() to avoid crash on Leopard/PPC. Bug #2154.
5806
f983eb8a
SM
58072009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
5808
5809 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.
5810
3f56d3c6
MA
58112009-08-20 Michael Albinus <michael.albinus@gmx.de>
5812
5813 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): New macro.
5814 (xd_add_watch, xd_remove_watch): Use it. Print debug messages.
5815 (xd_initialize, xd_pending_messages): Check, whether
5816 $DBUS_SESSION_BUS_ADDRESS is set.
5817
fb641d68
YM
58182009-08-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5819
5820 * nsfns.m (Fxw_color_values): Return 3-element list. Doc fix.
5821
5822 * nsterm.m (ns_get_color): Remove incompatible color formats again.
5823
cf59a374
GM
58242009-08-20 Glenn Morris <rgm@gnu.org>
5825
5826 * emacs.c (system-type): Doc fix.
5827
1373f3be
SM
58282009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
5829
5830 * keyboard.c (syms_of_keyboard): Default to 5 buttons, which should be
5831 enough for the most common situations. Avoid SET_SYMBOL_VALUE.
5832
058ed861
MA
58332009-08-18 Michael Albinus <michael.albinus@gmx.de>
5834
1373f3be
SM
5835 * dbusbind.c (xd_add_watch, xd_remove_watch, Fdbus_init_bus):
5836 New functions.
058ed861
MA
5837 (xd_initialize): Revert change from 2009-08-16.
5838
563a866e 58392009-08-18 Kenichi Handa <handa@m17n.org>
5fc05db0
KH
5840
5841 * fontset.c (Ffontset_font): If a nil element is found in a
563a866e 5842 font-group vector, return nil.
5fc05db0 5843
e42bdf01
CY
58442009-08-17 Chong Yidong <cyd@stupidchicken.com>
5845
5846 * process.c (status_notify): Don't perform redisplay.
5847 (Fdelete_process, list_processes_1, process_send_signal):
5848 Expliticly perform redisplay.
5849 (wait_reading_process_output): Always check process status, but
5850 don't perform redisplay unless DO_DISPLAY is non-zero (Bug#2930).
5851
4230ab74
KR
58522009-08-17 Ken Raeburn <raeburn@raeburn.org>
5853
1373f3be 5854 * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.
f601cdf3
KR
5855 (XFLOAT_INIT): New macro for storing a float value.
5856 * alloc.c (make_float, make_pure_float): Use XFLOAT_INIT.
5857 * fns.c (sxhash): Copy out the value of a float in order to
5858 examine its bytes.
5859 * dbusbind.c (xd_append_arg): Likewise.
5860
4230ab74
KR
5861 * emacs.c (main): Don't call syms_of_data twice.
5862
a0645cdd
MA
58632009-08-16 Michael Albinus <michael.albinus@gmx.de>
5864
5865 * dbusbind.c (xd_initialize): Add connection file descriptor to
5866 input_wait_mask, in order to let select() detect, whether a new
5867 message has been arrived.
ca4f31ea 5868 (Fdbus_call_method_asynchronously): Allow nil HANDLER.
a0645cdd 5869
485db0ba
MA
58702009-08-15 Michael Albinus <michael.albinus@gmx.de>
5871
1373f3be
SM
5872 * dbusbind.c (xd_get_dispatch_status, xd_pending_messages):
5873 New functions.
485db0ba
MA
5874
5875 * lisp.h (xd_pending_messages): Declare.
5876
5877 * keyboard.c (readable_events): Call xd_pending_messages.
5878
b5b98ff4
CY
58792009-08-15 Chong Yidong <cyd@stupidchicken.com>
5880
1373f3be 5881 * eval.c (Fcalled_interactively_p, Finteractive_p): Doc fix (Bug#3936).
84b17ab0 5882
f8354c6e
CY
5883 * xdisp.c (pop_it): Don't pop into a display vector (Bug#4131).
5884
b5b98ff4
CY
5885 * buffer.c (set_buffer_internal_1)
5886 (swap_out_buffer_local_variables): Check for unbound local
5887 variables (Bug#4138).
5888
8b9fc636
EZ
58892009-08-14 Eli Zaretskii <eliz@gnu.org>
5890
5891 * process.c (create_pty): Fix last change.
5892
ce959360
CY
58932009-08-13 Chong Yidong <cyd@stupidchicken.com>
5894
5895 * image.c (xbm_read_bitmap_data): New arg inhibit_image_error.
5896 (xbm_load_image): Caller changed.
64b807c9 5897 (xbm_file_p): Avoid signalling an image_error (Bug#4107).
ce959360 5898
c7baf7e9
NR
58992009-08-13 Nick Roberts <nickrob@snap.net.nz>
5900
5901 * process.c (create_pty): New function.
5902 (Fstart_process): Use it to allow Emacs to just associate a pty
5903 with the buffer. See associated change in gdb-mi.el.
5904 (list_processes_1): Deal with no program name.
5905 (start_process_unwind): Use pid == -2 to mean no process.
5906
1ac9108a
SM
59072009-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
5908
5909 * cmds.c (nonundocount): New global variable.
5910 (keys_of_cmds): Initialize it.
5911 (Fself_insert_command): Use it to combine upto 20 sequential chars
5912 into a single undo entry, just like the Qself_insert_command code in
5913 keyboard.c does.
5914 Call frame_make_pointer_invisible, also like the Qself_insert_command
5915 code in keyboard.c does.
5916 * keyboard.c (command_loop_1): Use the new global nonundocount rather
5917 than its own local replacement for it.
5918
e267324c
KR
59192009-08-10 Ken Raeburn <raeburn@raeburn.org>
5920
1ac9108a 5921 * fns.c (concat): Don't re-set string length to its current value.
77437343 5922
1ac9108a
SM
5923 * coding.h (decode_coding_string, encode_coding_string):
5924 Use SBYTES macro.
f0bed503 5925
1ac9108a 5926 * doprnt.c (doprnt_lisp): Delete unused function.
e267324c
KR
5927 (doprnt): Merge with doprnt1, discarding lispstrings code.
5928 * lisp.h (doprnt_lisp): Don't declare.
5929
416e006d
JL
59302009-08-07 Juri Linkov <juri@jurta.org>
5931
5932 * puresize.h (BASE_PURESIZE): Increase to 1270000.
5933
6f7d5780
DN
59342009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
5935
5936 * print.c (syms_of_print): Undo previous change.
5937
f19a0f5b
TZ
59382009-08-05 Teodor Zlatanov <tzz@lifelogs.com>
5939
5940 * lread.c (read1, syms_of_lread): Read hashtables back from the
5941 readable format.
5942
5943 * print.c (print_preprocess, print_object): Print hashtables fully
5944 and readably.
5945 (syms_of_print): Provide 'hashtable-print-readable.
5946
b9173dc2
AR
59472009-08-02 Adrian Robert <Adrian.B.Robert@gmail.com>
5948
5949 * nsfont.m (ns_descriptor_to_entity): Handle case when descriptor has
5950 no family set.
5951 (nsfont_open): Handle case when entity has no family.
5952
1586503c
AR
59532009-07-29 Adrian Robert <Adrian.B.Robert@gmail.com>
5954
5955 * nsfont.m (ns_findfonts): Fix 2009-07-24 change to return only one
5956 element, not a list, for match case.
5957
087048cd
KH
59582009-07-28 Kenichi Handa <handa@m17n.org>
5959
5960 * font.c (font_parse_xlfd): Check DPI and AVGWIDTH properties more
5961 rigidly.
5962
5963 * xfont.c (xfont_list_pattern): Don't ignore the return value of
5964 font_parse_xlfd. Check font properties more rigidly.
5965
780c2506
DN
59662009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
5967
31fd7c5c
JB
5968 * s/netbsd.h (SIGNALS_VIA_CHARACTERS): Remove, already defined in
5969 bsd-common.h.
780c2506 5970
a8c0cc18
KH
59712009-07-27 Kenichi Handa <handa@m17n.org>
5972
5973 * xfaces.c (face_with_height): Call font_clear_prop.
5974
4fbe2306
CY
59752009-07-26 Chong Yidong <cyd@stupidchicken.com>
5976
111d9af3
CY
5977 * dispnew.c (init_display): Use Qx, Qw32, and Qns.
5978
5979 * xterm.c (x_term_init): Use Qx.
5980
4fbe2306
CY
5981 * nsfont.m (nsfont_draw): Revert 2009-07-15 change.
5982
1ac9108a 5983 * nsterm.m (ns_maybe_dumpglyphs_background): Revert 2009-07-15 change.
4fbe2306
CY
5984 (ns_get_color): Revert 2009-07-16 change.
5985
beb0b7f9
EZ
59862009-07-25 Eli Zaretskii <eliz@gnu.org>
5987
5988 * lread.c (syms_of_lread) <force_load_messages>: New variable.
1ac9108a 5989 (Fload): Use it to force load messages, even if NOMESSAGES is non-nil.
beb0b7f9 5990
2baf5e76
KR
59912009-07-25 Ken Raeburn <raeburn@raeburn.org>
5992
1ac9108a
SM
5993 * coding.h (decode_coding_string, encode_coding_string):
5994 Use SCHARS macro.
8890e5f5 5995
2baf5e76 5996 * lread.c: Rewrite 2009-07-21 changes.
1ac9108a 5997 (load_depth): Delete.
2baf5e76
KR
5998 (Qload_in_progress): New variable.
5999 (load_unwind): Don't reference load_depth or load_in_progress.
6000 (Fload): Likewise; specbind Qload_in_progress instead.
6001 (init_lread): Don't initialize load_depth.
6002 (syms_of_lread): Initialize and protect Qload_in_progress.
6003
1395c6f5
AR
60042009-07-24 Adrian Robert <Adrian.B.Robert@gmail.com>
6005
6006 * nsfont.m (ns_findfonts): Correctly return fallback in match case.
6007
4e2f36cf
AR
60082009-07-23 Yavor Doganov <yavor@gnu.org>
6009
6010 * nsfont.m (NSFontDescriptor.h): Explicitly include under GNUstep.
6011
5dd9a6f7
AR
60122009-07-23 Adrian Robert <Adrian.B.Robert@gmail.com>
6013
6014 * nsterm.m (EmacsView-keyUp:): Only act when running under Tiger.
7f6ad209
AR
6015 Bugs 3792, 3720, 2402.
6016 (ns_lookup_indexed_color): Check for bad index.
6017 (ns_index_color): Init unused slot to 0.
6018 (ns_dumpglyphs_box_or_relief): Replace useless xassert with an if().
6019 Bug 3714, possibly 3082.
5dd9a6f7 6020
c902b920
JR
60212009-07-22 Jason Rumney <jasonr@gnu.org>
6022
1ac9108a
SM
6023 * w32fns.c (w32_wnd_proc) [WM_IME_STARTCOMPOSITION]:
6024 Position IME window at cursor (Bug#2570).
c902b920
JR
6025 (w32_wnd_proc) [WM_IME_CHAR]: Release context when finished.
6026 (globals_of_w32fns): Dynamically load functions required above.
6027
6028 * w32term.c (w32_draw_window_cursor): Send message to reposition
6029 any IME window.
6030
090101cf
CY
60312009-07-21 Chong Yidong <cyd@stupidchicken.com>
6032
6033 * fileio.c: Revert 2009-07-16 changes.
6034 (Vauto_save_include_big_deletions): New variable.
6035 (Fdo_auto_save): Disable auto-save only if
6036 auto-save-include-big-deletions is nil.
6037
e6583e3d
CY
60382009-07-21 Chong Yidong <cyd@stupidchicken.com>
6039
6040 * xdisp.c (move_it_to): For continued lines ending in a tab, take
6041 the overflowed pixels into account (Bug#3879).
6042
ece435a5
KR
60432009-07-21 Ken Raeburn <raeburn@raeburn.org>
6044
6045 * lread.c (load_depth): New variable.
6046 (Fload, load_unwind, init_lread): Set it to the load recursion
6047 depth; set load_in_progress as a simple boolean based on the
6048 current load_depth. (Bug#3892)
6049
40b2d973
AR
60502009-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
6051
6052 * nsfont.m (ns_has_attribute): Remove.
6053 (ns_findfonts, nsfont_open): Use ns_attribute_fvalue() instead.
6054
10be7e0d
JL
60552009-07-18 Juri Linkov <juri@jurta.org>
6056
6057 * process.c (Fset_process_query_on_exit_flag): Mention killing
6058 a buffer in docstring.
6059
fa055055
KH
60602009-07-17 Kenichi Handa <handa@m17n.org>
6061
6062 * casetab.c (shuffle): Fix the logic of setting up the cycle.
6063
042f7b69
YM
60642009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6065
6066 * nsfns.m (Fns_set_alpha): Remove function.
6067 (syms_of_nsfns): Don't defsubr it.
6068
6069 * nsterm.m (ns_get_color): Remove incompatible color formats.
6070 (ns_color_to_lisp): Generate #rrggbb color format string.
6071
4be941e3
RS
60722009-07-16 Richard Stallman <rms@gnu.org>
6073
6074 * fileio.c (Fwrite_region, Fdo_auto_save): Handle save_length = -2.
6075 (Fset_buffer_auto_saved): Handle save_length = -2.
6076
4e6b227d
CY
60772009-07-16 Chong Yidong <cyd@stupidchicken.com>
6078
6079 * xterm.c (Qx_gtk_map_stock): New var.
6080
6081 * gtkutil.c (update_frame_tool_bar): Use Qx_gtk_map_stock instead
6082 of calling intern each time.
6083
a1856973
YM
60842009-07-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6085
6086 * nsfont.m (nsfont_draw): Remove code for stippling, which actually
6087 does tiling.
6088
6089 * nsterm.m (ns_maybe_dumpglyphs_background): Likewise.
6090
497e54d8
KH
60912009-07-14 Kenichi Handa <handa@m17n.org>
6092
72d36834
KH
6093 * font.c (font_vconcat_entity_vectors): New function.
6094 (struct font_sort_data): New member font_driver_preference.
6095 (font_compare): Check font_driver_preference.
6096 (font_sort_entities): The format of the first argument changed.
6097 (font_delete_unmatched): Likewise.
6098 (font_list_entities): The return type changed.
6099 (font_select_entity): The format of the second argument changed.
1ac9108a
SM
6100 (font_find_for_lface): Adjuste for the above changes.
6101 Don't suppress the checking of C even if the repertory supports it.
6102 (Flist_fonts): Adjust for the above changes.
72d36834 6103
1ac9108a
SM
6104 * ftfont.c (ftfont_spec_pattern): New arg langname. Change caller.
6105 (ftfont_list): Adjust for the change of ftfont_spec_pattern.
497e54d8
KH
6106 Reject a font who has adstyle property that is different from a
6107 langname derived from registry property.
1ac9108a 6108 (ftfont_match): Adjust for the change of ftfont_spec_pattern.
497e54d8 6109
b6046155
EZ
61102009-07-13 Eli Zaretskii <eliz@gnu.org>
6111
6112 * dired.c (directory_files_internal) [WINDOWSNT]: Don't make a
6113 local copy of dirfilename.
6114
fb6b6049
KH
61152009-07-13 Kenichi Handa <handa@m17n.org>
6116
e2402a5e
KH
6117 * chartab.c (sub_char_table_ref_and_range): Fix the range check
6118 against max_char.
6119
fb6b6049
KH
6120 * cmds.c (internal_self_insert): Check sym by SYMBOLP before
6121 calling XSYMBOL (sym).
6122
65156807
EZ
61232009-07-11 Eli Zaretskii <eliz@gnu.org>
6124
1ac9108a
SM
6125 * dired.c (directory_files_internal_w32_unwind) [WINDOWSNT]:
6126 New function.
6127 (directory_files_internal) [WINDOWSNT]:
6128 Bind w32-get-true-file-attributes to either t or nil, depending whether
65156807
EZ
6129 the filesystem of the directory is fast or slow.
6130
6131 * w32.c (logon_network_drive): Don't assume PATH is an absolute
6132 file name.
6133 (is_slow_fs): New function.
6134 (stat): Use it to determine whether to issue more system calls to
6135 get accurate file attributes, when w32-get-true-file-attributes is
6136 `local'.
6137
e0ab5fcf
JD
61382009-07-10 Jan Djärv <jan.h.d@swipnet.se>
6139
6140 * xfns.c (Fx_select_font): Remember last font selected in
31fd7c5c 6141 x_last_font_name and use that the next time. Also try the frame
e0ab5fcf
JD
6142 parameter font-parameter as default to the font dialog.
6143
784ceded
KH
61442009-07-10 Kenichi Handa <handa@m17n.org>
6145
6146 * xftfont.c (xftfont_open): Fix typo: FC_RGBA->FC_HINT_STYLE.
6147
fb8edc0b
EZ
61482009-07-09 Eli Zaretskii <eliz@gnu.org>
6149
1ac9108a 6150 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
017dab84 6151
fb8edc0b
EZ
6152 * w32.c (stat): Treat UNC file names as residing on remote
6153 drives. (Bug#3542)
6154
635c75b1
KH
61552009-07-09 Kenichi Handa <handa@m17n.org>
6156
6157 * fontset.c (fontset_find_font): Fix previous change.
6158
c1d5ce94
MA
61592009-07-08 Michael Albinus <michael.albinus@gmx.de>
6160
6161 * dbusbind.c (xd_initialize, Fdbus_call_method, xd_read_message)
6162 (Fdbus_register_signal, Fdbus_register_method): Cleanup memory of
6163 error flag.
6164
edb61b39
KH
61652009-07-08 Kenichi Handa <handa@m17n.org>
6166
374bf7e4
KH
6167 * fontset.c (fontset_find_font): Fix the logic of handling
6168 charset_matched.
6169 (font_for_char): Delete unused var.
6170 (generate_ascii_font_name): Delete it.
6171
edb61b39
KH
6172 * coding.h (JIS_TO_SJIS2): Fix the code range check.
6173
6174 * coding.c (detect_coding_sjis): Handle shift_jis-2004 correctly.
6175 (encode_coding_sjis): Fix the code range check.
6176
0f3f018c
CY
61772009-07-07 Chong Yidong <cyd@stupidchicken.com>
6178
6179 * fileio.c (Fsubstitute_in_file_name, Ffile_name_directory)
6180 (Fexpand_file_name): Copy string data properly (Bug#3772).
6181
fcaf6f3a
JD
61822009-07-07 Jan Djärv <jan.h.d@swipnet.se>
6183
6184 * xterm.c (handle_one_xevent): Only call x_check_fullscreen on the
6185 first MapNotify.
6186
6809ca75
KH
61872009-07-07 Kenichi Handa <handa@m17n.org>
6188
6189 * character.h (unibyte_has_multibyte_table): Delete extern.
6190 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): Delete it.
6191
6192 * charset.c (Fset_charset_priority): Update charset_unibyte.
6193 (syms_of_charset): Initialize charset_unibyte.
6194
6195 * character.c (unibyte_has_multibyte_table): Delete it.
6196 (multibyte_char_to_unibyte): Use CHAR_TO_BYTE8 instead of checking
6197 charset_unibyte.
6198 (multibyte_char_to_unibyte_safe): Likewise.
6199 (Funibyte_char_to_multibyte): Don't check charset_unibyte.
6200
1ac9108a 6201 * xdisp.c (get_next_display_element): Decode it->c by charset_unibyte.
6809ca75
KH
6202 (x_produce_glyphs): Likewise.
6203
6204 * .gdbinit (xcharset): Fix the treating $arg0.
6205
ad9e2d54
EZ
62062009-07-04 Eli Zaretskii <eliz@gnu.org>
6207
6208 Emulation of `getloadavg' on MS-Windows.
50426a04 6209 * w32.c: Include float.h.
ad9e2d54
EZ
6210 (g_b_init_get_native_system_info, g_b_init_get_system_times)
6211 (GetNativeSystemInfo_Proc, GetSystemTimes_Proc): Declare.
6212 (get_native_system_info, get_system_times): New functions.
6213 (buf_next, buf_prev, sample_system_load, getavg): New subroutines.
6214 (getloadavg): Rewrite using GetSystemTimes and GetNativeSystemInfo.
6215 (globals_of_w32): Initialize g_b_init_get_native_system_info,
6216 g_b_init_get_system_times, and num_of_processors.
6217
0a3472c7
JR
62182009-07-03 Jason Rumney <jasonr@gnu.org>
6219
6220 * w32term.c (w32_initialize): Use standard types.
6221
80904120
EZ
62222009-07-03 Eli Zaretskii <eliz@gnu.org>
6223
6224 * dired.c (Ffile_attributes): Decode user and group names by the
6225 locale's encoding. (Bug#3443)
6226
6978862d
DN
62272009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
6228
f8d23104
DN
6229 * sysdep.c (sys_suspend): Remove USG_JOBCTRL #ifdef, unused.
6230 (mkdir): Remove MKDIR_PROTOTYPE #ifdef, unused.
6231
6232 * callproc.c (child_setup): Use #else instead of a separate #ifdef.
6233
6234 * term.c (init_tty): Remove spurious #ifdef.
6235
6978862d
DN
6236 * m/mips.h: Mention this file is also used for netbsd.
6237 * m/pmax.h: Remove file.
6238
e044e4fc
JD
62392009-07-03 Jan Djärv <jan.h.d@swipnet.se>
6240
6241 * xterm.h (struct x_display_info): Add invisible_cursor.
6242 (struct x_output): Add current_cursor.
6243
6244 * xterm.c (XTtoggle_invisible_pointer): New function.
6245 (x_define_frame_cursor): Don't define cursor if invisible or the
6246 same as before. Set current_cursor.
6247 (x_create_terminal): Set toggle_invisible_pointer_hook.
6248
6249 * xfns.c (make_invisible_cursor): New function.
6250 (x_set_mouse_color): Call make_invisible_cursor.
6251 Set current_cursor.
6252 (x_window): Set current_cursor.
6253
6254 * termhooks.h (struct terminal): Add toggle_invisible_pointer_hook.
6255
6256 * keyboard.c (command_loop_1): Call frame_make_pointer_invisible after
6257 inserting a character.
6258 (read_avail_input): Call frame_make_pointer_visible.
6259
6260 * frame.c (Vmake_pointer_invisible): New variable.
1ac9108a
SM
6261 (frame_make_pointer_invisible, frame_make_pointer_visible):
6262 New functions.
e044e4fc
JD
6263 (syms_of_frame): DEFVAR make-pointer-invisible, initialize to Qt.
6264
6265 * frame.h: Declare frame_make_pointer_invisible and
6266 frame_make_pointer_visible.
6267 (struct frame): Add pointer_invisible.
6268
574c8efa
JD
62692009-07-02 Jan Djärv <jan.h.d@swipnet.se>
6270
7b507248
JD
6271 * gtkutil.c (xg_frame_set_char_size): Do set width/height if the
6272 frame isn't visible.
6273 (xg_frame_resized): If width/height is -1, get size of window
6274 from X server.
6275
6276 * xterm.c (handle_one_xevent): Call xg_frame_resized for USE_GTK
6277 for MapNotify.
6278
835bdaa7 6279 * gtkutil.c (xg_frame_set_char_size): Do not set pixel width/height
31fd7c5c 6280 here or call change_frame_size. Just call flush_and_sync.
1ac9108a 6281 (flush_and_sync): Reintroduce.
574c8efa 6282
3f1c6666 62832009-07-01 Jan Djärv <jan.h.d@swipnet.se>
69b16610 6284
31fd7c5c 6285 * xterm.h (struct x_display_info): Add Xatom_net_wm_state_sticky.
acd51077
JD
6286
6287 * xterm.c (x_handle_net_wm_state): Also look for sticky.
6288 (x_term_init): Initialize Xatom_net_wm_state_sticky.
6289
6290 * frame.h: Declare Qsticky.
6291
cad9ef74
JD
6292 * w32fns.c (w32_frame_parm_handlers): Set 0 for sticky.
6293
6294 * nsfns.m (ns_frame_parm_handlers): Ditto.
6295
6296 * frame.c: Declare Qsticky.
6297 (frame_parms): Add sticky.
6298
6299 * xfns.c (x_frame_parm_handlers): Let x_set_sticky handle sticky.
6300
6301 * xterm.h: Declare x_set_sticky.
6302
6303 * xterm.c (x_set_sticky): New function.
6304
69b16610
JD
6305 * gtkutil.c (xg_tool_bar_proxy_help_callback): New function.
6306 (xg_tool_bar_menu_proxy): Attach enter/leave events to
6307 xg_tool_bar_proxy_help_callback.
3f1c6666
JD
6308
6309 * emacs.c (USAGE3, standard_args): Add -mm and --maximized.
6310
6311 * frame.c: Qmaximized is new.
6312 (x_set_frame_parameters): Do not handle fullscreen specially.
6313 Only set width and height if explicitly set.
6314 (x_set_fullscreen): Handle Qmaximized.
6315 (x_set_font, x_figure_window_size): Do not handle fullscreen specially.
6316 (syms_of_frame): Initialize Qmaximized.
6317
1ac9108a
SM
6318 * frame.h (fullscreen_type): Add FULLSCREEN_MAXIMIZED.
6319 Declare Qfullwidth, Qfullheight, Qfullboth, Qmaximized.
3f1c6666
JD
6320
6321 * xterm.c (handle_one_xevent): Remove call to x_check_fullscreen
31fd7c5c
JB
6322 for Expose event. Add call to x_check_fullscreen for MapNotify event.
6323 Remove all code w.r.t. fullscreen from ConfigureNotify event. Do not
3f1c6666
JD
6324 set gravity to NorthWestGravity when USE_GTK.
6325 (set_wm_state): New function.
31fd7c5c 6326 (do_ewmh_fullscreen): Use set_wm_state. Also handle FULLSCREEN_MAXIMIZED.
3f1c6666
JD
6327 (x_handle_net_wm_state): Handle FULLSCREEN_MAXIMIZED.
6328 (x_check_fullscreen): Simplify so we only handle EMWH type of fullscreen
31fd7c5c 6329 or the case when no window manager is running. That means remove calls
3f1c6666
JD
6330 to x_real_positions and x_fullscreen_adjust.
6331
6332 * gtkutil.c (flush_and_sync, x_wm_size_hint_off): Remove.
6333 (xg_frame_set_char_size): Remove calls to x_wm_size_hint_off and
6334 flush_and_sync.
6335 (xg_height_changed): New function.
6336 (xg_create_frame_widgets): Remove call to gtk_widget_set_size_request
1ac9108a
SM
6337 and gtk_window_set_policy. Set frame gravity after parsing the
6338 geometry string.
3f1c6666
JD
6339 (xg_update_frame_menubar, free_frame_menubar)
6340 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
6341 (update_frame_tool_bar, free_frame_tool_bar): Call xg_height_changed.
6342 Remove calls to xg_frame_set_char_size.
6343
fd503d99
KH
63442009-07-01 Kenichi Handa <handa@m17n.org>
6345
6346 * keyboard.c (decode_keyboard_code): New function.
6347 (tty_read_avail_input): Decode the input bytes if necessary.
6348
1ac9108a
SM
6349 * coding.c (setup_coding_system):
6350 Initialize coding->carryover_bytes to 0.
fd503d99
KH
6351 (Fset_keyboard_coding_system_internal): If CODING-SYSTEM is nil,
6352 use Qno_conversion.
6353
24ed93fb
YM
63542009-07-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6355
6356 * Makefile.in (SOME_MACHINE_LISP): Add ../lisp/term/common-win.elc.
6357
99061dfc
CY
63582009-06-30 Chong Yidong <cyd@stupidchicken.com>
6359
1ac9108a 6360 * xftfont.c (xftfont_open): Avoid passing NULL argument to XftLockFace.
99061dfc 6361
ff90fbde
JR
63622009-06-30 Jason Rumney <jasonr@gnu.org>
6363
6364 * w32term.c (w32_initialize): Use GetModuleHandle for library that
6365 is already loaded.
6366 Set user model ID if supported (bug#1849).
6367
5f445726
JM
63682009-06-29 Jim Meyering <meyering@redhat.com>
6369
6370 Remove useless if-before-xfree test.
6371 * nsfont.m (nsfont_close): Remove useless test.
6372 * term.c (delete_tty): Likewise.
6373 * w32.c (system_process_attributes): Likewise.
6374 * w32font.c (w32font_close): Likewise.
6375 * xfaces.c (x_free_gc): Likewise.
6376 * xselect.c (buffer): Likewise.
6377
b9607587
AS
63782009-06-28 Andreas Schwab <schwab@linux-m68k.org>
6379
6380 * process.c (send_process): Keep decoded string in a local
6381 variable and protect it from GC. (Bug#3521)
6382
89ba96f4
EZ
63832009-06-28 Eli Zaretskii <eliz@gnu.org>
6384
6385 * term.c (create_tty_output) [MSDOS]: #ifdef away.
6386 (tty_free_frame_resources) [MSDOS]: Add a DOS-specific version.
6387
098a1589
CY
63882009-06-28 Chong Yidong <cyd@stupidchicken.com>
6389
485422be
CY
6390 * xdisp.c (start_display, handle_face_prop)
6391 (move_it_vertically_backward, cursor_row_fully_visible_p)
1ac9108a
SM
6392 (redisplay_window, try_window_id, produce_image_glyph):
6393 Delete some #ifdef-ed out code chunks that are now obsolete.
485422be 6394
098a1589
CY
6395 * xterm.c (x_update_window_begin, x_new_focus_frame)
6396 (x_scroll_bar_handle_click, handle_one_xevent)
6397 (handle_one_xevent, XTread_socket, x_focus_on_frame)
6398 (x_make_frame_visible, x_make_frame_invisible)
6399 (x_wm_set_icon_pixmap, x_initialize): Delete some #ifdef-ed out
6400 code chunks that are now obsolete.
6401
78c38319
MA
64022009-06-28 Michael Albinus <michael.albinus@gmx.de>
6403
6404 * dbusbind.c (XD_SYMBOL_TO_DBUS_TYPE): Convert macro into function
6405 xd_symbol_to_dbus_type. With Solaris 2.11, it was said to compile
6406 for hours, when optimzation is enabled.
6407 (xd_signature, xd_append_arg, xd_retrieve_arg, xd_initialize)
6408 (xd_read_message): Make them static.
6409
4189ed40
CY
64102009-06-27 Chuck Blake <cblake@pdos.csail.mit.edu> (tiny change)
6411
6412 * term.c (turn_on_face): Allow simultaneously bold and dim
6413 terminal faces (Bug#3530).
6414
cd9b5e16
CY
64152009-06-27 Chong Yidong <cyd@stupidchicken.com>
6416
4e23bedb
CY
6417 * frame.c (x_get_arg): Check if dpyinfo is non-NULL.
6418
cd9b5e16
CY
6419 * xdisp.c (mouse_face_from_buffer_pos): Fix detection of
6420 truncation glyphs (Bug#3686).
6421
07cc3c35
GM
64222009-06-27 Glenn Morris <rgm@gnu.org>
6423
6424 * m/pmax.h: Restore file, with only netbsd portions.
6425
31fd7c5c 64262009-06-26 David Reitter <david.reitter@gmail.com>
25c5550f 6427
cd9b5e16 6428 * nsterm.m (keydown): Avoid infinite loop.
25c5550f 6429
42d4a64f
KH
64302009-06-26 Peter Jolly <peter@jollys.org> (tiny change)
6431
6432 * ftfont.c (get_adstyle_property): Call font_intern_prop with 1 as
6433 the arg FORCE_SYMBOL.
6434
930fe55b 64352009-06-25 Kenichi Handa <handa@m17n.org>
a71ccf3a
KH
6436
6437 * fontset.c (fontset_find_font): When a usable rfont_def is found
6438 in a fallback font-group, make it the first element of the group.
6439
57ebc3fd
CY
64402009-06-24 Chong Yidong <cyd@stupidchicken.com>
6441
6442 * emacs-icon.h: Always define gnu_xpm_bits on GTK (bug#3671).
6443
f084f942
KH
64442009-06-24 Kenichi Handa <handa@m17n.org>
6445
6446 * fontset.c (fontset_get_font_group): Return 0 if no font-group is
6447 set for C.
6448 (fontset_font): Record the availability of a font for C both in
6449 the realized fontsets of the current one and the default one.
6450
2f686c87
DN
64512009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
6452
6453 * sysdep.c (child_setup_tty): Remove SIGNALS_VIA_CHARACTERS
6454 conditional, it is always defined on AIX.
6455
666e158e
MB
64562009-06-23 Miles Bader <miles@gnu.org>
6457
6458 * window.c (Vrecenter_redisplay): New variable.
6459 (syms_of_window): Initialize it.
6460 (Qtty): New extern declaration.
6461 (Frecenter): Only do redisplay if Vrecenter_redisplay requests it.
6462
c6da7cd2
JM
64632009-06-23 Jim Meyering <meyering@redhat.com>
6464
1ac9108a
SM
6465 * src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt):
6466 Use xmalloc and xrealloc (not malloc and realloc), so subsequent heap
632c2030 6467 pointer dereferences are guaranteed to be valid.
c6da7cd2 6468
678dca3d
KH
64692009-06-23 Kenichi Handa <handa@m17n.org>
6470
74d75424
KH
6471 * emacs.c (main): Call init_font ().
6472
6473 * font.h (Vfont_log): Extern it.
6474 (FONT_ADD_LOG, FONT_DEFERRED_LOG): New macros.
6475
6476 * font.c (font_sort_entities, font_list_entities)
6477 (font_matching_entity, font_open_entity)
6478 (font_close_object): Change font_add_log to FONT_ADD_LOG.
6479 (Vfont_log): Delete static.
6480 (font_log_env_checked): Delete this variable.
6481 (font_add_log): Don't check font_log_env_checked.
6482 (font_deferred_log): Check Vfont_log.
6483 (init_font): New function.
6484
678dca3d
KH
6485 * ftfont.c: Change font_add_log to FONT_ADD_LOG.
6486
6487 * w32font.c: Change font_add_log to FONT_ADD_LOG.
6488
6489 * w32uniscribe.c: Change font_add_log to FONT_ADD_LOG.
6490
6491 * xfont.c: Change font_add_log to FONT_ADD_LOG.
6492
6493 * fontset.c (fontset_font): Call FONT_DEFERRED_LOG.
6494 (face_for_char): Don't call font_deferred_log here.
6495 (font_for_char): Likewise.
6496
8a668709
CY
64972009-06-22 Chong Yidong <cyd@stupidchicken.com>
6498
9a01ee33
CY
6499 * w32term.c (x_draw_glyph_string): Use the glyph string's width
6500 rather than its background_width for drawing the overline and
6501 underline (Bug#489).
6502
6503 * xterm.c (x_draw_glyph_string): Use the glyph string's width
6504 rather than its background_width for drawing the overline and
6505 underline (Bug#489).
ec7c9926
CY
6506 (xg_default_icon_file): New variable.
6507 (syms_of_xterm): Initialize it to the Emacs SVG icon file.
6508 (x_bitmap_icon): Under GTK, use xg_default_icon_file.
9a01ee33 6509
8a668709
CY
6510 * xdisp.c (Qbefore_string, Qafter_string): Add externs.
6511 (load_overlay_strings): Remove externs.
6512 (fast_find_position): Function deleted.
6513 (mouse_face_from_buffer_pos): New function, based on
6514 fast_find_position. Correctly handle before-strings,
6515 display-strings, and after-strings (Bug#1220).
6516 (note_mouse_highlight): Use mouse_face_from_buffer_pos.
6517
4d4c02d8
CY
65182009-06-21 Chong Yidong <cyd@stupidchicken.com>
6519
1ac9108a 6520 * xdisp.c (IT_DISPLAYING_WHITESPACE): Define for !HAVE_WINDOW_SYSTEM.
4d4c02d8
CY
6521 (move_it_in_display_line_to, move_it_in_display_line_to)
6522 (display_line): Remove #ifdef HAVE_WINDOW_SYSTEM.
6523
70243478
CY
65242009-06-21 Chong Yidong <cyd@stupidchicken.com>
6525
6526 * Branch for 23.1.
6527
13087e59
JR
65282009-06-21 Jason Rumney <jasonr@gnu.org>
6529
6530 * w32term.c (keyboard_codepage): New static variable.
6531 (w32_read_socket) [WM_INPUTLANGCHANGE]: Update it.
6532 (w32_read_socket) [WM_CHAR]: Use it to decode character
6533 input (bug#3237).
6534 (w32_initialize): Initialize it.
6535 (codepage_for_locale): New function.
6536
4735b74e
KR
65372009-06-20 Ken Raeburn <raeburn@raeburn.org>
6538
6539 * process.c (status_message): Pass Faset index argument as a lisp
6540 object, so as to work with USE_LISP_UNION_TYPE.
6541
0e727afa
YM
65422009-06-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6543
6544 * coding.c (Ffind_coding_systems_region_internal):
6545 Cache checked characters.
6546
cf299835
KH
65472009-06-18 Kenichi Handa <handa@m17n.org>
6548
1ac9108a 6549 * coding.c (decode_coding_iso_2022): Check MSB of bytes more rigidly.
cf299835 6550
90f20d94
AS
65512009-06-18 Andreas Schwab <aschwab@redhat.com>
6552
6553 * xdisp.c (redisplay_internal): Check that the frame is still
6554 live after redisplay of its windows.
6555 (redisplay_windows): Check that the window is still live.
6556
7f1faf1c
KH
65572009-06-17 Andreas Schwab <schwab@linux-m68k.org>
6558
6559 * coding.c (detect_coding_utf_16): Fix previous change.
6560
cc13543e
KH
65612009-06-16 Kenichi Handa <handa@m17n.org>
6562
6563 * coding.c (detect_coding_utf_16): Fix the logic of rejecting
6564 UTF-16 by checking the dispersion of Eth and Oth bytes.
6565
977b85f4
AS
65662009-06-15 Andreas Schwab <schwab@linux-m68k.org>
6567
6568 * coding.c (detect_coding_utf_16): Fix typo counting odd bytes.
6569
66bd43d1
KH
65702009-06-15 Kenichi Handa <handa@m17n.org>
6571
6572 * process.c (status_message): Fix previous change. Be sure to
6573 decode a localized string.
6574
cb5ca9c5
YM
65752009-06-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6576
6577 * xterm.c (x_delete_terminal): Put previous change in #if 0 and
6578 add comment explaining why.
6579
ec7709ba 65802009-06-14 Sidney Markowitz <sidney@sidney.com>
5ee6f629 6581
ec7709ba 6582 * nsmenu.m (EmacsTooltip: setText): Set height of tooltip.
5ee6f629 6583
4b7f335c
AR
65842009-06-14 Adrian Robert <Adrian.B.Robert@gmail.com>
6585
6586 * nsfont.m (ns_attribute_value): Remove.
6587 (ns_attribute_fvalue): Incorporate code from ns_attribute_value.
6588 (ns_has_attribute): Shrink the normal range.
6589 (ns_findfonts): Don't worry about requested spec in determining
6590 need for synthItal.
e41820ee 6591 (ns_get_covering_families): Retain scriptToFamilies.
4b7f335c 6592
73b26103
SZ
65932009-06-14 Seiji Zenitani <zenitani@mac.com>
6594
6595 * xdisp.c [USE_MAC_TOOLBAR]: Remove obsolete definition for Mac Carbon.
6596
5753e4da
KH
65972009-06-11 Kenichi Handa <handa@m17n.org>
6598
6599 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
6600 overhang for the static composition case.
6601
3561b671
KH
66022009-06-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6603
5753e4da
KH
6604 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
6605 overhang for the automatic composition case.
6606
3561b671
KH
6607 * xterm.c (x_compute_glyph_string_overhangs): Handle the automatic
6608 composition case.
6609
852bbd41
CY
66102009-06-10 Chong Yidong <cyd@stupidchicken.com>
6611
6612 * xdisp.c (get_next_display_element): When handling wrap-prefix
6613 and line-prefix, treat \n as a control character (bug#3502).
6614
9903d1e6
KH
66152009-06-10 Kenichi Handa <handa@m17n.org>
6616
6617 * font.c (font_parse_family_registry): Fix for one-char foundry.
6618 (font_sort_entities): Initialize prefer_prop[FONT_AVGWIDTH_INDEX].
6619
0bcbaaaa
CY
66202009-06-09 Dmitry Dzhus <dima@sphinx.net.ru> (tiny change)
6621
6622 * process.c (status_message): Fix handling of multibyte signal
6623 string (Bug#3499).
6624
40aa3f13
JM
66252009-06-09 Jim Meyering <meyering@redhat.com>
6626
1f80c7e2
CY
6627 * xfaces.c (Fx_load_color_file): Avoid array bounds error if the
6628 color name is missing.
40aa3f13 6629
72d51285
KH
66302009-06-09 Kenichi Handa <handa@m17n.org>
6631
6632 * charset.c (Fmap_charset_chars): In docstring, state clearly that
6633 FROM-CODE and TO-CODE are codepoints of CHARSET.
6634
c1d04d84
AR
66352009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
6636
6637 * nsterm.m (ns_use_system_highlight_color): Drop, unused.
6638
66392009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
6640
6641 Changes to support :script/:lang/:otf in NS font driver.
6642 * nsfont.m (nsfont_escape_name, nsfont_unescape_name)
6643 (nsfont_get_family, nsfont_char_width): Rename to ns_ prefix to
6644 indicate not part of font driver interface, and change callers.
6645 (ns_get_family): Remove pointless null check.
6646 (nsfont_spec_to_traits, nsfont_fmember_to_entity): Replace with
6647 ns_spec_to_descriptor, ns_descriptor_to_entity.
6648 (nsfont_trait_distance, nsfont_make_fontset_for_font): Remove.
6649 (ns_attribute_value, ns_attribute_fvalue, ns_has_attribute)
6650 (ns_spec_to_descriptor, ns_descriptor_to_entity)
6651 (ns_charset_covers, ns_lang_to_script, ns_otf_to_script)
6652 (ns_get_req_script, ns_accumulate_script_ranges)
6653 (ns_script_to_charset, ns_get_covering_families, ns_findfonts):
6654 New functions.
6655 (nsfont_list, nsfont_match): Use ns_findfonts.
6656 (nsfont_open): Use font descriptor instead of traits.
6657 (nsfont_draw): Handle "automatic" (lookup-table) compositions.
6658 (dump_glyphstring): Rename to ns_dump_glyphstring.
6659
c7eb9816
AR
6660 * nsterm.h (dump_glyphstring): Rename to ns_dump_glyphstring.
6661
c1d04d84
AR
6662 * nsfns.m (Fns_popup_font_panel): Use shared font manager.
6663
6664 * fontset.c (fontset_from_font): Remove NS-specific code.
6665
ec7709ba 66662009-06-08 Peter Jones <pjones@pmade.com> (tiny change)
c1d04d84
AR
6667
6668 * nsterm.m (ns_draw_window_cursor): Respect cursor_type for
6669 nonactive windows.
6670
31fd7c5c 66712009-06-08 Felix Mueller <felix@enqueue.eu> (tiny change)
c1d04d84 6672
1ac9108a 6673 * nsterm.m (ns_init_paths): Append path separator to INFOPATH variable.
c1d04d84 6674
68852c13 66752009-06-08 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
e7777236
AR
6676
6677 * keyboard.c (kbd_buffer_get_event): Null-check used_mouse_menu.
6678
6756cd1d
CY
66792009-06-07 Chong Yidong <cyd@stupidchicken.com>
6680
6681 * xdisp.c (move_it_in_display_line_to): On text-only terminals,
6682 account for the overflowing of newlines into the last glyph on the
6683 display line (Bug#3482).
6684
28bf482a
DR
66852009-06-05 David Reitter <david.reitter@gmail.com>
6686
ec7709ba
JB
6687 * nsselect.m (Fx_own_selection_internal, Fx_selection_exists_p)
6688 (Fx_selection_owner_p): Rename from Fns_own_selection_internal,
28bf482a
DR
6689 Fns_selection_exists_p, Fns_selection_owner_p.
6690
fdb55376
JR
66912009-06-03 Jason Rumney <jasonr@gnu.org>
6692
6693 * w32fns.c (x_create_tip_frame): Use the uniscribe font backend if
6694 available. (Bug#3379)
6695
05129fbe
KH
66962009-05-29 Kenichi Handa <handa@m17n.org>
6697
1ac9108a
SM
6698 * coding.c (get_translation_table):
6699 Check Venable_character_translation.
05129fbe 6700
ec7709ba 67012009-05-26 David Reitter <david.reitter@gmail.com>
15891144 6702
ec7709ba
JB
6703 * nsterm.m (ns_raise_frame): Only raise frame if visible.
6704 (x_make_frame_visible): Move frame to front rather than calling
15891144 6705 ns_raise_frame().
ec7709ba 6706 (keyDown:): Do not swallow events that aren't re-sent if frame
15891144 6707 isn't key window.
ec7709ba 6708 (drawRect:): Do not set visibility/iconified flags because
15891144
DR
6709 drawRect may be called by NSView even if the frame is hidden.
6710
ec7709ba
JB
6711 * nsfns.m (Fx_create_frame): Follow other ports in
6712 determining visibility; default to t. Ensure async_visible is set.
15891144 6713
21f73755
EZ
67142009-05-23 Eli Zaretskii <eliz@gnu.org>
6715
6716 * dired.c (Ffile_attributes): Doc fix.
6717
34001e41
CY
67182009-05-22 Chong Yidong <cyd@stupidchicken.com>
6719
6720 * m/mips.h [GNU_LINUX]: Don't define DATA_START (Bug#2685).
6721
46306a17
SM
67222009-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
6723
6724 * xfont.c (xfont_list_pattern): Don't initialize xfont_scripts_cache
6725 and xfont_scratch_props.
6726 (syms_of_xfont): Do it here instead.
6727 (xfont_find_ccl_program): Delete, unused.
6728 (xfont_open): Delete unused var `i'.
6729
ef6e0694
KH
67302009-05-21 Kenichi Handa <handa@m17n.org>
6731
6732 * fontset.c (Qlatin): Don't make it static.
6733
46306a17
SM
6734 * xfont.c (xfont_chars_supported, xfont_supported_scripts):
6735 New functions.
ef6e0694
KH
6736 (xfont_scripts_cache, xfont_scratch_props): New variables.
6737 (Qlatin, Vscalable_fonts_allowed): Extern it.
46306a17
SM
6738 (xfont_list_pattern): Argument changed. Callers changed.
6739 Check Vscalable_fonts_allowed. Check the support of a script.
ef6e0694
KH
6740 (xfont_list): Don't reject a font spec with :script property.
6741 (xfont_has_char): Fix setting of encoding.
6742 (syms_of_xfont): Staticpro and initialize xfont_scripts_cache and
6743 xfont_scratch_props.
6744
67452009-05-19 Kenichi Handa <handa@m17n.org>
6746
46306a17 6747 * font.c (font_sort_entities): Rename from font_sort_entites.
ef6e0694
KH
6748 Callers changed.
6749
67502009-05-18 Kenichi Handa <handa@m17n.org>
6751
6752 * font.c (font_find_for_lface): Copy SPEC's FONT_TYPE too.
6753
ac71ced7
SM
67542009-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
6755
6756 * frame.c (do_switch_frame) [NS_IMPL_COCOA]: Don't raise any window.
6757 (delete_frame) [NS_IMPL_COCOA]: Instead, do it here.
6758
1c6d1051
YM
67592009-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6760
6761 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase here.
6762 (x_delete_terminal): Dissociate resource database from display and
6763 then call XrmDestroyDatabase before closing display.
6764
9b9b779c
AR
67652009-05-18 Adrian Robert <Adrian.B.Robert@gmail.com>
6766
6767 * nsterm.m (ns_read_socket): Remove unused variable.
1564e649
AR
6768 * frame.c (do_switch_frame): Under NS_IMPL_COCOA section, check
6769 whether selected frame is viable before raising it (based on patch
6770 by David Reitter), and improve commentary.
6771 * nsfont.m (nsfont_make_fontset_for_font): Avoid a compiler warning.
9b9b779c 6772
cccd42d5
KH
67732009-05-15 Kenichi Handa <handa@m17n.org>
6774
6775 * font.c (Ffont_spec): Check arguments.
6776
337fbd17
CY
67772009-05-14 Chong Yidong <cyd@stupidchicken.com>
6778
6779 * xfaces.c (tty_supports_face_attributes_p): Recognize unspecified
6780 weight when testing attributes (Bug#3282).
6781
47a6002f
JD
67822009-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6783
6784 * gtkutil.c (xg_frame_set_char_size): Set frame pixel width/height to
6785 what we expect to get in the next ConfigureNotify event.
6786
9cb363db
YM
6787 * xftfont.c (xftfont_open): Make sure that Xrender extension is added
6788 before Xft one (Bug#1696).
6789
b9126609
CY
67902009-05-07 David Reitter <david.reitter@gmail.com>
6791
6792 * nsfns.m (Fx_display_planes): Compute bitplanes using
6793 NSBitsPerPixelFromDepth (Bug#3207).
6794
27a69fd9
CY
67952009-05-10 Chong Yidong <cyd@stupidchicken.com>
6796
6797 * editfns.c (Ftranspose_regions): Doc fix (Bug#3248).
6798
00f37552
TTN
67992009-05-10 Ulrich Mueller <ulm@gentoo.org>
6800
6801 * s/gnu-linux.h: Make GCPROs and UNGCPRO no-ops also on SuperH.
6802
2d82a920
DR
68032009-05-07 David Reitter <david.reitter@gmail.com>
6804
ec7709ba
JB
6805 * nsterm.m (ns_dumpglyphs_stretch, ns_dumpglyphs_image):
6806 Respect mouse face background.
2d82a920 6807
46b0d52d
DR
68082009-05-07 David Reitter <david.reitter@gmail.com>
6809
ec7709ba
JB
6810 * nsterm.m (note_mouse_movement, ns_frame_up_to_date):
6811 Mouse movement/highlight: bracket drawing operations
46b0d52d
DR
6812 in ns_update_begin and ns_update_end.
6813
ce1b23bb
SM
68142009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
6815
5996e1b7
SM
6816 * nsfns.m (ns_get_screen): Rewrite.
6817 Don't presume selected-frame is of type `ns'.
6818
ba98e3a0
SM
6819 * font.c (font_update_drivers): Sanity fallback to avoid disabling
6820 all drivers.
6821
ce1b23bb
SM
6822 * nsterm.m (-windowDidResize:): Avoid inf-loop under GNUStep.
6823
bcda200f
YM
68242009-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6825
6826 * keyboard.h (add_user_signal): Fix typo in extern.
6827
6828 * lisp.h (add_user_signal): Remove extern.
6829
6830 * unexelf.c (unexec): Consider a section to precede the .bss section
6831 if its addresses overlap that of .bss.
6832 (unexec) [NS_IMPL_GNUSTEP]: Copy ObjC-related data from old file
6833 instead of dumping process.
6834
864660a2
SM
68352009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
6836
6837 * keyboard.c (syms_of_keyboard): Staticpro pending_funcalls.
6838
50da4e56
SM
68392009-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
6840
6841 * Makefile.in (ctagsfiles1, ctagsfiles2): Include ObjC files in TAGS.
6842
51520a1a
DN
68432009-05-02 Dan Nicolaescu <dann@ics.uci.edu>
6844
6845 * xterm.c (x_handle_net_wm_state): Move declaration of lval before
6846 any statements.
6847
409ea3a1
AS
68482009-05-02 Andreas Schwab <schwab@linux-m68k.org>
6849
59c4c60f
AS
6850 * process.c (read_process_output): Make sure the current buffer is
6851 always restored.
6852
409ea3a1
AS
6853 * coding.c (record_conversion_result): Don't modify
6854 Vlast_code_conversion_error for successful result.
6855 (alloc_destination): Don't clobber conversion result. (Bug#1650)
6856
56f00ed2
KH
68572009-05-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
6858
6859 * charset.c (load_charset): Reformat X==Y==Z to (X==Y)==Z.
896b1cc9 6860 (load_charset_map): Remove unnecessary code.
56f00ed2 6861
4491c9d2
DR
68622009-04-30 David Reitter <david.reitter@gmail.com>
6863
35f5b128 6864 * nsterm.m (convert_ns_to_X_keysym): Define function keys f16
4491c9d2
DR
6865 through f24.
6866
6970f632
CY
68672009-04-30 Chong Yidong <cyd@stupidchicken.com>
6868
6869 * xfaces.c (face_at_buffer_position): New arg base_face_id.
6870
6871 * xdisp.c (handle_face_prop): Pass base_face_id of iterator to
6872 face_at_buffer_position.
6873 (face_before_or_after_it_pos, get_next_display_element)
6874 (note_mouse_highlight): Update face_at_buffer_position call.
6875
6876 * term.c (term_mouse_highlight):
6877 * msdos.c (IT_note_mouse_highlight):
6878 * fontset.c (Finternal_char_font):
35f5b128 6879 * font.c (font_at, font_range): Update face_at_buffer_position call.
6970f632
CY
6880
6881 * dispextern.h (face_at_buffer_position): Update prototype.
6882
0c616f63
KH
68832009-04-30 Kenichi Handa <handa@m17n.org>
6884
35f5b128 6885 * fontset.c (fontset_find_font): Check if rfont_def is Qnil or not.
0c616f63 6886
ad3aaf33
AS
68872009-04-29 Andreas Schwab <schwab@linux-m68k.org>
6888
6889 * callproc.c (Fcall_process): Fix GC protection. Make sure
6890 current buffer is always restored.
6891
c3c963a0
YM
68922009-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6893
6894 * atimer.c (init_atimer): Also clear stopped_atimers.
6895
6896 * keyboard.c (init_keyboard) [POLL_FOR_INPUT]: Reset poll_timer.
6897
7e3386cb
YM
6898 * process.c (create_process): Clean up merger residues of
6899 2008-07-17 change.
6900
91f68422
CY
69012009-04-29 Ulrich Mueller <ulm@gentoo.org>
6902
6903 * lread.c (Vread_circle): New variable.
6904 (read1): Disable recursive read if Vread_circle is nil.
6905
24b34550
KH
69062009-04-29 Kenichi Handa <handa@m17n.org>
6907
6908 * fontset.h (set_default_ascii_font): Delete extern.
6909
6910 * fontset.c (set_default_ascii_font): Delete this unused function.
6911
6912 * frame.c (x_set_font): When ARG is a font-object, check if the
6913 font-object matches with the ASCII font-spec of the frame's
9c358bda 6914 fontset. If not, create a new fontset for the frame. (Bug #3075)
24b34550 6915
77bf07e1
AS
69162009-04-28 Andreas Schwab <schwab@linux-m68k.org>
6917
6918 * fns.c (Flocale_info): Protect vector from GC during decoding.
6919
6920 * process.c (Fstart_process): Protect argv strings from GC during
6921 encoding.
6922
2c55aacf
AS
69232009-04-27 Andreas Schwab <schwab@linux-m68k.org>
6924
6925 * sysdep.c: Include <ctype.h>.
6926
b892d3c9
DR
69272009-04-27 David Reitter <david.reitter@gmail.com>
6928
35f5b128 6929 * nsfont.m (nsfont_open): Remove unused variable shrink.
b892d3c9
DR
6930 Remove commented-out code.
6931
9d0644c4
JB
69322009-04-26 Johan Bockgård <bojohan@gnu.org>
6933
6934 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
6935
b7053016
JR
69362009-04-25 Jason Rumney <jasonr@gnu.org>
6937
6938 * w32font.c (clear_cached_metrics): Remove, unused since 2008-08-02.
6939
4e8231f3
YM
69402009-04-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6941
6942 * fringe.c (init_fringe_bitmap) [HAVE_X_WINDOWS && WORDS_BIG_ENDIAN]:
6943 Swap bytes in short integer if fringe bitmap width > 8.
6944
493dcf2c
KH
69452009-04-23 Kenichi Handa <handa@m17n.org>
6946
6947 * xfaces.c (Fx_list_fonts): If a font size is specified in
6948 PATTERN, set it in returned scalable fonts.
6949
401e9e57
CY
69502009-04-22 Chong Yidong <cyd@stupidchicken.com>
6951
708e05dc
CY
6952 * keyboard.c (Fset_input_meta_mode): Doc fix.
6953
6954 * dispnew.c (Fsend_string_to_terminal): Doc fix.
6955
1ac9108a 6956 * data.c (Fterminal_local_value, Fset_terminal_local_value): Doc fixes.
708e05dc
CY
6957
6958 * coding.c (Fterminal_coding_system): Doc fix.
6959
6960 * xfns.c (Fx_display_grayscale_p, Fx_display_pixel_width)
6961 (Fx_display_pixel_height, Fx_display_planes)
6962 (Fx_display_color_cells, Fx_server_max_request_size)
6963 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
6964 (Fx_display_mm_height, Fx_display_mm_width)
6965 (Fx_display_backing_store, Fx_display_visual_class)
1ac9108a
SM
6966 (Fx_display_save_under, Fx_close_connection, Fx_synchronize):
6967 Doc fixes, replacing "terminal id" with "terminal object".
708e05dc
CY
6968 (check_x_display_info): Handle terminal objects instead of
6969 terminal ids.
6970
401e9e57
CY
6971 * term.c (Ftty_display_color_p, Ftty_display_color_cells)
6972 (Ftty_type, Fcontrolling_tty_p, Ftty_no_underline, Fsuspend_tty)
1ac9108a
SM
6973 (Fresume_tty, Vsuspend_tty_functions, Vresume_tty_functions):
6974 Doc fixes, replacing "terminal id" with "terminal object".
401e9e57 6975
df80c7f0
KH
69762009-04-21 Kenichi Handa <handa@m17n.org>
6977
5a8f12af 6978 * font.c (font_load_for_lface): Cancel previous change (bug#2994).
c0a6070d 6979 (font_score): Check AVGWIDTH too.
908567ef 6980
df80c7f0
KH
6981 * coding.c (decode_coding_utf_16): Reduce charbuf_end for the
6982 worst case.
1ac9108a
SM
6983 (decode_coding_sjis, decode_coding_big5, decode_coding_charset)
6984 (decode_coding_emacs_mule, decode_coding_iso_2022): Likewise.
df80c7f0 6985
705af33f
JR
69862009-04-19 Jason Rumney <jasonr@gnu.org>
6987
6988 The following changes fix Bug#3005 for wide glyphs on each platform,
b71ac3dd 6989 without reintroducing Bug#1258 for stretch glyphs.
705af33f
JR
6990
6991 * xterm.c (x_draw_bar_cursor): Limit cursor width differently for
6992 BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR using
6993 get_phys_cursor_geometry.
6994
b71ac3dd 6995 * w32term.c (x_draw_bar_cursor): Limit cursor width differently
705af33f
JR
6996 for BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR
6997 using get_phys_cursor_geometry.
6998
6999 * nsterm.m (ns_draw_window_cursor): HBAR_CURSOR width already
7000 correctly calculated.
7001
dc2933eb
JD
70022009-04-19 Jan Djärv <jan.h.d@swipnet.se>
7003
1ac9108a
SM
7004 * gtkutil.c (xg_tool_bar_menu_proxy, update_frame_tool_bar):
7005 Use G_CALLBACK instead of GTK_SIGNAL_FUNC which is deprecated.
dc2933eb
JD
7006 (xg_initialize): Use g_type_class_ref instead of gtk_type_class which
7007 is deprecated.
7008
973e7849
AS
70092009-04-18 Andreas Schwab <schwab@linux-m68k.org>
7010
7011 * font.c (font_put_frame_data): Use xfree instead of free.
7012
314d66f4
JB
70132009-04-17 Juanma Barranquero <lekktu@gmail.com>
7014
7015 * w32font.c (Qja, Qko): Remove declarations.
7016 (syms_of_w32font): Don't DEFSYM them.
7017
cf702558
CY
70182009-04-17 Chong Yidong <cyd@stupidchicken.com>
7019
7020 * font.c (Qja, Qko): Move definitions here from ftfont.c.
7021
7022 * font.h (Qja, Qko): Extern them.
7023
7024 * ftfont.c (Qja, Qko): Remove declarations.
7025
7026 * xfont.c (Qja, Qko): Remove declarations.
7027
b50504f5
KH
70282009-04-17 Kenichi Handa <handa@m17n.org>
7029
bde25748
KH
7030 * editfns.c (Ftranslate_region_internal): Use Fconcat to make a
7031 string from a vector to handle Latin-1 characters correctly.
7032
b50504f5
KH
7033 * ftfont.c (ftfont_pattern_entity): Return a newly allocated
7034 entity even if the cache hits.
7035
f4646fff
AS
70362009-04-16 Andreas Schwab <schwab@linux-m68k.org>
7037
7038 * search.c (boyer_moore): Use zero as marker value for a possible
6340c70e 7039 match instead of depending on overflow behavior. (Bug#2844)
f4646fff 7040
e7deaab0
AS
7041 * search.c: Use EMACS_INT for buffer positions. Add prototypes.
7042 * lisp.h: Adjust prototypes.
7043
0a0e7d49
CY
70442009-04-16 Chong Yidong <cyd@stupidchicken.com>
7045
7046 * keyboard.c (adjust_point_for_property): Disable 2009-02-12
7047 change (Bug#3003).
7048
3c908a57
KH
70492009-04-16 Kenichi Handa <handa@m17n.org>
7050
1ac9108a 7051 * xfont.c (xfont_has_char): Special handling of `ja' and `ko' adstyle.
bd0af90d
KH
7052
7053 * xftfont.c (xftfont_has_char): Special handling of `ja' and `ko'
7054 adstyle.
7055
7056 * ftfont.c (Qja, Qko): Don't make them static.
7057 (enum ftfont_cache_for): New enum.
7058 (fc_charset_table): Undo the previous change.
7059 (ftfont_get_latin1_charset): Delete it.
1ac9108a
SM
7060 (ftfont_pattern_entity): Check cache by ftfont_lookup_cache.
7061 Set FONT_SIZE_INDEX of the entity to 0 for a scalable font. For a
bd0af90d
KH
7062 non-scarable font, try to get AVERAGE_WIDTH.
7063 (ftfont_lookup_cache): Argument FOR-FACE is changed to CACHE_FOR.
7064 Change ft_face_cache from a list of a hash-table. Don't check
7065 `ja' and `ko' adstyle here.
7066 (ftfont_get_fc_charset): Call ftfont_lookup_cache with
7067 FTFONT_CACHE_FOR_CHARET.
7068 (ftfont_get_charset): Undo the previous change.
1ac9108a 7069 (ftfont_open): Call ftfont_lookup_cache with FTFONT_CACHE_FOR_FACE.
bd0af90d
KH
7070 (ftfont_close): Likewise.
7071 (ftfont_has_char): Special handling of `ja' and `ko' adstyle.
7072
7073 * font.c (font_sort_entites): Change the meaning of the arg
7074 BEST-ONLY. Don't optimize for VEC of lenght 1.
7075 (font_select_entity): Just return the value of font_sort_entites.
7076
7077 * xfaces.c (merge_face_vectors): Reflect font properties in
7078 to[LFACE_FONT_INDEX] to the other face attributes. Don't call
7079 font_clear_prop if a face attribute doesn't change.
7080
3c908a57
KH
7081 * charset.h (charset_ksc5601): Extern it.
7082
7083 * charset.c (charset_ksc5601): New variable.
7084 (Fdefine_charset_internal): Set charset_ksc5601.
7085 (init_charset_once): Initialize charset_ksc5601 to -1.
7086
d65859c3
DN
70872009-04-15 Dan Nicolaescu <dann@ics.uci.edu>
7088
7089 * fileio.c (history_delete_duplicates): Remove unused declaration.
7090
7091 * callint.c (history_delete_duplicates): New declaration.
7092 (Fcall_interactively): Remove command history duplicates when
7093 history_delete_duplicates is true.
7094
3ba010e5
EZ
70952009-04-14 Eli Zaretskii <eliz@gnu.org>
7096
7097 * buffer.c (syms_of_buffer) <line-spacing>: Doc fix.
7098
06f19b91
KH
70992009-04-14 Kenichi Handa <handa@m17n.org>
7100
7101 * font.c (Ffont_info): Fix docstring. Fix the second element of
7102 the returned value (bug#2949).
7103
2cce8bfc
CY
71042009-04-14 Chong Yidong <cyd@stupidchicken.com>
7105
7106 * xdisp.c (Vwrap_prefix, Vline_prefix): Reflow docstrings.
7107
d156542d
KH
71082009-04-14 Kenichi Handa <handa@m17n.org>
7109
7110 * xfont.c (xfont_has_char): The font has C if C is ASCII and the
7111 encoding charset is ascii_compatible.
7112
7113 * charset.c (Fdefine_charset_internal): Make charset
7114 ascii-compatible if the method is CHARSET_METHOD_OFFSET, the
7115 code_offset is 0, and covers all ASCII characters.
7116
86fa089e
SM
71172009-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
7118
7119 * nsselect.m (symbol_to_nsstring, clean_local_selection_data)
7120 (ns_string_to_pasteboard_internal):
7121 * nsmenu.m (process_dialog):
7122 * nsimage.m (ns_load_image): Use SDATA and ASET where appropriate.
7123 * nsfont.m (nsfont_open): Use XHASH to make it compile with LISP_UNION.
7124 * lisp.h (Fx_load_color_file): Declare.
7125
a8a3728b
KH
71262009-04-13 Kenichi Handa <handa@m17n.org>
7127
1ac9108a 7128 * font.c (font_delete_unmatched): Preserve the order of list elements.
a8a3728b
KH
7129 (font_select_entity): Suppress the code to optimize for the same
7130 kind of fonts.
7131 (font_load_for_lface): Get a font that supports at least ASCII
7132 characters.
7133
7134 * ftfont.c (Qja, Qko): New variables.
7135 (fc_charset_table): Delete uniquifier data for iso8859-1.
7136 (ftfont_get_latin1_charset): New function.
7137 (get_adstyle_property): New function.
7138 (ftfont_pattern_entity): Set FONT_ADSTYLE_INDEX of entity for
7139 bitmap fonts.
7140 (ftfont_lookup_cache): Handle the case that KEY is a font-entity.
7141 Delete iso-8859-1 range from the charset of fonts whose adstyle is
7142 `ko' or `ja'.
7143 (ftfont_get_fc_charset): Call ftfont_lookup_cache with ENTITY.
1ac9108a 7144 (ftfont_get_charset): For iso8859-1, call ftfont_get_latin1_charset.
a8a3728b
KH
7145 (ftfont_list): Don't refuse a font spec with non-nil `adstyle'
7146 property.
7147 (ftfont_open): Call ftfont_lookup_cache with ENTITY.
7148 (syms_of_ftfont): DEFSYM Qja and Qko.
7149
483670b5
KH
71502009-04-09 Kenichi Handa <handa@m17n.org>
7151
12b55765
KH
7152 * charset.c (map_charset_chars): For a charset of `superset'
7153 method, fix calculation of code range.
7154
483670b5
KH
7155 * font.c (font_put_extra): If VAL is nil, delete the slot for PROP
7156 from the list of extra properties.
7157 (font_clear_prop): Be sure to delete `:name' font property.
7158
57d3b93b
KH
71592009-04-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7160
b4b2c2ca
YM
7161 * dispnew.c (redraw_overlapping_rows): Fix detection of
7162 overlapping for topmost and bottommost rows.
7163
1ac9108a 7164 * ftfont.c (ftfont_text_extents): Fix calculation of metrics->descent.
57d3b93b 7165
472c3609
JR
71662009-04-06 Jason Rumney <jasonr@gnu.org>
7167
7168 * frame.c (x_set_font): Avoid C99 mid-block variable declaration.
7169
ab193662
KH
71702009-04-06 Kenichi Handa <handa@m17n.org>
7171
7172 * ftxfont.c (ftxfont_draw_backgrond): Fix args to XFillRectangle.
7173
7174 * xftfont.c (xftfont_open): Fix setting font->underline_thickness.
7175
0c26f026
KH
71762009-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7177
7178 * ftfont.c (ftfont_open): Fix checking of the return value of
7179 FT_Load_Char. Fix setting font->underline_thickness.
7180
e173bbce
CY
71812009-04-04 Chong Yidong <cyd@stupidchicken.com>
7182
7183 * terminal.c (Fterminal_name, Fdelete_terminal, Fterminal_name)
7184 (Fterminal_parameters, Fterminal_parameter)
7185 (Fset_terminal_parameter): In doc string, refer to terminal
7186 objects rather than terminal ids.
7187
693a2698
EZ
71882009-04-04 Eli Zaretskii <eliz@gnu.org>
7189
7190 * dosfns.c (system_process_attributes) [SYSTEM_MALLOC]: Don't call
7191 ret_lim_data. (Bug#2867)
7192
d5221487
CY
71932009-04-03 Chong Yidong <cyd@stupidchicken.com>
7194
7195 * term.c (produce_stretch_glyph): Reduce width of stretch glyphs
7196 so they don't get wider than the window, matching 2006-01-23
7197 change to the partner function in xdisp.c (Bug#2800).
7198
223509a3
KH
71992009-04-03 Kenichi Handa <handa@m17n.org>
7200
7201 * print.c (print_object): Make each lowest sub_char_table start a
7202 new line (Bug#2866).
7203
74fcd0b1
KH
72042009-04-02 Kenichi Handa <handa@m17n.org>
7205
7206 * fontset.c (fontset_font): Record no-font when a fontset
7207 explicitly tells not to try another font-specs.
7208
c542407d
SM
72092009-03-30 Pierre Poissinger <pierre.poissinger@gmail.com> (tiny change)
7210
7211 * charset.c (map_charset_for_dump): Add missing UNGCPRO.
7212
e3869731
KH
72132009-03-30 Kenichi Handa <handa@m17n.org>
7214
d8d2f142
KH
7215 * fontset.c (fontset_from_font): Specify only registry in a
7216 font-spec for all characters supported by that registry.
7217
e3869731
KH
7218 * ftfont.c: Fix previous change. Define ftfont_variation_glyphs
7219 even if HAVE_M17N_FLT is not defined.
7220
5da5f805
CY
72212009-03-29 Sebastian Rose <sebastian_rose@gmx.de> (tiny change)
7222
7223 * ftfont.c: Conditionalize prototyping and use of
7224 ftfont_variation_glyphs.
7225
ab226c50
SM
72262009-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
7227
9628fed7
SM
7228 * frame.c (delete_frame): Work around compiler bug.
7229
7230 * editfns.c (general_insert_function): Adjust to insdel.c changes.
7231 * insdel.c (prepare_to_modify_buffer, signal_before_change):
7232 Some more EMACS_INT.
7233 * lisp.h (copy_text, count_size_as_multibyte): Fix last change.
7234
7235 * xdisp.c (dump_glyph): Fix typo.
7236
ae19ba7c
SM
7237 * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
7238 (adjust_markers_gap_motion, adjust_markers_for_delete)
7239 (adjust_markers_for_insert, adjust_point)
7240 (adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
7241 (make_gap, copy_text, count_size_as_multibyte, insert)
7242 (insert_and_inherit, insert_before_markers)
7243 (insert_before_markers_and_inherit, insert_1)
7244 (count_combining_before, count_combining_after, insert_1_both)
7245 (insert_from_string, insert_from_string_before_markers)
7246 (insert_from_string_1, insert_from_gap, insert_from_buffer)
7247 (insert_from_buffer_1, adjust_after_replace)
7248 (adjust_after_replace_noundo, adjust_after_insert, replace_range)
7249 (replace_range_2, del_range, del_range_1, del_range_byte)
7250 (del_range_both, del_range_2, modify_region)
7251 (prepare_to_modify_buffer, signal_before_change)
7252 (signal_after_change, Fcombine_after_change_execute): Use EMACS_INT
7253 for buffer positions and sizes.
7254 * lisp.h: Adjust prototypes accordingly.
7255
7256 * fileio.c (adjust_markers_for_delete): Move declaration to lisp.h.
7257 (non_regular_inserted, non_regular_nbytes, read_non_regular)
7258 (Finsert_file_contents): Use EMACS_INT for buffer positions.
7259
ab226c50
SM
7260 * fileio.c (Finsert_file_contents): Don't limit size to INT_MAX/4.
7261
46dfb8fb
JD
72622009-03-27 Jan Djärv <jan.h.d@swipnet.se>
7263
7264 * frame.c (x_set_font): If the fullscreen property is non-nil, adjust
7265 lines and columns so we keep the same pixel height and width.
7266
7267 * xterm.c (handle_one_xevent): Call x_handle_net_wm_state if
7268 the property _NET_WM_STATE has changed.
46dfb8fb
JD
7269 (x_handle_net_wm_state): New function to update frame parameter
7270 fullscreen.
7271 (x_term_init): Initialize atoms for _NET_WM_STATE.
7272
7273 * xterm.h (struct x_display_info): Add atoms for _NET_WM_STATE.
7274
d347e494
SM
72752009-03-27 Kevin Ryde <user42@zip.com.au>
7276
7277 * keyboard.c (tty_read_avail_input): Don't treat a -1 return from
7278 Gpm_GetEvent as an error that justifies closing the filedescriptor.
7279 * term.c (close_gpm): Get the filedescriptor as a (new) parameter.
7280 (Fgpm_mouse_stop): Pass that new parameter.
7281 * termhooks.h (close_gpm): Adjust prototype.
7282
84db11d6
SM
72832009-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
7284
c95a5008
SM
7285 * lisp.h (Fx_focus_frame): Declare.
7286
84db11d6
SM
7287 * callint.c (Fcall_interactively): For '^' just delegate the work to
7288 handle-shift-selection.
7289 (syms_of_callint): Move declaration of shift-select-mode to simple.el.
7290
0a1958d6
CY
72912009-03-24 Chong Yidong <cyd@stupidchicken.com>
7292
0bfdff23
CY
7293 * editfns.c (Ffloat_time): Doc fix (Bug#2768).
7294
0a1958d6
CY
7295 * data.c (Qinteractive_form): New variable.
7296 (Finteractive_form): Use it.
7297
7298 * eval.c (Fcommandp): Use Qinteractive_form.
7299
58aec0d6
JR
73002009-03-24 Jason Rumney <jasonr@gnu.org>
7301
7302 * fileio.c (Fsubstitute_in_file_name): Always work on a copy.
7303 Calculate total size precisely. Decode environment variables
7304 before substituting. (Bug#38)
7305
553dd618
KH
73062009-03-24 Kenichi Handa <handa@m17n.org>
7307
7308 * font.c (find_font_encoding): Return Qnil for unsupported
639239cf 7309 encoding (Bug#2722).
553dd618 7310
c39ea606
JD
73112009-03-23 Jan Djärv <jan.h.d@swipnet.se>
7312
7313 * gtkutil.c (xg_display_open): Assign a value to gdpy_def, check
7314 that gdpy is set.
7315
bc9b2b5e
AM
73162009-03-22 Alan Mackenzie <acm@muc.de>
7317
7318 * callint.c (Finteractive): Clarify the doc string - even
7319 promptless elements need \n separators.
7320
9f995a76
JR
73212009-03-22 Jason Rumney <jasonr@gnu.org>
7322
7323 * w32term.c (syms_of_w32term): Doc fix for
7324 x-use-underline-position-properties.
7325
22749e9a
EZ
73262009-03-21 Eli Zaretskii <eliz@gnu.org>
7327
7328 * w32.c (getpwuid): Change argument type to unsigned.
7329 (struct w32_id): Change type of `rid' member to unsigned.
7330 (w32_cached_id, w32_add_to_cache, get_name_and_id): Change type of
7331 argument ID to unsigned. All callers changed.
7332 (getuid, geteuid, getgid, getegid): Change return type to unsigned.
7333
e00553bf
EZ
73342009-03-20 Eli Zaretskii <eliz@gnu.org>
7335
7336 * editfns.c (Fuser_uid, Fuser_real_uid): If UID as EMACS_INT is
7337 negative, produce a float value.
7338
7339 * dired.c (make_uid, make_gid): New functions.
7340 (Ffile_attributes): Use them to avoid negative UID and GID.
7341
f761d6b6
JB
73422009-03-20 Juanma Barranquero <lekktu@gmail.com>
7343
7344 * keyboard.c (Fcurrent_idle_time): Reflow docstring.
7345 (syms_of_keyboard) <command-hook-internal, input-method-function>:
7346 Fix typos in docstrings.
7347
d507f8d7
KH
73482009-03-19 Kenichi Handa <handa@m17n.org>
7349
7350 * fontset.c (Fset_fontset_font): When a spec of ASCII font is
f761d6b6
JB
7351 changed, use font_load_for_lface to get a new font object.
7352 Call free_realized_fontset after handling ASCII font change.
d507f8d7
KH
7353
7354 * frame.c (x_set_font): Handle the case that ARG is a cons.
7355
c68845e0
GM
73562009-03-19 Glenn Morris <rgm@gnu.org>
7357
7358 * fileio.c (Fsubstitute_in_file_name): Doc fix.
7359
bfa49dd1
CY
73602009-03-19 Chong Yidong <cyd@stupidchicken.com>
7361
7362 * indent.c (Fvertical_motion): Undo 2005-01-19 change (Bug#2694).
7363
8458d4c1
KH
73642009-03-19 Kenichi Handa <handa@m17n.org>
7365
7366 * charset.c (load_charset_map_from_file): When a mapfile can't be
7367 loaded, signal an error.
7368
78e7d1fe
EZ
73692009-03-18 Eli Zaretskii <eliz@gnu.org>
7370
7371 * dired.c (Ffile_attributes): Make sure UID and GID are always
7372 positive, even if the value is too large for a positive EMACS_INT.
7373 Doc fix.
7374
7375 * editfns.c (Fuser_login_name): Support float arguments. Doc fix.
7376
5da9fdfa
YM
73772009-03-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7378
7379 * xmenu.c (xdialog_show): Move Fredisplay call ...
7380 (Fx_popup_dialog): ... here.
7381
7519c40d
SM
73822009-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
7383
7384 * dired.c (file_name_completion): Disable the first optimization just
7385 installed, since it is not implemented correctly.
7386
2cd298e2
SM
73872009-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
7388
7389 * dired.c (file_name_completion): Check completion-ignored-extensions
c95a5008 7390 only if the entry can affect bestmatch.
2cd298e2
SM
7391 Stop the search early, as Ftry_completion already does.
7392
48d37adf
CY
73932009-03-17 Chong Yidong <cyd@stupidchicken.com>
7394
e10c9c93 7395 * minibuf.c (Vminibuffer_completion_confirm): Doc fix.
48d37adf 7396
9286b16a
CY
73972009-03-15 Chong Yidong <cyd@stupidchicken.com>
7398
7399 * keyboard.c (parse_menu_item): Don't display remappings as menu
7400 equivalent bindings (Bug#788).
7401
f7b146dc
JR
74022009-03-15 Jason Rumney <jasonr@gnu.org>
7403
7404 * w32term.h (WM_EMACS_PAINT): New message.
7405 * w32term.c (w32_read_socket): Use it instead of WM_PAINT.
7406 * w32fns.c (w32_wnd_proc): Change WM_PAINT to WM_EMACS_PAINT
7407 before passing to lisp thread. (Bug#950)
7408
f761d6b6 74092009-03-14 David Reitter <david.reitter@gmail.com>
c6c62e78 7410
d93f9575
CY
7411 * nsterm.m (ns_shutdown_properly, -terminate): Remove global state
7412 variable as it was never reset.
7413 (ns_term_init): Remove initialization of Lisp-settable defaults
7414 and ns_expand_space.
7415 (-setPanelFromDefaultValues): Remove ns_expand_space.
7416 (-showPreferencesWindow): Send new KEY_NS_SHOW_PREFS key.
7417 * nsfont.m (nsfont_open): Remove ns_expand_space, assume -0.5
c6c62e78
DR
7418 i.e. no additional spacing, similar to Carbon port.
7419
d93f9575
CY
7420 * nsterm.h: Define KEY_NS_SHOW_PREFS key.
7421 * nsfns.m (ns-popup-prefs-panel): Remove.
c6c62e78 7422
305018ec
JD
74232009-03-14 Jan Djärv <jan.h.d@swipnet.se>
7424
7425 * sound.c (alsa_configure): Remove call to deprecated
7426 snd_pcm_sw_params_set_xfer_align.
7427
f761d6b6 74282009-03-14 Stephen Berman <stephen.berman@gmx.net>
4a02423f
JD
7429
7430 * gtkutil.c (xg_tool_bar_callback): Set focus back to the frame
7431 after clicking in a detached tool bar.
7432 (xg_tool_bar_proxy_callback): Remove call to Fx_focus_frame.
7433
46e722a9
SM
74342009-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
7435
348db3dd
SM
7436 * fontset.c (fontset_from_font, Ffontset_info): YAILOM (Yet another
7437 int/Lisp_Object mixup).
46e722a9 7438
a3d16f39
KH
74392009-03-13 Kenichi Handa <handa@m17n.org>
7440
7441 * fontset.c (Ffontset_info, check_fontset_name): New arg frame.
fe24f56a 7442 Handle NAME nil and t correctly. Callers changed.
a3d16f39
KH
7443 (font_def_arg, add_arg, from_arg, to_arg): Delete them.
7444 (set_fontset_font): Change ARG to a vector. Handle range_list in
7445 ARG correctly.
7446 (Fset_fontset_font): Fix the case that TARGET is both a script
fe24f56a 7447 name and charset name. Adjust the arg to set_fontset_font for
a3d16f39
KH
7448 the above change.
7449 (fontset_from_font): Fix previous change.
fe24f56a 7450 (Ffontset_info): Adjust for the 2008-07-09 change of fontset
a3d16f39
KH
7451 entry. If FONTSET is the default fontset, don't set the extra
7452 slot of the returning char-table.
7453
b066e6b6
JB
74542009-03-12 Juanma Barranquero <lekktu@gmail.com>
7455
7456 * nsfns.m (Fx_close_connection): Doc fix.
7457 (Fns_do_applescript): Reflow docstring.
7458 (Fns_hide_others, Fns_hide_emacs, Fns_convert_utf8_nfd_to_nfc)
7459 (Fx_display_pixel_width, Fx_display_pixel_height)
7460 (Fns_display_usable_bounds, Fx_display_planes, Fx_show_tip):
7461 Fix typos in docstrings.
7462 (Fns_set_alpha): Fix typos in error messages.
7463
d472514e 74642009-03-12 David Reitter <david.reitter@gmail.com>
d6220c13 7465
d472514e 7466 * termhooks.h [HAVE_NS]: Define NS_NONKEY_EVENT to be used for
d6220c13
DR
7467 non-key system events on NS. Formerly, NON_ASCII_KEYSTROKE_EVENT
7468 were used for such events.
7469
d472514e
JB
7470 * nsterm.m (newFrame, openFile, fulfillService, changeFont)
7471 (toggleToolbar, performDragOperation, runHelp): Use it.
d6220c13 7472
d472514e 7473 * keyboard.c (parse_menu_item) [HAVE_NS]: Treat new event like
d6220c13
DR
7474 NON_ASCII_KEYSTROKE_EVENT, but set used_mouse_menu.
7475
fb930676
KH
74762009-03-11 Kenichi Handa <handa@m17n.org>
7477
ff85581a
KH
7478 * font.h (font_open_by_spec): Extern it.
7479
c50b7e98
KH
7480 * font.c (font_open_by_spec): New function.
7481 (font_open_by_name): Use font_open_by_spec.
7482
fb930676
KH
7483 * frame.c (x_set_font): When ARG is a font-object, don't alter the
7484 fontset of the frame.
7485
7486 * fontset.c (Fset_fontset_font): When a font for ASCII is changed,
7487 modify the default font of frames that use this fontset.
7488 (num_auto_fontsets): New variable.
7489 (fontset_from_font): Use num_auto_fontsets to decide a fontset
7490 name. Be sure to set FONTSET_ASCII to the correct font name.
7491 (update_auto_fontset_alist): New function.
7492
df4e8455
JB
74932009-03-11 Juanma Barranquero <lekktu@gmail.com>
7494
7495 * makefile.w32-in: Update dependencies.
7496
0a375797
AR
74972009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
7498
7499 * nsfns.m (syms_of_nsfns): Remove Qbuffered.
7500
61313fa3
SM
75012009-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
7502
7503 * buffer.c (Fswitch_to_buffer): Revert part of 2008-10-21's change.
7504
b55103fb
CY
75052009-03-10 Chong Yidong <cyd@stupidchicken.com>
7506
7507 * lread.c (Feval_buffer): Doc fix.
7508
dde2559c
KH
75092009-03-09 Kenichi Handa <handa@m17n.org>
7510
7511 * charset.c (Qfile_name_handler_alist): Extern it.
7512 (load_charset_map_from_file): Temporarily bind
7513 `file-name-handler-alist' to nil while calling openp. (Bug#2435)
7514
df4e8455 75152009-03-06 Aaron Ecay <aaronecay@gmail.com> (tiny change)
340e08a4 7516
47f588bb
GM
7517 * nsterm.m (ns_draw_vertical_window_border): Draw 1 pixel wide,
7518 not two, and use NSRectFill instead of NSDrawGroove. (Bug#2352)
340e08a4 7519
4ddf94bd
AR
75202009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
7521
4c9bdfc2
AR
7522 * nsterm.m: Include <signal.h> for SIGTERM used in ns_term_shutdown.
7523 (x_set_window_size): Change back to calculated method of setting
7524 toolbar height under Cocoa. (Bug#2546)
4ddf94bd
AR
7525 (EmacsView-windowWillUseStandardFrame:defaultFrame:): New method.
7526 (EmacsView-drawRect:): Completely shortcircuit if ns_in_resize.
7527
fe41ae9e
AR
7528 * nsfns.m (ns_appkit_version_int): Fix typo in the version macro.
7529
4c9bdfc2
AR
7530 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Don't add
7531 accelerator in parens under GNUstep.
7532
825d0875
KH
75332009-03-06 Kenichi Handa <handa@m17n.org>
7534
7535 These changes are to detect incorrect composition sequence without
f3b3be74 7536 looking ahead the source. (Bug#2370)
825d0875
KH
7537
7538 * coding.h: Include "composite.h".
7539 (enum compisition_state): New enum.
7540 (struct compisition_status): New struct.
7541 (struct iso_2022_spec): New member cmp_status.
7542 (struct emacs_mule_spec): New struct.
7543 (struct coding_system): New members ctext_extended_segment_len and
7544 embedded_utf_8. Change the union member
7545 spec.emacs_mule_full_support to spec.emacs_mule.
7546
7547 * coding.c (CODING_ISO_CMP_STATUS): New macro.
7548 (CODING_ISO_EXTSEGMENT_LEN, CODING_ISO_EMBEDDED_UTF_8): New macros.
98a326f7 7549 (MAX_ANNOTATION_LENGTH): Define to 5.
825d0875
KH
7550 (ADD_COMPOSITION_DATA): New arg nbytes.
7551 (emacs_mule_char): New arg cmp_status.
7552 (DECODE_EMACS_MULE_COMPOSITION_CHAR): Delete it.
7553 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): New arg c.
7554 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New arg c.
7555 (DECODE_EMACS_MULE_21_COMPOSITION): Delete the arg c.
7556 (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Likewise.
7557 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Likewise.
7558 (DECODE_EMACS_MULE_COMPOSITION_START): New macro.
7559 (EMACS_MULE_COMPOSITION_END): New macro.
7560 (emacs_mule_finish_composition): New function.
7561 (EMACS_MULE_MAYBE_FINISH_COMPOSITION): New macro.
7562 (decode_coding_emacs_mule): Avoid long looking ahead while
7563 handling composition.
7564 (DECODE_COMPOSITION_RULE): Argument changed to rule and nbytes.
7565 (ENCODE_COMPOSITION_RULE): New macro.
7566 (finish_composition): New function.
7567 (MAYBE_FINISH_COMPOSITION): Call finish_composition.
7568 (DECODE_COMPOSITION_START): New implementation.
7569 (DECODE_COMPOSITION_END): Likewise.
7570 (STORE_COMPOSITION_RULE): New macro.
7571 (decode_coding_iso_2022): Avoid long looking ahead while handling
7572 composition, CTEXT extended segment, and embedded UTF-8.
7573 (setup_coding_system): For a coding of type iso-2022, reset
7574 CODING_ISO_EXTSEGMENT_LEN (coding) and
7575 CODING_ISO_EMBEDDED_UTF_8 (coding).
7576 (get_translation): Delete arguments last_block, from_nchars,
7577 to_nchars. Callers changed.
7578 (produce_chars): Don't modify charbuf. Adjusted for the change of
7579 get_translation.
98a326f7 7580 (produce_composition): Adjust for the new annotation sequence.
825d0875 7581 (handle_composition_annotation): Likewise.
98a326f7 7582 (consume_chars): Adjust for the change of get_translation.
825d0875 7583
ccbc4452
AR
75842009-03-05 Adrian Robert <Adrian.B.Robert@gmail.com>
7585
4ddf94bd 7586 * nsterm.m (ns_select): Shortcircuit if reentrant call. (Bug#2564)
ccbc4452 7587
988a7ddb
KH
75882009-03-05 Kenichi Handa <handa@m17n.org>
7589
7590 * font.c (font_select_entity): New function.
7591 (font_find_for_lface): Use font_select_entity to select a font.
7592
7593 * fontset.c (fontset_find_font): If a font found without
a8a3728b 7594 restricting to the characters C doesn't support C, try to find a
988a7ddb
KH
7595 font with C restriction.
7596
98a326f7 75972009-03-04 Nikolaj Schumacher <me@nschum.de>
2f462d73 7598
be1bce46 7599 * nsfont.m (nsfont_draw): Compare ns_antialias_text against lisp value.
2f462d73 7600
10ea2b82
JR
76012009-03-04 Jason Rumney <jasonr@gnu.org>
7602
2c93b248 7603 * w32fns.c (w32_wnd_proc): Only ignore IME messages for the
4891ba1d 7604 characters that have already been read. (Bug#2569)
2c93b248 7605
10ea2b82
JR
7606 * image.c (xbm_read_bitmap_data, png_load, svg_load_image):
7607 Log an error message if check_image_size failed.
7608 (xpm_load_image, pbm_load, jpeg_load, tiff_load, gif_load)
4891ba1d 7609 (gs_load): Mention max-image-size in size error message. (Bug#2560)
10ea2b82 7610
71a0c011
EZ
76112009-03-02 Eli Zaretskii <eliz@gnu.org>
7612
7613 * callproc.c (Fcall_process): Bind inhibit-modification-hooks to t
7614 when decoding process output.
7615
2f63bba8
RS
76162009-03-01 Richard M Stallman <rms@gnu.org>
7617
7618 * m/mips.h (DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
7619
7620 * emacs.c (gdb_data_seg_bits) [USE_LSB_TAG]: Make it 0.
7621
0a9564cb
EZ
76222009-02-28 Eli Zaretskii <eliz@gnu.org>
7623
7624 * coding.c (decode_coding_utf_8, decode_coding_utf_16)
7625 (decode_coding_emacs_mule, decode_coding_iso_2022)
7626 (encode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
7627 (decode_coding_raw_text, decode_coding_charset)
7628 (setup_coding_system, decode_eol, decode_coding, consume_chars):
7629 Honor inhibit-eol-conversion. (Bug #2186)
7630
449148b3
JR
76312009-02-28 Jason Rumney <jasonr@gnu.org>
7632
7633 * coding.c (detect_coding_charset): If not checking latin extra,
7634 fail on characters between 0x80 and 0xA0. (Bug#2354)
7635
a4aee864
EZ
76362009-02-28 Eli Zaretskii <eliz@gnu.org>
7637
7638 * coding.c (detect_coding_charset): Fix change from 2008-10-21.
2a1573ff 7639 Also, check iso-latin-*, not only iso-8859-*. (Bug#2497)
a4aee864 7640
d88bee5a
GM
76412009-02-27 Glenn Morris <rgm@gnu.org>
7642
7643 * callint.c (Finteractive): Doc fix.
7644
a808f22d
KH
76452009-02-27 Kenichi Handa <handa@m17n.org>
7646
7647 * lread.c (read_escape): Signal an error for invalid \UXXXXXXXX.
7648
caf8d60c
CY
76492009-02-27 Chong Yidong <cyd@stupidchicken.com>
7650
7651 * font.c (font_style_to_value): Set value for unknown symbols to
7652 100 instead of 255.
b61137ea
CY
7653 (weight_table, slant_table, width_table): Treat "unspecified" as
7654 the default value.
caf8d60c 7655
1a0de25c
JB
76562009-02-26 Juanma Barranquero <lekktu@gmail.com>
7657
7658 * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring.
7659
8fc45744
JB
76602009-02-25 Juanma Barranquero <lekktu@gmail.com>
7661
107bd7d1
JB
7662 * lread.c (Fload): Stop checking Vloads_in_progress and signal
7663 error as soon as a recursive load is detected.
8fc45744 7664
f097e223
AR
76652009-02-24 Adrian Robert <Adrian.B.Robert@gmail.com>
7666
7667 * nsterm.m (ns_ring_bell): Convert rect to window coordinates
7668 before caching.
7669
8810a12f
KH
76702009-02-24 Kenichi Handa <handa@m17n.org>
7671
7672 * fontset.c (fontset_find_font): Fix the condition for checking
7673 unavailable font.
7674
2c7d1565
GM
76752009-02-24 Glenn Morris <rgm@gnu.org>
7676
7677 * xfaces.c (Finternal_set_font_selection_order): Remove leading
7678 whitespace that confuses documentation.
7679
a20878b6
MB
76802009-02-23 Miles Bader <miles@gnu.org>
7681
7682 * process.c (Flist_system_processes, Fprocess_attributes)
7683 (syms_of_process): Rename `system-process-attributes' to
7684 `process-attributes'.
7685
b3b58c01
AS
76862009-02-22 Andreas Schwab <schwab@linux-m68k.org>
7687
1b3b981b
AS
7688 * coding.h (struct coding_system): Make safe_charsets a pointer to
7689 unsigned char.
7690 * coding.c (CODING_ISO_REQUEST): Check for safe_charsets content
7691 being 255.
7692 (SAFE_CHARSET_P): Likewise.
7693 (setup_iso_safe_charsets): Properly setup safe_charsets.
7694 (Fdefine_coding_system_internal): Likewise.
7695 (setup_coding_system): Likewise. Remove unneeded casts.
7696 (detect_coding_iso_2022): Compare Viso_2022_charset_list with
7697 CODING_ATTR_CHARSET_LIST, not CODING_ATTR_SAFE_CHARSETS. Remove
7698 unneeded casts.
7699
b3b58c01
AS
7700 * insdel.c (del_range_2): Don't modify gap contents when called
7701 from decode_coding_object. (Bug#1809)
7702
0b6f228c
CY
77032009-02-21 Chong Yidong <cyd@stupidchicken.com>
7704
7705 * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and
7706 Qfont_object.
7707 (Ftype_of): Recognize font objects.
7708
7709 * lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern.
7710
7711 * font.c (Qfont_spec, Qfont_entity, Qfont_object): Definitions
7712 moved to data.c.
7713
52f8870b
AR
77142009-02-20 Adrian Robert <Adrian.B.Robert@gmail.com>
7715
7716 * nsterm.m (x_make_frame_invisible): Unset async_visible,
7717 async_iconified. Based on a patch by Christian Lynbech
7718 <christian.lynbech@tieto.com>.
7719 (EmacsView-windowDidMiniaturize:): Unset async_visible.
7720
7087d5e9
GM
77212009-02-20 Glenn Morris <rgm@gnu.org>
7722
7723 * syntax.c (Fskip_chars_forward): Fix doc typo.
7724
41d2ceef
CY
77252009-02-20 Chong Yidong <cyd@stupidchicken.com>
7726
7727 * keymap.c (Fkeymap_parent): Doc fix (Bug#2391).
7728
1a3b7ca6
CY
77292009-02-19 Chong Yidong <cyd@stupidchicken.com>
7730
7731 * xfns.c (Fx_create_frame): Give Xft driver a higher priority.
7732
73cce38d
KH
77332009-02-19 Kenichi Handa <handa@m17n.org>
7734
7735 * coding.c (detect_coding): Preserve coding->mode.
2bc550cb 7736 Don't overflow coding->carryover. (Bug#2370)
73cce38d 7737
a51092ee
DN
77382009-02-18 Dan Nicolaescu <dann@ics.uci.edu>
7739
7740 * m/ibmrs6000.h (ADDR_CORRECT): Restore, removed by mistake on 2008-07-23.
7741
c423ecca
KH
77422009-02-18 Kenichi Handa <handa@m17n.org>
7743
7744 * font.c (font_check_otf_features): Fix handling of `nil' element.
7745 (Ffont_spec): Describe :lang and :otf in the docstring.
7746
4c1958f4
AS
77472009-02-16 Andreas Schwab <schwab@suse.de>
7748
7749 * coding.c (Fcheck_coding_systems_region): Fix test for unibyte
7750 string.
7751
5704f39a
KH
77522009-02-16 Kenichi Handa <handa@m17n.org>
7753
7754 * coding.c (Fcheck_coding_systems_region): Fix typo; Qt -> Qnil.
a057d86a 7755 (Bug#1723)
5704f39a 7756
8f0085aa
CY
77572009-02-14 Chong Yidong <cyd@stupidchicken.com>
7758
a057d86a 7759 * dispextern.h (struct iterator_stack_entry): New line_wrap member.
8f0085aa
CY
7760
7761 * xdisp.c (push_it, pop_it): Save and restore line_wrap.
7762 (handle_line_prefix): Suppress wrapping of wrap prefixes.
7763
aff01dd9
EZ
77642009-02-14 Eli Zaretskii <eliz@gnu.org>
7765
7766 * msdos.c (MAX_SCREEN_BUF): New macro.
7767 (IT_write_glyphs): Make screen_buf[] always be MAX_SCREEN_BUF-long.
7768 Encode the entire run of glyphs sharing the same face, instead of
7769 doing that one glyph at a time (fixes a bug with displaying
7770 double-size characters).
7771
ba301db3
AR
77722009-02-13 Adrian Robert <Adrian.B.Robert@gmail.com>
7773
7774 * nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog.
7775
7776 * nsmenu.m (pop_down_menu): Check popup_activated_flag.
7777 (ns_popup_dialog, EmacsDialogPanel-runDialogAt:): Let
a057d86a 7778 pop_down_menu do the cleanup work as it is always called. (Bug#2154)
ba301db3
AR
7779
7780 * nsfont.m (nsfont_make_fontset_for_font): For now, don't try to
a057d86a 7781 set fontset font for "mathematical-" sub-scripts. (Bug #2218)
ba301db3 7782
51d861de
SM
77832009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
7784
ac146f82 7785 * keyboard.c (adjust_point_for_property): Allow stopping between two
51d861de
SM
7786 invisible areas.
7787
7fed8996
JR
77882009-02-12 Jason Rumney <jasonr@gnu.org>
7789
631ea4fb
JR
7790 * w32font.c (check_face_name): Check for fake helv. (Bug#2275)
7791 (add_font_entity_to_list): Call check_face_name even when family
7792 is unspecified.
7793
cb4a3e42
JR
7794 * w32term.c (x_display_pixel_height, x_display_pixel_width):
7795 Release DC when finished. Use NULL window to refer to desktop.
631ea4fb 7796 (w32_term_init): Use NULL window to refer to desktop. (Bug#460)
cb4a3e42 7797
7fed8996 7798 * w32font.c (add_font_entity_to_list): Fix check for substituted
631ea4fb 7799 raster fonts. (Bug#2219)
7fed8996 7800
895416e3
KH
78012009-02-12 Kenichi Handa <handa@m17n.org>
7802
7803 * composite.c (MAX_AUTO_COMPOSITION_LOOKBACK): New macro.
7804 (composition_gstring_width): Fix handling of LGLYPH_YOFF.
7805 (autocmp_chars): Use fast_looking_at. Don't compose more
1dacf998 7806 characters than MAX_COMPOSITION_COMPONENTS.
895416e3
KH
7807 (find_automatic_composition): While looking forward and backward,
7808 check static composition. Fix where to stop looking forward.
7809 (composition_adjust_point): Fix checking of static composition.
7810 (Fcomposition_get_gstring): Pay attention to
1dacf998 7811 MAX_COMPOSITION_COMPONENTS.
895416e3
KH
7812
7813 * lisp.h (fast_looking_at): Extern it.
7814
7815 * search.c (fast_looking_at): New function.
7816
51d861de 7817 * term.c (encode_terminal_code): Adjust for the change of
895416e3
KH
7818 <struct glyph>.u.cmp.to.
7819 (append_composite_glyph): Likewise.
7820
51d861de 7821 * xdisp.c (fill_gstring_glyph_string): Adjust for the change of
895416e3
KH
7822 <struct glyph>.u.cmp.to. Check if the glyph belongs to the same
7823 composition.
51d861de 7824 (append_composite_glyph): Adjust for the change of
895416e3
KH
7825 <strcut glyph>.u.cmp.to.
7826
8510724d
JB
78272009-02-11 Juanma Barranquero <lekktu@gmail.com>
7828
7829 * casetab.c (init_casetab_once):
7830 * coding.c (ALLOC_CONVERSION_WORK_AREA):
7831 * font.c (font_update_lface):
7832 * fontset.c (Fnew_fontset):
7833 * ftfont.c (ftfont_drive_otf):
7834 * xfont.c (xfont_open):
7835 * xftfont.c (xftfont_get_xft_draw): Remove spurious semicolons.
7836
294fa707
SM
78372009-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
7838
7839 * fileio.c (Fwrite_region): !NILP -> CONSP.
7840
b5bfebec
AS
78412009-02-10 Andreas Schwab <schwab@suse.de>
7842
7843 * process.c (send_process): Properly relocate pointer into data
adab88bd 7844 when using encoded data. (Bug#2272)
b5bfebec 7845
cb84a2be
KH
78462009-02-08 ARISAWA Akihiro <ari@mbf.sphere.ne.jp>
7847
7848 * coding.c (detect_coding_charset): Fix previous change.
7849
89e09428
JR
78502009-02-08 Jason Rumney <jasonr@gnu.org>
7851
7852 * w32fns.c (w32_hide_hourglass): Handle case where frame
adab88bd 7853 disappeared while hourglass was displayed. (Bug #2193)
89e09428 7854
4470a277
AS
78552009-02-07 Andreas Schwab <schwab@suse.de>
7856
7857 * unexelf.c (unexec): Fix error message.
7858
3175b12a
AR
78592009-02-07 Adrian Robert <Adrian.B.Robert@gmail.com>
7860
7861 * nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event
adab88bd 7862 when modal window is active. (Bug #2152)
3175b12a
AR
7863 (applicationShouldTerminate:): Remove now-unneeded while loop
7864 around NSRunAlertPanel.
7865
7866 * nsmenu.m (popupSession): New file-global variable.
7867 (pop_down_menu): End the popupSession before closing dialog.
7868 (ns_popup_dialog): BLOCK_INPUT around dialog presentation.
7869 (EmacsDialogPanel-runDialogAt:): Don't place window (superfluous),
7870 don't query NSApp for events (just sleep instead).
7871
8434d0b8
EZ
78722009-02-07 Eli Zaretskii <eliz@gnu.org>
7873
51d861de
SM
7874 * coding.c (syms_of_coding) <translation-table-for-input>:
7875 Modify doc string to discourage use for character code unification.
8434d0b8 7876
aa82edfd
CY
78772009-02-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7878
7879 * atimer.c (run_timers): Update pending_atimers.
7880
2d283c7c
CY
78812009-02-06 Chong Yidong <cyd@stupidchicken.com>
7882
eb306cab
CY
7883 * image.c (svg_load_image): Fix last change.
7884
2d283c7c
CY
7885 * xfns.c (Fx_create_frame): Signal an error if no font is
7886 found (Bug#2147).
7887
4d8e170e
JB
78882009-02-05 Juanma Barranquero <lekktu@gmail.com>
7889
7890 * character.c (syms_of_character) <script-representative-chars>:
7891 Fix typo in docstring.
7892
c96169a0
AR
78932009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
7894
7895 * nsmenu.m (pop_down_menu): New function.
7896 (ns_popup_dialog): Call it on unwind.
7897 (EmacsDialogPanel-runDialogAt:): Check popup_activated_flag and
7898 call timer_check() (Bug#2154).
7899 (EmacsMenu-menuNeedsUpdate:): Don't call ns_update_menu if
7900 handling_signal is set.
7901 (EmacsMenu-fillWithWidgetValue:): Set submenu title.
7902
31fd7c5c 7903 * config.in: Get rid of COCOA_EXPERIMENTAL_CTRL_G.
c96169a0
AR
7904
7905 * s/darwin.h: Same and NO_SOCK_SIGIO as well.
7906
7907 * nsterm.m (ns_read_socket): Same and don't set handling_signal.
7908
51d861de
SM
7909 * keyboard.c (poll_for_input_1, handle_async_input):
7910 Set handling_signal under HAVE_NS.
c96169a0 7911
aacd8ba1
GM
79122009-02-04 Glenn Morris <rgm@gnu.org>
7913
7914 * fileio.c (Fwrite_region): Doc fix (mention annotate-functions).
7915
4cb75c4b
KH
79162009-02-04 Kenichi Handa <handa@m17n.org>
7917
7918 * Makefile.in (composite.o): Depends on frame.h and termhooks.h.
7919
7920 * charset.c (Fchar_charset): New optional arg restriction.
7921
7922 * coding.h (coding_system_charset_list): Extern it.
7923
7924 * coding.c (coding_system_charset_list): New function.
7925
7926 * composite.c: Include coding.h and termhooks.h.
7927 (composition_gstring_p): Fix for the terminal case.
7928 (composition_gstring_width): Likewise.
7929 (fill_gstring_body): Likewise.
7930 (autocmp_chars): For terminal, call Fcomposition_get_gstring with
7931 the frame.
7932 (composition_compute_stop_pos): Adjust cmp_it->stop_pos if point
7933 is within a composition.
867d4bb3 7934 (Fcomposition_get_gstring): Fix the terminal case.
4cb75c4b
KH
7935
7936 * term.c (encode_terminal_code): Fix handling of composition.
7937 (produce_composite_glyph): For static composition, get pixel_width
7938 from struct composition.
7939
826ba17e
AS
79402009-02-02 Andreas Schwab <schwab@suse.de>
7941
7942 * unexelf.c (unexec): Handle unaligned bss offset.
7943
8ad093db
AR
79442009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com>
7945
7946 * nsterm.m (ns_read_socket): Copy 2009-01-29 and 2009-01-30
7947 XT,w32read_socket changes to ns_read_socket.
d0a76a6e 7948
8ad093db
AR
7949 * keyboard.c (handle_interrupt): Don't call
7950 quit_throw_to_read_char() under NS.
d0a76a6e 7951
8ad093db
AR
7952 * blockinput.h: Remove NS-specific code.
7953
4d18a7a2
DN
79542009-01-30 Dan Nicolaescu <dann@ics.uci.edu>
7955
db878925
DN
7956 * dispnew.c (window_change_signal): Don't try to get the size of a
7957 suspended tty frame.
7958 * term.c (Fresume_tty): Resize if the size has changed while the
7959 tty was suspended.
7960
4d18a7a2
DN
7961 * alloc.c (mark_stack): Properly conditionalize previous change.
7962
8984df7c
JB
79632009-01-30 Juanma Barranquero <lekktu@gmail.com>
7964
7965 * w32inevt.c (w32_console_read_socket) [SYNC_INPUT]:
7966 * w32term.c (w32_read_socket) [SYNC_INPUT]:
7967 Remove; this code is not used on Windows.
7968
75f4f1ac
EZ
79692009-01-30 Eli Zaretskii <eliz@gnu.org>
7970
7971 * coding.c (detect_eol, decode_eol): Handle text with DOS-style
7972 EOLs that also has stray ^M characters.
7973
07a1e794
JB
79742009-01-30 Juanma Barranquero <lekktu@gmail.com>
7975
7976 * atimer.c (run_timers, alarm_signal_handler):
7977 * keyboard.c (pending_signals, handle_async_input, init_keyboard):
7978 * w32inevt.c (w32_console_read_socket):
7979 * w32term.c (w32_read_socket):
7980 * xterm.c (XTread_socket): Use "#ifdef SYNC_INPUT" where appropriate.
7981
a8b11cc9
CY
79822009-01-30 Chong Yidong <cyd@stupidchicken.com>
7983
7984 * callproc.c (Vtemp_file_name_pattern): Remove DEFVAR_LISP.
7985 Initialize it as a relative filename pattern.
7986 (init_callproc): Don't initialize Vtemp_file_name_pattern here.
7987 (Fcall_process_region): Simplify temp file creation using
7988 temporary-file-directory.
7989
c279587b
EZ
79902009-01-29 Eli Zaretskii <eliz@gnu.org>
7991
7992 * msdos.c: Rename pending_signals to msdos_pending_signals.
7993 (sig_suspender, sigprocmask): Adjust.
7994
a8fe3242
CY
79952009-01-29 Chong Yidong <cyd@stupidchicken.com>
7996
7997 * keyboard.c (pending_signals): New var.
7998 (poll_for_input, input_available_signal, init_keyboard): Set it.
7999 (process_pending_signals): New function.
8000
8001 * lisp.h (QUIT): Check pending_signals instead of
8002 interrupt_input_pending. Use process_pending_signals.
8003
51d861de 8004 * atimer.c (run_timers, alarm_signal_handler): Update pending_signals.
a8fe3242 8005
51d861de 8006 * process.c (wait_reading_process_output): Use process_pending_signals.
a8fe3242
CY
8007
8008 * sysdep.c (emacs_write): Use process_pending_signals.
8009
8010 * xterm.c (XTread_socket): Update pending_signals.
8011
8012 * w32term.c (w32_read_socket): Update pending_signals.
8013
8014 * w32inevt.c (w32_console_read_socket): Update pending_signals.
8015
6570a1c4
KH
80162009-01-29 Kenichi Handa <handa@m17n.org>
8017
8018 * xftfont.c (xftfont_has_char): New function.
8019 (syms_of_xftfont): Register xftfont_has_char in xftfont_driver.
8020
d72a4afa
AR
80212009-01-29 Adrian Robert <Adrian.B.Robert@gmail.com>
8022
8023 * nsterm.h (EmacsPrefsController.cursorBlinkSlider): Only define
8024 under GNUstep.
8025 (ns_query_color): New declaration.
8026
8027 * nsterm.m (ns_confirm_quit): New variable.
8028 (ns_set_default_prefs, syms_of_nsterm, ns_term_init): Initialize it.
8029 (EmacsApp-applicationShouldTerminate:): Use it.
8030 (EmacsPrefsController): Let user set it.
8031 (ns_query_color): New function.
8032 (ns_defined_color): Use it.
8033 (ns_initialize): Drop.
8034 (ns_term_init): Add two lines from ns_initialize(), and set
8035 input_interrupt_mode to nil.
8036
8037 * image.c (svg_load_image): Don't right-shift background RGB when
6af84d77 8038 obtained from FRAME_BACKGROUND_PIXEL. Under HAVE_NS use ns_query_color.
d72a4afa 8039
9fe78804
KH
80402009-01-28 Kenichi Handa <handa@m17n.org>
8041
8042 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
f088b054
KH
8043 (fontset_get_font_group): Remember that no font-group is specified
8044 for C.
9fe78804 8045
fa57de36
CY
80462009-01-27 Chong Yidong <cyd@stupidchicken.com>
8047
930600e9
CY
8048 * fns.c (concat): Check for string overflow (bug#1787).
8049
fa57de36
CY
8050 * undo.c (undo_limit, undo_strong_limit, Vundo_outer_limit):
8051 Quadruple undo limits (bug#1501).
8052
7179ce7b
KH
80532009-01-27 Kenichi Handa <handa@m17n.org>
8054
8055 * ftfont.c (ftfont_has_char): If the arg FONT is a font-object,
8056 directly use GT_Get_Char_index.
8057
8058 * xftfont.c (struct xftfont_info): New member `index'.
8059
8060 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
51d861de 8061 (Ffontset_font): Adjust for the change of fontset entry.
7179ce7b 8062
5be8fcc0
CY
80632009-01-26 Kenichi Handa <handa@m17n.org>
8064
8065 * fontset.c (fontset_find_font): Fix handling of non-cons return
8066 value of fontset_get_font_group.
8067 (fontset_font): Revert last change.
8068
19ae3e61
JR
80692009-01-26 Jason Rumney <jasonr@gnu.org>
8070
8071 * w32font.c (w32font_list_internal): Return quickly if registry is
8072 unknown. Simplify final return.
8073 (add_font_entity_to_list): Break complex logic down into more
8074 manageable chunks. Move unknown registry check to
8075 w32font_list_internal.
8076
8612b71a
AR
80772009-01-25 Adrian Robert <Adrian.B.Robert@gmail.com>
8078
8079 Changes to remove Feval calls from GUI under NS.
8080
d8038940
JB
8081 * nsterm.h: Move KEY_NS_... definitions here from nsterm.m.
8082 Add NS_TOGGLE_TOOLBAR, NS_PUT_WORKING_TEXT, NS_UNPUT_WORKING_TEXT.
8612b71a
AR
8083 Remove NS_INSERT_WORKING_TEXT, NS_DELETE_WORKING_TEXT.
8084
8085 * nsterm.m: Move KEY_NS_... definitions to nsterm.h.
8086 (EmacsView-toggleToolbar:): Use KEY_NS_TOGGLE_TOOLBAR.
8087 (EmacsView-setMarkedText:,-deleteWorkingText:): Use NS_TEXT_EVENT
8088 instead of NON_ASCII_KEYSTROKE_EVENT.
8089 (EmacsApp-terminate:): Use KEY_NS_POWER_OFF instead of Feval.
8090 (EmacsApp-applicationShouldTerminate:): Query user.
8091 (EmacsPreferencesController-runHelp:): Use KEY_NS_INFO_PREFS
8092 instead of Feval.
8093
8094 * termhooks.h (NS_TEXT_EVENT): New event type under HAVE_NS.
8095
8096 * keyboard.c (kbd_buffer_get_event): Check for it.
8097 (keys_of_keyboard): Define lispy keys for
8098 ns-put/unput-working-text.
8099
8100 * nsmenu.m (ns_popup_dialog): Resync window setting with X and W32
8101 versions.
8102 (EmacsDialog-runDialogAt:): Use NSModalPanelRunLoopMode.
8103
6288ae55
CY
81042009-01-25 Chong Yidong <cyd@stupidchicken.com>
8105
8106 * dispnew.c (buffer_posn_from_coords): Use Fset_buffer instead of
64cc3cf6 8107 setting current_buffer directly. (Bug#2044)
6288ae55 8108
289e7f8f
CY
81092009-01-24 Chong Yidong <cyd@stupidchicken.com>
8110
5ce87308 8111 * fontset.c (fontset_font): If we know there is no font, don't do
d8038940 8112 any work. (Bug#1952, bug#1990).
5ce87308 8113
64cc3cf6 8114 * font.c (font_parse_xlfd): Handle patterns of length < 2. (Bug#1802)
289e7f8f 8115
b3243e6f
AR
81162009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
8117
8118 * emacs.c (main): Do fork+exec under --daemon in Cocoa.
d900b2af
AR
8119 (ns_no_defaults): New declaration.
8120 (main): Use it.
e0d2e69a 8121
d900b2af 8122 * nsterm.h (ns_no_defaults): New declaration.
e0d2e69a 8123
d900b2af 8124 * nsfns.m (x_get_string_resource): Don't read when ns_no_defaults.
e0d2e69a 8125
d900b2af
AR
8126 * nsterm.m (ns_no_defaults): New variable.
8127 (ns_initialize): Don't read defaults when ns_no_defaults.
8128 (EmacsView-readSelectionFromPasteboard:)
8129 (writeSelectionToPasteboard:types:): New stubbed-out methods for
d8038940 8130 NSServicesRequests protocol. (Bug#1435)
27521ca6
AR
8131 (ns_dumpglyphs_stretch): New function.
8132 (ns_draw_glyph_string): Use it, parallel Yamamoto Mitsuharu change
d8038940 8133 of 2008-11-15 to other terms. (Bug#615)
b3243e6f 8134
e0d2e69a
AR
8135 * nsimage.m (setPixmapData:): Set to ignore image DPI.
8136
3ac71f5d
CY
81372009-01-23 Giorgos Keramidas <keramida@freebsd.org> (tiny change)
8138
8139 * alloc.c (mark_stack): Use "flushw" instead of "ta 3" assembly
8140 call for Sparc64.
8141
3fe53a83
AR
81422009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
8143
8144 * nsfns.m:
8145 * nsgui.h:
8146 * nsmenu.m:
8147 * nsselect.m:
8148 * nsterm.h:
8149 * nsterm.m: Remove '23' comments that indicated code added during
8150 update from emacs-20 -> emacs-23.
8151
10f87c6f 81522009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
a3b53a85
AR
8153
8154 * nsterm.m (EmavsView-keyDown:): Treat nil as Qnone for
3a88a825 8155 ns_alternate_modifier. (Bug#1217)
a3b53a85 8156
c7cef62d
AR
8157 * nsmenu.m (EmacsMenu-parseKeyEquiv:, addItemWithWidgetValue:):
8158 Display all shortcuts, including those w/o super modifier.
8159
575fb8bd
AR
8160 * nsfns.m (ns-read-file-name): Fix typo in assignment statement.
8161
918b848b
CY
81622009-01-22 Chong Yidong <cyd@stupidchicken.com>
8163
8164 * fileio.c (Vwrite_region_post_annotation_function)
8165 (Vwrite_region_annotation_buffers): New vars.
8166 (build_annotations_unwind): Just reset
8167 Vwrite_region_annotation_buffers.
8168 (Fwrite_region): Initialize Vwrite_region_annotation_buffers.
8169 Call write-region-post-annotation-function.
8170 (build_annotations): Add to Vwrite_region_annotation_buffers if
8171 buffer changes.
8172
a39e2539
AR
81732009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
8174
8175 * nsterm.h (EmacsApp-setAppleMenu:): Conditionalize more correctly on
8176 Tiger.
51d861de
SM
8177 * nsfns.m (ns_do_applescript):
8178 Conditionalize typeUTF16ExternalRepresentation on Tiger.
a39e2539 8179
35ed44db
AR
81802009-01-21 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
8181
8182 * nsterm.m (EV_TRAILER): Always use emacsframe for frame_or_window.
8183
cbe0b5bf
AR
81842009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
8185
8186 * nsmenu.m (NSMENUPROFILE): Change #if style.
4c7077c3 8187
6049d3a0
AR
8188 * nsterm.h (EmacsPrefsController): Add -setPanelFromDefaultValues.
8189
8190 * nsterm.m (x_set_frame_alpha): Add prototype.
a9b4df69
AR
8191 (ns_fake_keydown, EmacsView-keyUp:): New variable and function to
8192 handle Ctrl-tab. (Bug#1841)
8193 (ns_get_color): Use unsigned long long for scanned hex string value.
8194 (ns_term_shutdown): Abort on non SIGTERM signals.
e889fa06 8195 (EmacsPrefsController-setDefaultFont:,-setColors:): Raise the frame.
b71ac3dd 8196 (EmacsPrefsController-setPanelFromDefaultValues): New function.
3a88a825 8197 (EmacsPrefsController-resetToDefaults:): Use it. (Bug#1801)
35ed44db 8198 (ns_font_to_xlfd, ns_fontname_to_xlfd): Remove, unused.
d3810c21 8199 (ns_defined_color): Fix settings of the XColor variable fields:
3a88a825 8200 red,green,blue scale to 2-byte, pixel's parts to 1-byte. (Bug#1663)
cbe0b5bf 8201
d3810c21 8202 * nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore image
3a88a825 8203 DPI. (Bug#1316)
d3810c21
AR
8204 (EmacsImage-setPixelAtX:Y:toRed:green:blue:alpha:): Fix color
8205 values in onTiger section.
4c7077c3 8206
e301e634
CY
82072009-01-19 Chong Yidong <cyd@stupidchicken.com>
8208
7f82490b
CY
8209 * xfaces.c (Finternal_set_lisp_face_attribute, Fx_list_fonts):
8210 Check return value of font_spec_from_name.
64cc3cf6 8211 (Fx_list_fonts): Doc fix. (Bug#1951)
7f82490b
CY
8212
8213 * font.c (font_spec_from_name): Return Qnil if font name could not
8214 be parsed.
8215 (font_parse_name): Treat a `?' character as part of an XLFD.
8216
e301e634
CY
8217 * fns.c (Fsubstring): Doc fix.
8218
1c0db158
KH
82192009-01-19 Kenichi Handa <handa@m17n.org>
8220
51d861de 8221 * ftfont.c (ftfont_lookup_cache): Check the return value of FcFontList.
1c0db158
KH
8222 (ftfont_list): Likewise.
8223
acf20901
JB
82242009-01-18 Juanma Barranquero <lekktu@gmail.com>
8225
fff4e459
JB
8226 * dbusbind.c (Fdbus_register_signal):
8227 * process.c (conv_sockaddr_to_lisp):
8228 * w32fns.c (Fw32_battery_status): Use empty_unibyte_string.
8229
acf20901
JB
8230 * callproc.c (Fgetenv_internal): Doc fix.
8231
e7abcdfb
CY
82322009-01-16 Chong Yidong <cyd@stupidchicken.com>
8233
8234 * xfns.c (x_make_gc): Don't allocate stipple member for gc_values;
8235 it is not even used.
8236
b60861e6
GM
82372009-01-16 Glenn Morris <rgm@gnu.org>
8238
8239 * font.c (Ffont_variation_glyphs): Silence compiler.
8240
8db52afe
JB
82412009-01-15 Juanma Barranquero <lekktu@gmail.com>
8242
8243 * sound.c (SOUND_WARNING): Use _snprintf, for MSVC compatibility.
8244 Reported by David Robinow <drobinow@gmail.com>.
8245
4cddb209
KH
82462009-01-15 Kenichi Handa <handa@m17n.org>
8247
51d861de 8248 * coding.c (detect_coding_system): Fix handling of null_byte_found.
4cddb209 8249
f247f67b
JR
82502009-01-14 Jason Rumney <jasonr@gnu.org>
8251
8252 * frame.c (x_set_font): Always store a font to the font parameter,
fff4e459 8253 never a fontset. (Bug#1562)
f247f67b 8254
f56a4450
KH
82552009-01-14 Kenichi Handa <handa@m17n.org>
8256
8257 * coding.c (TWO_MORE_BYTES): New macro.
fff4e459 8258 (detect_coding_utf_16): Use TWO_MORE_BYTES instead of ONE_MORE_BYTE.
f56a4450 8259
4e99855e
CY
82602009-01-13 Chong Yidong <cyd@stupidchicken.com>
8261
8262 * font.c (font_clear_prop): If clearing the family, clear the font
8263 width index too.
8264
fff4e459 8265 * xfaces.c (Finternal_set_lisp_face_attribute): Revert last change.
4e99855e 8266
24f01470
JB
82672009-01-12 Juanma Barranquero <lekktu@gmail.com>
8268
8269 * sound.c [WINDOWSNT] (SOUND_WARNING): New macro.
8270 (do_play_sound): Use it. Don't pass a hardcoded buffer size to mci
8271 functions, use sizeof.
8272
a41240a3
MR
82732009-01-12 Martin Rudalics <rudalics@gmx.at>
8274
8275 * keyboard.c (read_char): Fix case where last_nonmenu_event
8276 returned a bad value with submenus. (Bug#447)
8277
944636b8
CY
82782009-01-12 Chong Yidong <cyd@stupidchicken.com>
8279
8280 * xfaces.c (Finternal_set_lisp_face_attribute): If setting the
8281 family, clear the font width index too.
8282
0dad7c6f
JR
82832009-01-11 Jason Rumney <jasonr@gnu.org>
8284
8285 * keyboard.c (cmd_error_internal): Exit when errors occur before
8286 frame creation and not in daemon mode. (Bug#1836)
8287
7c2363af
CY
82882009-01-10 Chong Yidong <cyd@stupidchicken.com>
8289
8290 * xdisp.c (pos_visible_p): When iterator stops on the last glyph
8291 of a display vector, backtrack.
8292 (try_window_reusing_current_matrix): Check glyph type before
8293 referencing charpos member.
8294
97b1b294
EZ
82952009-01-10 Eli Zaretskii <eliz@gnu.org>
8296
8297 Fix Bug #876:
8298
8299 * coding.c (inhibit_null_byte_detection): New variable.
8300 (detect_coding, detect_coding_system): Don't pay attention to null
8301 bytes if inhibit_null_byte_detection is non-zero.
51d861de 8302 (syms_of_coding) <inhibit-null-byte-detection>: Declare and document.
97b1b294
EZ
8303 <inhibit-iso-escape-detection>: Doc fix.
8304
4624b6e3
JR
83052009-01-09 Jason Rumney <jasonr@gnu.org>
8306
8307 * w32font.c (add_font_entity_to_list): Don't report unknown
fff4e459 8308 Windows charset as any unrecognized registry. (Bug#1548)
4624b6e3
JR
8309 Only report Unicode Plane 2 fonts as unicode-sip.
8310
323b840c
CY
83112009-01-09 Chong Yidong <cyd@stupidchicken.com>
8312
51d861de
SM
8313 * xfaces.c (Fx_font_family_list): Delete function.
8314 Move compatibility version to faces.el.
323b840c 8315
51d861de 8316 * font.c (Ffont_family_list): Return a list of strings, not symbols.
323b840c 8317
eba7400d
MR
83182009-01-09 Martin Rudalics <rudalics@gmx.at>
8319
8320 * frame.c (x_set_frame_parameters): Remember requested value for
8321 fullscreen before it's reset by the parameter handler.
8322
4b09796d
GM
83232009-01-09 Glenn Morris <rgm@gnu.org>
8324
8325 * keyboard.c (last_command_char): For clarity, rename to...
46e722a9 8326 (last_command_event): ... and update all users.
4b09796d
GM
8327 (last_input_char): For clarity, rename to...
8328 (last_input_event): ... and update all users.
8329 (last-command-char, last-input-char): Move to subr.el as aliases.
8330 * cmds.c, commands.h: Update for last_command_char rename.
8331
14ccea62
CY
83322009-01-08 Chong Yidong <cyd@stupidchicken.com>
8333
51d861de 8334 * font.c (font_open_for_lface): Handle unspecified height attribute.
14ccea62 8335
5f004711
JR
83362009-01-08 Jason Rumney <jasonr@gnu.org>
8337
8338 * w32fns.c (Vx_pointer_shape, Vx_nontext_pointer_shape)
8339 (Vx_mode_pointer_shape, Vx_window_horizontal_drag_shape)
8340 (Vx_hourglass_pointer_shape, Vx_sensitive_text_pointer_shape):
8341 Don't declare.
fff4e459 8342 (syms_of_w32fns): Don't define x-pointer-shape variable. (Bug#1485)
5f004711
JR
8343 (x_create_tip_frame) [GLYPH_DEBUG]: Enable image debugging code.
8344
b71f6f73
KH
83452009-01-07 Kenichi Handa <handa@m17n.org>
8346
50b06221 8347 * fileio.c (Finsert_file_contents): In the case of replace,
f56a4450 8348 remember the coding system used for decoding in
50b06221
KH
8349 coding_system (Bug#1039).
8350
b71f6f73 8351 * coding.c (decode_coding_utf_8): Check byte_after_cr before
79a97217 8352 breaking the loop. (Bug#870)
b71f6f73
KH
8353 (decode_coding_utf_16, decode_coding_emacs_mule)
8354 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
8355 (decode_coding_charset): Likewise.
8356
56f668f7
MR
83572009-01-05 Martin Rudalics <rudalics@gmx.at>
8358
8359 * frame.c (x_set_frame_parameters): Make sure height (width) get
8360 applied when fullwidth (fullheight) is set. (Bug#1522)
8361
5da9424d
JB
83622009-01-04 Juanma Barranquero <lekktu@gmail.com>
8363
8364 * w32.c: Use 64-bit arithmetic to do FILETIME conversions. (Bug#1766)
8365 (utc_base): Declare as ULONGLONG, not long double.
8366 (convert_time_raw): Delete.
8367 (FILETIME_TO_U64, U64_TO_LISP_TIME): New macros.
8368 (initialize_utc_base): New function.
8369 (convert_time): Use FILETIME_TO_U64, initialize_utc_base.
8370 (convert_from_time_t): Use initialize_utc_base; compute result with
8371 64-bit arithmetic.
8372 (process_times): Use FILETIME_TO_U64, U64_TO_LISP_TIME.
8373
c4605e09
EZ
83742009-01-03 Eli Zaretskii <eliz@gnu.org>
8375
9acef61c 8376 * process.c (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess)
c4605e09
EZ
8377 (Qttname, Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime)
8378 (Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs)
8379 (Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime)
8380 [!subprocesses]: Define.
8381 (syms_of_process) [!subprocesses]: Intern and staticpro them.
8382 (Flist_system_processes, Fsystem_process_attributes)
8383 [!subprocesses]: Call list_system_processes and
8384 system_process_attributes instead of returning Qnil.
8385
9acef61c
JB
8386 * dosfns.c (system_process_attributes, list_system_processes):
8387 New functions.
c4605e09
EZ
8388
8389 * vm-limit.c (ret_lim_data) [MSDOS]: New function.
8390
8391 * sysdep.c (list_system_processes, system_process_attributes) [MSDOS]:
8392 Don't use the default (no-op) implementation.
8393
8b7d0a16
JR
83942009-01-03 Jason Rumney <jasonr@gnu.org>
8395
a6d46bc1
JR
8396 * keyboard.c (parse_modifiers_uncached): Wheel events are
8397 clicks (bug#687).
8398
8b7d0a16
JR
8399 * w32term.c (x_query_colors, x_query_color): New functions.
8400
8401 * image.c (x_to_xcolors, png_load): Eliminate W32 specific code.
8402 (svg_load_image): Cast returned pointers from dynamically loaded
8403 functions. Eliminate W32 specific code.
8404
bfe11752
DN
84052009-01-02 Dan Nicolaescu <dann@ics.uci.edu>
8406
89e2438a
DN
8407 * nsfns.m (x_set_foreground_color, x_set_background_color)
8408 (x_set_cursor_color, x_set_icon_name, x_explicitly_set_name)
8409 (x_set_title, x_set_icon_type, x_set_cursor_type): Rename to use
8410 x_ prefix instead of ns_. Update references.
8411 (syms_of_nsfns): Add a FIXME comment.
8412
8413 * nsterm.m (x_set_cursor_type): New prototype.
8414 (setValuesFromPanel): Use it instead of the old ns_ prefixed name.
8415
bfe11752
DN
8416 * sysdep.c (system_process_attributes): Provide Qtime and Qctime
8417 for Solaris instead of incorrectly providing Qutime and Qcutime.
8418
031da700
EZ
84192009-01-02 Eli Zaretskii <eliz@gnu.org>
8420
8421 * w32.c (process_times): Compute sum of utime and stime.
8422 (system_process_attributes): Add Qtime to the alist.
8423
8424 * sysdep.c (system_process_attributes): Compute Qtime and Qctime
8425 and add them to the alist.
8426
8427 * process.c (top level) <Qtime, Qctime>: New variables.
8428 (syms_of_process): staticpro them.
8429 (Fsystem_process_attributes): Add their documentation to the doc
8430 string.
8431
8432 * process.h: Declare Qtime and Qctime.
8433
df23bf08
JR
84342009-01-02 Jason Rumney <jasonr@gnu.org>
8435
9acef61c 8436 * image.c (Qgobject): New symbol.
df23bf08
JR
8437 (syms_of_image): Initialize it.
8438 (init_svg_functions): Load some functions from gobject library.
8439
5bbdf7aa
DN
84402009-01-01 Dan Nicolaescu <dann@ics.uci.edu>
8441
8442 * frame.c (make_terminal_frame): Remove redundant code and useless
8443 block.
8444
63136da6
AS
84452009-01-01 Andreas Schwab <schwab@suse.de>
8446
8447 * process.c (conv_sockaddr_to_lisp): Add workaround for
8448 getsockname bug on BSD.
8449
9ef69046
CY
84502009-01-01 Chong Yidong <cyd@stupidchicken.com>
8451
d6fafbe0
CY
8452 * xfns.c (x_create_tip_frame): Set border width of the X window.
8453
51d861de 8454 * xfaces.c (Finternal_set_lisp_face_attribute): Improve error message.
9ef69046 8455
f9c34147
JR
84562009-01-01 Jason Rumney <jasonr@gnu.org>
8457
9acef61c 8458 * w32term.c (x_new_font): Return font object, not fontset. (Bug#119)
f9c34147
JR
8459 Don't block input, as per earlier xterm.c changes.
8460
f5497e45
AR
84612008-12-31 Adrian Robert <Adrian.B.Robert@gmail.com>
8462
8463 * nsfns.m (ns_appkit_version_str): Rename from ns_appkit_version.
8464 (ns_appkit_version_int): New function.
8465 (x-server-version): Use ns_appkit_version_int and follow 21+
8466 convention of returning 3 integers.
8467
c19cab20
KH
84682008-12-30 Kenichi Handa <handa@m17n.org>
8469
8470 * character.h (CHAR_VARIATION_SELECTOR_P): New macro.
8471 (CHAR_SURROGATE_PAIR_P): New macro.
8472
8473 * font.h (struct font_driver): New member get_variation_glyphs.
8474
9acef61c 8475 * font.c (font_range): Don't require a font for a variation selector.
c19cab20
KH
8476 (Ffont_variation_glyphs): New function.
8477 (syms_of_font): Defsubr it.
8478
8479 * ftfont.c (ftfont_driver): Set the member get_variation_glyphs to
8480 ftfont_variation_glyphs.
8481 (setup_otf_gstring): New function.
8482 (ftfont_drive_otf): Use it.
8483 (ftfont_shape_by_flt): Handle variation selector.
8484 (ftfont_variation_glyphs): New function.
8485
28cd591f
MR
84862008-12-30 Martin Rudalics <rudalics@gmx.at>
8487
8488 * frame.c (Vemacs_iconified): Remove.
8489
7f714baf
JR
84902008-12-30 Jason Rumney <jasonr@gnu.org>
8491
8492 * frame.c (store_frame_param, x_get_arg): Enable newer code on
9acef61c 8493 WINDOWSNT too, as related changes have already been synced. (Bug#117)
7f714baf 8494
9d2d22ab
CY
84952008-12-30 Chong Yidong <cyd@stupidchicken.com>
8496
8497 * indent.c (Fvertical_motion): Don't advance iterator if we have
8498 reseated to the desired position.
8499
8500 * xdisp.c (move_it_to): Handle GET_FROM_STRETCH method when
8501 checking for pos match.
8502
545312c2
KH
85032008-12-30 Kenichi Handa <handa@m17n.org>
8504
1ede3eb6
KH
8505 * insdel.c (copy_text): To convert a non-ASCII char to unibyte,
8506 just get the low 8-bit of the code.
8507
545312c2
KH
8508 * font.c (font_intern_prop): Validate str as multibyte.
8509
bd7bbf29
DN
85102008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
8511
31e0750e
DN
8512 * dispextern.h (struct face): Move lface and hash from the middle
8513 of bitfields.
8514
bd7bbf29
DN
8515 * Makefile.in (INTERVALS_H): Rename from INTERVAL_SRC, update all users.
8516
b5672e7c
DN
85172008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
8518
8519 * Makefile.in (INTERVAL_SRC): Also depend on dispextern.h.
8520 (coding.o, dispnew.o, keymap.o, msdos.o): Depend on INTERVAL_SRC
8521 instead of intervals.h.
8522
d704470f
AS
85232008-12-26 Andreas Schwab <schwab@suse.de>
8524
8525 * keymap.c (map_keymap_char_table_item): Make a copy of KEY if it is a
8526 cons.
8527
54b33868
MR
85282008-12-26 Martin Rudalics <rudalics@gmx.at>
8529
8530 * textprop.c (Qminibuffer_prompt): New variable.
8531 (syms_of_textprop): Initialize it.
8532 * callint.c (Fcall_interactively): For `c', `k', and `K' prompt
8533 in minibuffer-prompt face. (Bug#1662)
8534
40b615d6
JR
85352008-12-25 Jason Rumney <jasonr@gnu.org>
8536
8537 * buffer.c (Fbuffer_swap_text): Use POINTER_TYPE.
8538
baae5c2d
JR
85392008-12-24 Jason Rumney <jasonr@gnu.org>
8540
8541 * ralloc.c (r_alloc_reset_variable): New function.
8542
8543 * buffer.c (Fbuffer_swap_text) [REL_ALLOC]: Reset ralloc's internal
9acef61c 8544 record of what points where. (Bug#716)
baae5c2d 8545
a9051c88
DN
85462008-12-22 Dan Nicolaescu <dann@ics.uci.edu>
8547
8548 * minibuf.c (read_minibuf): Follow the non-interactive case when
8549 running as a daemon, before detaching.
8550
8b146312
AS
85512008-12-22 Andreas Schwab <schwab@suse.de>
8552
8553 * buffer.c (init_buffer): Use realloc instead of xrealloc.
8554 * gtkutil.c (free_widget_value): Use xfree instead of free.
8555
56f2de10
MR
85562008-12-22 Martin Rudalics <rudalics@gmx.at>
8557
8558 * frame.c (delete_frame): New function derived from
8559 Fdelete_frame to handle Qnoelisp value for FORCE argument.
8560 Delete last frame iff FORCE equals Qnoelisp. (Bug#1450)
8561 (Fdelete_frame): Call delete_frame. Remove line from doc-string
8562 saying that FORCE non-nil doesn't run `delete-frame-functions'.
8563 * frame.h: Extern delete_frame.
8564 * window.c (window_loop):
8565 * terminal.c (delete_terminal):
8566 * xterm.c (x_connection_closed):
8567 * xfns.c (Fx_hide_tip):
9acef61c 8568 * w32fns.c (Fx_hide_tip): Call delete_frame instead of Fdelete_frame.
56f2de10 8569
1fc200d6
JR
85702008-12-21 Jason Rumney <jasonr@gnu.org>
8571
8572 * w32uniscribe.c (uniscribe_encode_char): Return FONT_INVALID_CHAR
8573 when character maps to .notdef character.
8574
5e252df2
SM
85752008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
8576
8577 * keyboard.c (cmd_error_internal): Don't exit in daemon mode, bug#1310.
8578
99b72cc4
JR
85792008-12-20 Jason Rumney <jasonr@gnu.org>
8580
8581 * frame.c (Fmake_terminal_frame): Raise an error when called from
9acef61c 8582 a graphical frame on Windows. (Bug#1325)
99b72cc4 8583
acc49a52
JD
85842008-12-20 Jan Djärv <jan.h.d@swipnet.se>
8585
8586 * frame.c (Fdelete_frame): Set f->menu_bar_vector to Qnil.
8587
6ea15123
CY
85882008-12-20 Chong Yidong <cyd@stupidchicken.com>
8589
8590 * minibuf.c (Fread_buffer): Doc fix.
8591
b2dab6c8
JR
85922008-12-20 Jason Rumney <jasonr@gnu.org>
8593
54ea0c87 8594 * fileio.c (Fexpand_file_name): Do not allow ../ to go beyond the
9acef61c 8595 server name in UNC paths. (Bug#719)
54ea0c87 8596
b2dab6c8 8597 * coding.c (decode_coding): Clear chars_at_source flag when using
9acef61c 8598 charbuf. (Bug#1035)
b2dab6c8 8599
6d1921be
DN
86002008-12-19 Daniel Engeler <engeler@gmail.com>
8601
8602 * sysdep.c (serial_configure): Fix typo.
8603
53934c98
DN
86042008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
8605
8606 * sysdep.c: Include alloca.h.
f4f634e8
DN
8607 (system_process_attributes): Add implementation for Solaris.
8608
8609 * s/sol2-10.h (HAVE_PROCFS, _STRUCTURED_PROC): New defines.
53934c98 8610
06e111a6
DN
86112008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
8612
8613 Reorganize implementation of Flist_system_processes and
8614 Fsystem_process_attributes. No functional changes.
8615 * process.c: Don't #include pwd.h, grp.h and limits.h.
8616 (Flist_system_processes): Just call list_system_processes.
8617 (Fsystem_process_attributes): Just call system_process_attributes.
8618 (procfs_list_system_processes, time_from_jiffies)
8619 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
8620 (procfs_get_total_memory, procfs_system_process_attributes): Move ...
8621
8622 * sysdep.c: ... here. Include pwd.h, grp.h and limits.h.
8623 (list_system_processes): Rename from
8624 procfs_list_system_processes. Enclose in #ifdef HAVE_PROCFS.
8625 Provide a do nothing implementation.
8626 (system_process_attributes): Rename from
8627 procfs_list_system_processes.
8628 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
9acef61c 8629 (procfs_get_total_memory): Enclose in #ifdef GNU_LINUX.
06e111a6
DN
8630
8631 * w32.c (list_system_processes): Rename from
8632 w32_list_system_processes.
8633 (system_process_attributes): Rename from
8634 w32_system_process_attributes.
8635
8636 * s/gnu-linux.h (LISTPROC, PROCATTR): Remove.
8637
8638 * process.h (w32_list_system_processes)
8639 (w32_system_process_attributes): Remove.
362654a6
JB
8640 (list_system_processes, system_process_attributes):
8641 New prototypes.
06e111a6 8642
6a705b23
KH
86432008-12-19 Kenichi Handa <handa@m17n.org>
8644
8645 * xfont.c (xfont_decode_coding_xlfd): New function.
8646 (xfont_encode_coding_xlfd): New function.
8647 (xfont_list_pattern): Decode XLFD by iso-8859-1.
8648 (xfont_list): Decode and encode XLFD by iso-8859-1.
8649 (xfont_match): Likewise.
8650 (xfont_list_family): Likewise.
8651 (xfont_open): Likewise.
8652
d66c0241 8653 * ftfont.c (ftfont_open): Generate a multibyte string if given
6a705b23
KH
8654 names are utf-8.
8655
d66c0241 8656 * xftfont.c (xftfont_open): Generate a multibyte string if given
6a705b23
KH
8657 names are utf-8.
8658
5a130941
JD
86592008-12-18 Jan Djärv <jan.h.d@swipnet.se>
8660
8661 * gtkutil.c (xg_frame_resized): Remove check if rows/columns have
8662 changed.
bfd20325
JD
8663 (xg_tool_bar_proxy_callback): Put focus on the frame after we have
8664 clicked on a detached tool bar button.
5a130941 8665
fd95644b
DN
86662008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
8667
8668 * emacs.c (main): Print and error and exit when no data is read
8669 from the pipe.
8670
e6eee6ae
JR
86712008-12-17 Jason Rumney <jasonr@gnu.org>
8672
8673 * w32font.c (w32font_has_char): Always return -1.
8674
a35dd56b
KH
86752008-12-16 Kenichi Handa <handa@m17n.org>
8676
8677 * font.c (font_open_entity): Fix previous change.
8678
0e3635c2
DN
86792008-12-16 Dan Nicolaescu <dann@ics.uci.edu>
8680
8681 * process.c: Include <limits.h>.
8682
d4835507 86832008-12-16 Chetan Pandya <pandyacus@sbcglobal.net> (tiny change)
b5356c39
CY
8684
8685 * font.c (font_update_drivers): Fix mistake in reconstructing the
8686 driver list.
8687
86882008-12-16 Chong Yidong <cyd@stupidchicken.com>
8689
8690 * font.c (font_clear_cache): Fix format of font cache data.
8691
e2cbc401
CY
86922008-12-15 Chong Yidong <cyd@stupidchicken.com>
8693
8694 * xftfont.c (xftfont_open): Free Xft font pattern if
8695 XftFontOpenPattern fails.
8696
8697 * xterm.c (x_free_frame_resources): Remove extraneous call to
8698 free_frame_faces.
8699
b131d535
CY
87002008-12-13 Chong Yidong <cyd@stupidchicken.com>
8701
8702 * xterm.c (x_delete_display): Move xim_close_dpy call to
8703 x_delete_terminal.
8704 (x_delete_terminal): Call xim_close_dpy.
8705
e6df5336
JR
87062008-12-13 Jason Rumney <jasonr@gnu.org>
8707
8708 * w32font.c (intern_font_name): New function.
8709 (add_font_name_to_list, w32_enumfont_pattern_entity): Use it.
8710 (w32font_open_internal, Fx_select_font): Decode font name.
8711 (fill_in_logfont, list_all_matching_fonts): Encode font name.
8712
8713 * w32font.h (intern_font_name): Declare new function.
8714
8715 * w32uniscribe.c (add_opentype_font_name_to_list):
8716 Use intern_font_name.
8717
20d68145
CY
87182008-12-13 Chong Yidong <cyd@stupidchicken.com>
8719
9f2554de
CY
8720 * frame.c (Fdelete_frame): Call free_font_driver_list.
8721
3d9bec9a
CY
8722 * font.c (free_font_driver_list): Implement missing function.
8723
20d68145
CY
8724 * w32term.c (w32_term_init): Don't initialize the image cache
8725 here; it will be done in init_frame_faces.
8726
8727 * xterm.h (struct xim_inst_t): Definition moved from xterm.c.
8728 (struct x_display_info): Remove unused member null_pixel. New
8729 member xim_callback_data.
8730
8731 * xterm.c (struct xim_inst_t): Definition moved to xterm.h.
8732 (xim_initialize): Save pointer to callback function data.
8733 (xim_close_dpy): Free callback function data. Call XCloseIM,
8734 reverting 2008-11-04 change by David Smith.
8735 (x_term_init): Don't initialize the image cache here; it will be
8736 done in init_frame_faces. Remove ancient "null_pixel" cruft.
8737 (x_delete_display): Free x_dnd_atoms member.
8738
96f9306b
KH
87392008-12-13 Kenichi Handa <handa@m17n.org>
8740
6dec9044
JB
8741 * font.c (font_rescale_ratio): Moved from xfaces.c.
8742 Argument type changed. Handle a font-spec too.
96f9306b 8743 (font_score): Check Vface_font_rescale_alist.
6dec9044 8744 (font_open_entity): Likewise. (Bug#1547)
96f9306b
KH
8745
8746 * xfaces.c (font_rescale_ratio): Moved to font.c.
8747
8d5b4964
CY
87482008-12-13 Chong Yidong <cyd@stupidchicken.com>
8749
8750 * xfns.c (Fx_wm_set_size_hint): Check if the frame is an X frame.
8751
e6df5336
JR
87522008-12-12 Jason Rumney <jasonr@gnu.org>
8753
8754 * w32fns.c (x_display_info_for_name, Fx_open_connection): Set
8755 Vwindow_system_version to the real w32 major version.
8756
97c6058a
DN
87572008-12-12 Dan Nicolaescu <dann@ics.uci.edu>
8758
8759 * term.c (init_tty): Move setting the terminal name before the
8760 potential user: maybe_fatal.
8761
ec4e88d7
CY
87622008-12-11 Chong Yidong <cyd@stupidchicken.com>
8763
d4835507
JB
8764 * term.c (tty_free_frame_resources): Renamed from delete_tty_output;
8765 all callers changed. Call free_frame_faces to free the face cache.
ec4e88d7 8766
b4233ec9
JR
87672008-12-11 Jason Rumney <jasonr@gnu.org>
8768
8ec71e23 8769 * w32font.c (fill_in_logfont): Don't assume symbol script means
9acef61c 8770 SYMBOL_CHARSET. (Bug#547)
8ec71e23 8771
b4233ec9 8772 * w32uniscribe.c (uniscribe_encode_char): Increase glyph buffer
9acef61c 8773 size for surrogates. (Bug#1096, bug#872)
b4233ec9 8774
011a0143
JB
87752008-12-11 Juanma Barranquero <lekktu@gmail.com>
8776
8777 * w32proc.c (Fw32_get_locale_info): Decode long form of locale name.
8778
3c309f34
JB
87792008-12-11 Juanma Barranquero <lekktu@gmail.com>
8780
8781 * process.c (Fsystem_process_attributes, syms_of_process):
8782 Fix typo in name of Ssystem_process_attributes.
8783 Reported by Ulrich Mueller <ulm@kph.uni-mainz.de>.
8784
fedc6ab5
JB
87852008-12-11 Juanma Barranquero <lekktu@gmail.com>
8786
8787 * syntax.c (Fmodify_syntax_entry): Doc fix.
8788
ba3de0e8
JB
87892008-12-10 Juanma Barranquero <lekktu@gmail.com>
8790
8791 * font.c (Ffont_spec): Move usage to end of docstring.
8792
174f1c74
JR
87932008-12-10 Jason Rumney <jasonr@gnu.org>
8794
8795 * w32font.c (Qcham): New symbol.
8796 (font_supported_scripts): Add cham, and comments for other new
8797 scripts in bitfield from OpenType spec.
9d32f818
JR
8798 (add_font_entity_to_list): Limit unicode-sip fonts to those that
8799 contain characters beyond the bmp.
174f1c74 8800
7b649478
KH
88012008-12-10 Kenichi Handa <handa@m17n.org>
8802
8803 * ftfont.c (fc_charset_table): Add "unicode-sip".
2ae37cf0 8804 (ftfont_spec_pattern): Lookup fc_charset_table for the registry
7b649478
KH
8805 Qunicode_sip.
8806
2133e2d1
JB
88072008-12-10 Juanma Barranquero <lekktu@gmail.com>
8808
8809 * coding.c (QCdefault_char): Rename from QCdefalut_char.
8810 (Fcoding_system_put): Use QCdefault_char.
8811 (syms_of_coding): Set QCdefault_char, not QCdefalut_char.
8812
9af886ee
CY
88132008-12-09 Chong Yidong <cyd@stupidchicken.com>
8814
74d819eb
CY
8815 * xftfont.c (syms_of_xftfont): Fix typo.
8816
4ccfa1c0 8817 * buffer.c (Fbuffer_swap_text): Signal error if swapping a dead buffer.
9af886ee 8818
7c19d3ae
DN
88192008-12-08 Dan Nicolaescu <dann@ics.uci.edu>
8820
8821 * emacs.c (main): Close daemon_pipe on exec.
8822
567826bb
CY
88232008-12-08 Chong Yidong <cyd@stupidchicken.com>
8824
8825 * termchar.h (struct tty): New members termcap_term_buffer and
8826 termcap_strings_buffer.
8827
8828 * term.c (encode_terminal_code): Free any previous memory blocks
4ccfa1c0 8829 before calling xmalloc for encode_terminal_src or encode_terminal_dst.
567826bb
CY
8830 (maybe_fatal): Buffer argument deleted. Don't free buffer here.
8831 All callers changed.
8832 (init_tty): Store termcap data and string buffers in new struct
8833 tty members termcap_term_buffer and termcap_strings_buffer.
8834 (delete_tty): Free them.
4ccfa1c0 8835 (syms_of_term): Initialize encode_terminal_src and encode_terminal_dst.
567826bb 8836
aa96c42b
SZ
88372008-12-07 Seiji Zenitani <zenitani@mac.com>
8838
8839 * nsfns.m (ns_set_background_color): Remove code duplication.
4ccfa1c0 8840 It was a substitute for face-transparency on OS X 10.3.
aa96c42b 8841
b7e1d896
CY
88422008-12-06 Chong Yidong <cyd@stupidchicken.com>
8843
8844 * coding.c (make_conversion_work_buffer): Disable buffer
8845 modification hooks in the work buffer.
8846
b5ec91a5
EZ
88472008-12-05 Eli Zaretskii <eliz@gnu.org>
8848
8849 * process.c (procfs_system_process_attributes): If `nread' has a
8850 negative value, assign zero to it.
8851
a5d2a52b
CY
88522008-12-05 Chong Yidong <cyd@stupidchicken.com>
8853
68c5540b 8854 * eval.c (Vdebug_on_error): Doc fix.
a5d2a52b 8855
7bf1bb21
KH
88562008-12-05 Kenichi Handa <handa@m17n.org>
8857
8858 * ftfont.c (ftfont_shape_by_flt): Use "combining" flt if the
8859 second character is a combining character.
8860
2fdc7d00
EZ
88612008-12-05 Eli Zaretskii <eliz@gnu.org>
8862
8863 * process.c (procfs_system_process_attributes): Don't use cmd,
8864 cmdsize, and q without initializing them first.
8865
bf6bfba8
JR
88662008-12-04 Jason Rumney <jasonr@gnu.org>
8867
8868 * w32font.c (w32font_draw): Initialize orig_clip before getting
8869 it, and delete it when finished.
8870
a3b1a468
DN
88712008-12-04 Dan Nicolaescu <dann@ics.uci.edu>
8872
8873 * keyboard.c (kbd_buffer_get_event): Follow the non-interactive
8874 case when running as a daemon before detaching.
8875
8b8be8eb
JB
88762008-12-03 Juanma Barranquero <lekktu@gmail.com>
8877
805f2638 8878 * w32.c (init_environment): Don't unload library shell32.dll.
8b8be8eb 8879
b1bde622
KH
88802008-12-03 Kenichi Handa <handa@m17n.org>
8881
e500c47d
KH
8882 * font.c (font_at): Set `multibyte' at first.
8883
ca516334
KH
8884 * coding.c (decode_coding_charset): Check type of an element of
8885 vector VALIDS.
7bf1bb21 8886 (encode_coding_emacs_mule): Be sure to set `code'.
ca516334 8887
4ccfa1c0 8888 * fontset.c (face_for_char): Handle invalid charset property correctly.
b1bde622
KH
8889 (font_for_char): Likewise.
8890
1e5ecd37
CY
88912008-12-03 Chong Yidong <cyd@stupidchicken.com>
8892
d5b01609 8893 * font.c (Fopen_font): Compute pixel size correctly.
ba207571
CY
8894 (font_update_lface): Handle fonts with corrupted size specs,
8895 i.e. non-int and non-float.
d5b01609 8896
11e3a6e4 8897 * ftfont.c (ftfont_match): Initialize entity variable.
9a48c8cb 8898 (ftfont_resolve_generic_family): Avoid using uninitialized var.
8adb3a3b 8899 (ftfont_list_family): Initialize list var earlier.
11e3a6e4 8900
ab06788b
CY
8901 * xselect.c (Fx_get_cut_buffer_internal): Fix memory leak.
8902
1e5ecd37 8903 * xterm.c (x_draw_glyph_string): Fall back on
0cff82ab 8904 underline_minimum_offset for underline position.
1e5ecd37 8905
63c125ab
DN
89062008-12-03 Dan Nicolaescu <dann@ics.uci.edu>
8907
8908 * keyboard.c (read_char_help_form_unwind): Specify the type for ARG.
8909
8910 * character.c (c_string_width): Specify the type for LEN.
8911
3a8406e1
KH
89122008-12-03 Kenichi Handa <handa@m17n.org>
8913
4ccfa1c0 8914 * coding.c (decode_coding_utf_16): Initialize consumed_chars_base to 0.
453b38f0 8915 (decode_coding_utf_8): Likewise.
4ccfa1c0 8916 (detect_coding_system): Initialize utf_16_le_eol to -1, val to Qnil.
4533845d 8917 (produce_chars): Initialize consumed_chars to 0.
3a8406e1 8918
651df7d9
CY
89192008-12-02 Chong Yidong <cyd@stupidchicken.com>
8920
8921 * keyboard.c (make_lispy_position): Only use PT if the selected
8922 window is current.
8923
1f625c6c
AS
89242008-12-02 Andreas Schwab <schwab@suse.de>
8925
f7741ce9
AS
8926 * font.c (font_unparse_fcname): Fix use of uninitialized variable.
8927
1f625c6c
AS
8928 * doprnt.c (doprnt1): Fix size of charbuf.
8929
92bc2678
CY
89302008-12-02 Chong Yidong <cyd@stupidchicken.com>
8931
8932 * keyboard.c (timer_check): Revert last change.
8933
93b9e8cc
JB
89342008-12-02 Juanma Barranquero <lekktu@gmail.com>
8935
8936 * makefile.w32-in ($(BLD)/w32console.$(O)): Fix silly, silly typo.
8937
fd7a37d5
JB
89382008-12-01 Juanma Barranquero <lekktu@gmail.com>
8939
8940 * makefile.w32-in: Update dependencies.
8941 (CONFIG_H): Add $(EMACS_ROOT)/nt/inc/sys/time.h.
8942
c115043b
AS
89432008-12-01 Andreas Schwab <schwab@suse.de>
8944
8945 * font.c (register_font_driver): Use xmalloc.
8946 (font_put_frame_data): Likewise.
8947
f5668d2a
CY
89482008-12-01 Chong Yidong <cyd@stupidchicken.com>
8949
860d96be
CY
8950 * xfaces.c (realize_x_face): Make abort condition clearer.
8951
f5668d2a
CY
8952 * gtkutil.c (update_frame_tool_bar): Initialize variable.
8953
379c17e7
CY
89542008-11-30 Chong Yidong <cyd@stupidchicken.com>
8955
8956 * keyboard.c (timer_check): After a timer runs, ensure that the
8957 selected window's buffer is current.
8958
35f36d65
JB
89592008-11-30 Juanma Barranquero <lekktu@gmail.com>
8960
f952c61c
JB
8961 * makefile.w32-in ($(BLD)/abbrev.$(O)): Remove.
8962 It was accidentally restored by the Unicode merge.
8963
35f36d65
JB
8964 * w32proc.c (Fw32_get_locale_info): Fix typo in docstring.
8965
b23077df
JB
89662008-11-29 Juanma Barranquero <lekktu@gmail.com>
8967
8968 * w32proc.c: Include "coding.h".
8969 (Fw32_short_file_name): Encode filename passed to Windows API.
8970 (Fw32_long_file_name): Encode filename passed to Windows API and
8971 decode back the result. (Bug#1433)
8972
b8ebe9dd
KH
89732008-11-29 Kenichi Handa <handa@m17n.org>
8974
8cc53f96
KH
8975 * charset.h (CHAR_CHARSET_P): Check if the encoder is loaded or
8976 not before accessing it.
8977
b8ebe9dd
KH
8978 * charset.c (Fdefine_charset_internal): After calculating
8979 min_char, max_char, and fastmap, copy the charset structure again.
8980 (encode_char): Fix the previous change.
8981
59bc82c0
SZ
89822008-11-28 Seiji Zenitani <zenitani@mac.com>
8983
8984 * frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha.
8985
8986 * nsfns.m (ns_frame_parm_handlers): Set alpha handler.
8987
8988 * nsterm.m (x_set_frame_alpha): New function.
8989
32247e3d
EZ
89902008-11-27 Eli Zaretskii <eliz@gnu.org>
8991
8992 * xfaces.c (Fx_font_family_list, syms_of_xfaces): Fix last change.
8993
b003e5ff
JB
89942008-11-27 Juanma Barranquero <lekktu@gmail.com>
8995
8996 * w32font.c (add_font_entity_to_list): Pass the right LOGFONT
8997 pointer to check_face_name.
8998
708550f5
KH
89992008-11-27 Kenichi Handa <handa@m17n.org>
9000
9001 * category.h (SET_CATEGORY_SET): Call set_category_set.
9002 (set_category_set): Extern it.
9003
9004 * category.c (hash_get_category_set): New function.
9005 (Fmodify_category_entry): Adjusted for the change of
9006 char_table_ref_and_range. Call hash_get_category_set to get a
9007 category set to store in the table.
9008
9009 * character.h (MAYBE_UNIFY_CHAR): Call maybe_unify_char instead of
9010 Funify_charset.
9011
2ae37cf0 9012 * charset.h (enum charset_method): Delete CHARSET_METHOD_MAP_DEFERRED.
708550f5
KH
9013 (DECODE_CHAR): Check if the decoder vector is ready.
9014 (ENCODE_CHAR): Check if the encoder char-table is ready.
9015 (maybe_unify_char): Extern it.
9016
9017 * charset.c (Vchar_unified_charset_table): Delete it.
9018 (inhibit_load_charset_map): New variable.
9019 (temp_charset_work): New variable.
9020 (SET_TEMP_CHARSET_WORK_ENCODER, GET_TEMP_CHARSET_WORK_ENCODER)
9021 (SET_TEMP_CHARSET_WORK_DECODER, GET_TEMP_CHARSET_WORK_DECODER):
9022 New macros.
9023 (load_charset_map): Meaning of control_flag changed. If
9024 inhibit_load_charset_map is nonzero, setup a table in
9025 temp_charset_work.
9026 (load_charset): New argument control_flag.
9027 (map_charset_for_dump): New function.
9028 (map_charset_chars): If inhibit_load_charset_map is nonzero, use
9029 map_charset_for_dump.
9030 (Fdefine_charset_internal): If the charset method is MAP, load
9031 mapping tables by calling load_charset.
9032 (Funify_charset): Don't load a mapping table but directly set
9033 Vchar_unify_table.
9034 (maybe_unify_char): New function.
9035 (decode_char): Don't handle the deleted method MAP_DEFERRED.
9036 Handle the case of inhibit_load_charset_map being nonzero.
9037 (encode_char): Don't handle the deleted method MAP_DEFERRED.
9038 Handle the case of inhibit_load_charset_map being nonzero.
9039 (Fclear_charset_maps): Just free temp_charset_work.
9040 (syms_of_charset): Make `inhibit-load-charset-map' a Lisp
9041 variable.
9042
9043 * chartab.c (sub_char_table_ref_and_range): Adjusted for the
9044 change of char_table_ref_and_range.
9045 (char_table_ref_and_range): Change the meaning of argument FROM
9046 and TO. Now the caller must provide initial values for *FROM
9047 and *TO.
9048
9049 * fontset.c (fontset_add): Adjusted for the change of
9050 char_table_ref_and_range.
9051 (fontset_get_font_group): Likewise.
9052 (Ffontset_info): Likewise.
9053
9054 * keymap.c (describe_vector): Adjusted for the change of
9055 char_table_ref_and_range. For char-table, put boundary between
9056 non-ASCII and 8-bit characters.
9057
9058 * print.c (print_object): For bool-vector, delete unnecessary
9059 check of ASCII_BYTE_P.
9060
9196133b
JR
90612008-11-26 Jason Rumney <jasonr@gnu.org>
9062
9063 * w32font.c (w32font_open_internal): Don't include external
9acef61c 9064 leading in font height. (Bug#879)
9196133b 9065
9f688acf
GM
90662008-11-26 Glenn Morris <rgm@gnu.org>
9067
9068 * xfaces.c (Fx_font_family_list): Replace lisp/term/pc-win.el
9069 redefinition with ifdef. (Bug#1383)
9070
90d19aff
AR
90712008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
9072
9073 * nsterm.m (ns_get_color): Handle long hex strings (fixes bug #1044).
9074
4ccfa1c0 90752008-11-24 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
90d19aff
AR
9076
9077 * nsterm.m (-otherMouseDown:, -otherMouseUp:, -otherMouseDragged):
9078 New EmacsView methods.
9079 (EV_UDMODIFIERS, EV_BUTTON): Add OtherMouse constants.
9080 Fixes bug #1048,1357,1414.
9081
90822008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
9083
9084 Fix bug #1362.
9085 * image.c (x_clear_image_1): Do not free background under HAVE_NS, it
9086 is not an indexed color.
9087 * nsterm.m (free_indexed_color): Add argument checking.
9088 * nsfns.m: Move config.h to before system includes (advised by Dan N.).
9089
e7d5ecb3
CY
90902008-11-24 Chong Yidong <cyd@stupidchicken.com>
9091
9092 * minibuf.c (Fcompleting_read, Vminibuffer_completion_confirm):
9093 Document confirm-after-completion value for
9094 minibuffer-completion-confirm.
9095
c285743c
JR
90962008-11-24 Jason Rumney <jasonr@gnu.org>
9097
9098 * w32font.c (check_face_name): Use xstrcasecmp. Avoid compiler
9099 warning.
9100
b0857706
JR
91012008-11-23 Jason Rumney <jasonr@gnu.org>
9102
9103 * w32uniscribe.c (uniscribe_encode_char): Ensure context is
9104 restored before returning.
9105
9106 * w32font.c (check_face_name): New function.
9107 (add_font_entity_to_list): Use it to filter out common substituted
9acef61c 9108 fonts. (Bug#642)
b0857706 9109
ee50ff07
MR
91102008-11-22 Martin Rudalics <rudalics@gmx.at>
9111
9112 * buffer.c (Fswitch_to_buffer): Reword and mention new option
9113 confirm-nonexistent-file-or-buffer in doc-string.
9114
b8ff72fa
SM
91152008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
9116
9117 * buffer.c (Fbuffer_swap_text): Remove redundant marker manipulation.
9118 Fix copy/paste typo. Add checks.
9119
cee53ed4
KH
91202008-11-21 Kenichi Handa <handa@m17n.org>
9121
9122 * coding.c (detect_coding_iso_2022): Reject invalid composition
9123 sequence.
9124 (DECODE_COMPOSITION_START): If the current source is the last
9125 block, and the current composition doesn't end, regard this
9126 sequence as invalid.
9127 (decode_coding_iso_2022): Handle invalid composition sequence.
9128
f6ef1e65
MR
91292008-11-20 Martin Rudalics <rudalics@gmx.at>
9130
9131 * window.c (coordinates_in_window): Don't return
9132 ON_VERTICAL_BORDER for the rightmost position of a mode/header
9133 line when the window is not the rightmost one. (Bug#1372)
9134
e08b1705
MR
91352008-11-16 Ben North <ben@redfrontdoor.org> (tiny change)
9136
9137 * buffer.c (syms_of_buffer): Fix doc-string of cursor-type.
9138
ad98e89f
EZ
91392008-11-15 Eli Zaretskii <eliz@gnu.org>
9140
9141 * msdos.c (run_msdos_command): Don't call dos_ttcooked, dos_ttraw,
9142 and bright_bg if noninteractive is non-zero.
9143
fb098a4b
CY
91442008-11-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9145
9146 * xterm.c (x_draw_glyph_string): For stretch glyphs, don't call
9147 x_draw_glyph_string_background.
9148
9149 * w32term.c (x_draw_glyph_string): Likewise.
9150
ce952b6e
CY
91512008-11-15 Chong Yidong <cyd@stupidchicken.com>
9152
9153 * xterm.c (x_draw_glyph_string): Stop drawing the background of
9154 the next glyph string once past the overhang width.
9155
9156 * nsterm.m (ns_draw_glyph_string): Likewise.
9157
9158 * w32term.c (x_draw_glyph_string): Likewise.
9159
26ea7079
CY
91602008-11-14 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
9161
9162 * fileio.c (Finsert_file_contents): Decrement specpdl_ptr to avoid
9163 double file close.
9164
1c33c906
MR
91652008-11-14 Martin Rudalics <rudalics@gmx.at>
9166
9167 * window.c (window_loop): In DELETE_BUFFER_WINDOWS case, reset
9168 dedicated status of window before attempting to display another
9169 buffer in it.
9170
8fc29035
JB
91712008-11-14 Juanma Barranquero <lekktu@gmail.com>
9172
9173 * msdos.c (Fmsdos_long_file_names):
9174 (syms_of_msdos) <dos-unsupported-char-glyph>:
9175 * dosfns.c (Fint86): Fix typos in docstrings.
9176
55fb4286
EZ
91772008-11-14 Eli Zaretskii <eliz@gnu.org>
9178
9179 * makefile.w32-in (OBJ1, WIN32OBJ): Fix whitespace.
9180
3fda0315
KY
91812008-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
9182
9183 * puresize.h (BASE_PURESIZE): Increase to 1260000.
9184
7e849c17
CY
91852008-11-12 Michal Nazarewicz <mina86@tlen.pl> (tiny change)
9186
9187 * frame.c (x_set_alpha): Set alpha to -1 if nil given.
9188
9189 * frame.h: Negative alpha means "don't touch".
9190
9191 * w32term.c (x_set_frame_alpha): Do nothing if alpha is negative.
9192
9193 * xterm.c (x_set_frame_alpha): Do nothing if alpha is negative.
9194
b9fd67bd
DN
91952008-11-12 Dan Nicolaescu <dann@ics.uci.edu>
9196
9197 * hftctl.c:
9198 * chpdef.h:
9199 * acldef.h: Remove files used only for systems no longer supported.
9200
9201 * Makefile.in: Fix .o alphabetical ordering.
9202 (hftctl.o): Remove dependency, file removed.
9203 (keymap.o, print.o): Depend on charset.h.
9204
d5998e03
KH
92052008-11-10 Kenichi Handa <handa@m17n.org>
9206
2ae37cf0 9207 * character.c (Fget_byte): Fix and make it faster for unibyte target.
d5998e03 9208
be70e183
CY
92092008-11-08 Chong Yidong <cyd@stupidchicken.com>
9210
9211 * dired.c (file_name_completion): If completion_ignore_case is
9212 enabled, ignore case when checking completion-regexp-list.
9213
7cf94eac
EZ
92142008-11-08 Eli Zaretskii <eliz@gnu.org>
9215
9216 * vm-limit.c (get_lim_data): Fix last change.
9217
ee107a89
KH
92182008-11-08 Kenichi Handa <handa@m17n.org>
9219
9220 * character.c (Fget_byte): New function.
9221 (syms_of_character): Defsubr Fget_byte.
9222
5fd15622
CY
92232008-11-07 Chong Yidong <cyd@stupidchicken.com>
9224
9225 * xdisp.c (try_window_reusing_current_matrix): Ensure that window
9226 cursor position is valid after scrolling.
9227
13d62fad
JB
92282008-11-06 Juanma Barranquero <lekktu@gmail.com>
9229
9230 * fns.c (Frandom): Rename arg N to LIMIT to match the docs; doc fix.
9231
a1dd2936
GM
92322008-11-06 Glenn Morris <rgm@gnu.org>
9233
9234 * xterm.c (handle_one_xevent): Don't let popup menus cause
9235 mouse-autoselect-window related window switching. (Bug#1261)
9236
860cd236
CY
92372008-11-04 David Smith <davidsmith@acm.org> (tiny change)
9238
9239 * xterm.c (xim_close_dpy): Avoid double-free on X11R6 XIM.
9240
653a3150
AS
92412008-11-04 Andreas Schwab <schwab@suse.de>
9242
9243 * xfns.c (Fx_wm_set_size_hint): Add missing return value.
9244
870f5cac
CY
92452008-11-03 Chong Yidong <cyd@stupidchicken.com>
9246
9247 * xfns.c (Fx_wm_set_size_hint): New function.
9248
1e02f3cb
MR
92492008-11-03 Martin Rudalics <rudalics@gmx.at>
9250
9251 * textprop.c (Fprevious_single_char_property_change): Return 0
9252 when there's no change in a string. (Bug#1301)
9253
e630dfc6
MR
92542008-11-02 Martin Rudalics <rudalics@gmx.at>
9255
9256 * frame.c (do_switch_frame): New argument NORECORD passed to
9257 Fselect_window.
9258 (Fselect_frame): New argument NORECORD passed to
9259 do_switch_frame.
9260 (Fset_frame_selected_window): New argument NORECORD passed to
9261 Fselect_frame.
9262 (Fhandle_switch_frame, Fdelete_frame): Handle NORECORD argument
9263 in call of do_switch_frame.
9264 (Fset_mouse_position, Fset_mouse_pixel_position, Fraise_frame):
9265 Handle NORECORD argument in call of Fselect_frame.
9266 * lisp.h (do_switch_frame, Fselect_frame)
9267 (Fset_frame_selected_window): Adjust declarations.
9268 * window.c (select_frame_norecord): New function.
9269 (run_window_configuration_change_hook): Use it and call
9270 Fselect_frame with NORECORD set.
9271 (Fselect_window): Pass NORECORD to Fselect_frame.
9272 (Fset_window_configuration): Handle NORECORD argument in call of
9273 do_switch_frame.
9274 * minibuf.c (choose_minibuf_frame): Handle NORECORD in call of
9275 Fset_frame_selected_window.
9276 * keyboard.c (command_loop_1): Handle NORECORD in call of
9277 Fselect_frame (currently ifdefd).
9278
9020b223
GM
92792008-11-02 Ulrich Mueller <ulm@kph.uni-mainz.de>
9280
9281 * emacs.c (USAGE2): Untabify.
9282
793ffee8
SM
92832008-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
9284
9285 * composite.c (fill_gstring_header): Fix copy/paste typo.
9286
ab6d1131
MR
92872008-10-31 Martin Rudalics <rudalics@gmx.at>
9288
9289 * window.c (Fnext_window, Fprevious_window): Rewrite doc-string.
9290 (Fother_window): Rename argument and rewrite doc-string.
9291 (select_window_norecord): Fix return value. (Bug#1276)
9292
601a9cf1
JB
92932008-10-30 Juanma Barranquero <lekktu@gmail.com>
9294
9295 * w32fns.c (x_create_tip_frame): Prevent default foreground color for
9296 new frames overriding foreground for tooltips. Based on similar patch
9297 from Martin Rudalics <rudalics@gmx.at>. (Bug#1032)
9298
813b0652
CY
92992008-10-29 Chong Yidong <cyd@stupidchicken.com>
9300
9301 * emacs.c (Fdaemon_initialized): Initialize nfd.
9302
4414f58f
MR
93032008-10-29 Martin Rudalics <rudalics@gmx.at>
9304
9305 * window.c (Fwindow_height, Fdelete_window, set_window_buffer)
9306 (Fwindow_text_height): Clarify doc-strings.
9307 * xdisp.c (syms_of_xdisp): Mention set-window-buffer in
9308 doc-string of window-scroll-functions.
9309
ecdcaa09
RS
93102008-10-28 Reiner Steib <Reiner.Steib@gmx.de>
9311
9312 * category.c (syms_of_category): Fix typo in docstring.
9313
23fe745a
JB
93142008-10-28 Juanma Barranquero <lekktu@gmail.com>
9315
9316 * window.c (Fwindowp, Fwindow_live_p, Fwindow_minibuffer_p)
9317 (Fcoordinates_in_window_p, Fscroll_left, Fscroll_right):
9318 Fix typos in docstrings.
9319
ff808935
DN
93202008-10-28 Dan Nicolaescu <dann@ics.uci.edu>
9321
9322 * emacs.c (daemon_pipe): Make non-static.
9323 (IS_DAEMON): Move definition ...
9324 * lisp.h (IS_DAEMON): ... here.
9325 (daemon_pipe): Declare.
9326 (is_daemon): Remove.
9327 * dispnew.c (init_display): Use IS_DAEMON.
9328
fc012771
SM
93292008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
9330
9331 * xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)
9332 (message2_nolog): Check FRAME_INITIAL_P instead of noninteractively.
9333
9334 * emacs.c (is_daemon): Remove.
9335 (main): Don't set is_daemon.
9336 (IS_DAEMON): New macro.
9337 (Fdaemonp, Fdaemon_initialized): Use it.
601a9cf1 9338 (Fdaemon_initialized): Write a char into the pipe to make sure the
fc012771
SM
9339 parent exits.
9340 (syms_of_emacs): Explicitly initialize daemon_pipe[1].
9341
d8bdbe6f
CY
93422008-10-27 Chong Yidong <cyd@stupidchicken.com>
9343
d1a072bf
CY
9344 * nsterm.m (ns_draw_window_cursor): When hbar cursor is on
9345 over-sized glyph, draw it with the default glyph width.
9346
e2e325aa
CY
9347 * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized
9348 glyph, draw it with the default glyph width.
9349
9350 * xterm.c (x_draw_bar_cursor): When hbar cursor is on over-sized
9351 glyph, draw it with the default glyph width.
9352
d8bdbe6f
CY
9353 * xdisp.c (try_scrolling): When computing the distance from the
9354 scroll margin to PT, try moving some distance past the window
9355 bottom before giving up.
9356
7bfac547
MR
93572008-10-27 Martin Rudalics <rudalics@gmx.at>
9358
9359 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p)
9360 (Fset_window_buffer): Explain in doc-string that a window can be
9361 "strongly" dedicated to its buffer.
9362
4ff029f6
DN
93632008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
9364
9365 * emacs.c (daemon_name): New variable.
9366 (main): Deal with --daemon=SERVER_NAME.
9367 (Fdaemonp): Return a name if one was passed to --daemon.
9368
5790ef40
DN
93692008-10-26 Romain Francoise <romain@orebokech.com>
9370
f9bd0df9 9371 * emacs.c (daemon_pipe): New variable.
5790ef40
DN
9372 (main): Create a pipe before forking, make the parent exit only after
9373 the child has closed its end of the pipe. Move closing the
9374 descriptors ...
9375 (Fdaemon_initialized): ... here. New function.
9376
f5385255
SM
93772008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
9378
4d632321
SM
9379 * chartab.c (Foptimize_char_table): Make sure `ascii' doesn't point to
9380 the previous unoptimized table.
9381
f5385255
SM
9382 * window.c (Fset_window_buffer): Undo 2008-10-18 change to re-instate
9383 the distinction between non-nil and non-t value of `dedicated'.
9384
6c56a0f3
CY
93852008-10-25 Chong Yidong <cyd@stupidchicken.com>
9386
9387 * keyboard.c (read_char_minibuf_menu_prompt): Ensure that
f5385255 9388 read_char_minibuf_menu_text is large enough to hold the menu string.
6c56a0f3 9389
fec89261
MR
93902008-10-25 Martin Rudalics <rudalics@gmx.at>
9391
9392 * window.c (Fget_buffer_window, Fdelete_windows_on)
9393 (Freplace_buffer_in_windows): Make buffer argument optional and
9394 rename to buffer_or_name.
9395
34fcddd0
CY
93962008-10-24 Chong Yidong <cyd@stupidchicken.com>
9397
f5385255
SM
9398 * xdisp.c (handle_single_display_spec, handle_display_prop):
9399 Undo 2005-05-16 change.
34fcddd0
CY
9400 (handle_stop): Pop iterator if it's loaded with an empty string.
9401 (get_overlay_strings_1): Don't save iterator if it's loaded with
9402 an empty string (bug#1201).
9403
064766f2
KH
94042008-10-24 Kenichi Handa <handa@m17n.org>
9405
9406 * ftfont.c (ftfont_otf_features): Fix previous change.
9407 (ftfont_otf_capability): Check FeatureList.FeatureCount before
9408 calling ftfont_otf_features.
9409
f9bd0df9 94102008-10-24 Kenichi Handa <handa@m17n.org>
064766f2
KH
9411
9412 * font.c (font_match_p): Fix for the case that a vector of
9413 characters is in script-representative-chars.
9414
1dae9197
MA
94152008-10-24 Michael Albinus <michael.albinus@gmx.de>
9416
9417 * dbusbind.c (xd_in_read_queued_messages): New variable.
f5385255 9418 (XD_SIGNAL1, XD_SIGNAL2, XD_SIGNAL3): New macros. Throw Qdbus_error.
1dae9197
MA
9419 (xd_read_queued_messages): Catch Qdbus_error from the macros.
9420 (all): Replace xsignal1, xsignal2, xsignal3 by the respective
777013f2 9421 macro. (Bug#1186)
1dae9197 9422
f9bd0df9 94232008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
9b3362b8
DN
9424
9425 * s/sol2-10.h: New file.
9426
878a4584
JB
94272008-10-23 Juanma Barranquero <lekktu@gmail.com>
9428
9429 * xdisp.c (fill_glyph_string): Fix typo in source (though the
9430 poor beast has survived 9+ years and the jump from xterm.c!).
9431
cd265ca6
MR
94322008-10-23 Martin Rudalics <rudalics@gmx.at>
9433
9434 * buffer.c (Fget_buffer_create): Rename arg to buffer_or_name.
9435 Reword doc-string.
f5385255 9436 (Fbury_buffer): In doc-string say what happens to the buffer's window.
cd265ca6 9437
472a4dc9
JB
94382008-10-23 Juanma Barranquero <lekktu@gmail.com>
9439
9440 * character.c (syms_of_character) <script-representative-chars>:
9441 <unicode-category-table>: Doc fixes.
9442
159bd5a2
NF
94432008-10-23 Noah Friedman <friedman@splode.com>
9444
9445 * coding.c (make_conversion_work_buffer): Check that
9446 Vcode_conversion_reused_workbuf is a live buffer, otherwise call
9447 Fget_buffer_create.
9448
49f9c344
KH
94492008-10-23 Kenichi Handa <handa@m17n.org>
9450
9451 * font.c (font_add_log): Check the values of extra properties.
9452
12bb3111
MR
94532008-10-22 Martin Rudalics <rudalics@gmx.at>
9454
9455 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
9456 Reword doc-string.
9457 (Fset_window_parameter): Use NILP.
9458 (Fscroll_up, Fscroll_down, Fminibuffer_selected_window)
f5385255 9459 (Frecenter): Use "selected" instead of "current" window in doc-strings.
12bb3111 9460
bbeb4e99
JB
94612008-10-22 Juanma Barranquero <lekktu@gmail.com>
9462
9463 * xdisp.c (next_element_from_buffer): Remove bogus xassert condition.
9464
94652008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
cb83c00b
AR
9466
9467 * nsfns.m (ns_appkit_version): New function.
9468 (x-server-version): Use it.
9469 (syms_of_nsfns): Define ns-version-string here, not nsterm.m.
9470 (x-server-vendor): Don't check_ns().
9471
9472 * nsterm.m (syms_of_nsterm): Drop ns-version-string.
9473
a9b555d3
JB
94742008-10-22 Juanma Barranquero <lekktu@gmail.com>
9475
9476 * w32fns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
9477 Copied from 2005-02-03 change to xfns.c by Kim F. Storm.
9478
4626499f
KH
94792008-10-22 Kenichi Handa <handa@m17n.org>
9480
e3681952
KH
9481 * syntax.c (scan_words): Call word_boundary_p instead of comparing
9482 scripts.
9483
4626499f
KH
9484 * category.c (word_boundary_p): Check scripts instead of charset.
9485 Handle nil value in word-separating-categories and
9486 word-combining-categories.
9487 (syms_of_category): Fix docstrings of word-separating-categories
9488 and word-combining-categories.
9489
1560f91a
EZ
94902008-10-21 Eli Zaretskii <eliz@gnu.org>
9491
9492 * coding.c (Fencode_coding_region, Fdecode_coding_region)
9493 (Fdecode_coding_string, Fencode_coding_string): Doc fix.
9494
f4668441
MR
94952008-10-21 Martin Rudalics <rudalics@gmx.at>
9496
9497 * buffer.c (Fget_buffer, Fbury_buffer, switch_to_buffer_1):
9498 Rename arg "buffer" to "buffer_or_name".
9499 (Fkill_buffer): Rename arg "buffer" to "buffer_or_name" and make
9500 it optional.
9501 (no_switch_window): Remove since the return value is not used.
a9b555d3 9502 (Fswitch_to_buffer): Rename arg "buffer" to "buffer_or_name".
f4668441
MR
9503 Consider window as dedicated when Fwindow_dedicated_p returns a
9504 non-nil value.
9505 * lisp.h: Remove prototype for no_switch_window.
9506
fd75ddb2
JD
95072008-10-21 Jan Djärv <jan.h.d@swipnet.se>
9508
9509 * emacs.c (main): Unconditionally set PER_LINUX32 and exec
2ae37cf0 9510 temacs when dumping if HAVE_PERSONALITY_LINUX32 is defined.
fd75ddb2 9511
07295713
KH
95122008-10-21 Kenichi Handa <handa@m17n.org>
9513
9514 * coding.c (detect_coding_charset): For iso-8859-* coding systems,
9515 check Vlatin_extra_code_table.
9516
712adc82
EZ
95172008-10-20 Eli Zaretskii <eliz@gnu.org>
9518
9519 * fileio.c (Fset_file_modes): Doc fix.
9520
f549eb0b
MA
95212008-10-19 Michael Albinus <michael.albinus@gmx.de>
9522
9523 * dbusbind.c (XD_OBJECT_TO_DBUS_TYPE): Handle simple type symbols
9524 in arrays.
9525
aac0c6e3
MR
95262008-10-19 Martin Rudalics <rudalics@gmx.at>
9527
9528 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
9529 Mention kill-buffer in doc-string.
9530 (Fset_window_buffer): Reinsert tem check removed in last commit.
9531 (Fenlarge_window, Fshrink_window): Have argument names and
9532 doc-string follow Elisp manual more closely.
9533
95342008-10-18 Eli Zaretskii <eliz@gnu.org>
9535
9536 * fileio.c (Fset_file_modes): Doc fix.
9537
95382008-10-18 Martin Rudalics <rudalics@gmx.at>
9539
9540 * window.c (Fwindow_width, Fset_window_start)
9541 (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter)
f5385255
SM
9542 (Fdelete_windows_on, Freplace_buffer_in_windows):
9543 Make doc-strings follow code and Elisp manual more closely.
aac0c6e3
MR
9544 (Fwindow_dedicated_p): Make window argument optional.
9545 (Fset_window_dedicated_p): Rename argument "arg" to "flag".
9546 (Fset_window_buffer): Respect any non-nil dedicated value for
9547 window. Rename "buffer" argument to "buffer_or_name".
9548
95492008-10-18 Ulrich Mueller <ulm@gentoo.org>
9550
9551 * m/sh3.h: New file, machine description for SuperH.
9552
95532008-10-17 Martin Rudalics <rudalics@gmx.at>
9554
9555 * window.c (Fsplit_window): Rename arg horflag to horizontal.
9556
95572008-10-17 Kenichi Handa <handa@m17n.org>
9558
9559 * ftfont.c (ftfont_otf_features): Fix indexing
9560 gsub_gpos->FeatureList.Feature. Check the validity of indices.
9561
95622008-10-16 Magnus Henoch <mange@freemail.hu>
9563
9564 * dbusbind.c (Fdbus_call_method): Unbreak usage line.
9565 (Fdbus_call_method_asynchronously): Ditto.
9566 This change makes C-h f display the argument list.
9567
95682008-10-16 Chong Yidong <cyd@stupidchicken.com>
9569
9570 * fileio.c (Fexpand_file_name): Doc fix.
9571
9572 * xfaces.c (Finternal_set_lisp_face_attribute): Make null values
9573 of :foreground and :background equivalent to unspecified (20.x
9574 compatibility).
9575
95762008-10-15 Eli Zaretskii <eliz@gnu.org>
9577
9578 * buffer.c (syms_of_buffer): Doc fix.
9579
95802008-10-14 Kenichi Handa <handa@m17n.org>
9581
9582 * font.c (font_clear_prop): When clearing font width, clear the
9583 average width field too.
9584
95852008-10-12 Andreas Schwab <schwab@suse.de>
9586
9587 * ftfont.c (ftfont_shape_by_flt): Make static.
9588 * ftfont.h (ftfont_shape_by_flt): Don't declare.
9589
9590 * font.c: Don't include <m17n-flt.h>.
9591
95922008-10-10 Eli Zaretskii <eliz@gnu.org>
9593
9594 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Decrease to 10000.
9595
95962008-10-09 Eli Zaretskii <eliz@gnu.org>
9597
9598 * frame.c (make_terminal_frame) [MSDOS]: Remove unused #ifdef'ed
9599 away code.
9600
96012008-10-09 Chong Yidong <cyd@stupidchicken.com>
9602
9603 * dispnew.c (update_text_area): Avoid looping due to large glyph
9604 overhangs (bug#1070).
9605
96062008-10-09 Kenichi Handa <handa@m17n.org>
9607
9608 * fontset.c (face_for_char): If face->fontset is negative, just
9609 return ascii_face.
9610
f5385255
SM
9611 * font.c (font_delete_unmatched): Fix previous change.
9612 Don't reject an entity if DPI and AVGWIDTH of an entity are 0.
aac0c6e3
MR
9613
96142008-10-09 Martin Rudalics <rudalics@gmx.at>
9615
9616 * frame.c (Fraise_frame): On text-only terminals select frame in
9617 order to make it visible. (Bug#1061)
9618
96192008-10-08 Chong Yidong <cyd@stupidchicken.com>
9620
9621 * fontset.c (fontset_find_font): Check frame validity.
9622
96232008-10-07 Chong Yidong <cyd@stupidchicken.com>
9624
a9b555d3 9625 * gtkutil.c (xg_display_open): Reset default display if none exists.
aac0c6e3
MR
9626 (xg_display_close): Allow Emacs to close all displays (bug#985).
9627
96282008-10-06 Andreas Schwab <schwab@suse.de>
9629
f5385255 9630 * sysdep.c (sys_signal): Always set SA_RESTART when noninteractively.
aac0c6e3
MR
9631
96322008-10-06 Chong Yidong <cyd@stupidchicken.com>
9633
f5385255 9634 * emacs.c (Vbefore_init_time, Vafter_init_time): Move from startup.el.
aac0c6e3 9635
a9b555d3 9636 * lisp.h (Vbefore_init_time, Vafter_init_time): Declare.
aac0c6e3
MR
9637
9638 * gtkutil.c (x_wm_set_size_hint): Return immediately if called
9639 during initialization.
9640
96412008-10-04 Eli Zaretskii <eliz@gnu.org>
9642
9643 * xdisp.c (redisplay_internal): If frame switched, redisplay the
9644 whole thing on MSDOS frames as well as on a TTY.
9645
9646 * dispnew.c (update_frame): Flush termscript for MSDOS frames as
9647 well as for TTY.
9648 (Fopen_termscript): Allow opening a termscript on MSDOS frames as
9649 well as on a TTY.
9650
9651 * sysdep.c (init_sys_modes): Set FRAME_GARBAGED_P for MSDOS frames
9652 as well as for TTY.
9653
9654 * systime.h (EMACS_TIME_CMP): Cast EMACS_SECS values to `long'.
9655
9656 * dispnew.c (change_frame_size_1): Set FrameRows and FrameCols for
9657 MSDOS frames as well.
9658
96592008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
9660
9661 * image.c (x_clear_image_1): Under NS, call ns_free_indexed_color with
9662 correct arguments.
b71ac3dd 9663 * menu.c (find_and_return_menu_selection): Add cast.
aac0c6e3
MR
9664
96652008-10-03 Glenn Morris <rgm@gnu.org>
9666
9667 * emacs.c (USAGE1): Add --daemon.
9668
96692008-10-02 Eli Zaretskii <eliz@gnu.org>
9670
9671 * process.c (procfs_system_process_attributes): Multiply `pcpu' by
9672 100, so it's in percents as advertised.
9673
96742008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
9675
9676 * nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)
9677 (ns_output.current_cursor, ns_output.desired_cursor)
9678 (ns_output.last_inactive, FRAME_CURSOR, FRAME_NEW_CURSOR)
9679 (FRAME_NEW_CURSOR_COLOR): Remove.
9680
9681 * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR.
a9b555d3 9682 (ns_lisp_to_cursor_type, ns_cursor_type_to_lisp): Use core Emacs
aac0c6e3
MR
9683 enumeration (HOLLOW_BOX_CURSOR, etc.).
9684
9685 * nsterm.m (ns_frame_rehighlight): Remove commented code.
9686 (draw_window_cursor): Simplify code.
f5385255
SM
9687 (EmacsView-windowDidBecomeKey:,-windowDidResignKey:):
9688 Don't change cursor type. In latter, call rehighlight instead of doing
aac0c6e3 9689 updates manually.
a9b555d3
JB
9690 (EmacsPrefsController-setPanelFromValues,-setValuesFromPanel):
9691 Use core Emacs cursor types.
aac0c6e3 9692
b8ff72fa 9693 * xdisp.c (draw_glyphs): Don't call notice_overwritten_cursor under NS.
aac0c6e3
MR
9694
96952008-10-02 Martin Rudalics <rudalics@gmx.at>
9696
9697 * process.c (Faccept_process_output): Fix doc-string.
9698
96992008-10-02 Dan Nicolaescu <dann@ics.uci.edu>
9700
9701 * gmalloc.c (__sbrk): Also define for uClibc.
9702
9703 * s/gnu-linux.h (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Add definition
9704 for uClibc.
9705
97062008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
9707
9708 * nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal
9709 styles.
9710 (nsfont_open): Reenable the cache.
9711
97122008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
9713
9714 * font.c (font_matching_entity): Reflect ATTRS in font selection.
9715 (font_find_for_lface) [HAVE_NS]: Don't ignore case.
9716
97172008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
9718
9719 * dispnew.c (Fsend_string_to_terminal): Don't try to send a string to
9720 a suspended terminal.
9721
97222008-09-30 Michael Albinus <michael.albinus@gmx.de>
9723
9724 * dbusbind.c (xd_signature): Use strcat instead of sprintf.
9725
97262008-09-30 Eli Zaretskii <eliz@gnu.org>
9727
9728 * Makefile.in (MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.
9729
97302008-09-30 Chong Yidong <cyd@stupidchicken.com>
9731
9732 * xdisp.c (move_it_to): Don't advance the iterator if the last tab
9733 in a continued line coincides with a line beginning.
9734
97352008-09-29 Adrian Robert <Adrian.B.Robert@gmail.com>
9736
9737 * nsfont.m (nsfont_trait_distance): Fix bug.
9738 (nsfont_list): Return a list rather than a vector (syncs with Handa
9739 changes of 2008-05-14).
9740 (nsfont_open): Improve logging.
9741
97422008-09-29 Andreas Schwab <schwab@suse.de>
9743
9744 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
9745
97462008-09-28 Martin Rudalics <rudalics@gmx.at>
9747
9748 * character.c (Fchar_resolve_modifiers): Rewrite Elisp function
9749 name as char-resolve-modifiers.
9750 Reported by: Markus Triska <markus.triska@gmx.at>
9751
97522008-09-28 Dan Nicolaescu <dann@ics.uci.edu>
9753
9754 * dispnew.c (init_display): Return earlier when running as a daemon.
9755
97562008-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
9757
9758 * nsfont.m (nsfont_draw): Fix up composition rendering (cmp_from, ...).
9759
97602008-09-27 Eli Zaretskii <eliz@gnu.org>
9761
9762 * composite.c (Fcomposition_get_gstring)
9763 (Fcompose_region_internal, Fcompose_string_internal)
9764 (Ffind_composition_internal): Doc fix.
9765 (syms_of_composite) <compose-chars-after-function>: Doc fix.
9766 (syms_of_composite) <auto-composition-function>: Doc fix.
9767 (syms_of_composite) <composition-function-table>: Doc fix.
9768
97692008-09-25 Chong Yidong <cyd@stupidchicken.com>
9770
9771 * search.c (wordify): New argument for lax word-ends.
9772 (Fword_search_forward_lax, Fword_search_backward_lax): New funs.
9773
97742008-09-24 Dan Nicolaescu <dann@ics.uci.edu>
9775
9776 * lisp.h (is_daemon): Declare.
9777 * dispnew.c (init_display): Do not try to initialize the terminal
9778 when running as a daemon.
9779
97802008-09-22 Chong Yidong <cyd@stupidchicken.com>
9781
9782 * nsfns.m (compute_tip_xy): Use x_display_pixel_width and
9783 x_display_pixel_height.
9784
97852008-09-22 Martin Rudalics <rudalics@gmx.at>
9786
9787 * undo.c (record_point): Don't call Fundo_boundary for first
9788 change. (Bug#731)
9789
97902008-09-22 Juanma Barranquero <lekktu@gmail.com>
9791
9792 * emacs.c (Fdaemonp): Doc fix.
9793
97942008-09-22 Dan Nicolaescu <dann@ics.uci.edu>
9795
9796 * emacs.c (main): Place #ifdef in the proper place.
9797
97982008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
9799
9800 * emacs.c (standard_args): Add --daemon.
9801 (main): Disconnect from the terminal when --daemon is passed.
9802 (is_daemon): New variable.
9803 (Fdaemonp): New function.
9804 (syms_of_emacs): Defsubr it.
9805
98062008-09-20 Chong Yidong <cyd@stupidchicken.com>
9807
9808 * xdisp.c (get_next_display_element): Handle string display
9809 correctly when checking for the end of a box run.
9810
98112008-09-20 Glenn Morris <rgm@gnu.org>
9812
9813 * fileio.c (Qdelete_by_moving_to_trash): New Lisp_Object.
9814 (syms_of_fileio): Add Qdelete_by_moving_to_trash.
9815 (Frename_file): Avoid copying to trash if a rename involves
9816 a delete. (Bug#964).
9817
98182008-09-20 Eli Zaretskii <eliz@gnu.org>
9819
9820 * keyboard.c (Fset_quit_char, Fset_input_meta_mode)
9821 (Fset_output_flow_control, Fcurrent_input_mode): Support MSDOS
9822 frames as well as termcap frames.
9823 (handle_interrupt): Remove "#ifndef MSDOS" around the call to
9824 get_named_tty.
9825
98262008-09-19 Eli Zaretskii <eliz@gnu.org>
9827
9828 * process.c (procfs_system_process_attributes): Fix cmdline in
9829 case /proc/PID/cmdline is empty.
9830
9831 * xterm.c (x_wm_set_size_hint): Use x_display_pixel_width and
9832 x_display_pixel_height.
9833
98342008-09-19 Juanma Barranquero <lekktu@gmail.com>
9835
9836 * frame.c (x_fullscreen_adjust): Declare var as Display_Info.
9837
9838 * w32fns.c (Fx_display_pixel_width, Fx_display_pixel_height)
9839 (compute_tip_xy): Use x_display_pixel_width, x_display_pixel_height.
9840
98412008-09-19 Dan Nicolaescu <dann@ics.uci.edu>
9842
9843 * dispextern.h (struct it): Move line_wrap away from the middle of
9844 bitfields. Move voffset in struct iterator_stack_entry after the
9845 bitfields. Move tab_width near after another short.
9846
98472008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
9848
9849 * frame.h (struct frame): Move alpha from the middle of bitfields.
9850
9851 * window.h (struct window): Move frozen_window_start_p after the
9852 rest of the bitfields to reduce padding.
9853
98542008-09-18 Chong Yidong <cyd@stupidchicken.com>
9855
9856 * xterm.h (x_display_info): Remove `height' and `width' members.
9857
9858 * nsterm.h (ns_display_info): Remove `height' and `width' members.
9859
9860 * w32term.h (w32_display_info): Remove `height', `width',
9861 `height_in', and `width_in' members.
9862
b8ff72fa
SM
9863 * xterm.c (x_display_pixel_height, x_display_pixel_width):
9864 New functions.
aac0c6e3
MR
9865 (x_calc_absolute_position): Use them.
9866 (x_term_init): Omit removed `height' and `width' members.
9867
b8ff72fa
SM
9868 * w32term.c (x_display_pixel_height, x_display_pixel_width):
9869 New functions.
aac0c6e3
MR
9870 (w32_read_socket, x_calc_absolute_position): Use them.
9871 (w32_initialize_display_info, w32_term_init): Omit removed members
9872 of w32_display_info.
9873
b8ff72fa
SM
9874 * nsterm.m (x_display_pixel_height, x_display_pixel_width):
9875 New functions.
9876 (ns_initialize_display_info): Omit removed members of ns_display_info.
aac0c6e3 9877
b8ff72fa
SM
9878 * xterm.c (x_display_pixel_height, x_display_pixel_width):
9879 New functions.
aac0c6e3
MR
9880 (x_calc_absolute_position): Use them.
9881 (x_term_init): Omit removed `height' and `width' members.
9882
9883 * xfns.c (Fx_display_pixel_width, Fx_display_pixel_height)
b8ff72fa
SM
9884 (compute_tip_xy):
9885 * frame.c (x_fullscreen_adjust):
aac0c6e3
MR
9886 * xmenu.c (menu_position_func): Use x_display_pixel_height and
9887 x_display_pixel_width.
9888
98892008-09-18 Kenichi Handa <handa@m17n.org>
9890
9891 * composite.c (fill_gstring_header): Don't check FROM and TO here.
9892 (composition_compute_stop_pos): Fix handling of static composition.
9893 (Fcomposition_get_gstring): Check FROM and TO at first.
9894
98952008-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
9896
46e722a9 9897 * composite.c (Fcomposition_get_gstring): Yet another int/Lisp_Object
aac0c6e3
MR
9898 mixup (YAILOM).
9899
99002008-09-17 Chong Yidong <cyd@stupidchicken.com>
9901
9902 * indent.c (Fvertical_motion): Use position reported by iterator
9903 instead of PT for determining screen motion (bug#943).
9904
99052008-09-17 Romain Francoise <romain@orebokech.com>
9906
9907 * composite.c (composition_adjust_point): Fix int/EMACS_INT mixup.
9908
99092008-09-17 Kenichi Handa <handa@m17n.org>
9910
9911 * ftfont.c (ftfont_shape_by_flt): Downcase family name.
9912
9913 * composite.c (Fcomposition_get_gstring): Make bigger gstring_work
9914 if necessary.
9915
99162008-09-16 Kenichi Handa <handa@m17n.org>
9917
9918 * coding.c (make_conversion_work_buffer): Avoid calling
9919 Fget_buffer_create if it is not necessary.
9920
99212008-09-15 Martin Rudalics <rudalics@gmx.at>
9922
9923 * window.c (Fselect_window): Don't update window_select_count and
9924 use_time when norecord is not nil.
9925
99262008-09-14 Kenichi Handa <handa@m17n.org>
9927
9928 * fileio.c (Finsert_file_contents): Delete incorrect decrement of
9929 specpdl_ptr.
9930
99312008-09-12 Kenichi Handa <handa@m17n.org>
9932
9933 * indent.c (scan_for_column): Don't handle automatic composition
9934 if the current buffer is not associated with a window.
9935
9936 * composite.c (composition_reseat_it): If the current buffer is
9937 not associated with a window, ignore the automatic composition.
9938 (find_automatic_composition): Likewise.
9939
99402008-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9941
9942 * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.
9943 (Fgpm_mouse_stop): Use it.
9944 * termhooks.h (close_gpm): Declare.
9945 * keyboard.c (tty_read_avail_input): Forcefully close the gpm
9946 connection if Gpm_GetEvent fails.
9947
9948 * window.c (set_window_buffer): Always preserve current-buffer.
9949
99502008-09-12 Glenn Morris <rgm@gnu.org>
9951
9952 * charset.c (init_charset): Warn if etc/charsets not found. (Bug#909)
9953
99542008-09-11 Glenn Morris <rgm@gnu.org>
9955
9956 * charset.c (charset-map-path): Doc fix.
9957
99582008-09-10 Kenichi Handa <handa@m17n.org>
9959
9960 * xdisp.c (handle_composition_prop): Set it->cmp_it.ch to -1.
9961
9962 * font.c (Ffont_shape_gstring): Make glyphs of non-nil adjustment
9963 compose a grapheme cluster with the preceding base glyph.
9964
9965 * composite.c (composition_compute_stop_pos): Fix previous change.
9966 Reset cmp_it->id to -1 at first.
9967
99682008-09-10 Glenn Morris <rgm@gnu.org>
9969
9970 * Makefile.in (character.o, chartab.o): Fix config.h typo.
9971
99722008-09-09 Chong Yidong <cyd@stupidchicken.com>
9973
9974 * keyboard.c (read_key_sequence): Reapply translation maps when
9975 switching keyboards.
9976
99772008-09-09 Kenichi Handa <handa@m17n.org>
9978
9979 * ftfont.c (ftfont_shape_by_flt): Use "combining" FLT for ASCII
9980 characters.
9981
9982 * composite.c (FORWARD_CHAR): Fix calculation
9983 of (POSITION).pos_byte.
9984 (composition_compute_stop_pos): Limit the search of composition to
9985 at most 500 characters ahead. If we reach the limit or find a
9986 newline, set cmp_it->ch to -2 and return 0.
9987 (composition_reseat_it): Handle the case that cmp_it->ch is -2.
9988
99892008-09-08 Kenichi Handa <handa@m17n.org>
9990
9991 * indent.c (Fvertical_motion): Be sure to set
9992 it_overshoot_expected if it.cmp_it.id is non-negative.
9993
99942008-09-07 Andreas Schwab <schwab@suse.de>
9995
9996 * callproc.c (Fcall_process): Don't hold references to string data
9997 across garbage collection. Move initialisation of new_argv down
9998 to avoid compiler bug.
9999
100002008-09-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10001
10002 * process.c (Fsystem_process_attributes): Doc fix.
10003
100042008-09-07 Chong Yidong <cyd@stupidchicken.com>
10005
10006 * callproc.c (Fcall_process): Canonicalize current directory name.
10007
10008 * xdisp.c (move_it_to): When moving by vpos, ensure that the
10009 iterator advances to the next line if the current line ends in a
10010 continued tab.
10011
100122008-09-07 Teodor Zlatanov <tzz@lifelogs.com>
10013
10014 * nsfont.m (nsfont_draw): Fix the references to missing gidx data
10015 member to point to cmp_from.
10016
10017 * xdisp.c: Doc fix for references to gidx data member.
10018
100192008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
10020
10021 * buffer.c (Fbuffer_swap_text): Reset window->point markers.
10022
100232008-09-07 Kenichi Handa <handa@m17n.org>
10024
10025 * composite.c (FORWARD_CHAR): Check STOP after
10026 incrementing (POSITION).pos.
10027
100282008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10029
10030 * process.c (Fsystem_process_attributes): Doc fix.
10031
100322008-09-06 Chong Yidong <cyd@stupidchicken.com>
10033
10034 * keyboard.c (Ftop_level): Doc fix.
10035
100362008-09-06 Eli Zaretskii <eliz@gnu.org>
10037
10038 * xmenu.c (xmenu_show) [!HAVE_X_WINDOWS]: If frame has a
10039 minibuffer, don't let lower part of menu invade the echo area.
10040
10041 * msdos.c (IT_menu_display): Use STRING_CHAR_ADVANCE instead of a
10042 "char *q" to access menu text and advance through it. Revert the
10043 change that displayed ">" instead of ASCII character 0x10.
10044
100452008-09-05 Eli Zaretskii <eliz@gnu.org>
10046
10047 * menu.c (single_menu_item) [!HAVE_BOXES]: Enable emulation of
10048 toggle boxes and radio buttons on MS-DOS as well.
10049
100502008-09-05 Kenichi Handa <handa@m17n.org>
10051
10052 * composite.c (autocmp_chars): Check lookback count.
10053 (composition_compute_stop_pos): Set cmp_it->lookback.
10054 (composition_reseat_it): Check lookback count.
10055 (struct position_record): New struct.
10056 (FORWARD_CHAR, BACKWARD_CHAR, CHAR_COMPOSABLE_P): New macros.
10057 (find_automatic_composition): New function.
10058 (composition_adjust_point): Use find_automatic_composition.
10059
10060 * dispextern.h (struct composition_it): New member lookback.
10061
100622008-09-02 Chong Yidong <cyd@stupidchicken.com>
10063
10064 * indent.c (Fvertical_motion): Don't call move_it_by_lines again
10065 if moving by a single line.
10066
100672008-09-02 Andreas Schwab <schwab@suse.de>
10068
10069 * xterm.c (x_delete_display): Fix merge error.
10070
10071 * fileio.c (Fexpand_file_name): Remove unused variables.
10072
100732008-09-02 Eli Zaretskii <eliz@gnu.org>
10074
10075 * fileio.c (Fexpand_file_name): Copy argument `name' into local
10076 storage on all platforms, not just on DOS_NT.
10077
100782008-09-02 Jason Rumney <jasonr@gnu.org>
10079
b8ff72fa
SM
10080 * w32menu.c (Fx_popup_menu, Fx_popup_dialog, w32_menu_show):
10081 Ensure mouse is not grabbed after menu is finished.
aac0c6e3
MR
10082
100832008-09-01 Chong Yidong <cyd@stupidchicken.com>
10084
10085 * xfaces.c (Finternal_set_alternative_font_family_alist)
10086 (Finternal_set_alternative_font_registry_alist): Properly copy
10087 entire alist structure.
10088
100892008-09-01 Kenichi Handa <handa@m17n.org>
10090
d66c0241 10091 * ftfont.c (ftfont_spec_pattern): Don't create a charset if the
aac0c6e3 10092 representative chars of the script is a vector.
d66c0241
JB
10093 (ftfont_list): Handle the case where the representative chars of
10094 the script is a vector.
aac0c6e3
MR
10095
10096 * character.c (syms_of_character): Docstring of
10097 script-representative-chars fixed.
10098
100992008-08-31 Eli Zaretskii <eliz@gnu.org>
10100
10101 * msdos.c (BUILD_CHAR_GLYPH): New macro.
10102 (IT_menu_display): Use it instead of SET_CHAR_GLYPH to construct
10103 the menu. Allocate larger buffer for `text', to account for
10104 possible ^C characters.
10105
101062008-08-31 Martin Rudalics <rudalics@gmx.at>
10107
10108 * xdisp.c (prepare_menu_bars): Don't call
10109 Vwindow_size_change_functions with arg Qt.
10110
101112008-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
10112
10113 * font.h (font_range):
10114 * fileio.c (report_file_error):
46e722a9
SM
10115 * composite.c (composition_update_it): Yet another int/Lisp_Object
10116 mixup (YAILOM).
aac0c6e3
MR
10117
101182008-08-30 Glenn Morris <rgm@gnu.org>
10119
10120 * data.c (Fmake_variable_frame_local): Doc fix.
10121
10122 * frame.c (Fmodify_frame_parameters): Doc fix.
10123
101242008-08-30 Eli Zaretskii <eliz@gnu.org>
10125
10126 * w32.c (init_user_info): Allocate buf[] with xmalloc using the size
10127 needed by GetTokenInformation.
10128 (w32_system_process_attributes): Check return values of all system
10129 APIs.
10130
10131 * msdos.c (IT_display_cursor): Write "CURSOR ON/OFF" to termscript
10132 only when the state changes.
10133 (IT_update_begin, IT_update_end): Add termscript trace.
10134
10135 * w16select.c (Fw16_set_clipboard_data): Don't encode text if
10136 clipboard is unavailable. Set dst to NULL if it doesn't point to
10137 malloc'ed data.
10138 (Fw16_get_clipboard_data): Initialize htext to NULL, to avoid
10139 passing random values to xfree.
10140
10141 * dispnew.c (init_display): Set `tty's association in frame's
b8ff72fa 10142 parameters alist to the name of the terminal device, if that is known.
aac0c6e3
MR
10143
101442008-08-29 Jason Rumney <jasonr@gnu.org>
10145
10146 * w32uniscribe.c (uniscribe_check_otf): Don't fallback on DFLT script.
10147
101482008-08-29 Eli Zaretskii <eliz@gnu.org>
10149
10150 * composite.c (fill_gstring_body): Avoid compiler warnings.
10151
10152 * font.c (font_fill_lglyph_metrics): Use EMACS_INT in
10153 LGLYPH_SET_CODE to avoid compiler warnings.
10154
2ae37cf0 10155 * makefile.w32-in ($(BLD)/w32uniscribe.$(O)): Depend on composite.h.
aac0c6e3
MR
10156
10157 * composite.h (LGLYPH_SET_CODE): Cast `val' to EMACS_INT.
10158
10159 * w32uniscribe.c (uniscribe_shape): Shut up compiler warning in
10160 LGLYPH_SET_CODE.
10161
101622008-08-29 Kenichi Handa <handa@m17n.org>
10163
10164 * fileio.c (report_file_error): Don't downcase the first character
10165 of errstring if it is still unibyte.
10166
101672008-08-29 Kenichi Handa <handa@m17n.org>
10168
10169 These changes are to re-implement the automatic composition so
10170 that it doesn't use text properties.
10171
10172 * Makefile.in (ftfont.o): Depend on composite.h.
10173 (composite.o): Depend dispextern.h, font.h, frame, and window.h.
10174
10175 * character.h (Vunicode_category_table): Extern it.
10176
10177 * character.c (Vunicode_category_table): New variable.
10178 (syms_of_character): DEFVAR_LISP Vunicode_category_table.
10179
10180 * chartab.c (optimize_sub_char_table): Perform more greedy
10181 optimization.
10182
b8ff72fa
SM
10183 * composite.h (enum composition_method):
10184 Delete COMPOSITION_WITH_GLYPH_STRING.
aac0c6e3
MR
10185 (COMPOSITION_METHOD): Don't check COMPOSITION_WITH_GLYPH_STRING.
10186 (Vcomposition_function_table): Extern it.
10187 (LGSTRING_XXX, LGLYPH_XXX): Macros moved from font.h.
10188 (composition_gstring_put_cache, composition_gstring_from_id)
10189 (composition_gstring_p, composition_gstring_width)
10190 (composition_compute_stop_pos, composition_reseat_it)
10191 (composition_update_it, composition_adjust_point): Extern them.
10192 (Fcomposition_get_gstring): EXFUN it.
10193
d66c0241 10194 * composite.c: Include window.h, frame.h, dispextern.h, font.h.
aac0c6e3
MR
10195 (Vcomposition_function_table)
10196 (get_composition_id): Don't handle COMPOSITION_WITH_GLYPH_STRING.
b8ff72fa
SM
10197 (gstring_hash_table, gstring_work, gstring_work_headers):
10198 New variables.
aac0c6e3
MR
10199 (gstring_lookup_cache, composition_gstring_put_cache)
10200 (composition_gstring_from_id, composition_gstring_p)
10201 (composition_gstring_width, fill_gstring_header)
10202 (fill_gstring_body, autocmp_chars, composition_compute_stop_pos)
10203 (composition_reseat_it, composition_update_it)
b8ff72fa 10204 (composition_adjust_point, Fcomposition_get_gstring): New functions.
aac0c6e3
MR
10205 (syms_of_composite): Initialize gstring_hash_table, gstrint_work,
10206 and gstring_work_headers. DEFVAR_LISP composition-function-table.
a73f9c9d 10207 Defsubr composition_get_gstring.
aac0c6e3
MR
10208
10209 * dispextern.h (struct glyph): New union u.cmp. Delete the member
10210 cmp_id.
10211 (struct glyph_string): Delete the member gidx. New members
10212 cmp_id, cmp_from, and cmp_to.
10213 (enum it_method): Delete GET_FROM_COMPOSITION.
10214 (struct composition_it): New struct.
10215 (struct it): New member cmp_it, and iterator_stack_entry.cmp_it.
10216 Delete c, len, cmp_id, cmp_len in u.comp.
10217
10218 * font.h (enum lgstring_indices): Delete it.
b8ff72fa 10219 (LGSTRING_XXX, LGLYPH_XXX): Move these macros to composite.h.
aac0c6e3 10220 (enum lglyph_indices): Likewise.
b8ff72fa 10221 (font_range): Adjust extern.
aac0c6e3
MR
10222 (font_fill_lglyph_metrics): Extern it.
10223
10224 * font.c (QCf): New variable.
10225 (check_gstring): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
10226 (font_prepare_composition): Delete this function.
10227 (font_range): Type and arguments changed.
10228 (Ffont_make_gstring, Ffont_fill_gstring): Delete them.
10229 (font_fill_lglyph_metrics): New function.
b8ff72fa 10230 (Ffont_shape_text): Rename to Ffont_shape_gstring and change arguments.
aac0c6e3 10231 (syms_of_font): DEFSYM QCf. Delete defsubr for
b8ff72fa
SM
10232 Sfont_make_gstring, Sfont_fill_gstring, Sfont_shape_text.
10233 Defsubr Sfont_shape_gstring.
aac0c6e3
MR
10234
10235 * fontset.h (font_for_char): Extern it.
10236
10237 * fontset.c (font_for_char): New function.
10238
10239 * ftfont.c: Include composite.h.
10240 (ftfont_resolve_generic_family): Add langset "en" to pattern.
b8ff72fa 10241 (ftfont_shape_by_flt): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
aac0c6e3
MR
10242
10243 * indent.c: Include composite.h and dispextern.h.
10244 (check_composition): Delete this function.
10245 (scan_for_column): Handle composition by
10246 composition_compute_stop_pos, composition_reseat_it, and
10247 composition_update_it.
10248 (compute_motion): Likewise.
10249 (Fvertical_motion): Fix checking of composition.
10250
10251 * keyboard.c (adjust_point_for_property): Check composition by
10252 composition_adjust_point.
10253
b8ff72fa 10254 * nsterm.m (ns_draw_glyph_string): Adjust for the change of
aac0c6e3
MR
10255 struct glyph_string.
10256
b8ff72fa
SM
10257 * term.c (encode_terminal_code): Adjust for the change of struct glyph.
10258 (append_composite_glyph): Adjust for the change of struct it and
aac0c6e3
MR
10259 struct glyph.
10260 (produce_composite_glyph): Likewise.
10261
b8ff72fa
SM
10262 * w32term.c (x_draw_composite_glyph_string_foreground):
10263 Adjust for the change of struct glyph_string.
aac0c6e3
MR
10264 (x_draw_glyph_string): Likewise.
10265
10266 * w32uniscribe.c (struct uniscribe_font_info): Include composite.h.
10267 (uniscribe_shape): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
10268
10269 * xdisp.c: Include font.h.
10270 (it_props): Delete the entry for Qauto_composed.
10271 (init_iterator): Initialize it->cmp_it.id to -1.
10272 (compute_stop_pos): Call composition_compute_stop_pos.
b8ff72fa 10273 (face_before_or_after_it_pos): Adjust for the change of struct it.
aac0c6e3
MR
10274 (handle_auto_composed_prop): Delete it.
10275 (handle_composition_prop): Handle only static composition.
10276 (next_overlay_string): Remove it->method == GET_FROM_COMPOSITION
10277 from xassert. Initialize it->cmp_it.stop_pos.
b8ff72fa 10278 (push_it): Adjust for the change of struct it.
aac0c6e3
MR
10279 (pop_it): Likewise.
10280 (get_next_element): Delete next_element_from_composition.
10281 (CHAR_COMPOSED_P): New macro.
10282 (get_next_display_element): For automatic composition, get a face
10283 from the font in the glyph-string.
10284 (set_iterator_to_next): For GET_FROM_BUFFER and GET_FROM_STRING,
b8ff72fa 10285 check composition by it->cmp_it.id. Delete GET_FROM_COMPOSITION case.
aac0c6e3
MR
10286 (next_element_from_string): Check if the character at the current
10287 position is composed by CHAR_COMPOSED_P.
10288 (next_element_from_buffer): Likewise.
d66c0241
JB
10289 (next_element_from_composition): Adjust for the change of struct it.
10290 Update it->cmp_it.
b8ff72fa
SM
10291 (dump_glyph): Adjust for the change of struct glyph.
10292 (fill_composite_glyph_string): Adjust for the change of struct
aac0c6e3
MR
10293 it and struct glyph. Don't handle automatic composition here.
10294 (fill_gstring_glyph_string): New function.
10295 (x_get_glyph_overhangs): Handle automatic composition.
b8ff72fa 10296 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the change of struct glyph.
aac0c6e3
MR
10297 (BUILD_GSTRING_GLYPH_STRING): New macro.
10298 (BUILD_GLYPH_STRINGS): Call BUILD_GSTRING_GLYPH_STRING for
10299 automatic composition.
b8ff72fa 10300 (append_composite_glyph): Adjust for the change of struct it and
aac0c6e3 10301 struct glyph.
b8ff72fa 10302 (x_produce_glyphs): Adjust for the change of struct it.
aac0c6e3 10303
b8ff72fa 10304 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
aac0c6e3
MR
10305 the change of struct glyph_string.
10306 (x_draw_glyph_string): Likewise.
10307
103082008-08-29 Glenn Morris <rgm@gnu.org>
10309
10310 * buffer.c (word-wrap): Doc fix.
10311 * xdisp.c (truncate-partial-width-windows): Doc fix.
10312 Increase default to 50.
10313
103142008-08-29 Chong Yidong <cyd@stupidchicken.com>
10315
10316 * xdisp.c (update_tool_bar_unwind): New function.
10317 (update_tool_bar): Temporarily set selected frame before building
10318 tool-bar items.
10319
103202008-08-28 Michael Albinus <michael.albinus@gmx.de>
10321
10322 * dbusbind.c (XD_ERROR, XD_DEBUG_MESSAGE): Use strncpy and
10323 snprintf, respectively.
10324 (xd_append_arg): Convert strings with Fstring_make_unibyte.
10325
103262008-08-28 Chong Yidong <cyd@stupidchicken.com>
10327
10328 * Makefile.in: Revert (undocumented) 2008-08-20 change adding
10329 LDFLAGS to GNUstep CC invocation.
10330
103312008-08-27 Chong Yidong <cyd@stupidchicken.com>
10332
10333 * indent.c (Fvertical_motion): Revert last change. Handle the
10334 general case where we are moving forward, and PT spans multiple
10335 screen lines.
10336
10337 * eval.c (find_handler_clause): Temporarily increase
10338 max-lisp-eval-depth while printing the backtrace buffer, to
10339 guarantee that help-mode code can run.
10340
103412008-08-27 Eli Zaretskii <eliz@gnu.org>
10342
10343 * msdos.c (Fmsdos_remember_default_colors): Don't reverse frame
10344 colors under -rv.
10345 (IT_set_frame_parameters): Don't swap foreground and background
10346 colors if `(reverse . t)' is present in the frame properties.
10347 (internal_terminal_init): Call init_frame_faces only for the
10348 initial frame.
10349
103502008-08-27 Andreas Schwab <schwab@suse.de>
10351
10352 * dired.c (Ffile_attributes): Avoid compiler warning in bitshift.
10353
103542008-08-27 Andreas Schwab <schwab@suse.de>
10355
10356 * search.c (search_buffer): Set char_base to zero only at the end.
10357
103582008-08-27 Kenichi Handa <handa@m17n.org>
10359
b8ff72fa 10360 * fileio.c (report_file_error): Fix handling of multibyte error string.
aac0c6e3
MR
10361
103622008-08-27 Andreas Seltenreich <seltenreich@gmx.de>
10363
10364 * xterm.c (x_term_init): Temporarily hide the partially
10365 initialized terminal while calling vendor-specific-keysyms.
10366
103672008-08-26 Eli Zaretskii <eliz@gnu.org>
10368
10369 * msdos.c (internal_terminal_init): Most initializations done only
10370 once, especially initial_screen_colors[] and termscript open.
10371
103722008-08-26 Chong Yidong <cyd@stupidchicken.com>
10373
10374 * eval.c (Fcondition_case): Doc fix.
10375
10376 * widgetprv.h (EmacsFramePart): Change font member to the new font
10377 struct.
10378
10379 * widget.c: Include character.h and font.h for XSETFONT.
10380 (setup_frame_gcs): Compute X font id from font struct, just once.
10381
103822008-08-26 Eli Zaretskii <eliz@gnu.org>
10383
10384 * term.c (get_named_tty): Fix last change.
10385
103862008-08-26 Chong Yidong <cyd@stupidchicken.com>
10387
10388 * indent.c (Fvertical_motion): If moving forward starting from a
b8ff72fa 10389 multi-line string, move the iterator to the last line of that string.
aac0c6e3
MR
10390
103912008-08-25 Eli Zaretskii <eliz@gnu.org>
10392
10393 * frame.c (do_switch_frame): Mark previously displayed frame as
10394 obscured for FRAME_MSDOS_P frames as well.
10395
103962008-08-24 Eli Zaretskii <eliz@gnu.org>
10397
10398 * frame.c (make_terminal_frame): Initialize f->terminal,
10399 f->terminal->reference_count, and scroll bars on MS-DOS as well.
10400 Set the top frame to newly created frame.
10401 (Fmake_terminal_frame): Reuse the_only_display_info.
10402
10403 * vm-limit.c (get_lim_data) [MSDOS]: Use alternative methods of
10404 estimating available memory.
10405
b97439ce 104062008-08-23 David Reitter <david.reitter@gmail.com>
aac0c6e3
MR
10407
10408 * nsterm.m (ns_draw_window_cursor): Don't call
10409 NSDisableScreenUpdates and NSEnableScreenUpdates on
10410 non-NS_IMPL_COCOA systems.
10411
104122008-08-23 Andreas Schwab <schwab@suse.de>
10413
10414 * process.c (procfs_system_process_attributes): Fix use of
10415 uninitialized variables.
10416
104172008-08-23 Eli Zaretskii <eliz@gnu.org>
10418
10419 * emacs.c (main) [MSDOS]: Call syms_of_xmenu.
10420
10421 * dispnew.c (init_display): Remove MS-DOS specific conditions for
10422 calling tty-set-up-initial-frame-faces.
10423
b8ff72fa
SM
10424 * xmenu.c (Fx_popup_dialog, Fx_popup_menu, xmenu_show):
10425 Allow MSDOS frames along with X frames.
aac0c6e3
MR
10426
10427 * termhooks.h (TERMINAL_ACTIVE_P): Handle output_msdos_raw in
10428 addition to output_termcap.
10429
10430 * xdisp.c (redisplay_internal) [MSDOS]: Don't call set_tty_color_mode.
10431
10432 * termchar.h (FRAME_TTY): Support output_msdos_raw.
10433 (struct tty_display_info) [MSDOS]: Add fields related to mouse
10434 highlight.
10435
10436 * process.c [!subprocesses]: Define QCname.
10437 (syms_of_process): Intern and staticpro it.
10438
10439 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
b8ff72fa
SM
10440 Adjust for changes in encoding/decoding routines.
10441 Use encode_coding_object and decode_coding_object instead of
aac0c6e3
MR
10442 encode_coding and decode_coding.
10443
b8ff72fa 10444 * sysdep.c (init_sys_modes): Call dos_ttraw with tty_out as argument.
aac0c6e3
MR
10445
10446 * dosfns.c: Include frame.h before termhooks.h.
10447 (dos_cleanup): Use CURTTY ()->termscript instead of a global
10448 variable termscript.
10449
10450 * s/msdos.h (USER_FULL_NAME): Define.
10451 (SYSTEM_PURESIZE_EXTRA): Bump up to 100K.
10452
10453 * editfns.c (USER_FULL_NAME): Define to pw->pw_gecos if undefined.
10454 (Fuser_full_name): Use USER_FULL_NAME instead of a literal
10455 pw->pw_gecos.
10456
10457 * keyboard.c (handle_interrupt) [MSDOS]: Call cursor_to with
10458 SELECTED_FRAME as additional (1st) argument.
10459 (tty_read_avail_input): Handle output_msdos_raw in
10460 addition to output_termcap.
10461
10462 * msdos.c: Include frame.h before termhooks.h.
10463 (mouse_on, mouse_off, mouse_moveto, mouse_init)
10464 (msdos_set_cursor_shape, IT_set_face, IT_write_glyphs)
10465 (show_mouse_face, IT_clear_end_of_line, IT_clear_screen)
10466 (IT_clear_to_end, IT_cursor_to, IT_display_cursor, IT_cmgoto)
10467 (IT_set_terminal_modes, IT_reset_terminal_modes)
10468 (IT_set_frame_parameters): Use tty->termscript instead of a global
10469 variable termscript.
10470 (IT_write_glyphs): Use tty->terminal->terminal_coding instead of a
10471 global variable terminal_coding. Don't refer to
10472 Vnonascii_translation_table.
10473 (internal_terminal_init): Set Vwindow_system in current_kboard.
10474 Don't use TTY_CHAR_INS_DEL_OK. Set Vinitial_window_system.
10475 Announce date and time of session start, if termscript is open.
10476 Don't zero out the_only_display_info (it is done in
b8ff72fa
SM
10477 term.c:init_tty). Open termscript only of not already open.
10478 Log "SCREEN SAVED" here, instead of IT_set_terminal_modes. Init mouse
aac0c6e3
MR
10479 here instead of dos_ttraw. Don't initialize display if this is an
10480 initial tty. Don't set FRAME_FONT.
10481 (Vwindow_system_version): Bump to 23.
10482 (dos_ttraw): Accept a TTY argument; all callers fixed. If mouse
10483 is available, set up mouse_position_hook.
10484 (dos_ttraw, IT_set_terminal_modes): If called with initial
10485 terminal, do nothing.
10486 (IT_set_frame_parameters): Handle the Qtty_type frame
10487 parameter by calling internal_terminal_init.
10488 (dos_set_window_size, show_mouse_face)
10489 (clear_mouse_face, IT_note_mode_line_highlight)
10490 (IT_note_mouse_highlight, IT_update_begin, IT_frame_up_to_date)
10491 (dos_rawgetc): Use tty_display_info instead of x_display_info.
10492 (initialize_msdos_display): New function.
10493 (IT_cursor_to, IT_clear_to_end, IT_clear_screen)
10494 (IT_clear_end_of_line, IT_insert_glyphs, IT_write_glyphs)
10495 (IT_delete_glyphs, IT_ring_bell, IT_reset_terminal_modes)
10496 (IT_set_terminal_modes, IT_set_terminal_window, IT_update_begin):
b8ff72fa 10497 Accept additional argument: a pointer to a frame. Update all callers.
aac0c6e3
MR
10498 (request_sigio, unrequest_sigio): Don't define, now defined on
10499 sysdep.c.
10500 (IT_write_glyphs): Rewrite to use encode_terminal_code.
10501
10502 * term.c [MSDOS]: Include msdos.h.
10503 (init_tty) [MSDOS]: Reuse most of WINDOWSNT branch. Change cpp
10504 conditional to DOS_NT. Allow only one call to this function in a
10505 session. Don't allocate a new struct tty_display_info; instead,
10506 reuse the_only_display_info. Call get_tty_size to get screen
10507 dimensions. Call init_baud_rate to set bad_rate.
10508 (dissociate_if_controlling_tty) [MSDOS]: Ifdef away function body.
10509 (Fsuspend_tty) [MSDOS]: Don't close input and output.
b8ff72fa 10510 (Fresume_tty) [MSDOS]: Don't reopen the TTY; instead, use stdin/stdout.
aac0c6e3
MR
10511 (get_tty_terminal, get_named_tty, Ftty_type)
10512 (Fcontrolling_tty_p): Handle output_msdos_raw in addition to
10513 output_termcap.
b8ff72fa
SM
10514 (Fresume_tty, Fsuspend_tty, init_tty, delete_tty):
10515 Call add_keyboard_wait_descriptor and delete_keyboard_wait_descriptor
2ae37cf0 10516 only when subprocesses are supported.
aac0c6e3
MR
10517
10518 * frame.c (make_terminal_frame) [MSDOS]: Adjust initialization of
10519 f->output_data.x.
10520 (Fmake_terminal_frame) [MSDOS]: Don't allow creation of new
10521 terminal devices.
10522
5582fbc7 10523 * msdos.h: Remove definition of struct x_display_info and struct
aac0c6e3
MR
10524 x_output.
10525 (FRAME_FONT): Use output_data.tty.
10526 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Don't define.
b8ff72fa
SM
10527 (struct x_display_info): Rename from display_info. Update all users in
10528 msdos.c.
aac0c6e3 10529 (struct x_output): Remove background_pixel and foreground_pixel.
b8ff72fa 10530 (the_only_display_info): Rename from the_only_x_display.
aac0c6e3
MR
10531 (dos_ttraw): Update prototype.
10532
10533 * Makefile.in (MSDOS_OBJ): Add xmenu.o.
10534 (SOME_MACHINE_LISP): Add ../lisp/term/pc-win.elc.
10535
105362008-08-23 Jason Rumney <jasonr@gnu.org>
10537
10538 * image.c (enum tiff_keyword_index, tiff_format): Add :index keyword.
10539 (fn_TIFFSetDirectory): New library function used.
10540 (init_tiff_functions) [HAVE_NTGUI]: Initialize it.
10541 (tiff_load): Use :index to select among multiple images. Set count
10542 property when multiple images exist.
10543 (gif_format): Use :index, not :image.
10544
105452008-08-23 Chong Yidong <cyd@stupidchicken.com>
10546
10547 * xdisp.c (try_scrolling): Check INT_MAX instead of
10548 MOST_POSITIVE_FIXNUM for maximum integer value. Include limits.h
10549 to obtain INT_MAX.
10550
105512008-08-21 İsmail Dönmez <ismail@namtrac.org> (tiny change)
10552
10553 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase on GTK+.
10554
105552008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
10556
10557 * Makefile.in (temacs${EXEEXT}): On GNUstep, link to appropriate
10558 GNUstep library location.
10559
105602008-08-21 Chong Yidong <cyd@stupidchicken.com>
10561
10562 * xfaces.c (x_update_menu_appearance): Check validity of menu font
10563 before using it.
10564
10565 * puresize.h (BASE_PURESIZE): Increase to 1250000.
10566
105672008-08-20 Adrian Robert <Adrian.B.Robert@gmail.com>
10568
10569 * nsfns.m (ns-read-file-name): Add casts to avoid warning.
10570 (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly.
10571 * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil.
10572 * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration.
10573 (EmacsApp-cursor_blink_handler): Remove declaration.
10574 * nsterm.m (ns_draw_glyph_string): Update first conditional body to
10575 match 01 Feb 2008 changes in xterm.c.
10576 (ns_read_socket): Add cast to avoid warning.
10577 (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on
10578 GNUstep.
10579
105802008-08-20 Chong Yidong <cyd@stupidchicken.com>
10581
10582 * xselect.c (x_get_foreign_selection): Return nil if desired
10583 selection could not be obtained, instead of signalling an error.
10584
105852008-08-20 David Reitter <david.reitter@gmail.com>
10586
10587 * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c.
10588 * nsterm.m: Remove ns-specific code for cursor blinking.
10589 (ns_draw_window_cursor): Clear cursor properly rather than
10590 redrawing the area. Respect width of bar cursors.
10591 These changes enable the use of generic blink-cursor-mode and
10592 generic cursor types in NS and support smooth cursor movements (do
10593 not blink off after command).
10594 * xdisp.c (get_phys_cursor_geometry): Redraw wider rectangle on
10595 Nextstep, too.
10596
105972008-08-19 Kenichi Handa <handa@m17n.org>
10598
10599 * font.c (Vfont_log_deferred): New variable.
10600 (font_add_log): Check Vfont_log_deferred.
10601 (font_deferred_log): New function.
10602
10603 * font.h (font_deferred_log): Extern it.
10604
10605 * fontset.c (reorder_font_vector): Use encoding charset of fonts
10606 for sorting.
10607 (face_for_char): Use deferred log.
10608
106092008-08-18 Kenichi Handa <handa@m17n.org>
10610
10611 * fontset.c (face_for_char): Add font log.
10612
10613 * font.c (font_add_log): Add the font properties :script, :lang,
10614 and :otf in the log.
10615
106162008-08-17 Chong Yidong <cyd@stupidchicken.com>
10617
10618 * xdisp.c: Remove dead code.
10619 (handle_invisible_prop, next_overlay_string): Defer call to
10620 setup_for_ellipsis.
10621 (handle_stop, set_iterator_to_next): Call setup_for_ellipsis.
10622
106232008-08-15 Chong Yidong <cyd@stupidchicken.com>
10624
10625 * xfaces.c (lookup_derived_face): Properly handle possible zero
10626 return value of get_lface_attributes.
10627 (merge_faces): Don't tell lookup_derived_face to signal an error
10628 if face is not found.
10629
10630 * dired.c (Fdirectory_files): Doc fix.
10631
10632 * process.c (make_process): Initialize kill_without_query struct
10633 member.
10634
106352008-08-15 Eli Zaretskii <eliz@gnu.org>
10636
10637 * w32.c (w32_system_process_attributes) [_MSC_VER < 1300]:
10638 Alternative calculation of totphys for Visual Studio 6.
10639
10640 * w32fns.c [_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.
10641
10642 * w32.c (_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX):
10643 Rename from _MEMORYSTATUSEX, MEMORYSTATUSEX, LPMEMORYSTATUSEX.
10644 All users changed.
10645 (stat): Only root directory passed to GetDriveType. Allow RAM
10646 disk as well as local fixed disk when w32-get-true-file-attributes
10647 is set to `local'.
10648 (CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs.
10649 (equal_sid, get_length_sid, copy_sid): New wrapper functions.
10650 (w32_cached_id, w32_add_to_cache): New functions.
10651 (get_name_and_id): Look account names in the cache before calling
10652 lookup_account_sid.
10653 (g_b_init_get_length_sid, g_b_init_equal_sid, g_b_init_copy_sid):
10654 New initialization flags.
10655 (globals_of_w32): Initialize them to zero.
10656 (w32_system_process_attributes): Use w32_cached_id and
10657 w32_add_to_cache.
10658
106592008-08-14 Lawrence Mitchell <wence@gmx.li>
10660
10661 * lread.c (Fread_char, Fread_char_exclusive): If no character
10662 event is read before timeout is reached, return nil, rather than
10663 converting to a number.
10664
106652008-08-14 Chong Yidong <cyd@stupidchicken.com>
10666
10667 * fns.c (use_dialog_box): Doc fix.
10668
10669 * s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful
10670 on OS X.
10671
106722008-08-13 Chong Yidong <cyd@stupidchicken.com>
10673
10674 * frame.c (Qns_parse_geometry): New var.
10675 (Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.
10676
106772008-08-11 Chong Yidong <cyd@stupidchicken.com>
10678
10679 * xdisp.c (x_produce_glyphs): Handle the case when font has no
10680 space character in calculating tabs.
10681
106822008-08-11 Dan Nicolaescu <dann@ics.uci.edu>
10683
10684 * Makefile.in (bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
10685
106862008-08-10 Glenn Morris <rgm@gnu.org>
10687
10688 * process.c (procfs_system_process_attributes): Use EMACS_INTs to
10689 silence gcc "limited range of data type" warnings in some
10690 make_fixnum_or_float calls.
10691
106922008-08-09 Eli Zaretskii <eliz@gnu.org>
10693
10694 * w32.c (w32_system_process_attributes): If the process does not
10695 exist, return nil.
10696
10697 * w32.c: Include thelp32.h, psapi.h and coding.h.
10698 (_MEMORYSTATUSEX, _PROCESS_MEMORY_COUNTERS_EX): New struct
10699 declarations.
10700 (CreateToolhelp32Snapshot_Proc, Process32First_Proc)
10701 (Process32Next_Proc): New typedefs.
10702 (g_b_init_create_toolhelp32_snapshot, g_b_init_process32_first)
10703 (g_b_init_process32_next, g_b_init_open_thread_token)
10704 (g_b_init_impersonate_self, g_b_init_revert_to_self)
10705 (g_b_init_get_process_memory_info, g_b_init_global_memory_status)
10706 (g_b_init_get_process_working_set_size)
10707 (g_b_init_global_memory_status_ex): New static variables.
10708 (globals_of_w32): Initialize them.
10709 (create_toolhelp32_snapshot, process32_first, process32_next)
10710 (open_thread_token, impersonate_self, revert_to_self)
10711 (get_process_memory_info, get_process_working_set_size)
10712 (global_memory_status, global_memory_status_ex): New wrapper
10713 functions.
10714 (w32_list_system_processes, w32_system_process_attributes)
10715 (enable_privilege, restore_privilege, ltime, process_times):
10716 New functions.
10717 (convert_time_raw): New function.
10718 (convert_time): Remove conversion of FILETIME into time in 100
10719 nsec units, call convert_time_raw instead.
10720
10721 * process.h (w32_list_system_processes, w32_system_process_attributes):
10722 Add prototypes.
10723 (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname)
10724 (Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime, Qcutime)
10725 (Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs, Quser, Qgroup)
10726 (Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime): Add extern declarations.
10727
10728 * process.c (Fsystem_process_attributes): Doc fix.
10729
107302008-08-08 Chong Yidong <cyd@stupidchicken.com>
10731
10732 * xdisp.c (move_it_to): When stopping at a charpos, check if that's
10733 a continued multi-char glyph; if so, advance to the actual glyph.
10734
107352008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
10736
10737 * s/darwin.h (OTHER_FILES): Do not define here, defined in config.in.
10738
10739 * Makefile.in (ALL_OBJC_CFLAGS): New variable.
10740 (.m.o): Use it.
10741 * config.in: Regenerate.
10742
107432008-08-07 Chong Yidong <cyd@stupidchicken.com>
10744
10745 * xdisp.c (redisplay_window): Revert last change.
10746 (try_window): Check bottom scroll margin too.
10747
107482008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
10749
10750 * config.in: Regenerate.
10751
10752 * Makefile.in (emacs): Remove ifndef NS conditional for 'emacs
10753 -list-load-path-shadows'.
10754 (nsgui.h): Reduce number of things depending on it.
10755
107562008-08-06 Chong Yidong <cyd@stupidchicken.com>
10757
10758 * xdisp.c (try_scrolling): Use iterator to find the scroll margin,
10759 instead of window-end which does the wrong thing at eob.
10760 (try_cursor_movement): Minor optimization.
10761 (redisplay_window): If scroll margin is defined, don't assume
10762 window doesn't need scrolling.
10763
107642008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
10765
10766 * config.in: Regenerate.
10767
10768 * Makefile.in: Move nsXXX.m dependencies into big alphabetical list.
10769 (mostlyclean): Don't delete *.d under NS.
10770
10771 * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER.
10772
107732008-08-06 Kenichi Handa <handa@m17n.org>
10774
10775 * xfont.c (xfont_list_family): Return a list of symbols, not strings.
10776
107772008-08-06 Andreas Schwab <schwab@suse.de>
10778
10779 * config.in: Regenerate.
10780
107812008-08-05 Chong Yidong <cyd@stupidchicken.com>
10782
10783 * xdisp.c (redisplay_window): Don't enforce scroll-margin when
10784 forcing a window start.
10785
10786 * fileio.c (Vauto_save_list_file_name): Move here from file.el.
10787 (auto_save_1): Update modtime when auto-save-list-file-name is on.
10788
107892008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
10790
10791 * emacs.c (main): Under NS, set working dir to HOME when get a "psn"
10792 argument.
10793
107942008-08-05 Juanma Barranquero <lekktu@gmail.com>
10795
10796 * buffer.c (syms_of_buffer) <scroll-up-aggressively>:
10797 <scroll-down-aggressively, before-change-functions>:
10798 <after-change-functions>: Reflow docstrings.
10799
108002008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
acd0102a 10801 Ken Raeburn <raeburn@gnu.org>
aac0c6e3
MR
10802
10803 Dock menu customization, based on a patch by Ken Raeburn, plus some
10804 other fixes.
10805 * nsmenu.m (dockMenu): New variable.
10806 (EmacsDialog -clicked:): Fix mistake in change of 2008-07-17.
10807
10808 * nsterm.h (dockMenu): Declare.
10809
10810 * nsterm.m (KEY_NS_NEW_FRAME): New definition.
10811 (ns_term_init): Initialize dockMenu.
10812 (EmacsApp -newFrame:, -applicationDockMenu:): New methods.
10813 (EmacsView -windowShouldClose:): Don't behave specially if <= 1 frame
10814 left.
10815
10816 * lisp.h (LSB_TAG): Use on DARWIN_OS, not NS_IMPL_COCOA.
10817
108182008-08-04 Chong Yidong <cyd@stupidchicken.com>
10819
10820 * nsterm.h: Test directly for NS_HAVE_INTEGER before defining it.
10821
10822 * config.in: Regenerate.
10823
108242008-08-04 Seiji Zenitani <zenitani@mac.com>
10825
10826 * nsfns.m (x-create-frame): Set the frame parameter alpha to nil.
10827
108282008-08-04 Chong Yidong <cyd@stupidchicken.com>
10829
10830 * nsterm.h (find_and_call_menu_selection): Fix prototype.
10831
108322008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
10833
10834 * emacs.c (main: unexec_init_emacs_zone): Call if on DARWIN_OS.
10835
10836 * keyboard.h: Comment an #endif.
10837
10838 * lisp.h (have_menus_p): Adjust comment.
10839
10840 * menu.c (find_and_return_menu_selection): Fix comparison with
10841 client_data.
10842
10843 * nsmenu.m (popup_activated_flag): New variable.
10844 (popup_activated): New function.
10845 (menu-or-popup-active-p): New exported lisp definition.
10846 (ns_popup_menu): Set popup_activated_flag. Call discard_menu_items()
10847 when popup done.
10848 (ns_popup_dialog): Set popup_activated_flag.
10849
10850 * nsterm.m (EmacsView -conversationIdentifier): Use NSInteger
10851 version for GNUstep (handled by conditional typedef in nsterm.m).
10852 (ns_get_color): Remove special-casing for "darkblue", "dark blue" (now
10853 in rgb.txt).
10854
10855 * process.c (init_process): Use DARWIN_OS, not DARWIN.
10856
10857 * sysselect.h: Conditionalize init_process undef on DARWIN_OS.
10858
10859 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): Do it also under NS.
10860
10861 * xdisp.c (redisplay_internal, note_mouse_highlight): Under NS,
10862 shortcircuit if popup_activated like GTK and X toolkit.
10863
10864 * m/inter386.h: Change DARWIN to DARWIN_OS.
10865
10866 * s/darwin.h: Add #define DARWIN_OS. Get rid of C_SWITCH_SYSTEM def.
10867 Change LIBS_MACGUI to LIBS_NSGUI. Move temacs-conditionalized defs
10868 closer to C_SWITCH_SYSTEM_TEMACS so usage is understood. Expand
10869 comment on NO_SOCK_SIGIO.
10870
108712008-08-03 Chong Yidong <cyd@stupidchicken.com>
10872
10873 * nsterm.m (windowDidResize): Remove stopModal call.
10874
108752008-08-03 Andreas Schwab <schwab@suse.de>
10876
10877 * vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
10878 (check_memory_limits): Don't handle HAVE_GETRLIMIT here.
10879
108802008-08-02 Chong Yidong <cyd@stupidchicken.com>
10881
10882 * vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.
10883 Don't use uninitialized pointer variable when using getrlimit.
10884
108852008-08-02 Jason Rumney <jasonr@gnu.org>
10886
10887 * w32font.c (compute_metrics): Don't mess with glyph_idx setting here.
10888
108892008-08-02 Eli Zaretskii <eliz@gnu.org>
10890
10891 * alloc.c (NSTATICS): Bump to 0x640.
10892
10893 * s/gnu-linux.h (HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
10894
10895 * lisp.h: Add prototype for directory_files_internal.
10896
10897 * process.c (Fsystem_processes_list, Fsystem_process_attributes):
10898 New functions.
10899 (syms_of_process): Defsubr them. Add initializations for various
10900 Q* symbols used in procfs_system_process_attributes.
10901 (procfs_list_system_processes, procfs_system_process_attributes)
10902 [HAVE_PROCFS]: New functions.
10903 (time_from_jiffies, ltime_from_jiffies, get_up_time, procfs_ttyname)
10904 (procfs_get_total_memory): New functions.
10905
109062008-08-01 Juanma Barranquero <lekktu@gmail.com>
10907
10908 * xfaces.c (Fx_load_color_file): Fix previous change;
10909 it is #ifdef WINDOWSNT, not WINDOWS_NT.
10910
109112008-08-01 Michael Albinus <michael.albinus@gmx.de>
10912
10913 * dbusbind.c (xd_read_message): Handle D-Bus error messages.
10914
109152008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
10916
10917 * nsterm.h (NSInteger, NSUInteger): Add defines for non-Leopard.
10918
109192008-08-01 Chong Yidong <cyd@stupidchicken.com>
10920
10921 * nsfns.m (ns_frame_parm_handlers): Add empty entry for x_set_alpha.
10922
10923 * nsterm.m (EmacsApp -application:openFiles:): GNUstep does not
10924 define NSApplicationDelegateReplySuccess.
10925 (EmacsView -converstationIdentifier): Use long instead of
10926 NSInteger for GNUstep, since it doesn't have NSInteger.
10927
10928 * xmenu.c: Revert last change.
10929
10930 * keyboard.h: Fix last change.
10931
109322008-08-01 Juanma Barranquero <lekktu@gmail.com>
10933
10934 * xfaces.c (x-load-color-file): Use RGB() instead of manually shifting
10935 on Windows.
10936
109372008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
10938
10939 Warning clearing and clean-up in NS port.
10940 * keyboard.h (xmalloc_widget_value, digest_single_submenu):
10941 Add prototypes.
10942 * nsgui.h (FACE_DEFAULT): Remove, unused.
10943 (XGCValues): Change colors to unsigned long.
10944 * nsterm.h (EmacsApp): Add declaration of all methods implemented in
10945 nsterm.m.
10946 (EmacsMenu -addItemWithWidgetValue:): Change to use NSMenuItem class.
10947 (ns_list_fonts): Remove, unused.
10948 (ns_font_to_xlfd, ns_fontname_to_xlfd): Drop prototypes.
10949 * nsfns.m (interpret_services_menu): Use NSMenuItem class.
10950 * nsfont.m (nsfont_open): Fix cast error in glyphs,metrics alloc.
10951 (nsfont_draw): Compare face colors to 0, not nil.
10952 * nsmenu.m (struct widget_value): Drop unneeded declaration.
10953 (EmacsMenu -addItemWithWidgetValue:, -fillWithWidgetValue:)
10954 (-addSubmenuWithTitle:): Use NSMenuItem class.
10955 (ns_popup_menu): Use NO, not NULL, for enabled setting.
10956 * nsterm.m (ns_draw_glyph_string): Don't compare font to ~0.
10957 (ns_clip_to_row): Make gc arg a BOOL.
10958 (ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in
10959 ns_clip_to_row() call.
10960 (ns_draw_glyph_string): Drop face comparison to ~0 (no longer
10961 used). Cast FRAME_FONT assignments.
10962 (ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:.
10963 (ns_string_to_lispmod): Change arg to const char.
10964 (ns_term_init): Use NSMenuItem class.
10965 (EmacsApp -openFile:): Move to different section of file.
10966 (EmacsApp -application:openFiles:): Don't return a value, call
10967 -replyToOpenOrPrint:.
10968 (EmacsView -keyDown:): Fix up cast.
10969 (EmacsView -converstationIdentifier): Use NSInteger instead of long.
10970 (EmacsView -menuDown:): Cast tag in call to
10971 find_and_call_menu_selection().
10972 (ns_list_fonts): Remove, unused.
10973 (ns_font_to_xlfd): Make static. Cast result of UTF8String.
10974 (ns_fontname_to_xlfd): Make static.
10975 * w32menu.c (xmalloc_widget_value, digest_single_submenu):
10976 Remove prototypes (now in keyboard.h).
10977 (next_menubar_widget_id): Remove, unused.
10978 * xmenu.c (xmalloc_widget_value, digest_single_submenu):
10979 Remove prototypes (now in keyboard.h).
10980 * xfaces.c (ns_list_fonts, w32_list_fonts): Remove, unused.
10981
109822008-08-01 Dan Nicolaescu <dann@ics.uci.edu>
10983
10984 * Makefile.in (dispnew.o, gtkutil.o, sound.o, atimer.o)
10985 (floatfns.o): Depend on syssignal.h.
10986 (term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC).
10987
10988 * systty.h: Fix previous change that removed BSD_TERMIOS.
10989 Add comments to #ifdefs.
10990
109912008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
10992
10993 * w32fns.c (w32-load-color-file): Remove.
10994 (x-open-connection): Use renamed Fx_load_color_file.
10995 * xfaces.c (x-load-color-file): Add.
10996 * nsterm.m (ns_initialize): Load colors from etc/rgb.txt instead of
10997 Emacs.clr.
10998 (hide_hourglass): BLOCK_INPUT before UNBLOCK.
10999
110002008-07-31 Michael Albinus <michael.albinus@gmx.de>
11001
11002 * dbusbind.c (Fdbus_call_method_asynchronously)
11003 (Fdbus_method_error_internal): New defuns.
11004 (xd_read_message): Handle also reply messages.
11005 (Vdbus_registered_functions_table): Extend docstring.
11006
110072008-07-31 Juanma Barranquero <lekktu@gmail.com>
11008
11009 * keyboard.c (gobble_input): Fix previous change.
11010
110112008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
11012
11013 * bitmaps/README:
11014 * xfns.c:
11015 * termcap.c:
11016 * term.c:
11017 * syswait.h:
11018 * systty.h:
11019 * systime.h:
11020 * syssignal.h:
11021 * sysdep.c:
11022 * process.h:
11023 * process.c:
11024 * print.c:
11025 * ndir.h:
11026 * lread.c:
11027 * keyboard.c:
11028 * getpagesize.h:
11029 * floatfns.c:
11030 * fileio.c:
11031 * emacs.c:
11032 * doc.c:
11033 * dispnew.c:
11034 * dired.c:
11035 * data.c:
11036 * callproc.c:
11037 * buffer.c:
11038 * README:
11039 * Makefile.in:
11040 * s/template.h:
11041 * s/msdos.h:
11042 * m/vax.h: Remove VMS support.
11043 * s/vms.h:
11044 * vlimit.h:
11045 * uaf.h:
11046 * temacs.opt:
11047 * param.h:
11048 * ioctl.h: Remove file.
11049
110502008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
11051
11052 * s/ms-w32.h (MULTI_KBOARD): Remove.
11053 * xterm.c:
11054 * xselect.c:
11055 * xfns.c:
11056 * window.c:
11057 * w32term.c:
11058 * w32fns.c:
11059 * terminal.c:
11060 * termhooks.h:
11061 * term.c:
11062 * sysdep.c:
11063 * keyboard.h:
11064 * keyboard.c:
11065 * frame.h:
11066 * frame.c:
11067 * frame.c: Remove references to MULTI_KBOARD, it is now the default.
11068 * config.in: Regenerate.
11069
110702008-07-30 Jason Rumney <jasonr@gnu.org>
11071
11072 * w32font.h (struct w32font_info): Use unicode version of textmetrics.
11073
11074 * w32font.c (w32font_encode_char): Leave as unicode if in range.
11075 (w32font_open_internal): Get unicode version of textmetrics.
11076 Don't enable or disable glyph indices here.
11077 (w32font_open): Disable use of glyph indices.
11078
11079 * w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
11080
110812008-07-30 Chong Yidong <cyd@stupidchicken.com>
11082
11083 * minibuf.c (Vread_buffer_function): Doc fix.
11084
110852008-07-30 John Paul Wallington <jpw@pobox.com>
11086
11087 * minibuf.c (read_buffer_completion_ignore_case): New var.
11088 (Fread_buffer): Use it.
11089
110902008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
11091
11092 * systty.h (sensemode): Remove empty #if. Remove reference to
11093 BSD_TERMIOS, unused.
11094
11095 * sysdep.c: Remove reference to DGUX.
11096 (closedir): Remove reference to BROKEN_CLOSEDIR, unused.
11097
11098 * config.in: Regenerate.
11099
111002008-07-30 Jason Rumney <jasonr@gnu.org>
11101
11102 * w32uniscribe.c (uniscribe_encode_char): Fix glyph buffer size.
11103
111042008-07-29 Jason Rumney <jasonr@gnu.org>
11105
11106 * w32uniscribe.c (uniscribe_shape): Avoid using context if cache
11107 is populated.
11108 (uniscribe_encode_char): Always use uniscribe.
11109 Avoid using context if cache is populated.
11110
111112008-07-29 Jan Djärv <jan.h.d@swipnet.se>
11112
11113 * xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to
11114 open menu.
11115
11116 * gtkutil.c (menu_nav_ended): Remove.
11117 (create_menus): Remove signal connect for menu_nav_ended.
11118
111192008-07-28 Chong Yidong <cyd@stupidchicken.com>
11120
11121 * xdisp.c (redisplay_window): Check return value of
11122 compute_window_start_on_continuation_line before forcing a window
11123 start.
11124
111252008-07-28 Jason Rumney <jasonr@gnu.org>
11126
11127 * w32font.c (w32font_text_extents): Use w32_metric_cache consistently.
11128
11129 * w32term.c (w32_enable_unicode_output, cleartype_active):
11130 Remove obsolete display options.
11131 (x_draw_glyph_string_background): Don't use old cleartype_active
11132 workaround.
11133 (w32_initialize): Remove cleartype_active initialization.
11134 (syms_of_w32term): Remove w32_enable_unicode_output initialization.
11135
111362008-07-28 Andreas Schwab <schwab@suse.de>
11137
11138 * lisp.h (init_weak_hash_tables, syms_of_font)
11139 (xd_read_queued_messages, syms_of_dbusbind): Declare.
11140 (remove_hash_entry): Don't declare.
11141 * eval.c (maybe_call_debugger): Make static and move before use.
11142 * gtkutil.c: Include <X11/Xft/Xft.h> if HAVE_XFT.
11143 * xdisp.c: Include "gtkutil.h" if USE_GTK.
11144 * xterm.h (x_set_frame_alpha): Declare.
11145
111462008-07-28 Jan Djärv <jan.h.d@swipnet.se>
11147
11148 * gtkutil.c (menu_nav_ended): Revert change from 2008-07-24.
11149 (create_menus): Connect selection-done to menu_nav_ended.
11150
111512008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
11152
11153 * nsfns.m (x-create-frame): Add copy of parms argument to beginning.
11154 Set Vx_resource_name to a fallback. Replace read of 'buffered'
11155 parameter with read of 'alpha' one.
11156 (Qns_frame_parameter): Remove.
5582fbc7 11157 * nsselect.m (selection-coding-system)
aac0c6e3
MR
11158 (next-selection-coding-system, Vselection_coding_system)
11159 (Vnext_selection_coding_system): Drop.
11160
111612008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
11162
11163 * nsfns.m (do-applescript, do_applescript): Rename to
11164 ns-do-applescript, ns_do_applescript, and move within file.
11165
111662008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
11167
11168 Remove support for Mac Carbon.
11169 * mactoolbox.c:
11170 * macterm.h:
11171 * macterm.c:
11172 * macselect.c:
11173 * macmenu.c:
11174 * macgui.h:
11175 * macfns.c:
11176 * mac.c: Remove file.
11177 * s/darwin.h:
11178 * m/intel386.h:
11179 * xfaces.c:
11180 * xdisp.c:
11181 * window.c:
11182 * tparam.c:
11183 * termhooks.h:
11184 * termcap.c:
11185 * term.c:
11186 * syssignal.h:
11187 * sysselect.h:
11188 * sysdep.c:
11189 * process.c:
11190 * lread.c:
11191 * lisp.h:
11192 * keyboard.c:
11193 * image.c:
11194 * fringe.c:
11195 * frame.h:
11196 * frame.c:
11197 * fontset.c:
11198 * font.h:
11199 * font.c:
11200 * fns.c:
11201 * fileio.c:
11202 * emacs.c:
11203 * dispnew.c:
11204 * dispextern.h:
11205 * config.in:
11206 * atimer.c:
2ae37cf0 11207 * Makefile.in: Remove code for Carbon.
aac0c6e3 11208
f0131492 112092008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aac0c6e3
MR
11210
11211 * macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.
11212
112132008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11214
11215 * macterm.h (kCGBitmapByteOrder32Host): New define for
11216 non-universal SDKs.
11217
11218 * image.c (mac_create_cg_image_from_image, image_load_image_io)
11219 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
11220
11221 * macterm.c (XDrawLine, XCreatePixmapFromBitmapData)
11222 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
11223
112242008-07-26 David Robinow <drobinow@gmail.com> (tiny change)
11225
11226 * w32inevt.c: Include dispextern.h.
11227
112282008-07-26 Andreas Schwab <schwab@suse.de>
11229
11230 * print.c (print_object): Fix off-by-one in last change.
11231
112322008-07-25 Juanma Barranquero <lekktu@gmail.com>
11233
11234 * term.c (syms_of_term): Don't initialize default_orig_pair,
11235 default_set_foreground and default_set_background on Windows.
11236
112372008-07-25 Jason Rumney <jasonr@gnu.org>
11238
11239 * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to
11240 ScriptItemize. Clean up return value checking. Remove unused
11241 variables.
11242 (uniscribe_encode_char): Encode non-BMP characters with uniscribe
11243 shaping engine.
11244
11245 * w32font.c (w32font_has_char): Handle the case where we can't
11246 determine the script for a character.
11247
112482008-07-25 Chong Yidong <cyd@stupidchicken.com>
11249
11250 * term.c (syms_of_term): Initialize default_orig_pair,
11251 default_set_foreground, and default_set_background.
11252
11253 * getloadavg.c (nl): Rename to name_list to avoid ncurses.h
11254 clash (bug#86).
11255 (getloadavg): Callers changed.
11256
11257 * image.c (svg_load_image): Fix last change.
11258 (svg_load_image): Use rsvg_handle_get_dimensions to check that
11259 image size is valid. Use g_object_unref instead of deprecated
11260 rsvg_handle_free to free rsvg handle.
11261 (x_from_xcolors): Don't initialize pixmap (silence compiler).
11262
112632008-07-25 Jason Rumney <jasonr@gnu.org>
11264
11265 * w32font.c (w32font_encode_char): Encode characters outside BMP as
11266 surrogates before looking up glyph index.
11267 (w32font_text_extents): Encode as surrogates if falling back to
11268 functions that need UTF-16 wide chars.
11269
11270 * w32uniscribe.c (uniscribe_encode_char): Encode characters outside
11271 BMP as surrogates before looking up glyph index.
11272
112732008-07-25 Chong Yidong <cyd@stupidchicken.com>
11274
11275 * image.c (svg_load_image): Check for failure in return value of
11276 rsvg_handle_get_pixbuf. Free rsvg handle when done.
11277
112782008-07-25 Jason Rumney <jasonr@gnu.org>
11279
11280 * w32font.c (Fx_select_font): Reverse sense of second arg.
11281
112822008-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
11283
11284 * syntax.c (struct lisp_parse_state, char_quoted, inc_bytepos)
11285 (dec_bytepos, find_defun_start): Use EMACS_INT for buffer positions.
11286
11287 * puresize.h (PURESIZE_CHECKING_RATIO): New macro.
11288 (PURESIZE): Use it.
11289
112902008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
11291
11292 * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs.
11293 * m/alpha.h (TEXT_END):
11294 * m/ibmrs6000.h (TEXT_END):
11295 * m/macppc.h (TEXT_END):
11296 * s/darwin.h (TEXT_END):
11297 * s/msdos.h (TEXT_END): Remove, unused.
11298 * s/gnu-linux.h (BSD_PGRPS): Add a comment.
11299 * s/cygwin.h: Remove comment.
11300
11301 * ecrt0.c (NODOT_GLOBAL_START): Remove code, unused.
11302 (DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES.
11303 * m/intel386.h (DOT_GLOBAL_START):
11304 * m/vax.h (DOT_GLOBAL_START): Remove, redundant with CRT0_DUMMIES.
11305 (USG): Remove, file not used on USG platforms.
11306
11307 * Makefile.in (HAVE_X11): Remove empty #else.
11308
113092008-07-24 Andreas Schwab <schwab@suse.de>
11310
11311 * fileio.c (Finsert_file_contents): Properly adjust undo list
11312 after format conversion.
11313
113142008-07-24 Jan Djärv <jan.h.d@swipnet.se>
11315
11316 * gtkutil.c (xg_get_font_name): Cast w to GTK_FONT_SELECTION_DIALOG.
11317 (menu_nav_ended): Remove.
11318 (create_menus): Remove signal connect for menu_nav_ended.
11319 (xg_update_menubar): Also take deactivate_cb as parameter, pass it to
11320 create_menus.
11321 (xg_modify_menubar_widgets): Pass deactivate_cb to xg_update_menubar.
11322
113232008-07-23 Jason Rumney <jasonr@gnu.org>
11324
11325 * w32font.c (w32_enumfont_pattern_entity): Return height consistent
11326 with opened font.
11327 (w32font_open): Set font type to gdi.
11328
11329 * w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
11330
113312008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
11332
11333 * s/usg5-4.h (ADDR_CORRECT): Remove, unused.
11334 * unexaix.c (ADDR_CORRECT): Remove conditional, the only user
11335 defines it.
11336 * unexec.c (ADDR_CORRECT): Define unconditionally.
11337
11338 * m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
11339
11340 * unexec.c: Remove code depending on !COFF and USG, the file is
11341 not used for such systems.
11342
11343 * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK):
11344 * s/freebsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, unused.
11345 (LD_SWITCH_SYSTEM_1): Remove, update users.
11346
11347 * s/darwin.h (DATA_END):
11348 * m/intel386.h (DATA_END):
11349 * m/ibmrs6000.h (DATA_END):
11350 * m/alpha.h (DATA_END): Remove, unused.
11351
11352 * config.in: Regenerate.
11353 * s/ms-w32.h (subprocesses): Define unconditionally.
11354 * s/template.h (subprocesses): Update comment.
11355 * s/vms.h (subprocesses):
11356 * s/usg5-4.h (subprocesses):
11357 * s/hpux10-20.h (subprocesses):
11358 * s/gnu-linux.h (subprocesses):
11359 * s/cygwin.h (subprocesses):
11360 * s/bsd-common.h (subprocesses):
11361 * s/aix4-2.h (subprocesses):
11362 * s/darwin.h (subprocesses): Do not define, defined by default now.
11363
11364 * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
11365 Remove all references.
11366 (temacs): Add GNUstep specific ld flags.
11367
11368 * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing,
11369 similarly to what X does.
11370
113712008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
11372
11373 * nsfns.m (x-list-fonts): Remove.
11374 (syms_of_nsfns): Drop the x-list-fonts declaration.
11375 * nsterm.m: Get rid of remaining "//" comments.
11376
113772008-07-22 Chong Yidong <cyd@stupidchicken.com>
11378
11379 * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix.
11380
11381 * nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p)
11382 (Fx_get_selection_internal, Fns_rotate_cut_buffers_internal)
11383 (Fns_own_selection_internal, Fx_disown_selection_internal)
11384 (Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal):
11385
11386 * nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /*
11387 ... */' style of docstrings. Doc fixes.
11388
113892008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
11390
11391 * terminfo.c (UP, BC, PC): Undo previous change.
11392
11393 * nsfns.m: Rename ns prefixed functions/variables to the
11394 corresponding x versions. Update references.
11395
113962008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
11397
11398 * syntax.c (char_quoted): Check "charpos > beg" before decrementing.
11399
114002008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
11401
11402 * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines):
11403 Remove forwarding functions.
11404 (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make
11405 non-static.
11406 (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make
11407 non-static.
11408 (ns_frame_parm_handlers): Use the new names.
11409 (syms_of_nsfns): Move to the end of file.
11410
11411 * nsterm.m (syms_of_nsterm): Move to the end of file.
11412
11413 * dispnew.c (init_display): Remove code for X10.
11414
114152008-07-22 Jason Rumney <jasonr@gnu.org>
11416
11417 * w32proc.c (Fw32_long_file_name): Don't append dir separator to
11418 bare drive.
11419
114202008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
11421
11422 * nsterm.m (syms_of_nsterm): Remove debugging println.
11423
114242008-07-22 David Reitter <david.reitter@gmail.com>
11425
11426 * nsfns.m (do_applescript, F_do_applescript): NS version of the
11427 Carbon implementation of the same functionality: execute arbitrary
11428 AppleScript code.
11429
114302008-07-21 Adrian Robert <Adrian.B.Robert@gmail.com>
11431
11432 * nsfns.m (Fx_create_frame, Fx_read_file_name, Fx_get_resource)
11433 (Fx_set_resource, Fx_set_alpha, Fx_server_max_request_size)
11434 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
11435 (Fx_display_mm_height, Fx_display_mm_width)
11436 (Fx_display_backing_store, Fx_display_visual_class)
11437 (Fx_display_save_under, Fx_open_connection)
11438 (Fx_close_connection, Fx_hide_emacs, Fx_font_name)
11439 (Fx_list_colors, Fx_perform_service, Fx_color_defined_p)
11440 (Fx_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
11441 (Fx_display_pixel_width, Fx_display_pixel_height)
11442 (Fx_display_usable_bounds, Fx_display_planes)
11443 (Fx_display_color_cells, Vns_icon_type_alist): Change to use 'doc: /*
11444 ... */' style of docstrings.
11445
114462008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
11447
11448 * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used
11449 on this platform.
11450 (mips):
11451 * m/iris4d.h (mips): Do not define.
11452 * sysdep.c (init_sys_modes): Use __mips__ instead of mips.
11453
11454 * m/ibmrs6000.h (LD_SWITCH_SITE): Remove.
11455
11456 * image.c:
11457 * nsfns.m:
11458 * nsselect.m:
11459 * nsterm.h:
11460 * nsterm.m: Rename ns prefixed functions/variables to the
11461 corresponding x versions. Update references.
11462
11463 * m/ibms390x.h (NO_REMAP): Do not undefine.
11464
11465 * m/amdx86-64.h: Use SOLARIS2 instead of sun.
11466
114672008-07-21 Chong Yidong <cyd@stupidchicken.com>
11468
11469 * nsfns.m: Change NS to Nextstep in docstrings and error messages.
11470 (Fns_create_frame, Fns_read_file_name, Fns_get_resource)
11471 (Fns_set_resource, Fns_set_alpha, Fns_server_max_request_size)
11472 (Fns_server_vendor, Fns_server_version, Fns_display_screens)
11473 (Fns_display_mm_height, Fns_display_mm_width)
11474 (Fns_display_backing_store, Fns_display_visual_class)
11475 (Fns_display_save_under, Fns_open_connection)
11476 (Fns_close_connection, Fns_hide_emacs, Fns_font_name)
11477 (Fns_list_colors, Fns_perform_service, Fns_color_defined_p)
11478 (Fns_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
11479 (Fns_display_pixel_width, Fns_display_pixel_height)
11480 (Fns_display_usable_bounds, Fx_display_planes)
11481 (Fns_display_color_cells, Vns_icon_type_alist): Doc fixes.
11482
114832008-07-21 Ami Fischman <ami@fischman.org> (tiny change)
11484
11485 * print.c (print_object): Check print_depth before searching for
11486 circularities.
11487
114882008-07-21 Michael Albinus <michael.albinus@gmx.de>
11489
11490 * dbusbind.c (Fdbus_register_signal): Use sprintf + strcat instead
11491 only sprintf.
11492
114932008-07-21 Kenichi Handa <handa@m17n.org>
11494
11495 * ftfont.c (adjust_anchor): Check if DeltaValue is not NULL.
11496
114972008-07-20 Andreas Schwab <schwab@suse.de>
11498
11499 * syntax.c (find_start_pos, find_start_value)
11500 (find_start_value_byte, find_start_begv, find_defun_start)
11501 (back_comment, scan_sexps_forward): Use EMACS_INT for buffer positions.
11502
115032008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
11504
11505 * s/sol2-3.h: Insert contents of s/sol2.h.
11506 (LD_SWITCH_SYSTEM): Remove redundant definition.
11507 * s/sol2.h: Remove, unused.
11508
115092008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
11510
11511 * nsterm.m (ns_get_color): Recognize HSB,AHSB be synonyms for HSV,AHSV.
11512
115132008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
11514
11515 * Makefile.in (ns_appdir): Fix typo in find command.
11516
115172008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
11518
11519 * m/intel386.h (NO_REMAP): Do no define for USG, not used.
11520
11521 * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
11522 added not supported anymore.
11523
11524 * s/usg5-4-2.h (LIBS_SYSTEM):
11525 * s/sol2.h (LIBS_SYSTEM): Do not undefine.
11526
11527 * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF):
11528 * s/lynxos.h (GETPGRP_NO_ARG):
11529 * s/hpux10-20.h (NO_SIOCTL_H):
11530 * s/gnu.h (GETPGRP_NO_ARG):
11531 * s/gnu-linux.h (NO_SIOCTL_H):
11532 * s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF):
11533 * s/cygwin.h (GETPGRP_NO_ARG):
11534 * s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused.
11535 (C_DEBUG_SWITCH): Remove duplicate definition.
11536
11537 * m/ibms390.h: Remove boilerplate comments.
11538
11539 * sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4.
11540
11541 * process.c (HAVE_SERIAL): Consolidate ifdefs.
11542 (wait_reading_process_output): Remove code for SunOS, platform not
11543 supported anymore. Use SOLARIS2 instead of sun.
11544
115452008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
11546
11547 * font.c (font_open_by_name): Under NS, default lface height to zero.
11548 (font_open_for_lface): Under NS, set size based on frame fontsize.
11549 * nsterm.m (EmacsView-changeFont:): Remove some commented code.
11550 * frame.c (x_set_frame_parameters): Remove HAVE_NS ifdef.
11551
115522008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
11553
11554 * nsterm.m (ns_antialias_text, ns_use_qd_smoothing)
11555 (ns_use_system_highlight_color): Switch these from DEFVAR_BOOL to
11556 DEFVAR_LISP and change all code accordingly to use Qt/Qnil instead of
11557 YES/NO.
11558 * nsterm.h (prevUseHighlightColor): Make a Lisp_Object.
11559 * nsfont.m (nsfont_draw): Treat ns_use_qd_smoothing as Lisp_Object.
11560 * Makefile.in (clean): Clear out build destination dir.
11561
115622008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
11563
11564 * Makefile.in (nsgui.h-related dependencies): Remove abbrev, xfns,
11565 xterm, xselect.
11566 * lisp.h: Remove declaration of hash_remove.
11567 * nsgui.h: Remove redefinitions of hash_remove.
11568 * fns.c (hash_remove): Rename to hash_remove_from_table.
11569
115702008-07-19 Seiji Zenitani <zenitani@mac.com>
11571
11572 * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font):
11573 strdup() the family UTF8String before modifying it.
11574
115752008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
11576
11577 * nsterm.m (ns_maybe_dumpglyphs_background): Compare result from
11578 NS_FACE_BACKGROUND with 0 instead of nil.
11579 * nsfont.m (nsfont_draw): Same.
11580
115812008-07-19 Chong Yidong <cyd@stupidchicken.com>
11582
11583 * nsfns.m (ns_set_background_color): Fix crash.
11584
115852008-07-18 Chong Yidong <cyd@stupidchicken.com>
11586
11587 * Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
11588
115892008-07-18 Dan Nicolaescu <dann@ics.uci.edu>
11590
11591 * puresize.h (BASE_PURESIZE): Increase to 1240000.
11592
115932008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11594
11595 * gtkutil.c: Include <config.h> instead of "config.h".
11596
11597 * lisp.h (Foverlay_buffer): Add EXFUN.
11598
11599 * process.c (create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
11600 child process to complete child_setup. Undo 2005-09-21 change.
11601
11602 * s/darwin.h: Mention setsid after vfork.
11603
116042008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11605
11606 * Makefile.in (frame.o, keyboard.o, xdisp.o, xfaces.o):
11607 Depend on macgui.h.
11608
11609 * macfns.c (Fx_server_version): Don't use gestaltSystemVersionMajor,
11610 gestaltSystemVersionMinor, or gestaltSystemVersionBugFix.
11611
11612 * macterm.c (keycode_to_xkeysym_table): Add entries for f17, f18,
11613 and f19.
11614 [MAC_OSX] (fn_keycode_to_keycode_table): Likewise.
11615
11616 * macterm.h (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
11617 (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
11618 Remove enumerators.
11619
11620 * mactoolbox.c [USE_MAC_TSM] (mac_handle_text_input_event):
11621 Check if FACE_FROM_ID returns NULL.
11622
116232008-07-17 David Robinow <drobinow@gmail.com> (tiny change)
11624
11625 * w32inevt.c (change_frame_size): Remove extern declaration.
11626 (resize_event, maybe_generate_resize_event): Pass SAFE arg to
11627 change_frame_size.
11628
116292008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
11630
11631 * getloadavg.c: Revert last change (2008-07-15).
11632
116332008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
11634
11635 * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables
362654a6 11636 set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc set
aac0c6e3
MR
11637 from configure.
11638
116392008-07-17 Dan Nicolaescu <dann@ics.uci.edu>
11640
11641 * s/sol2.h:
11642 * s/sol2-4.h: Reorganize conditionals.
11643
11644 * ecrt0.c: Remove code depending on m68000, not used anymore.
11645
11646 * fns.c (hash_remove): Make static.
11647 * lisp.h (hash_remove): Don't prototype.
11648
11649 * m/ibmrs6000.h:
11650 * m/ibms390x.h:
11651 * m/macppc.h: Remove boilerplate comments.
11652
11653 * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on
11654 Solaris, which does not need them.
11655
11656 * m/vax.h: Remove comments about unsupported systems.
11657
11658 * s/darwin.h: Reorganize ifdefs.
11659
116602008-07-17 Andreas Schwab <schwab@suse.de>
11661
11662 * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
11663
116642008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
11665
11666 Use SDATA. Follow coding convention of placing operators at
11667 beginning of next line rather than end of previous line, and placing
11668 spaces around infix operators.
11669
11670 * Makefile.in: Undef LIB_STANDARD before defining it to silence warning
11671 in case it was defined already.
11672 USE @GNUSTEP_MAKEFILES@ rather than envvars.
11673 * nsterm.m (ns_term_init): Pass Qt and Qnil rather than YES/NO to
11674 ns_default.
11675 (applicationShouldTerminate, setValuesFromPanel): Use EQ to compare
11676 Lisp_Objects.
11677 * nsterm.h (Fx_display_grayscale_p, Fx_display_planes)
11678 (ns_defined_color, ns_color_to_lisp): Declare.
11679 * nsselect.m (ns_handle_selection_request, ns_handle_selection_clear)
11680 (Fns_own_selection_internal): Make the big ugly hack more explicit, so
11681 it's accepted even with USE_LISP_UNION_TYPE.
11682 * nsmenu.m (ns_update_menubar): Use EQ to compare Lisp_Objects.
11683 (update_frame_tool_bar): Remove apparently obsolete tests for
11684 non-integerness of f->tool_bar_lines.
11685 (windowShouldClose, addButton, clicked, runDialogAt): Make the big ugly
11686 hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE.
11687 * nsfont.m (nsfont_driver): Use just 0 rather than an invalid cast.
11688 (nsfont_open): Don't confuse NULL for Qnil.
11689 * nsfns.m (ns_implicitly_set_icon_type): Use EQ to compare Lisp_Objects.
11690 * menu.h (find_and_call_menu_selection):
11691 * menu.c (find_and_call_menu_selection): Use just int for vector size.
11692 (find_and_return_menu_selection): Always return something.
11693 * frame.h: Include dispextern.h for Display_Info.
11694 (display_x_get_resource): Declare.
11695
116962008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
11697
11698 * syntax.c: Remove stdio.h include accidentally introduced in
11699 Emacs.app commit.
11700 * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
11701 NS_IMPL_COCOA.
11702 * keyboard.c (handle_async_input, input_available_signal): Remove
11703 BSD4_1 conditional code, introduced accidentally in Emacs.app commit.
11704
117052008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
11706
11707 * nsterm.m (lisp_to_mod): Use parse_solitary_modifier instead.
11708 (ns_lisp_to_color): Don't mess with internal Lisp data fields.
11709 (ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts):
11710 Use SDATA.
11711
11712 * keymap.c: Remove all NS-specific code.
11713 (where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
11714 (preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
11715 where_is_preferred_modifier, return a different value depending on how
11716 preferred is the binding.
11717 (where_is_internal): Adjust accordingly.
11718 (Fwhere_is_internal): Refresh where_is_preferred_modifier.
11719 Adjust to new preferred_sequence_p.
11720 (syms_of_keymap): Declare `where-is-preferred-modifier'.
11721 * keyboard.c (parse_solitary_modifier): Not static any more.
11722 * keyboard.h (parse_solitary_modifier): Declare.
11723
117242008-07-16 Andreas Schwab <schwab@suse.de>
11725
11726 * Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
11727 of easymenu.
11728
117292008-07-16 Chong Yidong <cyd@stupidchicken.com>
11730
11731 * xdisp.c (move_it_in_display_line): Account for word wrap, so
11732 that we don't move off the line.
11733
117342008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
11735
11736 * keyboard.c (Qsuper): Remove.
11737 (parse_menu_item): Don't call where_is_internal specially for NS.
11738
117392008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
11740
11741 * s/gnu-linux.h: Remove boilerplate comments.
11742
11743 * m/alpha.h (__ELF__): Consolidate conditions.
11744
11745 * m/m68k.h (linux): Use GNU_LINUX instead.
11746 Remove boilerplate comments.
11747
11748 * m/intel386.h: Undo refactoring from previous change.
11749 (LIB_STANDARD): All systems that define USG define LIB_STANDARD
11750 too, remove dead code.
11751 (linux): Use GNU_LINUX instead.
11752
117532008-07-16 Jason Rumney <jasonr@gnu.org>
11754
11755 * w32gui.h: Repeat 26 June changes lost by last change.
11756
117572008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
11758
11759 * systty.h: Remove code for Aix on 386, unsupported platform.
11760
11761 * s/ms-w32.h: Remove boilerplate comments.
11762 (fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused.
11763
11764 * s/gnu-linux.h (TERM): Remove support.
11765 (HAVE_SYSVIPC): Remove, unused.
11766 (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
11767 for this system.
11768
11769 * process.c: Remove support for IRIS, unused.
11770 Remove support for TERM, not relevant anymore.
11771
11772 * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
11773 used with the definition.
11774
11775 * s/aix4-2.h (static): Do not undef.
11776
11777 * m/ibmrs6000.h: Remove code depending on USG5_4, this file is
11778 only used on Aix.
11779 (HAVE_SYSVIPC): Remove, unused.
11780
11781 * m/hp800.h (CANNOT_DUMP): Do not undef.
11782
11783 * m/alpha.h: Fix comment.
11784
11785 * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
11786 (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
11787 used by this configuration.
11788 * emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
11789 * unexec.c: Remove code depending on HPUX and
11790 USG_SHARED_LIBRARIES, not used with this file. Remove code
11791 depending on IRIS, unused. Remove if 0-ed code.
11792
11793 * s/template.h: Remove comments about static.
11794
11795 * sysdep.c: Remove code depending on NEED_PTEM_H, unused.
11796 Remove if 0-ed code.
11797 (baud_convert): Don't depend on BAUD_CONVERT, all definitions the
11798 were the same as the default.
11799 * s/vms.h (BAUD_CONVERT): Remove, same as the default.
11800 Remove boilerplate comments.
11801 * s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
11802 (HAVE_SYSVIPC): Remove, unused.
11803 (LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.
11804
11805 * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
11806 Remove boilerplate comments.
11807 * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
11808 Remove boilerplate comments.
11809 * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
11810 Remove boilerplate comments.
11811 * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
11812
11813 * m/intel386.h (DATA_SEG_BITS): Remove definitions, only used on
11814 USG systems which do not use DATA_SEG_BITS.
11815 Refactor code. Remove boilerplate comments.
11816
11817 * m/ibms390.h:
11818 * m/m68k.h:
11819 * s/bsd-common.h:
11820 * s/cygwin.h:
11821 * s/darwin.h:
11822 * s/freebsd.h:
11823 * s/gnu.h:
11824 * s/msdos.h: Remove boilerplate comments.
11825
11826 * m/iris4d.h: Remove boilerplate comments and code for systems that
6873acca 11827 do not use this file.
aac0c6e3
MR
11828 (IRIS_4D): Remove, unused.
11829
11830 * m/mips.h: Remove boilerplate comments and code for systems that
6873acca 11831 do not use this file.
aac0c6e3
MR
11832 (SIGN_EXTEND_CHAR):
11833 * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
11834 * unexmips.c: Remove file, unused.
11835
11836 * editfns.c (Fuser_full_name): Replace the only use of
11837 USER_FULL_NAME with its value.
11838 * config.in: Regenerate.
11839
118402008-07-16 David Reitter <david.reitter@gmail.com>
11841
11842 * Makefile.in: Add ns-win, ns-carbon-compat, easy-mmode and
11843 easy-menu to SOME_MACHINE_LISP for the new NeXTstep port.
11844
118452008-07-16 Glenn Morris <rgm@gnu.org>
11846
11847 * emacs.c (system-type): Doc fix.
11848
118492008-07-15 Stefan Monnier <monnier@iro.umontreal.ca>
11850
11851 * keyboard.c (parse_menu_item): Don't use cachelist, even under NS.
11852 If the cache doesn't work, let's fix it, rather than work around it.
11853
118542008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
11855
11856 * Makefile.in: Correct additions for nsfont.o in last commit.
11857 * nsfont.m: New file (forgot last commit).
11858
118592008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
11860
11861 * callproc.c (set_initial_environment): Initialize
11862 Vprocess_environment under CANNOT_DUMP (fixes crash when
11863 batch-compiling for bootstrap).
11864
118652008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
acd0102a 11866 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aac0c6e3
MR
11867
11868 (make_initial_frame): Call init_frame_faces(f) in CANNOT_DUMP case --
11869 fix crash due to different init order.
11870
118712008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
11872
11873 Changes and additions for NeXTstep windowing system (Cocoa and
11874 GNUstep) support.
11875
11876 * Makefile.in:
11877 * config.in: Support defines and build commands for NS port.
11878 * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
11879 (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G.
11880 * dispextern.h: Include nsgui.h and add needed typedefs under NS
11881 windowing.
11882 (struct face): Add synth_ital field.
11883 * dispnew.c: Include nsterm.h when compiling under NS windowing.
11884 (init_display): Initialize Vinitial_window_system to "ns" when so
11885 compiled.
11886 * emacs.c: Include GSConfig.h when compiling under GNUstep.
11887 (display_arg): Use under NS.
11888 (main): Under NS, allocate autorelease pool and handle command line
11889 args. Move syms_of_xmenu() call under #ifdef HAVE_X_WINDOWS.
11890 (standard_args): Add NS-specific args.
11891 (shut_down_emacs): Shut down NS terminal if compiled under NS.
11892 * font.c (DEFAULT_ENCODING): New variable.
11893 (font_find_for_lface): Use it.
11894 (syms_of_font): Load syms_of_nsfont under NS.
11895 * font.h: Declare nsfont_driver when compiled under NS.
11896 * fontset.c: When compiling under NS, include nsterm.h.
11897 (fontset_from_font): Autoconstruct fontset under NS.
11898 * frame.c (various): Under NS, include nsterm.h, add Qns window system
11899 symbol, document and use it.
11900 (do_switch_frame): When for_deletion under Cocoa, add
11901 Fraise_frame(Qnil).
11902 (x_set_frame_parameters): Ensure font attribute changes are picked up.
11903 (x_get_arg): Allow "yes" and "no" as boolean values.
11904 (syms_of_frame): Declare Qns. Init Vdefault_frame_scroll_bars to
11905 Qright under Cocoa.
11906 (focus-follows-mouse): Default to 0 under NS.
11907 * frame.h (enum output_method): Add output_ns.
11908 (external_tool_bar, external_menu_bar, FRAME_EXTERNAL_TOOLBAR)
11909 (FRAME_EXTERNAL_MENU_BAR): Use under NS.
11910 (FRAME_WINDOW_P): NS-specific definition.
11911 * fringe.c (max_used_fringe_bitmap): Make public.
11912 * getloadavg.c (mach/mach.h): Include it under NeXT descendant OS's.
11913 (getloadavg): Use NeXT code under descendant OS's.
11914 * image.c (includes and header section, x_create_bitmap_from_data)
11915 (x_create_bitmap_from_file, free_bitmap_record, image_background)
11916 (image_background_transparent, x_clear_image_1)
11917 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
11918 (Create_Pixmap_From_Bitmap_Data, xpm_load_image, lookup_rgb_color)
11919 (x_to_xcolors, x_from_xcolors, x_disable_image)
11920 (x_build_heuristic_mask, syms_of_image): Add NS support parallel to
11921 other GUIs, including XPM support using code originally written for
11922 Carbon GUI.
11923 (png_load, jpeg_load, tiff_load, gif_load): Add implementations
11924 using NS API.
11925 (image_ascent): Use font metrics macros instead of direct struct field
11926 access.
11927 * keyboard.c (includes): Add nsterm.h when compiling under NS.
11928 (kbd_buffer_get_event): Handle NS as other GUI windowing systems.
11929 Also, handle NS as GTK for menu bar purposes.
11930 (make_lispy_event): Handle NS as other GUI windowing systems, and as X
11931 toolkit where they differ.
11932 (parse_menu_item): Prefer keybindings using 'super' modifier. Also,
11933 use cachelist, still needed under NS.
11934 * keyboard.h (ENCODE_MENU_STRING, XtPointer, Boolean): Handle as NTGUI.
11935 (struct widget_value): Define it here for menu.c.
11936 * keymap.c (includes): Include modifier internals.
11937 (lisp_to_mod, modifier_sequence_p): New functions, compiled only under
11938 NS.
11939 (where_is_internal, Fwhere_is_internal): When compiled under NS, add
11940 support for preferring sequences using certain modifiers, specified by
11941 the FIRSTONLY argument.
11942 * lisp.h (hash_remove): Rename to avoid name clash when compiling
11943 under NS GNUstep implementation.
11944 (USE_LSB_TAG): Use it under Cocoa when compiling under NS.
11945 * lread.c (init_lread): Treat NS as HAVE_CARBON for turn_off_warning.
11946 * menu.c: Include nsterm.h under NS.
11947 (single_menu_item, parse_single_submenu, xmalloc_widget_value)
11948 (free_menubar_widget_tree_value, update_submenu_strings)
11949 (find_and_call_menu_selection): Treat NS as X and NT.
11950 (find_and_return_menu_selection): New function, used for popup menus.
11951 * nsgui.h:
11952 * nsterm.h:
11953 * nsfns.m:
11954 * nsimage.m:
11955 * nsmenu.m:
11956 * nsselect.m:
11957 * nsterm.m: New files.
11958 * process.c (wait_reading_process_output): Under NS, call ns_select()
11959 instead of plain select().
11960 * syntax.c (char_quoted): Under NS, avoid a crash when called near
11961 beginning of buffer.
11962 * sysselect.h (init_process): Rename when compiling under Cocoa to
11963 avoid name conflict.
11964 * termhooks.h (display_info): Add ns_display_info to union.
11965 * terminal.c (Fterminal_live_p): Add ns to terminal types.
11966 * terminfo.c (UP, BC, PC): Don't declare when compiling under NS in
11967 COCOA environment.
11968 * unexnext.c: Update to work with mach API on Mac OS X, and to use new
11969 unexec() signature. (Note, this will dump, but the resulting file
11970 crashes; unexosx is used instead; keeping around for reference and
11971 possible aid in getting dump working under GNUstep.)
11972 * w32gui.h (button_type, widget_value): Remove definitions (now in
11973 keyboard.h).
11974 * window.c: Include nsterm.h when compiling under NS.
11975 * xdisp.c (includes): Include nsterm.h when compiling under NS.
11976 (set_frame_menubar, update_menu_bar, display_menu_bar): Handle NS as
11977 other GUI windowing systems.
11978 (update_tool_bar, redisplay_tool_bar, redisplay_window): Handle NS as
11979 GTK.
11980 (x_consider_frame_title): Under NS, set icon type and frame
11981 modified-state indicator; use ns_set_name_as_filename() when using
11982 formatted title.
11983 (update_window_cursor): Make public when compiling under NS.
11984 (display_hourglass_p, syms_of_xdisp, hourglass_shown_p)
11985 (hourglass_atimer, Vhourglass_delay
11986 * xfaces.c (header section, init_frame_faces, clear_font_table)
11987 (defined_color, unload_color, x_face_list_fonts)
11988 (prepare_face_for_display): Add NS support parallel to other GUIs.
11989 Emulate GCs like other non-X GUIs.
11990 (split_font_name): Don't lowercase font name under NS.
11991 (merge_face_ref, Finternal_set_lisp_face_attribute): Support stippling
11992 under NS.
11993 * s/darwin.h: Add support for compilation under NS.
11994
119952008-07-15 Jason Rumney <jasonr@gnu.org>
11996
11997 * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
11998 (w32_show_hourglass): Rename from show_hourglass.
11999 (w32_hide_hourglass): Rename from hide_hourglass.
12000 (DEFAULT_HOURGLASS_DELAY): Revert from last change.
12001 (Vhourglass_delay): Declare extern.
12002 (hourglass_started): Remove.
12003
12004 * xdisp.c (Vhourglass_delay): Remove static.
12005 (hourglass_started, start_hourglass, cancel_hourglass):
12006 Don't include these versions on WINDOWSNT.
12007
120082008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
12009
12010 * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern
12011 variables (formerly in xfns.c).
12012 (show_hourglass, hide_hourglass): New prototypes (same).
12013 * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer)
12014 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly
12015 in xfns.c).
12016 (syms_of_xdisp): Declare/initialize display-hourglass,
12017 hourglass-delay. Initialize hourglass_atimer, hourglass_shown_p.
12018 (hourglass_started, start_hourglass, cancel_hourglass): New functions,
12019 formerly in xfns.c.
12020 * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
12021 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
12022 (start_hourglass, cancel_hourglass): Remove.
12023 (show_hourglass, hide_hourglass): Remove prototypes and static
12024 modifiers.
12025 (syms_of_xfns): Remove display-hourglass, hourglass-delay,
12026 hourglass_atimer, hourglass_shown_p declaration/initialization.
12027 * macfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
12028 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
12029 (start_hourglass, cancel_hourglass): Remove.
12030 (show_hourglass, hide_hourglass): Remove prototypes and static
12031 modifiers.
12032 (syms_of_macfns): Remove display-hourglass, hourglass-delay,
12033 hourglass_atimer, hourglass_shown_p declaration/initialization.
12034 * w32fns.c (display_hourglass_p, Vhourglass_delay)
12035 (DEFAULT_HOURGLASS_DELAY): Remove.
12036 (syms_of_w32fns): Remove display-hourglass, hourglass-delay,
12037 hourglass_shown_p declaration/initialization.
12038
120392008-07-14 Jason Rumney <jasonr@gnu.org>
12040
12041 * w32fns.c (w32_get_arg): Remove wrapper function.
12042 (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg
12043 directly.
12044 (Fx_create_frame): Sync with xfns.c. Use x_get_arg directly.
12045
120462008-07-14 Kenichi Handa <handa@m17n.org>
12047
12048 * xfont.c (xfont_open): Add workaround for X's bug.
12049
120502008-07-14 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
12051
12052 * fontset.c: Include <stdio.h> unconditionally.
12053
120542008-07-13 Michael Albinus <michael.albinus@gmx.de>
12055
12056 * dbusbind.c (Fdbus_register_signal): Allow also signal arguments
12057 for filtering.
12058
120592008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
12060
12061 * s/vms.h: Use __GNUC__ instead of _GNUC_.
12062
12063 * m/macppc.h:
12064 * m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals.
12065
12066 * m/ibms390x.h (XINT, XUINT): Don't define, same as the default
12067 (SPECIAL_EMACS_INT):
12068 * m/ia64.h (SPECIAL_EMACS_INT):
12069 * m/amdx86-64.h (SPECIAL_EMACS_INT):
12070 * s/gnu.h (NLIST_STRUCT):
12071 * s/aix4-2.h (X11R5_INHIBIT_I18N):
12072 * s/gnu-linux.h (LINUX):
12073 * s/msdos.h (HAVE_FACES):
12074 * s/ms-w32.h (HAVE_FACES): Don't define, unused.
12075
12076 * systty.h:
12077 * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
12078 anymore.
12079
120802008-07-12 Dan Nicolaescu <dann@ics.uci.edu>
12081
12082 * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was
12083 always defined as int.
12084
12085 * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
12086 * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
12087 * s/gnu-linux.h (HAVE_WAIT_HEADER):
12088 * s/freebsd.h (HAVE_WAIT_HEADER):
12089 * s/bsd-common.h (HAVE_UNION_WAIT):
12090 * s/aix4-2.h (HAVE_WAIT_HEADER):
12091 * m/mips.h (HAVE_UNION_WAIT):
12092 * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
12093 (COFF, static): Do not define, they are undefined later in the file.
12094
12095 * process.c (update_status): Don't use a union.
12096 (status_convert):
12097 (sigchld_handler): Use int instead of WAITTYPE.
12098
120992008-07-12 Chong Yidong <cyd@stupidchicken.com>
12100
12101 * indent.c (Fvertical_motion): Restore hscroll before moving to
12102 goal column.
12103
121042008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
12105
12106 * lisp.h: Remove left over code.
12107
121082008-07-11 Andreas Schwab <schwab@suse.de>
12109
12110 * lisp.h: Fix logic in last change.
12111
12112 * menu.h: New file.
12113 * menu.c: Include it.
12114 * xmenu.c: Likewise.
12115 * Makefile.in: Update dependencies.
12116
121172008-07-11 Kenichi Handa <handa@m17n.org>
12118
12119 * fontset.c (fontset_from_font): Cancel the previous change.
12120
121212008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
12122
12123 * lisp.h:
12124 * w32heap.c:
12125 * emacs.c:
12126 * alloc.c: Replace all references of NO_UNION_TYPE with
12127 USE_LISP_UNION_TYPE.
12128
12129 * m/xtensa.h (NO_UNION_TYPE):
12130 * m/vax.h (NO_UNION_TYPE):
12131 * m/template.h (NO_UNION_TYPE):
12132 * m/sparc.h (NO_UNION_TYPE):
12133 * m/mips.h (NO_UNION_TYPE):
12134 * m/macppc.h (NO_UNION_TYPE):
12135 * m/m68k.h (NO_UNION_TYPE):
12136 * m/iris4d.h (NO_UNION_TYPE):
12137 * m/intel386.h (NO_UNION_TYPE):
12138 * m/ibms390x.h (NO_UNION_TYPE):
12139 * m/ibms390.h (NO_UNION_TYPE):
12140 * m/ibmrs6000.h (NO_UNION_TYPE):
12141 * m/ia64.h (NO_UNION_TYPE):
12142 * m/hp800.h (NO_UNION_TYPE):
12143 * m/arm.h (NO_UNION_TYPE):
12144 * m/amdx86-64.h (NO_UNION_TYPE):
12145 * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
12146 defining it the same.
12147
121482008-07-10 Chong Yidong <cyd@stupidchicken.com>
12149
12150 * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line.
12151
121522008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
12153
12154 * fileio.c:
50426a04 12155 * sysdep.c:
aac0c6e3
MR
12156 * systty.h:
12157 * m/ibmrs6000.h:
12158 * m/iris4d.h:
12159 * s/aix4-2.h:
12160 * s/freebsd.h:
12161 * s/gnu-linux.h:
12162 * s/hpux10-20.h:
12163 * s/hpux11.h:
12164 * s/netbsd.h:
12165 * s/sol2-3.h:
12166 * s/sol2-4.h:
12167 * s/sol2.h:
12168 * s/usg5-4.h:
12169 * s/vms.h: Remove references to unused variables.
12170
121712008-07-10 Andreas Schwab <schwab@suse.de>
12172
12173 * ftfont.c (ftfont_resolve_generic_family): Remove foundry from
12174 pattern before matching the generic family.
12175
121762008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
12177
12178 * unexec.c:
12179 * s/vms.h:
12180 * s/usg5-4-2.h:
12181 * s/sol2-5.h:
12182 * s/freebsd.h:
12183 * s/darwin.h: Remove dead code.
12184
12185 * m/template.h:
12186 * m/sparc.h:
12187 * m/mips.h:
12188 * m/m68k.h:
12189 * m/iris4d.h:
12190 * m/intel386.h:
12191 * m/ibms390x.h:
12192 * m/ibms390.h:
12193 * m/ia64.h:
12194 * m/hp800.h:
12195 * m/arm.h:
12196 * m/amdx86-64.h: Remove dead code and references to unused
12197 and compiler defined symbols.
12198
12199 * unexmips.c:
12200 * unexelf.c: Remove references to desupported systems.
12201
12202 * m/powermac.h: Remove file, it is now identical to m/macppc.h.
12203
12204 * m/powermac.h: Remove boilerplate comments.
12205 (NO_REMAP): Remove unused definition.
12206
12207 * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files
12208 define them.
12209
122102008-07-10 Kenichi Handa <handa@m17n.org>
12211
12212 * xfont.c (xfont_open): Log the reason of failure.
12213
122142008-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
12215
12216 * fontset.c (fontset_get_font_group):
12217 * font.c (font_check_otf): Specify argument types.
12218
122192008-07-09 Kenichi Handa <handa@m17n.org>
12220
12221 * coding.c (detect_coding_utf_8): Set detect_info->found only when
12222 non-ASCII char is found.
12223
12224 * fontset.c (fontset_compare_rfontdef): Fix plus/minus.
12225 (reorder_font_vector): Change the arg preferred_family to font.
12226 Prefer the spec matching with font.
12227 (fontset_get_font_group): New function.
12228 (fontset_find_font): Change the format of an element of a realized
12229 fontset. Use fontset_get_font_group.
12230 (fontset_font): Try the current fontset, the default fontset, the
12231 fallbacks of the current fontset, and the fallbacks of the default
12232 fontset in this order.
12233 (face_for_char): Delete the shortcut to use the current font.
12234 (fontset_from_font): Don't set fonts for Latin in the fontset.
12235
12236 * font.h (font_make_object, font_match_p): Adjust prototypes.
12237
12238 * ftfont.h [FT_BDF_H]: Include FT_BDF_H.
12239
12240 * font.c (font_make_object): New arg entity and pixelsize.
12241 (font_check_otf_features, font_check_otf): New functions.
12242 (font_match_p): Check :lang, :script, and :otf properties.
12243
12244 * xfont.c (xfont_open): Adjust it for the change of
12245 font_make_object.
12246 (xfont_text_extents): Fix initial setting of metrics.
12247
12248 * ftfont.c (struct ftfont_info): New member index, delete member
12249 fc_charset_idx. Make the member order compatible with struct
12250 xftfont_info.
12251 (fc_charset_table): Change charset names to registry names.
12252 (ftfont_pattern_entity): Delete the args registry and
12253 fc_charset_idx. Change the value of :font-entity property
12254 to (FONTNAME . INDEX). Always set :registry property to
12255 `iso10646-1'.
12256 (struct ftfont_cache_data): New struct.
12257 (ftfont_lookup_cache): New arg for_face.
12258 (ftfont_get_fc_charset, ftfont_get_otf): New functions.
12259 (ftfont_driver): Set the member otf_capability.
12260 (ftfont_get_charset): Adjust it for the change of
12261 fc_charset_table.
12262 (OTF_TAG_SYM): New macro.
12263 (ftfont_spec_pattern): Delete the arg fc_charset_idx. Adjust it
12264 for the change of fc_charset_table.
12265 (ftfont_list): Adjust it for the change of ftfont_spec_pattern and
12266 ftfont_pattern_entity. Add FC_INDEX to objset.
12267 (ftfont_match): Adjust it for the change of ftfont_spec_pattern
12268 and ftfont_pattern_entity.
12269 (ftfont_open): Adjust it for the change of ftfont_lookup_cache,
12270 font_make_object, struct ftfont_info.
12271 (ftfont_has_char): Use ftfont_get_fc_charset.
12272 (ftfont_otf_features, ftfont_otf_capability): New functions.
12273 (ftfont_shape): Use ftfont_get_otf.
12274 (ftfont_text_extents): Fix initial setting of metrics.
12275
12276 * xftfont.c (struct xftfont_info): New member ft_size. Make the
12277 member order compatible with struct ftfont_info.
12278 (xftfont_open): Add FC_CHARSET to the pattern. Set
12279 xftfont_info->ft_size. Don't unlock the face. Check BDF
12280 properties if appropriate.
12281 (xftfont_close): Unlock the face.
12282 (xftfont_anchor_point, xftfont_shape): Deleted.
12283 (syms_of_xftfont): Don't set members anchor_point and shape of
12284 xftfont_driver.
12285
12286 * w32uniscribe.c (uniscribe_open): Adjust it for the change of
12287 font_make_object.
12288
12289 * w32font.c (w32font_open): Adjust it for the change of
12290 font_make_object.
12291 (w32font_open_internal): Don't set properties of font_object here.
12292
122932008-07-08 Chong Yidong <cyd@stupidchicken.com>
12294
12295 * macfns.c (x_create_tip_frame):
12296 * w32fns.c (x_create_tip_frame):
12297 * xfns.c (x_create_tip_frame): Pass parameter argument to
12298 face-set-after-frame-default.
12299
12300 * xfaces.c (Finternal_merge_in_global_face): Save merged
12301 attributes for the default face back into the face vector.
12302
123032008-07-08 Andreas Schwab <schwab@suse.de>
12304
12305 * fontset.h: Declare fontset_from_font. Don't declare
12306 new_fontset_from_font and fontset_from_font_name.
12307 * xterm.c: Include "fontset.h".
12308 * Makefile.in (xterm.o): Update dependencies.
12309
123102008-07-08 Glenn Morris <rgm@gnu.org>
12311
12312 * m/sparc.h: Define __sparc__ rather than sparc. (Bug#507.)
12313 * alloc.c, ecrt0.c: Use __sparc__ rather than sparc.
12314
123152008-07-07 Chong Yidong <cyd@stupidchicken.com>
12316
12317 * frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
12318 (x_set_frame_parameters): Don't bind it.
12319
123202008-07-07 Juanma Barranquero <lekktu@gmail.com>
12321
12322 * w32fns.c (map_w32_filename): Declare extern.
12323
123242008-07-07 Jason Rumney <jasonr@gnu.org>
12325
12326 * w32term.c (WS_EX_LAYERED): Define if not already.
12327
123282008-07-06 Chong Yidong <cyd@stupidchicken.com>
12329
12330 * xfaces.c (set_font_frame_param): Don't try to set the font
12331 parameter if it is still unspecified in the lface.
12332
123332008-07-05 Chong Yidong <cyd@stupidchicken.com>
12334
12335 * xfaces.c (Finternal_merge_in_global_face): Don't realize default
12336 face if it didn't already exist.
12337
12338 * xdisp.c (try_window_id): Give up if word-wrapping is on.
12339
123402008-07-05 Andreas Schwab <schwab@suse.de>
12341
12342 * xdisp.c (get_it_property): Move out of HAVE_WINDOW_SYSTEM section.
12343
123442008-07-05 Chong Yidong <cyd@stupidchicken.com>
12345
12346 * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
12347 word-wrapping.
12348 (IT_DISPLAYING_WHITESPACE): New macro.
12349 (move_it_in_display_line_to): Handle MOVE_TO_X requests properly
12350 when word-wrapping. Simplify word-wrapping logic. Use correct
12351 pixel positions when saving copies of the iterator.
12352 (display_line): Use proper wrap point if the last character on a
12353 line was preceded by whitespace.
12354
123552008-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
12356
12357 * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
12358
123592008-07-04 Kenichi Handa <handa@m17n.org>
12360
12361 * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
12362
12363 * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
12364
123652008-07-02 Jason Rumney <jasonr@gnu.org>
12366
12367 * xfns.c (syms_of_xfns): Only define x-select-font when both
2ae37cf0 12368 HAVE_FREETYPE and USE_GTK.
aac0c6e3
MR
12369
12370 * xdisp.c (next_element_from_display_vector): Move assignment out
12371 of if statement.
12372
123732008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
12374
12375 * lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
12376
12377 * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
12378 (syms_of_fileio): Initialize and export them.
12379 (Fdelete_directory, Fdelete_file): Optionally delete via trash.
12380
12381 * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
12382 (Fsystem_move_file_to_trash): New function.
12383 (syms_of_w32fns): Export it to lisp.
12384
123852008-07-01 Jason Rumney <jasonr@gnu.org>
12386
12387 * w32font.c (w32font_text_extents): Don't count overhang as part
12388 of width.
12389
123902008-06-30 Miles Bader <miles@gnu.org>
12391
12392 * dispextern.h (struct glyph, struct it, struct iterator_stack_entry):
12393 Add `avoid_cursor_p' field.
12394
12395 * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field.
12396 (set_cursor_from_row): Skip glyphs with avoid_cursor_p set.
12397 (append_glyph, append_composite_glyph, produce_image_glyph)
12398 (append_stretch_glyph): Initialize avoid_cursor_p.
12399 (get_it_property): Rename from `get_line_height_property'.
12400 (x_produce_glyphs): Use get_it_property.
12401 (handle_line_prefix, push_display_prop): New functions.
12402 (display_line, move_it_in_display_line_to): Handle line/wrap prefixes.
12403 (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix):
12404 New variables.
12405 (syms_of_xdisp): Initialize them.
12406
124072008-06-30 Kenichi Handa <handa@m17n.org>
12408
12409 * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and
12410 XftDefaultSubstitute (they are called in XftFontMatch).
12411 (xftfont_open): Fix args to ftfont_font_format.
12412
12413 * ftfont.c (fc_charset_table): New member lang.
12414 (ftfont_resolve_generic_family): New arg pattern.
60612c8f 12415 (ftfont_spec_pattern): Check fc_charset_table[]->lang.
aac0c6e3
MR
12416 (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
12417 (ftfont_open): Fix args to ftfont_font_format.
12418 (ftfont_font_format): New arg filename.
12419
124202008-06-30 Chong Yidong <cyd@stupidchicken.com>
12421
12422 * xfaces.c (Finternal_merge_in_global_face): If default face was
12423 modified, realize it again. Update the font face attribute.
12424
124252008-06-29 Jason Rumney <jasonr@gnu.org>
12426
12427 * w32term.c (x_set_frame_alpha): Fix logic.
12428
124292008-06-29 Kenichi Handa <handa@m17n.org>
12430
12431 * fontset.c (Finternal_char_font): Return font-object instead of
12432 font-name.
12433
12434 * composite.c (get_composition_id): Fix the width calculation for TAB.
12435
124362008-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
12437
12438 * indent.c (Fvertical_motion): Properly handle float column arg.
12439
124402008-06-28 Jason Rumney <jasonr@gnu.org>
12441
12442 * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
12443 (pfnSetLayeredWindowAttributes): New function pointer.
12444 (w32_initialize): Initialize it when supported.
12445 (x_set_frame_alpha): New function.
12446
12447 * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
12448 (w32_frame_parm_handlers): Set alpha handler.
12449
12450 * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
12451
124522008-06-27 Jason Rumney <jasonr@gnu.org>
12453
12454 * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
12455 (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
12456 (w32_to_x_charset, x_to_w32_charset)
12457 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
12458 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
12459 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
12460 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
12461 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
12462 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
12463 (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
12464 (Qw32_charset_unicode): Remove.
12465 (syms_of_w32fns): Update for above changes.
12466
12467 * w32font.c (w32_to_x_charset, x_to_w32_charset)
12468 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
12469 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
12470 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
12471 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
12472 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
12473 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
12474 (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
12475 (syms_of_w32font): Update for above changes.
12476
124772008-06-27 Dan Nicolaescu <dann@ics.uci.edu>
12478
12479 * s/usg5-4.h: Fix previous change: keep the correct branch of a
12480 removed #if.
12481 (USG_SHARED_LIBRARIES): Remove duplicate definition.
12482
124832008-06-26 Juanma Barranquero <lekktu@gmail.com>
acd0102a 12484 Eli Zaretskii <eliz@gnu.org>
aac0c6e3
MR
12485
12486 * makefile.w32-in (LOCAL_FLAGS):
12487 Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
12488
12489 * sysdep.c (_spawnlp, _getpid):
12490 Declare with explicit _cdecl instead of _CRTAPI1.
12491
12492 * editfns.c (Fget_internal_run_time):
12493 Check for WINDOWSNT with #ifdef, not #if.
12494
124952008-06-26 Jason Rumney <jasonr@gnu.org>
12496
12497 * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
12498
12499 * w32term.c (x_draw_glyph_string_foreground)
12500 (x_draw_composite_glyph_string_foreground): Sync with xterm.c.
12501 Use FONT_HANDLE macro.
12502 (x_draw_glyph_string): Use FONT_TEXTMETRIC macro.
12503
12504 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
12505 (uniscribe_encode_char): Use FONT_HANDLE macro.
12506
12507 * w32font.c (Fx_select_font): Use FONT_HANDLE macro.
12508 (w32font_text_extents): Use precast w32_font.
12509 (w32font_close): Free cached metrics.
12510 (w32font_open_internal): Allocate space for name on stack.
12511
125122008-06-26 Chong Yidong <cyd@stupidchicken.com>
12513
12514 * xdisp.c (extend_face_to_end_of_line): Fix last change.
12515
125162008-06-26 Jason Rumney <jasonr@gnu.org>
12517
12518 * w32term.h (FONT_AVG_WIDTH): Remove obsolete macro.
12519 (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.
12520
125212008-06-26 Juanma Barranquero <lekktu@gmail.com>
12522
12523 * Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
12524
125252008-06-26 Jason Rumney <jasonr@gnu.org>
12526
12527 * w32bdf.c, w32bdf.h: Remove obsolete files.
12528
12529 * makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c.
12530
12531 * w32gui.h: Don't include w32bdf.h.
12532 (XCharStruct, enum w32_char_font_type, W32FontStruct):
12533 Remove obsolete font support.
12534
12535 * w32font.h (struct w32font_info): Remove compat_w32_font.
12536 Add hfont member.
12537 (FONT_COMPAT): Remove obsolete macro.
12538
12539 * w32font.c (w32font_close): Remove compat code. Delete hfont member.
12540 (w32font_encode_char, w32font_text_extents): Use new hfont member.
12541 (w32font_open_internal): Remove compat code. Set new hfont member.
12542 (Fx_select_font): Use new hfont member.
12543
12544 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
12545 (uniscribe_encode_char): Use new hfont member.
12546
12547 * w32term.c (x_draw_glyph_string_foreground)
12548 (x_draw_composite_glyph_string_foreground): Use new hfont member.
12549 (x_draw_glyph_string): Use metrics in w32font_info.
12550
125512008-06-26 Kenichi Handa <handa@m17n.org>
12552
12553 * xdisp.c (handle_auto_composed_prop): Fix for the terminal case.
12554
125552008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
12556
12557 * unexnext.c:
12558 * m/ews4800.h:
12559 * m/hp9000s300.h:
12560 * m/ibm370aix.h:
12561 * m/mips-siemens.h:
12562 * m/ncr386.h:
12563 * m/next.h:
12564 * m/pmax.h:
12565 * m/powerpcle.h:
12566 * m/tandem-s2.h:
12567 * s/386bsd.h:
12568 * s/bsd386.h:
12569 * s/bsd4-1.h:
12570 * s/bsd4-2.h:
12571 * s/bsdos2-1.h:
12572 * s/bsdos2.h:
12573 * s/bsdos3.h:
12574 * s/bsdos4.h:
12575 * s/nextstep.h:
12576 * s/ultrix4-3.h:
12577 * s/usg5-0.h:
12578 * s/usg5-2-2.h:
12579 * s/usg5-2.h:
12580 * s/usg5-4-3.h:
12581 * s/ux4800.h:
12582 * s/uxpds.h:
12583 * s/uxpv.h: Remove support for obsolete systems.
12584 * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
8f3a3ac2 12585 Remove, insert contents in s/hpux10-20.h.
aac0c6e3
MR
12586 * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
12587 Remove, insert contents in s/aix4-2.h.
12588 * s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
12589 * s/bsd4-3.h: Rename to ...
12590 * s/bsd-common.h: ... this.
12591 * data.c:
12592 * doc.c:
12593 * ecrt0.c:
12594 * emacs.c:
12595 * fileio.c:
12596 * floatfns.c:
12597 * keyboard.c:
12598 * mem-limits.h:
12599 * print.c:
12600 * process.c:
12601 * sysdep.c:
12602 * syssignal.h:
12603 * systty.h:
12604 * syswait.h:
12605 * term.c:
12606 * unexec.c:
12607 * unexelf.c:
12608 * unexhp9k800.c:
12609 * m/hp800.h:
12610 * m/ibmrs6000.h:
12611 * m/mips.h:
12612 * m/vax.h:
12613 * s/darwin.h:
12614 * s/freebsd.h:
12615 * s/gnu.h:
12616 * s/ms-w32.h:
12617 * s/msdos.h:
12618 * s/netbsd.h:
12619 * s/template.h: Remove references to obsolete variables.
12620
12621 * Makefile.in: Add dependencies for all unexec files.
12622 (admindir): Remove unused variable.
12623 (UNEXEC_SRC): Remove references.
12624
126252008-06-25 Chong Yidong <cyd@stupidchicken.com>
12626
12627 * xfns.c (x_default_font_parameter): If Xft is available, first
12628 try Monospace-12 for the default font.
12629
126302008-06-25 Jason Rumney <jasonr@gnu.org>
12631
12632 * xdisp.c (get_glyph_face_and_encoding): Encode invalid glyphs as 0.
12633
126342008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
12635
12636 * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile.
12637
12638 * buffer.c (syms_of_buffer): Remove default-word-wrap.
12639
126402008-06-25 Juanma Barranquero <lekktu@gmail.com>
12641
12642 * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
12643 <scroll-conservatively>: Fix typo in docstring.
12644
12645 * xselect.c (Fx_send_client_event): Doc fix.
12646
126472008-06-25 Kenichi Handa <handa@m17n.org>
12648
12649 * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
12650
12651 * font.c (font_parse_fcname): Remove unused variables.
12652 (font_sort_entites): Delete the arg SPEC. Caller changed.
12653 Fix for the case of ! best_only.
12654 (font_delete_unmatched): Check DPI and AVGWIDTH too.
12655
12656 * lisp.h (Fstring_to_unibyte): EXFUN it.
12657
12658 * character.h (str_to_unibyte): Extern it.
12659
12660 * character.c (str_to_unibyte): New function.
12661
12662 * fns.c (Fstring_to_unibyte): New function.
12663 (syms_of_fns): Defsubr it.
12664
126652008-06-24 Kenichi Handa <handa@m17n.org>
12666
12667 * font.c (font_score): Even if the PIXEL_SIZE is the same, check
12668 DPI too.
12669 (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.
12670
126712008-06-24 Andreas Schwab <schwab@suse.de>
12672
12673 * Makefile.in (${lispsource}loaddefs.el): Rename from
12674 ../lisp/loaddefs.el.
12675 (bootstrap-clean): Do what distclean does but don't remove
12676 Makefile.
12677 (distclean): Depend on bootstrap-clean and remove Makefile.
12678
126792008-06-24 Chong Yidong <cyd@stupidchicken.com>
12680
12681 * buffer.h (struct buffer): New member word_wrap.
12682
12683 * buffer.c (syms_of_buffer): New variables default-word-wrap and
12684 word-wrap.
12685 (init_buffer_once): Initialize them.
12686
12687 * dispextern.h (struct it): Replace bool truncate_lines_p with a
12688 line_wrap enum possessing three possible values.
12689
12690 * termopts.h: Replace truncate_partial_width_windows with
12691 Vtruncate_partial_width_windows.
12692
12693 * dispnew.c (direct_output_for_insert): Avoid direct output when
12694 inserting a space with word wrap on.
12695
12696 * indent.c (compute_motion): Obey integer values of
12697 truncate-partial-width-windows.
12698
12699 * xdisp.c (Vtruncate_partial_width_windows): New Lisp_Object,
12700 replacing truncate_partial_width_windows.
12701 (init_iterator): If Vtruncate_partial_width_windows is an integer,
12702 truncate only if the window width is below that integer.
12703 (start_display, resize_mini_window, produce_stretch_glyph)
12704 (display_string, move_it_in_display_line_to): Use line_wrap.
12705 (back_to_previous_visible_line_start, reseat_1): Reset
12706 string_from_display_prop_p.
12707 (display_line): Extend default face to end of line when wrapping.
12708
127092008-06-24 Kim F. Storm <storm@cua.dk>
12710
12711 * xdisp.c (display_line, move_it_in_display_line_to): Add ability
12712 to wrap continued lines at word boundaries.
12713
127142008-06-24 Jason Rumney <jasonr@gnu.org>
12715
12716 * font.c (Ffont_face_attributes): Multiply pixel size before point
12717 conversion to avoid multiplying rounding error.
12718
127192008-06-23 Jason Rumney <jasonr@gnu.org>
12720
12721 * w32term.c (x_draw_glyph_string_background)
12722 (x_draw_glyph_string): Remove old bdf font code.
12723
12724 * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
12725
127262008-06-22 Kenichi Handa <handa@m17n.org>
12727
12728 * font.c (font_find_for_lface): Try the adstyle specified in
12729 the property of LFACE_FONT of LFACE (if any).
12730
127312008-06-21 Seiji Zenitani <zenitani@mac.com>
acd0102a 12732 Ryo Yoshitake <ryo@shiftmode.net>
aac0c6e3
MR
12733
12734 * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
12735
127362008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
12737
12738 * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
12739 Use $(BOOTSTRAPEMACS) rather than witness-emacs.
12740 (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
12741 (witness-emacs): Remove.
12742 (lisp, shortlisp): Move loaddefs.el earlier.
12743 (mostlyclean): Forget about witness-emacs.
12744
127452008-06-22 Glenn Morris <rgm@gnu.org>
12746
12747 * Makefile.in (witness-emacs): Depend on temacs${EXEEXT}.
12748 (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
12749
127502008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
12751
12752 * Makefile.in (PRECOMP): Remove.
12753 (${lisp} ${SOME_MACHINE_LISP}): Remove pseudo dependency on PRECOMP.
12754 (witness-emacs): Run `compile-first'.
12755 (.el.elc): Use the new compile-onefile target.
12756
127572008-06-21 Kenichi Handa <handa@m17n.org>
12758
12759 * xftfont.c (xftfont_open): Handle QCembolden only when
12760 FC_EMBOLDEN is defined.
12761
127622008-06-21 Andreas Schwab <schwab@suse.de>
12763
12764 * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
12765 (.el.elc): Likewise.
12766
127672008-06-21 Miles Bader <miles@gnu.org>
12768
12769 * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
12770 build dir, not the lisp source dir.
12771
127722008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
12773
12774 * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
12775 (bootstrapclean): Remove.
12776 (.el.elc): New rule.
12777 (PRECOMP): New var.
12778 (../lisp/subdirs.el): Remove.
12779 (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
12780 (witness-emacs): New target.
12781 (mostlyclean): Remove witness-emacs as well.
12782 (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
12783 Add witness-emacs dependency.
12784
127852008-06-20 Chong Yidong <cyd@stupidchicken.com>
12786
12787 * font.c (Ffont_face_attributes): Omit key-attribute pairs not
12788 defined by the font.
12789
127902008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
12791
12792 * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
12793 (bootstrap-clean): New target that keeps TAGS around.
12794 (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
12795 (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
12796
127972008-06-20 Jason Rumney <jasonr@gnu.org>
12798
12799 * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
12800 Remove obsolete font code.
12801
12802 * w32font.c (font_matches_spec): Use csb bitfield from font signature
12803 to determine language support.
12804
128052008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
12806
12807 * sysdep.c (cfsetspeed): New fun extracted from the code.
12808 (cfmakeraw): Move before first use.
12809
128102008-06-20 Angelo Graziosi <angelo.graziosi@alice.it> (tiny change)
12811
12812 * sysdep.c (cfmakeraw): Provide fallback implementation.
12813 (serial_configure): Provide fallback implementation of cfsetspeed.
12814
128152008-06-20 Kenichi Handa <handa@m17n.org>
12816
12817 * xftfont.c (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to
12818 the pattern.
12819
12820 * fontset.c (fontset_from_font): Copy font_spec before changing
12821 the elements.
12822
12823 * xfns.c (x_default_font_parameter): Try "monospace-12" too.
12824
128252008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
12826
12827 * w32fns.c, xfns.c (x_default_font_parameter): Only set `font-param'
12828 for explicit `font' parameters.
12829
12830 * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
12831
128322008-06-19 Kenichi Handa <handa@m17n.org>
12833
12834 * frame.c: Include <ctype.h>.
12835 (x_set_font_backend): Allow spacing characters in the X resource
12836 for FontBackend.
12837
128382008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
12839
12840 * w32fns.c, xfns.c (Qfont_param): New var.
12841 (syms_of_w32fns): Initialize it.
12842 (x_default_font_parameter): Record explicit `font' into
12843 `font-parameter'.
12844
128452008-06-18 Kenichi Handa <handa@m17n.org>
12846
12847 * font.c (font_parse_xlfd): Fix previous change.
12848 (font_parse_fcname): Don't use :fc-unknown-spec.
12849 (FRAME_X_DISPLAY_INFO): Be sure to have at least 1 pixel height.
12850 (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
12851 (font_add_log): Prepend the driver name to the resulting fonts.
12852
12853 * ftfont.c (ftfont_pattern_entity): New arg extra. Caller changed.
12854 (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
12855 (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
12856
12857 * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
12858 (QCembolden): New variables.
12859 (syms_of_xftfont): DEFSYM them.
12860 (xftfont_open): Call XftFontMatch. Don't trust the result of
12861 XftTextExtents8 if the pixel_size is less than 5.
12862
128632008-06-18 Andreas Schwab <schwab@suse.de>
12864
12865 * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
12866 (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
12867
128682008-06-18 Jason Rumney <jasonr@gnu.org>
12869
12870 * w32font.c (w32font_list, w32font_match): Add logging.
12871
12872 * w32uniscribe.c (uniscribe_list, uniscribe_match): Add logging.
12873
128742008-06-17 Chong Yidong <cyd@stupidchicken.com>
12875
12876 * font.c (font_parse_fcname): Store divider characters for
12877 unknown-spec list. For known key symbols, intern using correct
12878 symbol name.
12879
128802008-06-17 Kenichi Handa <handa@m17n.org>
12881
12882 * xfaces.c (realize_default_face): If the frame is not on window
12883 system, set the fontset of face to nil.
12884
128852008-06-17 Naohiro Aota <nao.aota@gmail.com> (tiny change)
12886
12887 * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
12888
128892008-06-16 Juanma Barranquero <lekktu@gmail.com>
12890
12891 * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
12892 (build_font_name_from_vector): Delete externs.
12893
12894 * xfaces.c (struct font_name): Don't declare.
12895
128962008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
12897
12898 * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
12899
129002008-06-16 Chong Yidong <cyd@stupidchicken.com>
12901
12902 * font.c (font_parse_fcname): Fix handling of unknown-spec string.
12903
129042008-06-16 Juanma Barranquero <lekktu@gmail.com>
12905
12906 * font.c (Ffont_spec): Fix usage in docstring.
12907 (Ffont_face_attributes): Doc fix.
12908
129092008-06-16 Andreas Schwab <schwab@suse.de>
12910
12911 * font.c (Ffont_face_attributes): Fix definition.
12912
129132008-06-16 Jason Rumney <jasonr@gnu.org>
12914
12915 * font.h (font_style_symbolic_from_value): Remove.
12916
12917 * font.c (font_style_symbolic_from_value): Remove.
12918 (font_style_symbolic): Revert to pre 2008-06-13 version.
12919
12920 * w32font.c (w32_to_fc_weight): New function.
12921 (w32font_full_name, logfont_to_fcname): Use it.
12922
129232008-06-16 Kenichi Handa <handa@m17n.org>
12924
12925 * font.c (font_check_object): Delete it.
12926 (font_clear_cache): Check if a font-object is alive.
12927 (font_open_entity): Likewise. Set FONT_OBJLST_INDEX of a
12928 font-object to nil.
12929 (font_close_object): Don't check FONT_CLOSE_OBJECT.
12930 (font_at): Don't call font_check_object.
12931 (Ffont_get): Return a symbol for :weight, :slant, and :width.
12932
129332008-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
12934
12935 * puresize.h (BASE_PURESIZE): Increase to 1230000.
12936
129372008-06-16 Chong Yidong <cyd@stupidchicken.com>
12938
12939 * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
12940
129412008-06-15 Chong Yidong <cyd@stupidchicken.com>
12942
12943 * font.c (font_parse_fcname): Only one decimal point.
12944 (font_unparse_fcname): Handle data in family and foundry indices
12945 as symbols, not strings.
12946 (font_unparse_gtkname, Ffont_face_attributes): New functions.
12947
12948 * xfns.c (Fx_select_font): Give GTK font dialog the default font name.
12949
12950 * font.h (font_unparse_gtkname): Add prototype.
12951
129522008-06-15 Naohiro Aota <nao.aota@gmail.com> (tiny change)
12953
12954 * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern.
12955
129562008-06-15 Andreas Schwab <schwab@suse.de>
12957
12958 * font.c (font_update_drivers): Fix crash when no drivers match.
12959
129602008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
12961
12962 * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.
12963 * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
12964
129652008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
12966
12967 * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
12968
129692008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
12970
12971 * process.c (Fserial_process_configure, Fprocess_send_eof):
12972 Use EQ to compare Lisp_Objects.
12973
129742008-06-13 Jason Rumney <jasonr@gnu.org>
12975
12976 * w32fns.c (Fw32_select_font): Remove old font API function.
12977
12978 * w32font.c (logfont_to_fcname): New function.
12979 (Fx_select_font): New font dialog function compatible with
12980 GTK/fontconfig version.
12981
12982 * font.c (font_style_symbolic_from_value): New function.
12983 (font_style_symbolic): Use it.
12984
12985 * font.h (font_style_symbolic_from_value): Declare new function.
12986
129872008-06-13 Juanma Barranquero <lekktu@gmail.com>
12988
12989 * font.c (syms_of_font) <font-weight-table, font-slant-table>:
12990 <font-width-table>: Fix typos in docstrings.
12991
129922008-06-13 Daniel Engeler <engeler@gmail.com>
12993
12994 These changes add serial port access.
12995 * process.c: Add HAVE_SERIAL.
12996 (Fdelete_process, Fprocess_status, Fset_process_buffer)
12997 (Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
12998 (list_processes_1, select_wrapper, Fstop_process)
12999 (Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
13000 (status_notify): Modify to handle serial processes.
13001 [HAVE_SERIAL] (Fserial_process_configure)
13002 [HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
13003 New functions.
13004 * process.h (struct Lisp_Process): Add `type'.
13005 * sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
13006 New functions.
13007 * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
13008 serial ports.
b71ac3dd 13009 (serial_open, serial_configure): New functions.
aac0c6e3
MR
13010 * w32.h: Add FILE_SERIAL.
13011 (struct _child_process): Add ovl_read, ovl_write.
13012
130132008-06-13 Kenichi Handa <handa@m17n.org>
13014
13015 * dispextern.h (enum lface_attribute_index): New member
13016 LFACE_FOUNDRY_INDEX.
13017
13018 * font.c (font_score): Delete arg alternate_families. Check only
13019 weight, slant, width, and size. Ignore the difference of alias
13020 style symbols.
13021 (font_sort_entites): Adjust for the above change. Reflect the
13022 order of font-driver to scores.
13023 (font_list_entities): Don't check alternate_familes here.
13024 (font_clear_prop): Handle foundry.
13025 (font_update_lface): Don't parse "foundry-family" form here.
13026 Handle FONT_FOUNDRY_INDEX.
13027 (font_find_for_lface): Likewise. Handle alternate families here.
13028 If registry is nil, try iso8859-1 and ascii-0.
13029 (font_open_for_lface): Pay attention to size in ENTITY.
13030 (font_open_by_name): Simplify by calling font_load_for_lface.
13031 (free_font_driver_list): Delete it.
13032 (font_update_drivers): Preserve the order of backends.
13033 (syms_of_font): Setting of sort_shift_bits adjusted for the change
13034 of font_score and font_sort_entites.
13035 (font_update_sort_order): Likewise.
13036
13037 * xfaces.c (LFACE_FOUNDRY): New macro.
13038 (check_lface_attrs): Check foundry.
13039 (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form.
13040 (merge_face_vectors): Check foundry.
13041 (merge_face_ref): Likewise.
13042 (Finternal_set_lisp_face_attribute): Likewise.
13043 (x_update_menu_appearance): Likewise.
13044 (Finternal_get_lisp_face_attribute): Likewise.
13045 (lface_hash): Likewise.
13046 (lface_same_font_attributes_p): Likewise.
13047 (x_supports_face_attributes_p): Likewise.
13048 (tty_supports_face_attributes_p): Likewise.
13049 (Finternal_set_alternative_font_family_alist): Intern strings.
13050 (Finternal_set_alternative_font_registry_alist): Downcase strings.
13051 (realize_default_face): Set LFACE_FOUNDRY (lface).
13052
13053 * xfns.c (Fx_create_frame, x_create_tip_frame): Register X
13054 font-driver at first.
13055
13056 * ftfont.c (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
13057
130582008-06-12 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
13059
13060 * lread.c (Fload): Use xfree, not free on saved_doc_string.
13061
130622008-06-12 Jim Meyering <meyering@redhat.com>
13063
13064 Make unexec_free handle NULL the same way free does.
13065 * unexmacosx.c (unexec_free): Ignore a NULL argument.
13066
130672008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
13068
13069 * character.h (CHAR_TO_BYTE_SAFE): New macro.
13070 * character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
13071 * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
13072 (WEAK_ALIAS): Simplify.
13073 * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
13074 when searching a unibyte buffer.
13075
130762008-06-12 Chong Yidong <cyd@stupidchicken.com>
13077
13078 * xfns.c (Fx_select_font): Rename from x-font-dialog.
13079
130802008-06-12 Juanma Barranquero <lekktu@gmail.com>
13081
13082 * w32font.c: Include ctype.h.
13083
130842008-06-11 Jason Rumney <jasonr@gnu.org>
13085
13086 * w32font.c (w32font_encode_char): Detect missing glyphs that are
13087 misreported as space.
13088 (add_font_entity_to_list): Support unicode-bmp and unicode-sip
13089 as aliases for registry iso10646-1.
13090
130912008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
13092
13093 * buffer.c (clone_per_buffer_values): Skip `name'.
13094
130952008-06-11 Chong Yidong <cyd@stupidchicken.com>
13096
13097 * font.c (font_parse_fcname): Fix last change; accept decimal
13098 points in font size.
13099
131002008-06-10 Jason Rumney <jasonr@gnu.org>
13101
13102 * w32uniscribe.c (add_opentype_font_name_to_list):
13103 Skip non unicode fonts.
13104
131052008-06-10 Chong Yidong <cyd@stupidchicken.com>
13106
13107 * xfns.c (Fx_font_dialog): New function.
13108
13109 * gtkutil.c (xg_dialog_response_cb): Rename from
13110 xg_file_response_callback.
13111 (pop_down_dialog): Rename from pop_down_file_dialog.
13112 (xg_get_file_name): Callers changed.
13113 (xg_get_font_name): New function.
13114
13115 * gtkutil.h (xg_get_font_name): Insert prototype.
13116
131172008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
13118
13119 * xdisp.c (underline_minimum_offset): Rename from xterm.c's
13120 x_underline_minimum_display_offset.
13121 (syms_of_xdisp): Declare it here rather than in xterm.c.
13122 * dispextern.h (underline_minimum_offset): Declare it.
13123 * w32term.c (x_draw_glyph_string): Use it.
13124 * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
13125 (syms_of_xterm): Don't declare it any more.
13126 (x_draw_glyph_string): Adjust to the new name.
13127
8719abec 131282008-06-10 David De La Harpe Golden <david@harpegolden.net>
aac0c6e3
MR
13129
13130 * xterm.c (x_underline_minimum_display_offset): New var.
13131 (x_draw_glyph_string): Use it.
13132 (syms_of_xterm): Declare it.
13133
131342008-06-10 Chong Yidong <cyd@stupidchicken.com>
13135
13136 * font.c (font_parse_fcname): Accept GTK-style font names too.
13137
131382008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
13139
13140 * dired.c (file_name_completion): Don't return t if the match is exact
13141 but with different capitalization.
13142 * minibuf.c (Ftry_completion): Simplify.
13143
13144 * window.c (Vwindow_point_insertion_type): New var.
13145 (set_window_buffer): Use it.
13146 (syms_of_window): Init and export it to Lisp.
13147
131482008-06-10 Kenichi Handa <handa@m17n.org>
13149
13150 * font.h (font_intern_prop): Prototype adjusted.
13151
13152 * font.c (font_intern_prop): New arg force_symbol.
13153 (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
13154 Adjust for the change of font_intern_prop.
13155
13156 * ftfont.c (ftfont_pattern_entity):
13157 * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
13158 (w32_registry):
13159 * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
13160 the change of font_intern_prop.
13161
131622008-06-09 Juanma Barranquero <lekktu@gmail.com>
13163
13164 * w32menu.c (digest_single_submenu): Declare extern.
13165
131662008-06-09 Jason Rumney <jasonr@gnu.org>
13167
13168 * w32term.c (x_make_frame_visible): Use alternate restore flags.
13169
13170 * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
13171 (parse_single_submenu): Remove.
13172 (digest_single_submenu): Remove.
13173 (syms_of_w32menu): Don't initialise variables that have moved
13174 to menu.c.
13175 (set_frame_menubar): Sync with version in xmenu.c.
13176 (w32_menu_show): Sync with xmenu_show in xmenu.c.
13177
13178 * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
13179 Make static again.
13180
131812008-06-09 Jason Rumney <jasonr@gnu.org>
13182
13183 Changes to w32 files related to the move of common menu code
13184 to menu.c on 2008-06-08 by Chong Yidong.
13185
13186 * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
13187 defs to w32gui.h.
13188 (single_keymap_panes, push_menu_item, push_menu_pane):
13189 Make globally visible.
13190
13191 * w32menu.c (enum button_type, widget_value, local_heap, local_alloc)
13192 (local_free, malloc_widget_value, free_widget_value)
13193 (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE)
13194 (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION)
13195 (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP)
13196 (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
13197 (menu_items, menu_items_allocated, menu_items_used)
13198 (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
13199 (init_menu_items, finish_menu_items, discard_menu_items)
13200 (grow_menu_items, push_submenu_start, push_submenu_end)
13201 (push_left_right_boundary, push_menu_pane, push_menu_item)
13202 (keymap_panes, single_keymap_panes, list_of_panes, list_of_items)
13203 (free_menubar_widget_tree_value, parse_single_submenu)
13204 (update_submenu_strings): Remove functions.
13205 (xmalloc_widget_value): Remove and declare extern.
13206
13207 * makefile.w32-in ($(SRC)/menu.$(O)): New target.
13208 (OBJ1): Build it.
13209
13210 * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
13211 (local_heap, local_alloc, local_free, malloc_widget_value)
13212 (free_widget_value): Define here.
13213
132142008-06-09 Kenichi Handa <handa@m17n.org>
13215
13216 * font.h (Qascii_0): Extern it.
13217
13218 * font.c (Qascii_0): New variable.
13219 (syms_of_font): DEFSYM it.
13220 (font_open_by_name): If the registry "iso8859-1" fails, try also
13221 "ascii-0".
13222
13223 * ftfont.c (ftfont_spec_pattern): Accept the registry `ascii-0'.
13224
132252008-06-08 Kenichi Handa <handa@m17n.org>
13226
13227 * .gdbinit (xfont): New command.
13228
132292008-06-08 Andreas Schwab <schwab@suse.de>
13230
13231 * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
13232 * Makefile.in (menu.o): Update dependencies.
13233
13234 * Makefile.in (obj): Always add menu.o.
13235 * emacs.c (main): Always call syms_of_menu.
13236 * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
13237
132382008-06-08 Chong Yidong <cyd@stupidchicken.com>
13239
13240 * Makefile.in: Compile menu.c.
13241
13242 * lisp.h: Declare syms_of_menu.
13243
13244 * emacs.c (main): Call syms_of_menu.
13245
13246 * keyboard.h: Relocate platform-independent menu definitions from
13247 xmenu.c.
13248
13249 * menu.c: New file. Relocate platform-independent menu
13250 definitions from xmenu.c. Suggested by Adrian Robert.
13251
13252 * xmenu.c: Remove platform-independent menu definitions.
560bb7ae 13253 (menu_items, menu_items_inuse, menu_items_allocated)
aac0c6e3
MR
13254 (menu_items_used, menu_items_n_panes)
13255 (menu_items_submenu_depth): Move to keyboard.h.
13256 (init_menu_items, finish_menu_items, unuse_menu_items)
13257 (discard_menu_items, restore_menu_items, save_menu_items)
13258 (grow_menu_items, push_submenu_start, push_submenu_end)
13259 (push_left_right_boundary, push_menu_pane, push_menu_item)
13260 (keymap_panes, single_keymap_panes, single_menu_item)
13261 (list_of_panes, list_of_items, find_and_call_menu_selection)
13262 (xmalloc_widget_value, free_menubar_widget_value_tree)
13263 (parse_single_submenu, digest_single_submenu)
13264 (update_submenu_strings): Move to menu.c.
13265
132662008-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
13267
13268 * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
13269
132702008-06-06 Miles Bader <miles@gnu.org>
13271
13272 * xdisp.c (x_produce_glyphs): Calculate tab width based on current
13273 face, not frame default.
13274
132752008-06-05 Martin Rudalics <rudalics@gmx.at>
13276
13277 * window.c (pop_up_windows, pop_up_frames)
13278 (display_buffer_reuse_frames, Vpop_up_frame_function)
13279 (Vdisplay_buffer_function, Veven_window_heights)
13280 (Vspecial_display_buffer_names, Vspecial_display_regexps)
13281 (Vspecial_display_function, Vsame_window_buffer_names)
13282 (Vsame_window_regexps, split_height_threshold)
13283 (Vsplit_window_preferred_function): Move those vars to window.el.
13284 (display_buffer_1, Fspecial_display_p, Fsame_window_p)
13285 (Fdisplay_buffer): Move those functions to window.el.
13286 (syms_of_window): Remove corresponding declarations.
13287 (display_buffer): New function.
13288 (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
13289 * dispnew.c (Flast_nonminibuf_frame): New function.
13290 * buffer.c (Fpop_to_buffer): Move to window.el.
13291
132922008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
13293
13294 * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
13295
132962008-06-05 Kenichi Handa <handa@m17n.org>
13297
13298 * coding.c (detect_coding): Fix previous change.
13299 (detect_coding_system): Likewise.
13300
133012008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
13302
13303 * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
13304
13305 * keymap.c (Vminibuffer_local_filename_must_match_map):
13306 Rename from Vminibuffer_local_must_match_filename_map.
13307 (syms_of_keymap):
13308 * minibuf.c (Fcompleting_read): Adjust accordingly.
13309 * commands.h: Rename declaration as well.
13310
133112008-06-05 Kenichi Handa <handa@m17n.org>
13312
13313 * font.c (Ffont_spec): Don't use font_parse_family_registry for
13314 family name.
13315 (Ffont_put): Likewise.
13316
13317 * fontset.c (fontset_find_font): Call font_open_for_lface with the
13318 current font-spec.
13319
13320 * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
13321 is unspecified.
13322
13323 * xfaces.c (realize_x_face): If the font-related face attributes
13324 are the same as those of default face, realize a new fontset from
13325 default->fontset.
13326 (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
13327
133282008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
13329
13330 * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
13331 (move_it_in_display_line): New wrapper.
13332
13333 * window.c (window_scroll_pixel_based_preserve_x)
13334 (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
13335 (window_scroll_pixel_based, window_scroll_line_based):
13336 Use them to preserve column positions.
13337 (syms_of_window): Initialize them.
13338
13339 * indent.c (Fvertical_motion): Extend first arg to allow passing an
13340 (HPOS . VPOS) pair.
13341
13342 * dispextern.h (move_it_in_display_line): Declare.
13343
133442008-06-05 Juanma Barranquero <lekktu@gmail.com>
13345
13346 * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
13347 (Fwindow_parameters): Return copy of parameter alist. Doc fix.
13348 (Fset_window_parameter): Return VALUE, not parameter alist. Doc fix.
13349
133502008-06-04 Juanma Barranquero <lekktu@gmail.com>
13351
13352 * window.c (Fset_window_parameter): Doc fix.
13353 (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
13354
133552008-06-04 Joakim Verona <joakim@verona.se>
13356
13357 * window.h (struct window): Add new member window_parameters.
13358
13359 * window.c (Fwindow_parameters, Fwindow_parameter)
13360 (Fset_window_parameter): New defuns.
13361 (syms_of_window): Defsubr the new defuns.
13362 (make_window): Initialize window_parameters to nil.
13363
133642008-06-04 John Paul Wallington <jpw@pobox.com>
13365
13366 * eval.c (Fdefmacro): Doc fix.
13367
133682008-06-04 Kenichi Handa <handa@m17n.org>
13369
13370 * coding.c (detect_coding): Fix handling of coding->head_ascii.
13371 Be sure to call setup_coding_system when we find a proper coding system.
13372 (detect_coding_system): Fix handling of coding->head_ascii.
13373
133742008-06-03 Andreas Schwab <schwab@suse.de>
13375
13376 * font.c (font_prop_validate_spacing): Fix last change.
13377
133782008-06-03 Kenichi Handa <handa@m17n.org>
13379
13380 * font.c (font_prop_validate_spacing): Handle uppercase symbols.
13381 (font_parse_fcname): Fix handling of unknown key.
13382
13383 * xfont.c (xfont_list): Try an alias.
13384
13385 * charset.c (char_charset): Return NULL if the arg charset_list is
13386 specified and C doesn't belong to any of them.
13387
133882008-06-02 Chip Coldwell <coldwell@redhat.com>
13389
13390 * font.c (font_pixel_size): Don't take cdr of an integer.
13391
133922008-06-02 Jim Meyering <meyering@redhat.com>
13393
13394 Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
13395 * alloc.c (xfree): Return right away for a NULL arg.
13396 * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
13397 * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
13398 * mac.c (create_apple_event_from_event_ref): Likewise.
13399 (create_apple_event_from_drag_ref, cfstring_create_normalized):
13400 Likewise.
13401 * doprnt.c (doprnt1): Likewise.
13402 * frame.c (frame): Likewise.
13403 * keyboard.c (wipe_kboard): Likewise.
13404 * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap)
13405 (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
13406 * term.c (tty_default_color_capabilities, maybe_fatal)
13407 (delete_tty): Likewise.
13408 * w16select.c (string): Likewise.
13409 * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
13410 * w32bdf.c (w32_free_bdf_font): Likewise.
13411 * w32fns.c (w32_unload_font): Likewise.
13412 * w32font.c (w32font_close): Likewise.
13413 * window.c (size_window): Likewise.
13414 * xselect.c (receive_incremental_selection): Likewise.
13415 * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
13416 * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
13417 * w32.c (stat): Likewise.
13418
13419 Remove useless if-before-free tests.
13420 * editfns.c (Fset_time_zone_rule): Likewise.
13421 * lread.c (nosuffix): Likewise.
13422 * ralloc.c (get_bloc): Likewise.
13423 * regex.c (reg_free): Likewise.
13424 * xftfont.c (xftfont_open, xftfont_close): Likewise.
13425 * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
13426 * xsmfns.c (smc_save_yourself_CB): Likewise.
13427
134282008-06-02 Kenichi Handa <handa@m17n.org>
13429
13430 * font.c (font_find_for_lface): Handle float font size.
13431 (font_open_for_lface): Likewise.
13432
13433 * xfaces.c (x_supports_face_attributes_p): Check face->font before
13434 comparing the properties.
13435
134362008-06-01 Jason Rumney <jasonr@gnu.org>
13437
13438 * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
13439 Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
13440 Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
13441 Don't add empty script list.
13442 (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
13443
134442008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
13445
13446 * Makefile.in (dot, dotdot): Remove, update users.
13447 ".." has been used elsewhere in the file for a long time.
13448 (LIBXT_STATIC): Remove conditional based on unused variable.
13449
134502008-06-01 Miles Bader <miles@gnu.org>
13451
13452 * xfaces.c (Vface_remapping_alist): New variable.
13453 (syms_of_xfaces): Initialize it.
13454 (enum named_merge_point_kind): New type.
13455 (struct named_merge_point): Add `named_merge_point_kind' field.
13456 (push_named_merge_point): Make cycle detection respect different
13457 named-merge-point kinds.
13458 (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
13459 Remove face-name alias resolution.
13460 (lface_from_face_name): New definition using
13461 `lface_from_face_name_no_resolve'.
13462 (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
13463 Call lface_from_face_name_no_resolve instead of lface_from_face_name.
13464 (get_lface_attributes): New definition that layers face-remapping on
13465 top of get_lface_attributes_no_remap. New arg `named_merge_points'.
13466 (lookup_basic_face): New function.
13467 (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
13468 (realize_named_face): Call `get_lface_attributes_no_remap' instead of
13469 `get_lface_attributes'.
13470 (face_at_buffer_position): Use `lookup_basic_face' to lookup
13471 DEFAULT_FACE_ID if necessary. When optimizing the default-face case,
13472 return default_face's face-id instead of the constant DEFAULT_FACE_ID.
13473
13474 * xdisp.c (init_iterator): Pass base_face_id through
13475 `lookup_basic_face' when we actually use it as a face-id.
13476 (handle_single_display_prop): Use `lookup_basic_face' to lookup
13477 DEFAULT_FACE_ID.
13478
13479 * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
13480 lookup the initial face-id.
13481
13482 * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
13483
134842008-06-01 Juanma Barranquero <lekktu@gmail.com>
13485
13486 * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
13487 (Fremove_text_properties): Fix typos in docstrings.
13488
134892008-05-31 Kenichi Handa <handa@m17n.org>
13490
13491 * font.c (font_list_entities): Fix the car part of data to be
13492 stored in the cache.
13493
13494 * ftfont.c (ftfont_font_format): Don't use strcasestr.
13495
134962008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
13497
13498 * chartab.c (Foptimize_char_table, optimize_sub_char_table):
13499 Add a `test' argument so another predicate than `equal' can be used.
13500 (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
13501 (map_char_table): Remove unused vars `c' and `i'.
13502 * lisp.h (Foptimize_char_table): Adjust declaration.
13503 * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
13504
135052008-05-30 Kenichi Handa <handa@m17n.org>
13506
13507 * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
13508 (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
13509 defined.
13510
135112008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
13512
13513 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
13514 (Fmake_variable_frame_local): Disallow mixing buffer-local and
13515 frame-local settings for the same variable.
13516
135172008-05-30 Kenichi Handa <handa@m17n.org>
13518
13519 * fontset.c (Ffont_info): Move to font.c.
13520 (syms_of_fontset): Delete defsubr of Sfont_info.
13521
13522 * font.c (font_style_to_value, font_score): Delete casting of the
13523 args to xstcasecmp.
13524 (register_font_driver): Increment num_font_drivers only when
13525 registering the driver globally.
13526 (Ffont_info): Move from fontset.c. Handle a font object too.
13527 (syms_of_font): Defsubr Sfont_info.
13528
135292008-05-29 Kenichi Handa <handa@m17n.org>
13530
13531 * coding.h (enum define_coding_utf8_arg_index): New enum.
13532 (enum coding_attr_index): Change coding_attr_utf_16_bom to
13533 coding_attr_utf_bom.
13534 (enum utf_bom_type): Rename from utf_16_bom_type.
13535 (struct utf_16_spec): Adjust for the above change.
13536 (struct coding_system): Add utf_8_bom in `spec' union.
13537
13538 * coding.c (CODING_UTF_8_BOM): New macro.
13539 (enum coding_category): Delete coding_category_utf_8, add
13540 coding_category_utf_8_auto, coding_category_utf_8_nosig, and
13541 coding_category_utf_8_sig.
13542 (CATEGORY_MASK_UTF_8): Delete it.
13543 (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
13544 (CATEGORY_MASK_UTF_8_SIG): New macros.
13545 (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
13546 CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
13547 CATEGORY_MASK_UTF_8_SIG.
13548 (CATEGORY_MASK_UTF_8): New macro.
13549 (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
13550 (detect_coding_utf_8): Check BOM.
13551 (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
13552 (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
13553 (encode_coding_utf_16): Likewise.
13554 (setup_coding_system): Likewise. Set CODING_UTF_8_BOM (coding).
13555 (detect_coding, detect_coding_system): Handle utf-8-auto.
13556 (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
13557 (syms_of_coding): Fix setting up of Vcoding_category_table.
13558
135592008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
13560
13561 * process.c (Faccept_process_output): If `millisec' is non-nil,
13562 `seconds' default to 0.
13563 (wait_reading_process_output): Also return non-nil if we read output
13564 from a non-running process.
13565
135662008-05-29 Jason Rumney <jasonr@gnu.org>
13567
13568 * w32font.c (w32font_open_internal): Prefer truetype fonts unless
13569 `raster' specified.
13570 (add_font_entity_to_list): Allow non-opentype truetype fonts back
13571 in the uniscribe backend, but disallow any font that has no
13572 unicode subrange support.
13573
135742008-05-29 Juanma Barranquero <lekktu@gmail.com>
13575
13576 * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
13577 Fix typos in docstrings.
13578
135792008-05-29 Kenichi Handa <handa@m17n.org>
13580
13581 * xfaces.c (Fx_list_fonts): Make it return a list of font names.
13582 (Fx_family_fonts): Set frame correctly.
13583
135842008-05-28 Jason Rumney <jasonr@gnu.org>
13585
13586 * w32term.c (x_draw_glyph_string): Use clipmask if specified.
13587
135882008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
13589
13590 * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
13591 calling build_annotations.
13592
135932008-05-28 Juanma Barranquero <lekktu@gmail.com>
13594
13595 * coding.c (Fdecode_coding_region, Fencode_coding_region)
13596 (Fencode_coding_string):
13597 (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
13598 <latin-extra-code-table>: Fix typos in docstrings.
13599 (syms_of_coding) <coding-system-alist>: Doc fix.
13600 (syms_of_coding) <translation-table-for-input>: Reflow docstring.
13601
136022008-05-28 Kenichi Handa <handa@m17n.org>
13603
13604 * fontset.c (Ffont_info): Don't call font_close_object.
13605
13606 * font.c (font_parse_family_registry): Use Ffont_put to validate
13607 foundry and family.
13608 (font_delete_unmatched): Don't check spacing.
13609 (font_list_entities): Add spacing to the spec to list fonts.
13610
13611 * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
13612 (ftfont_list): Check spacing here. Don't include FC_CHARSET in objset.
13613
13614 * coding.c (encode_coding_raw_text): Fix previous change.
13615 (encode_coding_object): When the dst_object is a buffer and is
13616 different from src_object, move gap to PT.
13617
136182008-05-27 Chong Yidong <cyd@stupidchicken.com>
13619
13620 * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
13621
136222008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
13623
13624 * coding.c (encode_coding_raw_text): Set coding->produced_char for
13625 all branches. Compute it differently.
13626
13627 * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
13628
136292008-05-27 Juanma Barranquero <lekktu@gmail.com>
13630
13631 * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
13632 into "else if () ... else ...".
13633
136342008-05-27 Jason Rumney <jasonr@gnu.org>
13635
13636 * w32font.c (w32font_open_internal): Determine if glyph indices
13637 are likely to work here.
13638
136392008-05-27 Chong Yidong <cyd@stupidchicken.com>
13640
13641 * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
13642 draw overlap glyphs with appropriate highlighting.
13643
136442008-05-27 Kenichi Handa <handa@m17n.org>
13645
13646 * xfont.c (xfont_open): Fix calculation of font->average_width.
13647
136482008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
13649
13650 * casefiddle.c (casify_object): Try to guess better whether the
13651 argument is a byte or a char.
13652
136532008-05-26 Andreas Schwab <schwab@suse.de>
13654
13655 * xselect.c (x_reply_selection_request): Properly handle format == 32.
13656 Always send multiples of format size.
13657
13658 * xterm.c (x_set_frame_alpha): Fix type mismatch.
13659
136602008-05-26 Jason Rumney <jasonr@gnu.org>
13661
13662 * w32font.c (w32font_text_extents): Zero whole metrics struct first.
13663 (compute_metrics): Don't set failure if we just cleared the cache.
13664 (w32_weight_table): Remove unused variable.
13665 (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
13666 backwards compatibility.
13667
136682008-05-25 Kenichi Handa <handa@m17n.org>
13669
13670 * w32term.c (x_draw_glyph_string):
13671 * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
13672
13673 * xfaces.c: Delete unused function prototypes.
13674 (xstrlwr, font_frame): Delete them.
13675 (clear_face_cache): Delete unused variable.
13676
13677 * xftfont.c (xftfont_open): Delete unused variable.
13678 If underline_thickness is not 1, adjust underline_position.
13679
13680 * ftxfont.c (ftxfont_open): Delete unused variable.
13681
13682 * fontset.c (face_for_char): Optimize for the case of no charset
13683 property.
13684
13685 * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
13686 (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
13687 (otf_open, font_otf_capability, generate_otf_features)
13688 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
13689 Comment out by surrounding "#if 0" and "#endif" for the moment.
13690 (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
13691 (syms_of_font): Codes for accessing above commented out.
13692
136932008-05-24 Eli Zaretskii <eliz@gnu.org>
13694
13695 * w32proc.c: Include dispextern.h.
13696
13697 * w32.c: Include dispextern.h.
13698
136992008-05-23 Juanma Barranquero <lekktu@gmail.com>
13700
13701 * charset.c (Fencode_char, Fsplit_char): Doc fixes.
13702 (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
13703 Fix typos in docstrings.
13704
137052008-05-23 Jason Rumney <jasonr@gnu.org>
13706
13707 * xsmfns.c: Remove includes that are already included by config.h.
13708
137092008-05-23 Kenichi Handa <handa@m17n.org>
13710
13711 * charset.c (Qemacs, charset_emacs): New variables.
13712 (char_charset): Fix for non-Unicode characters.
13713 (syms_of_charset): Define charset_emacs.
13714
13715 * w32term.c (x_draw_glyph_string): Be sure to update
13716 s->underline_thickness and s->underline_position. Be sure to draw
13717 underline within the current line area.
13718
13719 * xterm.c (x_draw_glyph_string): Be sure to update
13720 s->underline_thickness and s->underline_position. Be sure to draw
13721 underline within the current line area.
13722
13723 * fontset.c: Delete unused variables and add casting for char *
13724 throughout the file.
13725 (fontset_font): Try the fallback fonts of the current fontset
13726 before consulting the default fontset.
13727
13728 * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
13729
13730 * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
13731
137322008-05-22 Jason Rumney <jasonr@gnu.org>
13733
13734 * font.c: Don't include strings.h.
13735
13736 * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
13737
13738 * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
13739 * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
13740 * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
13741 to call xstrcasecmp.
13742
13743 * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
13744
13745 * fontset.c (fs_query_fontset): Use xstrcasecmp.
13746
13747 * font.c (font_style_to_value, font_score): Use xstrcasecmp.
13748
13749 * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
13750
137512008-05-22 Kenichi Handa <handa@m17n.org>
13752
13753 * puresize.h (BASE_PURESIZE): Increase to 1220000.
13754
13755 * font.c (font_prop_validate_style): Adjust for the format
13756 change of font_style_table.
13757
13758 * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
13759 two args.
13760
13761 * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
13762 two args.
13763
137642008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
13765
13766 * minibuf.c (keys_of_minibuf): Delete.
13767 * lisp.h (keys_of_minibuf): Delete.
13768 * emacs.c (main): Don't call keys_of_minibuf.
13769
137702008-05-22 Kenichi Handa <handa@m17n.org>
13771
13772 * ftfont.c (ftfont_resolve_generic_family): Rename from
13773 ftfont_list_generic_family. Return a single family for each
13774 generic family.
13775 (ftfont_spec_pattern): Add FC_FAMILY to pattern.
13776 (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
13777 Call font_add_log.
13778 (ftfont_match): Call font_add_log.
13779
13780 * font.h (Ffont_xlfd_name): EXFUN adjusted.
13781 (FONT_DEBUG): Define it.
13782 (font_add_log): Extern it.
13783 (font_assert): Rename from xassert.
13784
13785 * xfont.c (xfont_get_pcm): Change xassert to font_assert.
13786 (xfont_list_family): Call font_add_log.
13787 (xfont_match): Likewise.
13788 (memq_no_quit): Delete.
13789
13790 * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
13791 call of Ffont_xlfd_name.
13792
13793 * xfaces.c (struct table_entry, slant_table, weight_table)
13794 (swidth_table): Move to font.c.
13795
13796 * font.c: Checking of FONT_DEBUG is moved to font.h. All calls of
13797 xassert are changed to font_assert. Delete many unused variables.
13798 (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
13799 New variables.
13800 (struct table_entry): Move from xfaces.c and modified.
13801 (weight_table, slant_table, width_table): Move from xfaces.c and
13802 contents adjusted for the change of struct table_entry.
13803 (font_style_to_value, font_style_symbolic): Adjust for the
13804 format change of font_style_table.
13805 (font_parse_family_registry): Don't overwrite existing foundry and
13806 family of font_spec.
13807 (font_score): Fix calculation of diff for sizes.
13808 (font_sort_entites): Call font_add_log.
13809 (font_delete_unmatched): Return a newly created list.
13810 (font_list_entities): Fix previous change. Call font_add_log.
13811 (font_matching_entity, font_open_entity, font_close_entity):
13812 Call font_add_log.
13813 (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
13814 (Finternal_set_font_style_table): Delete.
13815 (BUILD_STYLE_TABLE): New macro.
13816 (build_style_table): New function.
13817 (Vfont_log, font_log_env_checked): New variables.
13818 (font_add_log): New function.
13819 (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
13820 Declare Lisp variables "font-weight-table", "font-slant-table",
13821 "font-width-table", and "font-log". Initialize font_style_table.
13822
138232008-05-21 Dan Nicolaescu <dann@ics.uci.edu>
13824
13825 * xterm.c (x_set_frame_alpha): Move declarations before statements.
13826
138272008-05-21 Seiji Zenitani <zenitani@mac.com>
acd0102a 13828 Ryo Yoshitake <ryo@shiftmode.net>
aac0c6e3
MR
13829
13830 * frame.c (Qalpha): Add a new frame parameter `alpha'.
13831 (Vframe_alpha_lower_limit): New variable.
13832 (x_set_alpha): New function.
13833
13834 * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
13835
13836 * xfns.c (x-create-frame, Qalpha):
13837 Initialize the frame parameter `alpha'.
13838 * xterm.c (OPAQUE, OPACITY): New.
13839 (x_set_frame_alpha): New function.
13840 (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
13841
13842 * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
13843 * w32fns.c (w32_frame_parm_handlers): Likewise.
13844
138452008-05-20 Jason Rumney <jasonr@gnu.org>
13846
13847 * w32font.c (add_font_entity_to_list): Don't add non-opentype
13848 truetype fonts to opentype list.
13849
138502008-05-20 Juanma Barranquero <lekktu@gmail.com>
13851
13852 * fontset.c (Ffontset_info): Doc fix.
13853 (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
13854 <ignore-relative-composition>: Fix typos in docstrings.
13855
13856 * font.c (syms-of-font) <font-encoding-alist>:
13857 (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
13858 (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
13859 (Ffont_otf_alternates): Doc fixes.
13860
138612008-05-20 Kenichi Handa <handa@m17n.org>
13862
13863 * Makefile.in (FONTSRC): Delete it. Change all $(FONTSRC) to
13864 font.h through out the file.
13865 (FONT_DRIVERS): Rename from FONTOBJ.
13866 (obj): Change $(FONTOBJ) to $(FONT_DRIVERS). Add font.o.
13867 (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
13868
13869 * emacs.c (main): Call syms_of_font unconditionally.
13870
13871 * font.h (find_font_encoding): Extern it.
13872
13873 * font.c (Vfont_encoding_alist, find_font_encoding): Move from
13874 fontset.c.
194d44e7 13875 (font_pixel_size) [! HAVE_WINDOW_SYSTEM]: Return 1.
aac0c6e3
MR
13876 (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
13877 FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
13878 only when HAVE_WINDOW_SYSTEM is defined.
13879 (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
13880 when HAVE_WINDOW_SYSTEM is defined.
13881
13882 * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
13883 (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
13884
13885 * xfaces.c: Include font.h unconditionally.
13886 (merge_face_ref, merge_face_vectors)
13887 (Finternal_set_lisp_face_attribute): Cancel the previous change.
13888
138892008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
13890
13891 * xdisp.c (select_frame_for_redisplay): Adjust for last change to
13892 indirect_variable.
13893 * eval.c (lisp_indirect_variable): New fun.
13894 (Fuser_variable_p): Use it.
13895
138962008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
13897
13898 * lisp.h (indirect_variable):
13899 * data.c (indirect_variable, let_shadows_buffer_binding_p):
13900 Use Lisp_Symbol pointers rather than Lisp_Object.
13901 Adjust callers.
13902 * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
13903 To this end, change calling-convention.
13904
13905 * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
13906 if some non-hidden buffers are selected by string&pred.
13907
139082008-05-19 Chong Yidong <cyd@stupidchicken.com>
13909
13910 * process.c (wait_reading_process_output): Always check status
13911 when in batch mode.
13912
139132008-05-19 Kenichi Handa <handa@m17n.org>
13914
13915 * font.c (font_list_entities): Fix handling of cache.
13916 (font_matching_entity): Likewise.
13917
13918 * ftfont.c (cs_iso8859_1): Delete.
13919 (ft_face_cache): New variable.
13920 (struct ftfont_info): New member fc_charset_idx.
13921 (ftfont_build_basic_charsets): Delete.
13922 (fc_charset_table): New variable.
13923 (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME
13924 . FC_CHARSET_IDX) as :font-entity property in the font entity.
13925 Callers changed.
13926 (ftfont_lookup_cache, ftfont_get_charset): New functions.
13927 (ftfont_spec_pattern): New argument fc_charset_idx.
13928 Check registry more rigidly. Change callers.
13929 (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
13930 change of :font-entity property of the font.
13931
13932 * xftfont.c (xftfont_open): Adjust for the change of :font-entity
13933 property of the font.
13934
139352008-05-18 Juanma Barranquero <lekktu@gmail.com>
13936
13937 * coding.c (Fcoding_system_p): Rename argument to match docstring.
13938 (Funencodable_char_position, Fcheck_coding_systems_region)
13939 (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
13940 (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
13941 (Ffind_operation_coding_system, Fset_coding_system_priority)
13942 (Fcoding_system_eol_type): Doc fixes.
13943
139442008-05-17 Glenn Morris <rgm@gnu.org>
13945
13946 * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
13947
139482008-05-16 Eli Zaretskii <eliz@gnu.org>
13949
13950 * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
13951 and st_gid.
13952
13953 * frame.c (Fdelete_frame): Don't call font_update_drivers if
13954 HAVE_WINDOW_SYSTEM is not defined.
13955
13956 * xfaces.c (merge_face_ref, merge_face_vectors)
13957 (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
13958 HAVE_WINDOW_SYSTEM is defined.
13959 (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
13960
139612008-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
13962
13963 * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
13964
139652008-05-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13966
13967 * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
13968
139692008-05-15 Kenichi Handa <handa@m17n.org>
13970
13971 * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
13972 preference.
13973
139742008-05-15 Glenn Morris <rgm@gnu.org>
13975
13976 * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
13977
139782008-05-15 Chong Yidong <cyd@stupidchicken.com>
13979
13980 * fns.c (init_fns): Don't initialize weak_hash_tables here.
13981 (init_weak_hash_tables): New fun. Initialize weak_hash_tables.
13982
13983 * alloc.c (init_alloc_once): Call init_weak_hash_tables.
13984
139852008-05-15 Kenichi Handa <handa@m17n.org>
13986
13987 * ftfont.c (ftfont_list): Downcase family name to check generic
13988 families.
13989
13990 * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
13991 font-spec for QCfont value.
13992
13993 * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
13994 buffer. Check the return value of it.
13995
139962008-05-14 Jason Rumney <jasonr@gnu.org>
13997
13998 * w32term.c (w32_get_glyph_overhangs): Remove.
13999 (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
14000
140012008-05-14 Kenichi Handa <handa@m17n.org>
14002
14003 * font.c (font_prop_validate): Make nil a valid value.
14004 (font_clear_cache): Check if the cached vector of entities is nil
14005 or not.
14006
140072008-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14008
14009 * emacs.c (main_thread): Conditionalize on
14010 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
14011 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
14012
14013 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
14014 (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
14015 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
14016
140172008-05-14 Kenichi Handa <handa@m17n.org>
14018
14019 * coding.c (detect_coding_iso_2022): Ignore a coding category that
14020 has no corresponding coding system.
14021
140222008-05-14 Jason Rumney <jasonr@gnu.org>
14023
14024 * font.h (struct font) [WINDOWSNT]: Remove codepage member.
14025
14026 * w32font.h (w32font_open_internal): Update declaration.
14027
14028 * w32font.c (w32font_open_internal): Change last argument from
14029 w32font_info struct to font object. Fill in font object from
14030 font_entity. Get Outline metrics if possible. Use them to
14031 calculate underline position and thickness. Use xlfd name as name
14032 property. Don't set codepage.
14033 (w32font_open): Pass font_object to w32font_open_internal. Don't
14034 update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
14035 (w32font_draw): Use s->font.
14036 (clear_cached_metrics): Don't clear non-existent blocks.
14037
14038 * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
14039 font was not found.
14040 (x_draw_glyph_string): Use underline position and thickness from font.
14041
14042 * w32uniscribe.c (uniscribe_open): Pass font_object to
14043 w32font_open_internal.
14044
140452008-05-14 Kenichi Handa <handa@m17n.org>
14046
14047 These changes are to delete all legacy font-handling codes, and
14048 make Emacs use only font-backends.
14049
14050 * Makefile.in: Delete USE_FONT_BACKEND conditionals.
14051 (frame.o, image.o, print.o): Depend on $(FONTSRC).
14052
14053 * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
14054
14055 * charset.h (Vcharset_non_preferred_head)
14056 (Vcurrent_iso639_language): Extern them.
14057
14058 * charset.c (Vcharset_non_preferred_head): New variable.
14059 (Vcurrent_iso639_language): New variable.
14060 (syms_of_charset): Declare it as a Lisp variable.
14061 (char_charset): Don't check non preferred charsets. As a last
14062 resort, return charset_unicode.
14063 (Fset_charset_priority): Update Vcharset_non_preferred_head.
14064
14065 * composite.c: Throughout the file, delete all USE_FONT_BACKEND
14066 conditionals. Don't check enable_font_backend. Delete all codes
14067 used only when USE_FONT_BACKEND is not defined.
14068
14069 * dispextern.h (struct glyph_string): Change type of `font' to
14070 `struct font *'.
14071 (struct glyph_string): New member underline_position and
14072 underline_thickness.
14073 (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
14074 (struct face): Change type of `font' to `struct font *'. Remove
14075 members `font_name', `font_info_id'.
14076 (per_char_metric, encode_char): Delete externs.
14077 (calc_pixel_width_or_height): Adjust the prototype.
14078
14079 * emacs.c (enable_font_backend): Delete extern.
14080 (main): Don't set enable_font_backend. Don't check the command
14081 line argument "-disable-font-backend".
14082
14083 * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
14084 (enum font_property_index): New members FONT_DPI_INDEX,
14085 FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
14086 FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
14087 FONT_OBJECT_MAX. Delete FONT_FRAME_INDEX.
14088 (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
14089 (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
14090 (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
14091 (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
14092 (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
14093 (struct font_spec, struct font_entity): New structs.
14094 (FONT_ENCODING_NOT_DECIDED): Moved from fontset.h.
14095 (struct font): Many members from old "struct font_info" moved to
14096 here. Members font and entity deleted.
14097 (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
14098 the new font-related objects.
14099 (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
14100 (CHECK_FONT_GET_OBJECT): Likewise.
14101 (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
14102 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved from font.h.
14103 (struct font_driver): New members case_sensitive anc check. Type
14104 of the member list and open changed.
14105 (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
14106 (font_symbolic_width, font_find_object, font_get_spec)
14107 (font_set_lface_from_name): Delete extern.
14108 (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
14109
14110 * font.c: Include <strings.h>.
14111 (enable_font_backend): Delete it.
14112 (Qfont_spec, Qfont_entity, Qfont_object): New variables.
14113 (CHECK_VALIDATE_FONT_SPEC): Delete it.
14114 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved to font.h.
14115 (null_string): Delete it.
14116 (null_vector): Make it static.
14117 (font_family_alist): Delete it.
14118 (Qnormal): Extern it.
14119 (QCextra, QClanguage): Delete it.
14120 (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
14121 (font_make_spec, font_make_entity, font_make_object)
14122 (font_intern_prop): Renamed from intern_downcase. Don't downcase
14123 the string. Callers changed.
14124 (font_pixel_size): Adjusted for the format change of font-related
14125 objects.
14126 (prop_name_to_numeric, prop_numeric_to_name): Delete them.
14127 (font_style_to_value, font_style_symbolic): New function.
14128 (build_font_family_alist): Delete it.
14129 (font_registry_charsets): Use Fassoc_string instead of
14130 assq_no_quit.
14131 (font_prop_validate_symbol): Don't return null_string.
14132 (font_prop_validate_style): Adjusted for the change of
14133 style-related values in a font vector.
14134 (font_property_table): Delete entries for QClanguage and
14135 QCantialias, add entries for QCavgwidth.
14136 (get_font_prop_index): Delete the 2nd argument FROM.
14137 (font_prop_validate): Arguments changed.
14138 (font_put_extra): Adjusted for the change of font-related objects.
14139 (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
14140 (font_parse_fcname, font_unparse_fcname)
14141 (font_prepare_composition): Likewise.
14142 (font_parse_family_registry): Renamed from font_merge_old_spec.
14143 (otf_open): Delete the 1st arg entity.
14144 (font_otf_capability): Adjusted for the above change.
14145 (font_score): New arg alternate_families. Adjusted for the change
14146 of font-related objects.
14147 (font_sort_entites): New arg best_only.
14148 (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
14149 Delete them.
14150 (font_match_p): Check alternate families.
14151 (font_find_object): Delete it.
14152 (font_check_object): New function.
14153 (font_clear_cache): Adjusted for the change of font-related objects.
14154 (font_delete_unmatched): New arg.
14155 (font_list_entities): Call font_driver->list with a spec that
14156 doesn't specify style-related properties.
14157 (font_matching_entity): Arguments changed. Caller changed.
14158 (font_open_entity): Adjusted for the change of font-related objects.
14159 (font_close_object, font_has_char, font_encode_char)
14160 (font_get_name, font_get_spec): Likewise.
14161 (font_spec_from_name, font_clear_prop, font_update_lface):
14162 New functions.
14163 (font_find_for_lface, font_open_for_lface, font_load_for_lface)
14164 (font_prepare_for_face, font_done_for_face, font_open_by_name)
14165 (font_at): Adjusted for the change of font-related objects.
14166 (font_range): New function.
14167 (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
14168 (Ffont_xlfd_name): Adjusted for the change of font-related objects.
14169 (Fcopy_font_spec, Fmerge_font_spec): New function.
14170 (Ffont_family_list): Renamed from list-families.
14171 (Finternal_set_font_style_table): Arguments changed.
14172 (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
14173 (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the
14174 change of font-related objects.
14175 (syms_of_font): Delete "ifdef USE_FONT_BACKEND". DEFSYM new symbols.
14176
14177 * fontset.h (struct font_info): Delete it. Most members go to
14178 struct font.
14179 (FONT_ENCODING_NOT_DECIDED): Moved to font.h.
14180 (enum FONT_SPEC_INDEX): Delete it.
14181 (font_info, list_fonts_func, load_font_func, query_font_func)
14182 (set_frame_fontset_func, find_ccl_program_func)
14183 (get_font_repertory_func, new_fontset_from_font_name): Delete
14184 externs.
14185 (fontset_from_font_name): Extern it.
14186 (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
14187 (FONT_INFO_FROM_FACE): Deleted.
14188 (face_for_font): Adjust prototype.
14189
14190 * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
14191 conditionals. Don't check enable_font_backend. Delete all codes
14192 used only when USE_FONT_BACKEND is not defined.
14193 (get_font_info_func, list_font_func, load_font_func)
14194 (query_font_func, set_frame_fontset_func, find_ccl_program_func)
14195 (get_font_repertory_func): Delete them.
14196 (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
14197 (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
14198 (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
14199 (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
14200 (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
14201 (fontset_compare_rfontdef): New function.
14202 (reorder_font_vector): Remove the argument CHARSET-ID. Sort
14203 rfont-defs by qsort. Adjusted for the change of font-group vector.
14204 (load_font_get_repertory): Deleted.
14205 (fontset_find_font): Use new macros to ref/set elements of
14206 font-def and rfont-def.
14207 (fontset_font): Fix the timing of remembering that no font for C.
14208 (free_face_fontset): Do nothing if the face has no fontset.
14209 (face_suitable_for_char_p): Use new macros to ref/set elements of
14210 rfont-def.
14211 (face_for_char): Likewise. Call face_for_char with font_object.
14212 (fs_load_font): Delete. Delete #pragma surrounding it.
14213 (fs_query_fontset): Use strcasecmp instead of strcmp.
14214 (generate_ascii_font_name): Adjusted for the format change of
14215 font-spec.
14216 (Fset_fontset_font): Likewise. Use new macros to set elements of
14217 font-def.
14218 (Fnew_fontset): Use font_unparse_xlfd to generate
14219 FONTSET_ASCII (fontset).
14220 (new_fontset_from_font_name): Deleted.
14221 (fontset_from_font): Renamed from new_fontset_from_font. Check if
14222 a fontset is already created for the font. FIx updating of
14223 Vfontset_alias_alist.
14224 (fontset_ascii_font): Deleted.
14225 (Ffont_info): Adjusted for the format change of font-spec.
14226 (Finternal_char_font): Likewise.
14227 (Ffontset_info): Likewise.
14228 (syms_of_fontset): Don't check load_font_func.
14229
14230 * fns.c (internal_equal): Handle PREV_FONT.
14231
14232 * frame.h: Delete USE_FONT_BACKEND conditional.
14233
14234 * frame.c: Throughout the file, delete all USE_FONT_BACKEND
14235 conditionals. Don't check enable_font_backend. Delete all codes
14236 used only when USE_FONT_BACKEND is not defined.
14237 (x_set_font): Call x_new_font, not x_new_fontset2.
14238 (x_set_font_backend): Use FRAME_FONT macro to check if a font is
14239 already set for the frame.
14240
14241 * ftfont.c (ftfont_pattern_entity): Argument FRAME removed. Make
14242 a font-entity by font_make_entity. Use font_intern_prop instead
14243 of intern_downcase. Use FONT_SET_STYLE to set a style-related
14244 font property. If a font is scalable, set avgwidth property to 0.
14245 Set font-entity property by font_put_extra.
14246 (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
14247 (ffont_driver): Adjusted for the change of struct font_driver.
14248 (ftfont_spec_pattern): New function.
14249 (ftfont_list): Return a list, not vector.
14250 (ftfont_match): Use ftfont_spec_pattern to get a pattern.
14251 (ftfont_list_family): Don't downcase names.
14252 (ftfont_free_entity): Deleted.
14253 (ftfont_open): Return a font-object. Adjusted for the change of
14254 struct font. Get underline_thickness and underline_position from
14255 font property. Don't update dpyinfo->smallest_font_height and
14256 dpyinfo->smallest_char_width.
14257 (ftfont_close): Don't free `struct font'.
14258 (ftfont_has_char): Adjusted for the format change of font-entity.
14259 (ftfont_encode_char, ftfont_text_extents): Likewise.
14260
14261 * ftxfont.c (ftxfont_list): Return a list, not vector.
14262 (ftxfont_open): Return a font-object. Adjusted for the change of
14263 struct font. Get underline_thickness and underline_position from
14264 font property. Don't update dpyinfo->smallest_font_height and
14265 dpyinfo->smallest_char_width.
14266 (ftxfont_close): Don't decrease FRAME_X_DISPLAY_INFO (f)->n_fonts.
14267 (ftxfont_draw): Adjusted for the change of struct font.
14268
14269 * image.c (image_ascent): Don't include "charset.h". Include
14270 "character.h" and "font.h".
14271
14272 * lisp.h (enum pvec_type): New member PREV_FONT.
14273 (Fassoc_string): EXFUN it.
14274
14275 * print.c: Include font.h.
14276 (print_object): Handle font-related objects.
14277
14278 * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
14279 conditionals. Don't check enable_font_backend. Delete all codes
14280 used only when USE_FONT_BACKEND is not defined.
14281 (handle_auto_composed_prop): Do nothing if it->f is not on a
14282 window system. Check how many following characters can be
14283 displayed by the same font.
14284 (calc_pixel_width_or_height): Type of the 4th arg is changed to
14285 'struct font *'.
14286 (get_char_face_and_encoding): Assign the whole encoding task to
14287 the `encode-char' method of a font driver.
14288 (fill_composite_glyph_string): Adjusted for the change of `struct
14289 face' and `struct glyph_string'.
14290 (fill_glyph_string): Likewise.
14291 (get_per_char_metric): Arguments changed.
14292 (x_get_glyph_overhangs): Adjusted for the change of `struct face'
14293 and `struct glyph_string'.
14294 (produce_stretch_glyph, calc_line_height_property)
14295 (x_produce_glyphs): Likewise.
14296
14297 * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
14298 conditionals. Don't check enable_font_backend. Delete all codes
14299 used only when USE_FONT_BACKEND is not defined. Use
14300 FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
14301 (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
14302 (Qp): Extern them.
14303 (clear_font_table, load_face_font, xlfd_lookup_field_contents):
14304 Deleted.
14305 (struct font_name): Deleted.
14306 (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
14307 (compare_fonts_by_sort_order): New function.
14308 (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
14309 (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
14310 Deleted.
14311 (Fx_family_fonts): Use font_list_entities, and sort fonts by
14312 compare_fonts_by_sort_order.
14313 (Fx_font_family_list): Call Ffont_family_list.
14314 (face_numeric_value, face_numeric_weight, face_numeric_slant)
14315 (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
14316 (face_symbolic_slant, face_symbolic_swidth)
14317 (split_font_name_into_vector, build_font_name_from_vector)
14318 (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
14319 (font_rescale_ratio, split_font_name, build_font_name)
14320 (free_font_names, sort_fonts, x_face_list_fonts)
14321 (face_font_available_p, sorted_font_list, cmp_font_names)
14322 (font_list_1, concat_font_list, font_list, remove_duplicates):
14323 Deleted.
14324 (Fx_list_fonts): Use Ffont_list.
14325 (LFACE_AVGWIDTH): Deleted.
14326 (check_lface_attrs): Don't check LFACE_AVGWIDTH. Check LFACE_FONT
14327 by FONTP.
14328 (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
14329 (set_lface_from_font_name): Delete it.
14330 (set_lface_from_font): Renamed from
14331 set_lface_from_font_and_fontset. Caller changed. Don't set
14332 LFACE_AVGWIDTH. Use FONT_XXX_FOR_FACE to get a symbol suitable
14333 for face.
14334 (merge_face_vectors): Copy font-spec if necessary.
14335 Clear properties of the font-spec if necessary.
14336 (merge_face_ref): Clear properties of the font-spec if necessary.
14337 (Finternal_set_lisp_face_attribute): Likewise.
14338 (set_font_frame_param): Use font_load_for_lface to load a
14339 font-object, and call Fmodify_frame_parameters with it.
14340 (x_update_menu_appearance): Don't check LFACE_AVGWIDTH. Get XLFD
14341 font name by Ffont_xlfd_name.
14342 (Finternal_lisp_face_attribute_values): Don't check QCweight,
14343 QCslant, and QCwidth.
14344 (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
14345 (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
14346 Compare fonts by EQ.
14347 (lookup_non_ascii_face): Deleted.
14348 (face_for_font): The 2nd argument changed.
14349 (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
14350 Check atomic font properties by case insensitive.
14351 (realize_non_ascii_face): Set face->overstrike correctly.
14352 (realize_x_face): Likewise. Check if LFACE_FONT is a font_object.
14353 (dump_realized_face): Get font name from
14354 font->props[FONT_NAME_INDEX]. Don't print font_info_id.
14355
14356 * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
14357 conditionals. Don't check enable_font_backend. Delete all codes
14358 used only when USE_FONT_BACKEND is not defined.
14359 (xic_create_xfontset): Original code deleted and renamed from
14360 xic_create_xfontset2. Use FRAME_FONT, not FRAME_FONT_OBJECT.
14361 (x_make_gc): Don't set GCFont in GCs.
14362 (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
14363 opened by "fixed".
14364 (syms_of_xfns): Don't set get_font_info_func, load_font_func,
14365 find_ccl_program_func, query_font_func, set_frame_fontset_func,
14366 get_font_repertory_func.
14367
14368 * xfont.c: Include <stdlib.h> and "ccl.h".
14369 (struct xfont_info): New structure.
14370 (xfont_query_font): Deleted.
14371 (xfont_find_ccl_program): Renamed from x_find_ccl_program and
14372 moved from xterm.c.
14373 (xfont_driver): Adjusted for the change of struct font_driver.
14374 (compare_font_names): New function.
14375 (xfont_list_pattern): Sort font names case insensitively. Make
14376 font_entity by calling font_make_entity. Avoid auto-scaled fonts.
14377 (xfont_list): Return a list, not vector.
14378 (xfont_match): If the font doesn't have QCname property, generate
14379 a name from the other font properties.
14380 (xfont_open): Return a font-object. Adjusted for the change of
14381 struct font. Get underline_thickness and underline_position from
14382 font property. Don't update dpyinfo->smallest_font_height and
14383 dpyinfo->smallest_char_width.
14384 (xfont_close): Don't free struct font.
14385 (xfont_prepare_face): Adjusted for the change of struct font.
14386 (xfont_done_face): Deleted.
14387 (xfont_has_char): Adjusted for the change of struct font.
14388 (xfont_encode_char, xfont_draw): Likewise.
14389 (xfont_check): New function.
14390
14391 * xftfont.c (xftfont_list): Adjusted for the change of `list'
14392 callback function.
14393 (xftfont_match): Adjusted for the format change of font-entity.
14394 (xftfont_open): Adjusted for the format change of font-entity and
14395 font-object. Adjusted for the change of struct font. Return a
14396 font-object. Don't update dpyinfo->smallest_font_height and
14397 dpyinfo->smallest_char_width.
14398 (xftfont_close): Block input while calling XftFontClose.
14399 (xftfont_prepare_face): Don't block input while calling
14400 xftfont_get_colors. Adjusted for the change of struct font.
14401 (xftfont_shape): Return value of error case fixed.
14402
14403 * xrdb.c (x_load_resources): Don't setup a fontset resource.
14404
14405 * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
14406 conditionals.
14407 (FONT_WIDTH): Return (f)->max_width.
14408 (struct x_display_info): Delete member `font'.
14409 (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
14410 (x_find_ccl_program, x_get_font_repertory): Delete externs.
14411 (struct x_output): Change type of `font' to `struct font *'.
14412
14413 * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
14414 conditionals. Don't check enable_font_backend. Delete all codes
14415 used only when USE_FONT_BACKEND is not defined. Don't include ccl.h.
14416 (x_per_char_metric, x_encode_char): Deleted.
14417 (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
14418 (x_compute_glyph_string_overhangs): Adjusted for the change of
14419 `struct face'.
14420 (x_draw_glyph_string_foreground)
14421 (x_draw_composite_glyph_string_foreground): Likewise.
14422 (x_draw_glyph_string): Likewise. Use font->underline_position and
14423 font->underline_thickness.
14424 (x_new_font): Renamed from x_new_fontset2.
14425 (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
14426 (x_check_font): Call `check' method of a font driver.
14427 (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
14428 (x_query_font, x_get_font_repertory): Deleted.
14429 (x_find_ccl_program): Renamed and moved to xfont.c.
14430 (x_redisplay_interface): Adjusted for the change of `struct
14431 redisplay_interface'.
14432
14433 * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
14434 conditionals. Don't check enable_font_backend. Delete all codes
14435 used only when USE_FONT_BACKEND is not defined. Surround non-used
14436 code by "#ifdef OLD_FONT" and "endif".
14437 (Fw32_select_font): Use FONT_COMPAT to get old font structure.
14438
14439 * w32font.h (struct w32font_info): New member.
14440 (FONT_COMPAT): New macro.
14441 (w32font_open_internal): Prototype adjusted.
14442
14443 * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
14444 OLD_FONT" and "endif".
14445
14446 * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
14447 conditionals. Don't check enable_font_backend. Delete all codes
14448 used only when USE_FONT_BACKEND is not defined.
14449 (w32font_open): Return a font-object. Make a font-object by
14450 font_make_object. Adjusted for the change of struct w32font_info.
14451 (w32font_close): Don't free struct font. Adjusted for the change
14452 of struct w32font_info.
14453 (w32font_encode_char, w32font_text_extents, w32font_draw):
14454 Adjusted for the change of struct w32font_info.
14455 (w32font_draw): Likewise.
14456 (w32font_list_internal): Return a list, not vector.
14457 (w32font_open_internal): Change the 4th arg to font-object.
14458 Adjusted for the change of struct w32font_info and font-object format.
14459 (add_font_name_to_list): Don't downcase names.
14460 (w32_enumfont_pattern_entity): Make a font-entity by
14461 font_make_entity. Adjusted for the format change of font-entity.
14462 Use FONT_SET_STYLE to set a style-related font property. If a
14463 font is scalable, set avgwidth property to 0. Set font-entity
14464 property by font_put_extra.
14465 (font_matches_spec): Adjusted for the format change of font-entity.
14466 (w32_weight_table, w32_decode_weight): New variables.
14467 (w32_encode_weight): New function.
14468 (fill_in_logfont): Adjusted for the format change of font-spec.
14469 (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
14470 weight value.
14471 (w32font_driver): Adjusted for the change of struct font_driver.
14472
14473 * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
14474 conditionals. Don't check enable_font_backend. Surround non-used
14475 code by "#ifdef OLD_FONT" and "endif".
14476 (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
14477 (FONT_AVG_WIDTH): Adjusted for the change of struct font.
14478
14479 * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
14480 conditionals. Don't check enable_font_backend. Delete all codes
14481 used only when USE_FONT_BACKEND is not defined. Surround non-used
14482 code by "#ifdef OLD_FONT" and "endif".
14483
14484 * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
14485 (uniscribe_open): Return value changed to font-object.
14486 Adjusted for the format change of font-object.
14487 (uniscribe_otf_capability): Adjusted for the change of struct font.
14488 (add_opentype_font_name_to_list): Don't downcase names.
14489 (uniscribe_font_driver): Adjusted for the change of struct
14490 font_driver.
14491
144922008-05-13 Chong Yidong <cyd@stupidchicken.com>
14493
14494 * dispnew.c (update_frame_1): Check if tty output is still valid
14495 before flushing it.
14496
144972008-05-13 Jan Djärv <jan.h.d@swipnet.se>
14498
14499 * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
14500 to Gtk+ menus.
14501
145022008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
14503
14504 * dired.c (file_name_completion): Tweak the code so as to always do it
14505 in a single pass. Tighten the scope of some variables.
14506
14507 * dired.c (Qdefault_directory): New var.
14508 (file_name_completion): Use it instead of Fexpand_file_name.
14509 (syms_of_dired): Initialize it.
14510
145112008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
14512
14513 * fileio.c (double_dollars): Remove dead code.
14514
145152008-05-10 Eli Zaretskii <eliz@gnu.org>
14516
14517 * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
14518 Mention w32-get-true-file-attributes in doc string.
14519
14520 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
14521
145222008-05-09 Glenn Morris <rgm@gnu.org>
14523
14524 * fileio.c (Fread_file_name): Remove reference to insdef, deleted
14525 2008-04-23.
14526
145272008-05-09 Eli Zaretskii <eliz@gnu.org>
14528
14529 Support for reporting owner and group of each file on MS-Windows:
14530 * dired.c (stat_uname, stat_gname): New functions, with special
14531 implementation for w32.
14532 (Ffile_attributes): Use them instead of getpwuid and getgrgid.
14533
14534 * w32.c: Rename the_passwd_* to dflt_passwd_*.
14535 (dflt_group_name): New static variable.
14536 (dflt_group): Rename from the_group.
14537 (init_user_info): Init dflt_group fields. Get user's group name
14538 from LookupAccountSid.
14539 (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
14540 (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
14541 New initialization states.
14542 (globals_of_w32): Initialize them to zero. Initialize the default
14543 group name to "None".
14544 (GetFileSecurity_Name): New global var, the name of the function
14545 to call for GetFileSecurity.
14546 (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
14547 (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
14548 (get_file_security, get_security_descriptor_owner)
14549 (get_security_descriptor_group, is_valid_sid)
14550 (get_file_security_desc, get_rid, get_name_and_id)
14551 (get_file_owner_and_group): New functions.
14552 (stat): Use get_file_security_desc and get_file_owner_and_group to
14553 report the owner and primary group of each file. Don't ignore the
14554 high 32 bits of file's size, now that st_size is 64-bit wide.
14555 Fix test when to get true file attributes.
14556 (init_user_info): Use get_rid instead of equivalent inline code.
14557 (fstat): Don't ignore the high 32 bits of file's size.
14558
145592008-05-09 Chong Yidong <cyd@stupidchicken.com>
14560
14561 * image.c (png_load): Use correct bit-depth for setting background
14562 color.
14563
145642008-05-08 Eli Zaretskii <eliz@gnu.org>
14565
14566 * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
14567 epa-hook.elc.
14568
145692008-05-08 Juanma Barranquero <lekktu@gmail.com>
14570
14571 * font.c (Ffont_match_p): Don't use `iff' in docstring.
14572
145732008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
14574
14575 * macfns.c (Fx_create_frame): Make a copy of frame parameters
14576 because the original parameters are in pure storage now.
14577 (mac_window): Remove unused params. Update callers.
14578
145792008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14580
14581 * lread.c (substitute_object_recurse): Use lower-level primitives.
14582 Don't signal errors when traversing sub-char-tables.
14583 Don't loop over all the possible characters when traversing char-tables.
14584
14585 * print.c (print_preprocess): Add sub-char-tables to the print-table,
14586 just like we do in print.c.
14587
145882008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
14589
14590 * minibuf.c (Ftry_completion): Remove code left over from when we used
14591 scmp instead of Fcompare_strings.
14592
145932008-05-04 Juanma Barranquero <lekktu@gmail.com>
14594
14595 * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
14596
145972008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14598
14599 * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
14600 Create bitmap context in native byte order.
14601
14602 * macterm.c (XDrawLine)
14603 (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
14604 context in native byte order.
14605
146062008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14607
14608 * config.in: Regenerate.
14609
14610 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
14611 New definitions for Image I/O support.
14612 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
14613 (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
14614 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
14615 (mac_data_provider_release_data, image_load_image_io)
14616 [USE_MAC_IMAGE_IO]: New functions.
14617 (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
14618 (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
14619 (init_image_func_pointer) [MAC_OSX]: Remove function.
14620 (image_load_quartz2d) [MAC_OSX]: Check availability of
14621 CGImageCreateWithPNGDataProvider at compile time.
14622 Use lowercase `false' for boolean constant.
14623 (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
14624 Use image_load_image_io.
14625 (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
14626 Don't check MyCGImageCreateWithPNGDataProvider.
14627 (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
14628 Don't call init_image_func_pointer.
14629
14630 * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
14631
14632 * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
14633 Make variable non-static.
14634 (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
14635 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
14636
14637 * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
14638 (RED_FROM_ULONG): Mask off higher bits.
14639 (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
14640
14641 * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
14642 Include AvailabilityMacros.h.
14643 (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
14644 (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
14645
146462008-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
14647
14648 * chartab.c (Fset_char_table_range): If range is t, really set all
14649 chars to that value.
14650
146512008-05-03 Eli Zaretskii <eliz@gnu.org>
14652
14653 * dired.c (Ffile_attributes): Don't allow the device number become
14654 negative.
14655
146562008-05-02 Daiki Ueno <ueno@unixuser.org>
14657
14658 * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
14659
146602008-05-02 Juri Linkov <juri@jurta.org>
14661
14662 * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
14663 (Fread_variable, Fread_buffer, Fcompleting_read): Document the
14664 DEFAULT argument as a list of default values in docstrings.
14665
146662008-05-01 Chong Yidong <cyd@stupidchicken.com>
14667
14668 * puresize.h (BASE_PURESIZE): Increase to 1210000.
14669
146702008-05-01 Martin Rudalics <rudalics@gmx.at>
14671
14672 * dispnew.c (change_frame_size_1): Preserve small windows when
14673 shrinking frames by calling set_window_height|width with third
14674 arg 2.
14675
14676 * window.h (struct window): Replace field too_small_ok by field
14677 resize_proportionally.
14678
14679 * window.c (make_window): Initialize resize_proportionally.
14680 (enlarge_window): Temporarily set resize_proportionally to make
14681 sure that shrink_windows does scale the window proportionally.
14682 (shrink_windows): When window has resize_proportionally set try
14683 to shrink it proportionally by stealing from other windows.
14684 (struct saved_window, Fset_window_configuration)
14685 (compare_window_configurations): Handle resize_proportionally.
14686 (WINDOW_TOTAL_SIZE): New macro.
14687 (window_min_size, shrink_windows, size_window): Use it.
14688 (check_min_window_sizes): Remove. Invalid values of
14689 window-min-height|width are handled by window_min_size_2 now.
14690 (size_window, Fsplit_window, enlarge_window)
14691 (adjust_window_trailing_edge, grow_mini_window): Don't call
14692 check_min_window_sizes.
14693 (window_min_size_2, window_min_size_1, window_min_size):
14694 New argument safe_p for retrieving "safe" minimum sizes.
14695 (Fdisplay_buffer, Fsplit_window, enlarge_window)
14696 (adjust_window_trailing_edge, grow_mini_window):
14697 Adjust arguments of window_min_size... functions.
14698 (shrink_windows): Argument min_size removed. New argument
14699 safe_p allows shrinking windows to their safe minimum sizes.
14700 Calculate minimum size and decide whether a window shall be
14701 deleted for each window individually.
14702 (size_window): When nodelete_p equals 2, tell shrink_windows to
14703 delete windows only if their new minimum size is no more safe.
14704 (shrink_window_lowest_first): Call window_min_size_1 to make
14705 sure to preserve modeline of bottom-most window when resizing
14706 the minibuffer.
14707 (Fset_window_configuration, Fcurrent_window_configuration)
14708 (compare_window_configurations): Do not handle
14709 window-min-height|width any more.
14710 (syms_of_window): Clarify window-min-height|width doc-strings.
14711
147122008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
14713
14714 * dired.c (file_name_completion): Fix up the encoding/decoding issue
14715 some more. Copy some of the code from Ftry_completions.
14716 Remove special case code that dates back to initial revision when the
14717 slash was only added when necessary and that can't trigger nowadays.
14718
147192008-04-27 Kenichi Handa <handa@m17n.org>
14720
14721 * font.c (font_prop_validate): Signal `error' instead of `font'.
14722
147232008-04-29 Jason Rumney <jasonr@gnu.org>
14724
14725 * w32fns.c (Fw32_battery_status): New defun.
14726 (syms_of_w32fns): Defsubr it.
14727
147282008-04-28 Andreas Schwab <schwab@suse.de>
14729
14730 * dired.c (file_name_completion): Fix another mixing of encoded
14731 and decoded names.
14732
147332008-04-28 Juanma Barranquero <lekktu@gmail.com>
14734
14735 * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
14736
147372008-04-27 Juanma Barranquero <lekktu@gmail.com>
14738
14739 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
14740
147412008-04-27 Andreas Schwab <schwab@suse.de>
14742
14743 * dired.c (file_name_completion): Fix inappropriate mixing of
14744 encoded and decoded names.
14745
14746 * xterm.c (XTread_socket): Fix use of uninitialized variable.
14747
14748 * puresize.h (BASE_PURESIZE): Increase to 1200000.
14749
147502008-04-26 Eli Zaretskii <eliz@gnu.org>
14751
14752 * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
14753 2008-03-31, it's not needed anymore with `struct stat' definition
14754 on nt/inc/sys/stat.h. Undo changes from 2007-01-12 and 2007-01-13
14755 for the same reasons.
14756
147572008-04-25 Dennis Gilmore <ausil@fedoraproject.org> (tiny change)
14758
14759 * m/sparc.h: Additional redefinitions for GNU/Linux.
14760
147612008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14762
14763 * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
14764 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
14765 (Qmouse_drag_overlay) [MAC_OSX]: New variable.
14766 (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
14767 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
14768 (mac_ax_selected_text_range) [MAC_OSX]: New functions.
14769 (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
14770 Likewise.
14771
14772 * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
14773 (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
14774 (mac_ax_number_of_characters): Add externs.
14775 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
14776 [USE_MAC_TSM]: Likewise.
14777 (mac_handle_text_input_event) [MAC_OSX]:
14778 Handle kEventTextInputOffsetToPos for no active input area case.
14779 Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
14780 (mac_handle_document_access_event)
14781 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
14782 (install_application_handler) [MAC_OSX]: Register handlers for
14783 kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
14784 (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
14785 Register mac_handle_document_access_event.
14786
14787 * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
14788 Make functions non-static.
14789
147902008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
14791
14792 * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
14793 (read_file_name_completion_ignore_case, insert_default_directory)
14794 (Qdefault_directory): Move to minibuffer.el.
14795 (Fread_file_name): Call the new `read-file-name' instead.
14796
147972008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14798
14799 * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
14800 Make function non-static.
14801 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
14802 Remove function.
14803 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
14804 Move to mactoolbox.c.
14805 (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
14806
14807 * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
14808 (mac_rect_make): New macro.
14809
14810 * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
14811 instead of float.
14812 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
14813 (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
14814 (XSetBackground) [USE_CG_DRAWING]: Likewise.
14815 (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
14816 CGRectMake.
14817 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
14818 (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
14819 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
14820 (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
14821 instead of WindowRef in argument type.
14822 (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
14823 (mac_invert_rectangle): Use CGContextSetBlendMode if available.
14824 (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
14825 instead of DISPLAY. All uses changed.
14826 (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
14827 (x_calc_absolute_position): Simplify so as not to use
14828 FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
14829
14830 * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
14831 instead of WindowRef in argument type.
14832 (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
14833 [TARGET_API_MAC_CARBON]: Remove externs.
14834 (create_apple_event, mac_event_parameters_to_lisp)
14835 [TARGET_API_MAC_CARBON]: Add externs.
14836
14837 * mactoolbox.c (Vmac_ts_script_language_on_focus)
14838 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
14839 (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
14840 is clicked.
14841 (x_activate_menubar): Remove extern for saved_menu_event_location.
14842 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
14843 Move from mac.c.
14844
148452008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14846
14847 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
14848 [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
14849
148502008-04-23 Jason Rumney <jasonr@gnu.org>
14851
14852 * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
14853 attributes only for local files.
14854
14855 * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
14856 default to Qlocal.
14857
148582008-04-22 Juri Linkov <juri@jurta.org>
14859
14860 * buffer.c (Fswitch_to_buffer): Change interactive spec to call
14861 read-buffer-to-switch instead of using the letter "B".
14862
148632008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
14864
14865 * fileio.c (Qdefault_directory): New variable.
14866 (Fread_file_name): Use it to pass `dir' to the completion functions.
14867
148682008-04-20 Chong Yidong <cyd@stupidchicken.com>
14869
14870 * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
14871
148722008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
14873
14874 * keyboard.c (Vpre_help_message): Remove.
14875 (show_help_echo): Remove default C code.
14876
14877 * dired.c (directory_files_internal, file_name_completion):
14878 Only call ENCODE_FILE if the string is indeed decoded.
14879
148802008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
14881
14882 * Makefile.in (TOOLKIT_DEFINES): Remove.
14883 (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
14884
148852008-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14886
14887 * Makefile.in (MAC_OBJ): Add mactoolbox.o.
14888 (mactoolbox.o): New target.
14889
14890 * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
14891 Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
14892
14893 * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
14894 Use mac_set_frame_window_background instead of XSetWindowBackground.
14895 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
14896 Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
14897 (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
14898 instead of SetWindowTitleWithCFString.
14899 (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
14900 Move function to mactoolbox.c.
14901 (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
14902 Use mac_set_window_modified instead of SetWindowModified.
14903 Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
14904 (mac_window, x_create_tip_frame): Use mac_create_frame_window.
14905 (Fx_focus_frame): Use mac_front_non_floating_window instead of
14906 FrontNonFloatingWindow. Use mac_activate_window instead of
14907 ActivateWindow. Use mac_active_non_floating_window instead of
14908 ActiveNonFloatingWindow.
14909 (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
14910 Use mac_show_hourglass and mac_hide_hourglass.
14911 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
14912 instead of GetGlobalMouse.
14913 (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
14914 instead of MoveWindow/SizeWindow/ShowWindow, respectively.
14915 Use mac_bring_window_to_front instead of BringToFront.
14916 (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
14917 mactoolbox.c.
14918 (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
14919 mac_file_dialog in mactoolbox.c. Use mac_file_dialog.
14920 (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
14921 mactoolbox.c.
14922
14923 * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
14924 (XtPointer): Move typedef from macmenu.c.
14925 (enum button_type): Move enum from macmenu.c.
14926 (widget_value): Move typedef from macmenu.c.
14927 (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
14928 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
14929 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
14930 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
14931 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
14932 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
14933 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
14934 (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
14935 (Selection): Move typedef from macselect.c.
14936 (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
14937 macterm.c.
14938 (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
14939 (mac_is_window_collapsed, mac_bring_window_to_front)
14940 (mac_send_window_behind, mac_hide_window, mac_show_window)
14941 (mac_collapse_window, mac_front_non_floating_window)
14942 (mac_active_non_floating_window, mac_activate_window)
14943 (mac_move_window_structure, mac_move_window, mac_size_window)
14944 (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
14945
14946 * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
14947 (enum mac_menu_kind): Move enum to mactoolbox.c.
14948 (min_menu_id): Move variable to mactoolbox.c.
14949 (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
14950 (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
14951 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
14952 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
14953 [TARGET_API_MAC_CARBON]: Likewise.
14954 (XtPointer): Move typedef to macgui.h.
14955 (enum button_type): Move enum to macgui.h.
14956 (widget_value): Move typedef to macgui.h.
14957 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
14958 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
14959 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
14960 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
14961 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
14962 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
14963 (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
14964 (popup_activated_flag): Make variable non-static.
14965 (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
14966 (add_menu_item, fill_menu, dispose_menus):
14967 Move functions to mactoolbox.c.
14968 (restore_show_help_function, menu_target_item_handler)
14969 (install_menu_target_item_handler, mac_handle_dialog_event)
14970 (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
14971 [TARGET_API_MAC_CARBON]: Likewise.
14972 (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
14973 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
14974 (find_and_call_menu_selection, name_is_separator): Make function
14975 non-static.
14976 (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
14977 to mactoolbox.c.
14978 (set_frame_menubar): Don't call install_menu_quit_handler.
14979 (menu_item_selection): New variable.
14980 (mac_menu_show): Use create_and_show_popup_menu.
14981 (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
14982 selection but set variable menu_item_selection. All uses changed.
14983 (mac_fill_menubar): Rename from fill_menubar. All uses changed.
14984 Call install_menu_quit_handler. Move to mactoolbox.c.
14985
14986 * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
14987 (Selection): Move typedef to macgui.h.
14988 (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
14989 (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
14990 Make variables non-static.
14991 (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
14992 (mac_handle_apple_event, cleanup_all_suspended_apple_events):
14993 Make functions non-static.
14994 (Vmac_service_selection) [MAC_OSX]: Likewise.
14995 (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
14996 (mac_valid_selection_target_p, mac_clear_selection)
14997 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
14998 (mac_put_selection_value, mac_selection_has_target_p)
14999 (mac_get_selection_value, mac_get_selection_target_list)
15000 (init_apple_event_handler, install_drag_handler, remove_drag_handler):
15001 Move functions to mactoolbox.c.
15002 (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
15003 Likewise.
15004 (copy_scrap_flavor_data, mac_handle_service_event)
15005 (install_service_handler) [MAC_OSX]: Likewise.
15006 (syms_of_macselect) <Vmac_dnd_known_types>:
15007 Use mac_dnd_default_known_types.
15008
15009 * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
15010 Move to mactoolbox.c.
15011 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
15012 (Fx_selection_owner_p): Add EXFUN.
15013 (install_window_handler, remove_window_handler, XSetWindowBackground):
15014 Remove externs.
15015 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
15016 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
15017 (x_raise_frame, x_lower_frame, mac_alert_sound_play)
15018 (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
15019 (mac_convert_frame_point_to_global, mac_set_frame_window_background)
15020 (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
15021 (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
15022 (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
15023 (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
15024 (create_and_show_popup_menu, mac_get_selection_from_symbol)
15025 (mac_valid_selection_target_p, mac_clear_selection)
15026 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
15027 (mac_put_selection_value, mac_selection_has_target_p)
15028 (mac_get_selection_value, mac_get_selection_target_list): Add externs.
15029 (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
15030 (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
15031 (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
15032 (mac_run_loop_run_once) [MAC_OSX]: Likewise.
15033 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
15034 (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
15035 (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
15036 (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
15037
15038 * mactoolbox.c: New file.
15039
150402008-04-18 Jason Rumney <jasonr@gnu.org>
15041
15042 * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
15043
150442008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
15045
15046 * character.c (Fmultibyte_char_to_unibyte):
15047 Return latin1 chars unchanged.
15048
15049 * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
15050 relocated if it points to `name'.
15051
150522008-04-17 Kenichi Handa <handa@m17n.org>
15053
15054 * data.c (Faset): Allow setting a multibyte character in an
15055 ASCII-only unibyte string.
15056
15057 * lisp.h (STRING_SET_MULTIBYTE): New macro.
15058
150592008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
15060
15061 * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
15062 done in config.h.
15063
150642008-04-16 Juanma Barranquero <lekktu@gmail.com>
15065
15066 * character.c (Fchar_bytes, Fchar_width, Fstring_width)
15067 (Fchar_direction): Add usage in the docstring.
15068
150692008-04-15 Chong Yidong <cyd@stupidchicken.com>
15070
15071 * keyboard.c (read_key_sequence): Remove always-true checks.
15072
150732008-04-14 Jason Rumney <jasonr@gnu.org>
15074
15075 * w32font.c (w32font_open_internal): Set max_bounds.descent in
15076 compatibility struct, for better underline positioning.
15077
150782008-04-13 David Hansen <david.hansen@gmx.net>
15079
15080 * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
15081 string.
15082
150832008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
15084
15085 * m/hp800.h (XUINT, XSET): Remove.
15086
150872008-04-12 Juanma Barranquero <lekktu@gmail.com>
15088
15089 * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
15090 previous change.
15091
150922008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
15093
15094 * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
15095 Relocate `nm' after calling DECODE_FILE, in case the GC was run.
15096
150972008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
15098
15099 * keymap.h (map_keymap_canonical): Declare.
15100 * xmenu.c (single_keymap_panes): Use it.
15101
151022008-04-11 Glenn Morris <rgm@gnu.org>
15103
15104 * eval.c (Fdefvaralias): If the alias is bound and the target is not,
15105 set the target's value to that of the alias.
15106
151072008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
15108
15109 * term.c (set_tty_color_mode): Left over typo.
15110
151112008-04-10 Michael Albinus <michael.albinus@gmx.de>
15112
15113 * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
15114 only after check for file name handler functions. Signal, when
15115 native functionality is not supported.
15116 (syms_of_fileio): Declare it unconditionally.
15117
151182008-04-10 Jason Rumney <jasonr@gnu.org>
15119
15120 * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
15121 (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
15122
15123 * w32.c (logon_network_drive): Also logon to remote drives that
15124 are mapped to drive letters.
15125
151262008-04-10 Glenn Morris <rgm@gnu.org>
15127
15128 * xdisp.c (truncate-partial-width-windows): Doc fix.
15129
151302008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
15131
15132 * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
15133 Move functions to minibuffer.el.
15134 (syms_of_fileio): Don't declare them.
15135
151362008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
15137
15138 * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
15139 (syms_of_minibuf): Remove its initialization.
15140
15141 * minibuf.c (temp_echo_area_glyphs): Remove unused function.
15142
151432008-04-09 Juanma Barranquero <lekktu@gmail.com>
15144
15145 * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
15146
151472008-04-09 Jason Rumney <jasonr@gnu.org>
15148
15149 * makefile.w32-in (distclean): Delete makefile too.
15150 (maintainer-clean): New target.
15151
15152 * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
15153
15154 * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
15155 for new font backend and composite cases.
15156
151572008-04-09 Jan Djärv <jan.h.d@swipnet.se>
15158
15159 * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
15160 Most of the code moved to run_timers.
15161 (do_pending_atimers): Call run_timers.
15162 (run_timers): New function.
15163
15164 * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
15165 run atimers.
15166
15167 * process.c (wait_reading_process_output): The same as above.
15168
151692008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
15170
15171 * minibuf.c (last_exact_completion): Remove variable.
15172 (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
15173 (complete_and_exit_1, complete_and_exit_2)
15174 (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
15175 (Fdisplay_completion_list, display_completion_list_1)
15176 (Fminibuffer_completion_help, Fself_insert_and_exit)
15177 (Fexit_minibuffer, Fminibuffer_message): Move functions to
15178 minibuffer.el.
15179 (syms_of_minibuf): Remove corresponding initializations.
15180
15181 * keyboard.c (Qdeactivate_mark): New var.
15182 (command_loop_1): Use it to call `deactivate-mark'.
15183 (syms_of_keyboard): Initialize it.
15184
15185 * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
15186 to another frame.
15187 * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
15188 Don't call set_tty_color_mode.
15189 (store_frame_param): Reset previous_frame rather than call
15190 set_tty_color_mode.
15191 * term.c (set_tty_color_mode): Rewrite.
15192 * dispextern.h (set_tty_color_mode): New type.
15193 * termchar.h (struct tty_display_info): Add `previous_color_mode'.
15194
151952008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
15196
15197 * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
15198 for generic chars, which do not exist any more in emacs-unicode.
15199
152002008-04-08 Michael Albinus <michael.albinus@gmx.de>
15201
15202 * coding.c (detect_coding_emacs_mule)
15203 (Ffind_operation_coding_system): Fix typo.
15204
152052008-04-08 Jason Rumney <jasonr@gnu.org>
15206
15207 * w32uniscribe.c (SNAME): Extract only symbol name.
15208
15209 * w32font.h (struct w32_metric_cache): New struct.
15210 (w32font_info): Use it.
15211 (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
15212 (CACHE_BLOCKSIZE): New constants.
15213
15214 * w32font.c (Qja, Qko, Qzh): New symbols.
15215 (syms_of_w32font): Initialise them.
15216 (font_matches_spec): Use them to filter by language.
15217 (recompute_cached_metrics): Remove function.
15218 (compute_metrics, clear_cached_metrics): New functions.
15219 (w32font_encode_char): Use them to manage metric cache.
15220 (w32font_text_extents): Cache metrics for all glyphs on demand.
15221 Delay converting glyph indices to WORD until needed.
15222 (w32font_open_internal): Initialize metric cache to empty.
15223 (registry_to_w32_charset): Charset should always be a symbol.
15224 (fill_in_logfont, list_all_matching_fonts): Family should
15225 always be a symbol.
15226
152272008-04-06 Jason Rumney <jasonr@gnu.org>
15228
15229 * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
15230 Give up if glyph indices not supported. Use uniscribe obtained
15231 ABC widths for individual metrics. Map glyph clusters back to
15232 characters using fClusterStart flag. Return number of glyphs
15233 produced, not chars processed.
15234 (uniscribe_shape): Map char at FROM to current glyph.
15235
152362008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15237
15238 * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
15239 Use SetMenuItemHierarchicalMenu.
15240
152412008-04-05 Jason Rumney <jasonr@gnu.org>
15242
15243 * image.c (pbm_load): Allow color values up to 65535.
15244 Throw an error if max_color_idx is outside the supported range.
15245 Report an error when image size is invalid.
15246 Read two bytes at a time when raw images have max_color_idx above 255.
15247
aac0c6e3
MR
152482008-04-05 Kenichi Handa <handa@ni.aist.go.jp>
15249
15250 * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
15251 append "CCL: Quitted" when the CCL program is quitted.
15252 (setup_ccl_program): Initialize ccl->quit_silently to zero.
15253
15254 * ccl.h (struct ccl_program): New member quit_silently.
15255
152562008-04-05 Chong Yidong <cyd@stupidchicken.com>
15257
15258 * search.c (compile_pattern_1): Treat non-nil and non-string of
15259 search-spaces-regexp as nil.
15260
15261 * minibuf.c (Fassoc_string): Tweak docstring.
15262
152632008-04-05 Eli Zaretskii <eliz@gnu.org>
15264
15265 * dired.c (Ffile_attributes): Support inode numbers wider than 32
15266 bits. Remove ugly WINDOWSNT-specific kludge introduced on
15267 2008-03-14 to force inode be positive.
15268
15269 * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
15270 _S_* ones, since we now use our own sys/stat.h.
15271 (stat, fstat): Don't mangle the inode number.
15272 (init_user_info): Don't restrict UID and GID to 0-60000 range.
15273
152742008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
15275
15276 * frame.h (struct frame): Give one more bit to `visible' since we use
15277 values larger than 1 to indicate obscured frames on ttys.
15278
15279 * keymap.c (Qkeymap_canonicalize): New var.
15280 (Fmap_keymap_internal): New fun.
15281 (describe_map): Use keymap-canonicalize.
15282
15283 * undo.c (last_boundary_buffer, last_boundary_position): New vars.
15284 (Fundo_boundary): Set them.
15285 (syms_of_undo): Initialize them.
15286 (record_point): Use them instead of last_point_position*.
15287 (last_undo_buffer): Change type.
15288
152892008-04-04 Jason Rumney <jasonr@gnu.org>
15290
15291 * w32font.c (w32font_text_extents): Use font's ascent and descent.
15292 (recompute_cached_metrics): Don't set ascent and descent per char.
15293
15294 * w32uniscribe.c (uniscribe_check_otf): Fix last change.
15295 (uniscribe_check_otf): Add GC protection before consing.
15296 Rearrange loop for counting features.
15297
152982008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
15299
15300 * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
15301 buffer with byte-size of source buffer.
15302
153032008-04-03 Chong Yidong <cyd@stupidchicken.com>
15304
15305 * callint.c (Fcall_interactively): Handle temporary region even
15306 when shift-select-mode is off.
15307
153082008-04-03 Jason Rumney <jasonr@gnu.org>
15309
15310 * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
15311
153122008-04-03 Kenichi Handa <handa@m17n.org>
15313
15314 * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
15315 (CATEGORY_MASK_UTF_16): Likewise.
15316 (detect_coding_utf_16): Add heuristics to reject utf-16 for a
15317 binary file.
15318 (detect_coding): Add null-byte detection for a binary file.
15319 (detect_coding_system): Likewise.
15320
153212008-04-03 Jason Rumney <jasonr@gnu.org>
15322
15323 * w32uniscribe.c: New file.
15324
15325 * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
15326
15327 * w32font.h (uniscribe_check_otf): Declare for w32font.c.
15328
15329 * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
15330 (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
15331 (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
15332 (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
15333 (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
15334 (Qphonetic): New symbols.
15335 (syms_of_w32font): Initialize them.
15336 (font_supported_scripts): Use them.
15337 (w32font_list_family): List all charsets.
15338 (w32font_text_extents, recompute_cached_metrics): Fix metric
15339 calculations.
15340 (w32_enumfont_pattern_entity): Make full_type a DWORD.
15341 Give opentype fonts their own format.
15342 (font_matches_spec): New arguments backend and logfont.
15343 Handle :otf spec for uniscribe backend.
15344 (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
15345 (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
15346
15347 * w32fns.c (Fx_create_frame): Conditionally register uniscribe
15348 font backend.
15349 (globals_of_w32fns): Initialize uniscribe font backend.
15350
15351 * makefile.w32-in (CONFIG_H): New variable. Use it to clean up
15352 dependencies.
15353 (w32uniscribe.$(O)): New file to build.
15354 (FONT_OBJ): Include w32uniscribe.$(O).
15355 (LIBS): Add uniscribe libraries.
15356
15357 * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
15358
153592008-04-02 Chong Yidong <cyd@stupidchicken.com>
15360
15361 * callint.c (Vshift_select_mode): New var.
15362 (Finteractive): Document new ^ spec.
15363 (Fcall_interactively): Call handle-shift-selection if the ^ spec
15364 is present.
15365
15366 * keyboard.c (Vthis_command_keys_shift_translated): New var.
15367 (command_loop_1): Avoid running the direct display versions of
15368 forward-char and backward-char if shift-selection may occur.
15369 (read_key_sequence): Set Vthis_command_keys_shift_translated if
15370 shift-translation takes place.
15371
15372 * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
15373 avoid clobbering by define-minor-mode.
15374
15375 * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
15376 (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
15377
15378 * syntax.c (Fforward_word): Add ^ interactive spec.
15379
15380 * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
15381 (Fscroll_right): Add ^ interactive spec.
15382
153832008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
15384
15385 * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
15386
15387 * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
15388
15389 * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
15390
153912008-03-31 Juri Linkov <juri@jurta.org>
15392
15393 * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
15394
153952008-03-30 Jan Djärv <jan.h.d@swipnet.se>
15396
15397 * gtkutil.c (xg_set_geometry): Fix indentation.
15398 (xg_resize_outer_widget): Remove.
15399 (x_wm_size_hint_off): Fix indentation.
15400 (xg_frame_set_char_size): Call flush_and_sync after
15401 gtk_window_resize.
15402 (x_wm_set_size_hint): Pass NULL as geometry window to
15403 gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
15404 Add menu bar and tool bar height to base height.
15405 (xg_update_frame_menubar, free_frame_menubar)
15406 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
15407 (update_frame_tool_bar, free_frame_tool_bar):
15408 Change xg_resize_outer_widget to xg_frame_set_char_size.
15409
154102008-03-30 Michael Albinus <michael.albinus@gmx.de>
15411
15412 * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
15413 (Fdbus_call_method): New parameter TIMEOUT.
15414 (dbus-send-signal): Optimize UNGCPRO call.
15415
154162008-03-29 Juri Linkov <juri@jurta.org>
15417
15418 * window.c (Fdisplay_buffer): Move call to
15419 Vsplit_window_preferred_function out of conditions that check
15420 if window is eligible for vertical splitting.
15421 When Vsplit_window_preferred_function is non-nil, call it and use
15422 its non-nil return value as window. Otherwise, continue doing
15423 vertical splitting using Fsplit_window with arg horflag=nil.
15424 (syms_of_window) <Vsplit_window_preferred_function>: Change the
15425 default value from `split-window' to nil.
15426
154272008-03-29 Juri Linkov <juri@jurta.org>
15428
15429 * callint.c (Fcall_interactively): Revert 2008-03-16 change
15430 for interactive code letters 'b' and 'B'.
15431
154322008-03-29 Eli Zaretskii <eliz@gnu.org>
15433
15434 * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
15435 multibyte string.
15436
154372008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
15438
15439 * keyboard.c (pending_funcalls): New var.
15440 (timer_check): Run it.
15441 (syms_of_keyboard): Initialize it.
15442 * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
15443 (Vdelete_terminal_functions): New vars.
15444 (syms_of_terminal): Initialize them.
15445 (Fdelete_terminal): Run delete-terminal-functions.
15446 * xdisp.c (safe_eval): Rewrite.
15447 (safe_call2): New fun.
15448 * frame.c (Qdelete_frame_functions): New var.
15449 (syms_of_frame): Initialize it.
15450 (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
15451 * lisp.h (safe_call2, pending_funcalls): Declare.
15452
154532008-03-28 Andreas Schwab <schwab@suse.de>
15454
15455 * indent.c (Fmove_to_column): Move declaration before statements.
15456
154572008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
15458
15459 * frame.h (enum fullscreen_type): Give it a name. Move it before use.
15460 (struct frame): Use bit fields for boolean vars.
15461
15462 * process.c (server_accept_connection): Simplify naming.
15463 (emacs_get_tty_pgrp): Use SDATA.
15464
15465 * coding.c (decode_coding_object): Fix last change.
15466
154672008-03-27 Jason Rumney <jasonr@gnu.org>
15468
15469 * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
15470
154712008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
15472
15473 * charset.c (Fdefine_charset_internal): Change the way of
15474 registering charsets in Vcharset_order_list.
15475 (syms_of_charset): Make the charset `eight-bit' supplementary.
15476
154772008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change)
15478
15479 * regex.c (EXTEND_BUFFER): Change order of pointer addition
15480 operations, to avoid having the difference between pointers
15481 overflow.
15482
154832008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
15484
15485 * indent.c (check_display_width): New fun.
15486 (scan_for_column): Use it.
15487
15488 * data.c (syms_of_data): Mark most-positive-fixnum and
15489 most-negative-fixnum as constants.
15490
15491 * xdisp.c (redisplay_internal): Reset selected_frame earlier.
15492
15493 * indent.c (scan_for_column): Extract from current_column_1.
15494 Merge with the same code from Fmove_to_column.
15495 (current_column_1, Fmove_to_column): Use it.
15496
154972008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
15498
15499 * keymap.c (map_keymap_internal): New fun.
15500 (map_keymap): Use it.
15501 (Fmap_keymap_internal): New fun.
15502 (Fmap_keymap): Remove left-out test from before make_save_value.
15503
15504 * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
15505
15506 * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
15507 Use XCAR/XCDR.
15508
15509 * process.h (struct Lisp_Process): Remove filter_multibyte.
15510 * process.c (QCfilter_multibyte): Remove.
15511 (setup_process_coding_systems): Don't use filter_multibyte.
15512 (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
15513 (read_process_output): Don't adjust multibyteness to filter_multibyte.
15514 (Fset_process_filter_multibyte): Change the coding-system to
15515 approximate the previous behavior.
15516 (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
15517 coding-system.
15518
15519 * coding.c (decode_coding_object): When not decoding into a buffer,
15520 obey the coding system's preference of (uni|multi)byte.
15521
155222008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
15523
15524 * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
15525 every char is changed and has a different byte-length.
15526 (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
15527 Fix int -> EMACS_INT.
15528
155292008-03-23 David Hansen <david.hansen@gmx.net>
15530
15531 * dbusbind.c (xd_read_message): Remove extra copying of message
15532 strings. Check for NULL `interface' or `member'.
15533
155342008-03-22 Eli Zaretskii <eliz@gnu.org>
15535
15536 * w32.c (readdir): If FindFirstFile/FindNextFile return in
15537 cFileName a file name that includes `?' characters, use the 8+3
15538 alias in cAlternateFileName instead.
15539
155402008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
15541
15542 * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
15543
155442008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
15545
15546 * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
15547 (set_point, set_point_both): Use EMACS_INT. Remove `buffer' arg,
15548 work on current_buffer only instead (that was already the case
15549 for some of the code anyway).
15550 * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
15551 (temp_set_point, temp_set_point_both): Use EMACS_INT.
15552 (SET_PT, SET_PT_BOTH): Adjust.
15553 * intervals.h (set_point, temp_set_point, set_point_both)
15554 (temp_set_point_both): Remove redundant declarations.
15555
155562008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
15557
15558 * fileio.c (Finsert_file_contents):
15559 * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
15560 * buffer.h (BUF_SET_PT): Remove. set_point_both doesn't work right
15561 when buffer != current_buffer anyway.
15562
155632008-03-20 Andreas Schwab <schwab@suse.de>
15564
15565 * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
15566 as default.
15567
155682008-03-19 Jason Rumney <jasonr@gnu.org>
15569
15570 * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
15571 (syms_of_w32fns): Initialize them.
15572 (HOURGLASS_ID): New constant.
15573 (x_window_to_frame): Don't check hourglass_window.
15574 (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
15575 (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
15576 (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
15577 (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
15578 Only change the cursor if hourglass is not active.
15579 (Fx_create_frame): Initialize frame's current_cursor.
15580 (hourglass_atimer): Remove.
15581 (hourglass_started): New function.
15582 (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
15583 (show_hourglass): Adapt to w32, changing argument to frame.
15584
15585 * w32term.h (struct w32_output): Remove hourglass_window.
15586 Add current_cursor.
15587
15588 * eval.c (call_debugger, Fsignal):
15589 * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
15590 (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
15591 (Fexecute_extended_command, cancel_hourglass_unwind):
15592 * minibuf.c (read_minibuf):
15593 * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
15594
155952008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
15596
15597 * window.c (run_funs): New fun.
15598 (run_window_configuration_change_hook): Use it to run the buffer-local
15599 and the global part of the hook.
15600
15601 * xdisp.c (format_mode_line_unwind_data): Add window argument.
15602 (unwind_format_mode_line): Restore selected window.
15603 (x_consider_frame_title, Fformat_mode_line): Set selected window.
15604
156052008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
15606
15607 * editfns.c (Fchar_equal): Check they are valid characters.
15608
15609 * buffer.h (Fbuffer_list): Declare (for use in callint.c).
15610
156112008-03-17 Andreas Schwab <schwab@suse.de>
15612
15613 * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
15614 against a charset.
15615
15616 * lisp.h (Fbuffer_list): Declare.
15617
156182008-03-17 Jan Djärv <jan.h.d@swipnet.se>
d6c952f8 15619
aac0c6e3
MR
15620 * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
15621 handlebox_widget is != 0.
15622
156232008-03-16 Juri Linkov <juri@jurta.org>
15624
15625 * callint.c (Fcall_interactively): For interactive code letters
15626 'b' and 'B' put the buffer list into the list of default "future"
15627 values of the minibuffer.
15628
156292008-03-16 Andreas Schwab <schwab@suse.de>
15630
15631 * keyboard.c (read_key_sequence): Fix downcasing of letters with
15632 modifiers.
15633
15634 * regex.c (re_match_2_internal): Correct matching of a charset
15635 against latin-1 characters.
15636
156372008-03-16 Kenichi Handa <handa@m17n.org>
15638
15639 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
15640 (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
15641 (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
15642 (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
15643 (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
15644 CHAR_STRING_ADVANCE.
15645 (produce_chars): Fix for the case that the source and the
15646 destination are the same buffer. Use CHAR_STRING_ADVANCE_NO_UNIFY
15647 instead of CHAR_STRING_ADVANCE.
15648 (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
15649 STRING_CHAR_ADVANCE.
15650
156512008-03-15 Andreas Schwab <schwab@suse.de>
15652
15653 * regex.c (re_match_2_internal): Correct matching of eight bit
15654 characters in unibyte strings.
15655
156562008-03-15 Martin Rudalics <rudalics@gmx.at>
15657
15658 * buffer.c (overlays_in, Foverlays_in): Include empty overlays
15659 at end of range when it coincides with the end of the buffer.
15660
156612008-03-14 Eli Zaretskii <eliz@gnu.org>
15662
15663 * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
15664
15665 * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
15666
156672008-03-14 Jason Rumney <jasonr@gnu.org>
15668
15669 * editfns.c (initial_tz): New variable.
15670 (syms_of_editfns): Initialize it.
15671 (Fset_time_zone_rule): Set it when first called.
15672 Use it when TZSTRING is nil.
15673
15674 * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
15675 (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
15676 (monitor_from_point_fn, get_monitor_info_fn): New globals.
15677 (globals_of_w32fns): Initialize them.
15678 (compute_tip_xy): Use them to position tooltips.
15679
156802008-03-14 Glenn Morris <rgm@gnu.org>
15681
15682 * emacs.c (main): Revert previous change.
15683 (standard_args): Revert -internal-script back to -scriptload,
15684 and remove the long-option form.
15685
156862008-03-13 Glenn Morris <rgm@gnu.org>
15687
15688 * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
15689 Remove option -enable-font-backend.
15690
156912008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
15692
15693 * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
15694
156952008-03-11 Jan Djärv <jan.h.d@swipnet.se>
15696
15697 * xterm.c (x_connection_closed): For GTK: If this is the last
15698 terminal just exit without closing the display.
15699
157002008-03-11 Jason Rumney <jasonr@gnu.org>
15701
15702 * w32font.c (w32font_full_name): Use floor to round.
15703
f0131492 157042008-03-10 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
aac0c6e3
MR
15705
15706 * sound.c (alsa_configure): Declare vol at beginning of block.
15707
15708 * fontset.c (Ffontset_info): Remove extra semicolon.
15709
157102008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
15711
15712 * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
15713 size of resulting string.
15714
157152008-03-10 Jason Rumney <jasonr@gnu.org>
15716
15717 * dispnew.c (adjust_glyph_matrix): Initialize window_height.
15718
157192008-03-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15720
15721 * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
15722 Don't pretend as if characters with display property haven't been
15723 consumed for string-replacing-string case.
15724
157252008-03-08 Kim F. Storm <storm@cua.dk>
15726
15727 * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
15728 (get_next_display_element, next_element_from_string)
15729 (next_element_from_ellipsis, next_element_from_buffer): Use it.
15730
157312008-03-08 Andreas Schwab <schwab@suse.de>
15732
15733 * process.h (struct Lisp_Process): Declare bit fields as unsigned.
15734
157352008-03-06 Jason Rumney <jasonr@gnu.org>
15736
15737 * w32font.c (w32_registry): Take font_type argument. Use ANSI
15738 when charset not specified. Only translate ANSI to unicode when
15739 font_type is truetype.
15740 (w32font_coverage_ok): New function.
15741 (add_font_entity_to_list): Use it to filter unsuitable fonts.
15742
157432008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
15744
15745 * lread.c (Fread_char): Resolve modifiers.
15746 (Fread_char_exclusive): Likewise.
15747
15748 * character.c (char_resolve_modifier_mask): New function.
15749 (char_string): Use char_resolve_modifier_mask.
15750 (Fchar_resolve_modifiers): New function.
15751 (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
15752 function.
15753
157542008-03-04 Jason Rumney <jasonr@gnu.org>
15755
15756 * makefile.w32-in: Always include w32font.c in the build.
15757 * w32font.c: Wrap in USE_FONT_BACKEND conditional.
15758
157592008-03-04 Andreas Schwab <schwab@suse.de>
15760
15761 * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
15762 (versionclean): Likewise.
15763
157642008-03-04 Juanma Barranquero <lekktu@gmail.com>
15765
15766 * .cvsignore: Add oo.
15767
157682008-03-03 Andreas Schwab <schwab@suse.de>
15769
15770 * coding.c (decode_coding_object): Inhibit gap shrinking while
15771 decoding in place.
15772
157732008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
15774
15775 * w32term.c: Remove unused include "gnu.h".
15776 * makefile.w32-in (w32term.o): Don't depend on gnu.h.
15777
15778 * gnu.h: Rename to ...
15779 * emacs-icon.h: ... this.
15780 * xterm.c: Use emacs-icon.h instead of gnu.h.
15781 * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
15782
157832008-03-03 Juanma Barranquero <lekktu@gmail.com>
15784
15785 * w32font.c: Include math.h.
15786
157872008-03-03 Jason Rumney <jasonr@gnu.org>
15788
15789 * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
15790 Compute options separately.
15791 (w32font_open_internal): Set glyph_idx before caching metrics.
15792
15793 * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
15794 Define if system headers don't.
15795 (struct w32font_info): Enlarge ascii_metrics. Add glyph_idx.
15796 (w32font_encode_char): Don't declare here.
15797
15798 * w32font.c (Quniscribe, QCformat): New symbols.
15799 (syms_of_w32font): Define them.
15800 (w32font_has_char): Indicate uncertainty.
15801 (w32font_encode_char): Encode as glyph point. Make static.
15802 (recompute_cached_metrics): New function.
15803 (w32font_open_internal): Use it. Set font to use glyph points
15804 initially. Set format based on type of font.
15805 (w32font_text_extents, w32font_draw): Optionally use glyph points.
15806 (w32_enumfont_pattern_entity): Accept backend arg. Set type based
15807 on it. Set format based on information available here.
15808 (add_font_entity_to_list): Identify backend based on opentype_only.
15809
158102008-03-02 Andreas Schwab <schwab@suse.de>
15811
15812 * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
15813
15814 * coding.c (decode_coding_big5, produce_chars):
15815 Fix typos in last change.
15816
158172008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
15818
15819 * gnu.h: New icon.
15820
158212008-03-02 Kenichi Handa <handa@m17n.org>
15822
15823 * coding.c (decode_coding_utf_8): When eol-type of CODING is
15824 `dos', don't decode '\r' if that is the last in the source.
15825 (decode_coding_utf_16, decode_coding_emacs_mule)
15826 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
15827 (decode_coding_raw_text, decode_coding_charset): Likewise.
15828 (produce_chars): Don't decode EOL here. Use EMACS_INT.
15829
158302008-03-01 Jason Rumney <jasonr@gnu.org>
15831
15832 * w32font.c (w32font_full_name): Report point size for scalable fonts.
15833
158342008-03-01 Kim F. Storm <storm@cua.dk>
15835
15836 * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
15837
158382008-03-01 Jason Rumney <jasonr@gnu.org>
15839
15840 * w32font.c (w32font_full_name): New function.
15841 (w32font_open_internal): Use it.
15842
158432008-03-01 Kim F. Storm <storm@cua.dk>
15844
15845 * dispnew.c (line_draw_cost): Fix invalid glyph check.
15846
158472008-03-01 Jason Rumney <jasonr@gnu.org>
15848
15849 * font.c (font_unparse_fcname): Increase len when style is a symbol.
15850
158512008-03-01 Jan Djärv <jan.h.d@swipnet.se>
15852
15853 * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
15854 xg_frame_resized when the event is for the edit widget.
15855
15856 * gtkutil.h (xg_frame_resized): Renamed from xg_resize_widgets.
15857
15858 * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
15859 set_char_size.
15860 (xg_frame_resized): Renamed from xg_resize_widgets. Remove all
15861 operations on widgets here. Just set frame size if needed.
15862 (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
15863 (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
15864 (x_wm_set_size_hint): Set size hints on the edit widget only, not
15865 the whole frame.
15866 (xg_create_tool_bar): Move attachment of the tool bar to
15867 xg_pack_tool_bar. Do not attach the tool bar if there are no items.
15868 (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
15869
158702008-03-01 Jason Rumney <jasonr@gnu.org>
15871
15872 * w32fns.c (w32_msg_pump): Disable debug code.
15873
158742008-03-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15875
15876 * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
15877
158782008-02-29 Chong Yidong <cyd@stupidchicken.com>
15879
15880 * xdisp.c (next_overlay_string): Don't set
15881 overlay_strings_at_end_processed_p if we're currently reading from
15882 a display string.
15883
158842008-02-29 Stefan Monnier <monnier@iro.umontreal.ca>
15885
15886 * xdisp.c (get_overlay_strings_1): Fix typo.
15887
158882008-02-29 Chong Yidong <cyd@stupidchicken.com>
15889
15890 * xdisp.c (get_overlay_strings_1): Add missing argument type.
15891
158922008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
15893
15894 * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
15895
15896 * xdisp.c (display_mode_element): Cancel the previous change.
15897 (decode_mode_spec): Likewise.
15898 (handle_auto_composed_prop): Don't make composition if it->string
15899 is a string.
15900
159012008-02-27 Kim F. Storm <storm@cua.dk>
15902
15903 * lisp.h (GLYPH): Change type from int to struct with separate char
15904 and face_id members.
15905 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
15906 (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
15907 (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
15908 (GLYPH_CHAR, GLYPH_FACE): ... these. Change users.
15909 (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove. Rewrite users to use ...
15910 (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
15911 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
15912 (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
15913 handle new Lisp glyph code encoding, either an integer or a cons.
15914
15915 * disptab.h (GLYPH_SIMPLE_P): Rewrite.
15916 (GLYPH_ALIAS): Delete.
15917 (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
15918 (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
15919 (GLYPH_FROM_CHAR): Replace macro by ...
15920 (SET_GLYPH_FROM_CHAR): ... this macro. Change users.
15921
15922 * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
15923 (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
15924 (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro. Change users.
15925 (GLYPH_INVALID_P): New macro.
15926 (spec_glyph_lookup_face): Update prototype.
15927
15928 * dispnew.c (line_draw_cost): Adapt to new glyph type.
15929 (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
15930 new glyph code encoding.
15931 (spec_glyph_lookup_face): No return value; update passed glyph instead.
15932 (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
15933
15934 * xdisp.c (get_next_display_element, next_element_from_display_vector):
15935 Adapt to new glyph type and new glyph code encoding.
15936
15937 * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
15938
15939 * indent.c (current_column, current_column_1, Fmove_to_column)
15940 (compute_motion): Adapt to new glyph code encoding.
15941
15942 * msdos.c (IT_write_glyphs): Adapt to new glyph type.
15943
159442008-02-27 Chong Yidong <cyd@stupidchicken.com>
15945
15946 * process.c (wait_reading_process_output): Check for window
15947 changes caused by timers.
15948 Suggested by Johan Bockgård.
15949
159502008-02-27 Glenn Morris <rgm@gnu.org>
15951
15952 * emacs.c (USAGE1): Add `--disable-font-backend'.
15953
159542008-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
15955
15956 * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
15957 is made to the buffer.
15958
159592008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
15960
15961 * dispextern.h (face_at_buffer_position, face_for_overlay_string)
15962 (face_at_string_position):
15963 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
15964 (face_at_string_position):
15965 * xdisp.c (display_string, next_overlay_change):
15966 * buffer.h (overlays_at):
15967 * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
15968 Update callers.
15969
159702008-02-26 Chong Yidong <cyd@stupidchicken.com>
15971
15972 * editfns.c (Fformat): Doc fix.
15973
159742008-02-26 Juanma Barranquero <lekktu@gmail.com>
15975
15976 * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
15977 (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
15978 (Ffont_otf_alternates, Fquery_font): Doc fixes.
15979
159802008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
15981
15982 * buffer.c (Fbuffer_swap_text): New function.
15983 (syms_of_buffer): Defsubr it.
15984
159852008-02-25 Chong Yidong <cyd@stupidchicken.com>
15986
15987 * keyboard.c (command_loop_1): Revert 2006-10-09 change.
15988
159892008-02-25 Jason Rumney <jasonr@gnu.org>
15990
15991 * w32font.c (w32font_draw): Draw one character at a time when padding.
15992
159932008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
15994
15995 * window.c (Fdelete_window, Fadjust_window_trailing_edge):
15996 Handle a nil arg. Use run_window_configuration_change_hook.
15997 (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
15998 (Fenlarge_window, Fshrink_window, Fset_window_configuration):
15999 Use run_window_configuration_change_hook.
16000
160012008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
16002
16003 * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
16004 1-pixel width.
16005
160062008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
16007
16008 * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
16009 (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
16010 if the glyph in the font is zero pixel with.
16011
16012 * dispextern.h (struct glyph_string): New member padding_p.
16013
16014 * w32font.c (w32font_draw): Pay attention to s->padding_p.
16015
16016 * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
16017
16018 * xfont.c (xfont_draw): Pay attention to s->padding_p.
16019
16020 * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
16021
16022 * font.c: If the font driver doesn't have `shape' function, return Qnil.
16023
160242008-02-25 Jason Rumney <jasonr@gnu.org>
16025
16026 * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
16027
160282008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
16029
16030 Allow fine-grained image-cache flushing.
16031 * dispextern.h (struct image): Add `dependencies' field.
16032 (clear_image_caches): Change arg to Lisp_Object.
16033 * image.c (make_image): Initialize `dependencies' field.
16034 (clear_image_cache): Change arg to allow fine-grained flushing.
16035 Perform the flush even if image-cache-eviction-delay is nil.
16036 (clear_image_caches): Change arg to Lisp_Object.
16037 (Fclear_image_cache): Expand meaning of the argument.
16038 (mark_image): Mark `dependencies' field.
16039 * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
16040 (lface_hash): Use XHASH rather than XFASTINT.
16041 (face_at_buffer_position): Fix int -> EMACS_INT position.
16042 * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
16043 (select_frame_for_redisplay): Remove code duplication.
16044 (redisplay_internal): Adapt arg to call to clear_image_caches.
16045
160462008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
16047
16048 * s/vms4-0.h:
16049 * s/vms4-2.h:
16050 * s/vms4-4.h:
16051 * s/vms5-5.h: Remove, unused.
16052
16053 * s/irix5-2.h:
16054 * s/irix6-0.h:
16055 * s/riscos5.h:
16056 * s/mach-bsd4-3.h:
16057 * m/mips4.h: Remove files for obsolete systems.
16058
16059 * Makefile.in:
16060 * filelock.c:
16061 * unexmips.c:
16062 * m/hp9000s300.h:
16063 * m/iris4d.h:
16064 * s/aix3-1.h:
16065 * s/hpux.h:
16066 * s/msdos.h:
16067 * s/usg5-0.h:
16068 * s/usg5-2-2.h:
16069 * s/usg5-2.h:
16070 * s/usg5-3.h: Remove references to obsolete variables.
16071
16072 * s/irix5-0.h: Remove, move all the contents ...
16073 * s/irix6-5.h: ... here. Simplify.
16074 * config.in: Regenerate.
16075
160762008-02-24 Jason Rumney <jasonr@gnu.org>
16077
16078 * w32term.c (x_draw_glyph_string_background): Clear the background
16079 manually when cleartype is in use.
16080 (x_draw_glyph_string_foreground): Draw text transparently when
16081 cleartype is in use.
16082
16083 * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
16084 a font into it unless we have to.
16085
160862008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
16087
16088 * intervals.h (INT_LISPLIKE): Remove. It may misfire.
16089 (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
d6c952f8 16090
aac0c6e3
MR
160912008-02-18 Jason Rumney <jasonr@gnu.org>
16092
16093 * w32fns.c (Fw32_shell_execute): Encode parameters.
16094
160952008-02-09 Eli Zaretskii <eliz@gnu.org>
16096
16097 * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
16098
160992008-02-05 Juanma Barranquero <lekktu@gmail.com>
16100
16101 * unexhp9k800.c (read_header): Replace `legal' with `valid'.
16102
161032008-02-24 Ulrich Neumerkel <ulrich@complang.tuwien.ac.at> (tiny change)
16104
16105 * xterm.c (x_set_offset): Don't change the gravity if
16106 CHANGE_GRAVITY is -1.
16107
161082008-02-23 Chong Yidong <cyd@stupidchicken.com>
16109
16110 * fileio.c (auto_save_error_occurred): New var.
16111 (auto_save_error): Set it.
16112 (Fdo_auto_save): Don't overwrite the error message if an auto-save
16113 error occurred.
16114
161152008-02-23 Eli Zaretskii <eliz@gnu.org>
16116
16117 * w32.c (globals_of_w32): Add initializations for
16118 g_b_init_get_sid_sub_authority and
16119 g_b_init_get_sid_sub_authority_count.
16120
161212008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
16122
16123 * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
16124 (font_parse_xlfd): Use them for sanity check.
16125 (Finternal_set_font_style_table): Make sure the table is bijective.
16126
16127 Consolidate the image_cache to the terminal struct.
16128 * termhooks.h (P_): Remove redundant def.
16129 (struct terminal): New field `image_cache'.
16130 * frame.h (FRAME_IMAGE_CACHE): New macro. Use it everywhere in place
16131 of FRAME_X_IMAGE_CACHE.
16132 * xterm.h (struct x_display_info): Remove image_cache field.
16133 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
16134 * w32term.h (struct w32_display_info): Remove image_cache field.
16135 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
16136 * macterm.h (struct mac_display_info): Remove image_cache field.
16137 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
16138 * xterm.c (x_term_init):
16139 * w32term.c (w32_term_init):
16140 * macterm.c (mac_term_init): Set the image_cache in the terminal.
16141 * dispextern.h (clear_image_cache, forall_images_in_image_cache):
16142 Remove declarations.
16143 (clear_image_caches, mark_image_cache): New declarations.
16144 * xfaces.c (clear_face_cache):
16145 * xdisp.c (redisplay_internal): Use clear_image_caches.
16146 * image.c (clear_image_cache): Don't check that a frame is on
16147 a window-system before checking if it shares the same cache.
16148 (clear_image_caches): New function.
16149 (Fclear_image_cache): Use it.
16150 (mark_image): Move from allo.c.
16151 (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
16152 * alloc.c (mark_image, mark_image_cache): Move to image.c.
16153 (mark_object): Don't call mark_image_cache for frames.
16154 (mark_terminals): Call mark_image_cache.
16155
16156 * lisp.h (Fdelete_terminal): Declare.
16157
16158 * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
16159 (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
16160 wrong_type_argument.
16161
161622008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
16163
16164 * Makefile.in (lisp): Remove devanagari.el, kannada.el,
16165 malayalam.el, and tamil.el. Add sinhala.el.
16166
161672008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
16168
16169 * xterm.c (x_connection_closed): Consolidate identical tests.
16170 (x_delete_terminal): Don't crash if called via x_connection_closed.
16171
161722008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
16173
16174 * xdisp.c (decode_mode_spec): New arg string.
16175 (display_mode_element): Adjust for the above change.
16176
161772008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
16178
16179 * callint.c (Fcall_interactively): Use AREF.
16180
161812008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
16182
16183 * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
16184
161852008-02-18 Jan Djärv <jan.h.d@swipnet.se>
16186
16187 * xfns.c (Fx_show_tip): Set string to " " if empty.
16188
161892008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
16190
16191 * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
16192 with Qt.
16193
161942008-02-17 Kenichi Handa <handa@m17n.org>
16195
16196 * ftfont.c (ftfont_shape): Return Lispy number.
16197
16198 * xfaces.c (prepare_face_for_display): Use display_info->font->fid
16199 for GCs.
16200 (Finternal_set_font_selection_order): Call font_update_sort_order
16201 only when enable_font_backend is set.
16202 (realize_x_face): Set face->font_info to that of default face only
16203 when enable_font_backend is set.
16204
16205 * xdisp.c (handle_composition_prop): Set it->c to the fist
16206 character of the composed region.
16207 (fill_composite_glyph_string): Set base_face->font_info to
16208 s->font_info. Get a face for ascii from base_face->ascii_face.
16209 (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
16210 with a face already decided.
16211 (x_produce_glyphs): Be sure to set it->ascent and it->descent to
16212 non-negative.
16213 (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
16214 call font_prepare_composition unconditionally.
16215
16216 * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
16217
16218 * xterm.h (struct x_display_info): New member font.
16219
16220 * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
16221 (x_set_mouse_face_gc, x_new_font): Likewise.
16222 (x_term_init): Setup display_info->font.
16223 (x_delete_terminal): Free display_info->font.
16224
16225 * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
16226
16227 * ftxfont.c (ftxfont_default_fid): Delete it.
16228 (ftxfont_open): Set xfont->fid to 0.
16229 (ftxfont_end_for_frame): Clear data specific to the frame and the
16230 font-driver.
16231
16232 * xftfont.c (xftfont_default_fid): Delete it.
16233 (xftfont_open): Set xfont->fid to 0.
16234
16235 * fontset.c (FONTSET_OBJLIST): New macro.
16236 (fontset_find_font): Update font-object list of the fontset.
16237 (free_realized_fontset): New function.
16238 (free_face_fontset): Call free_realized_fontset.
16239 (Ffont_info): Call font_close_object only when enable_font_backend
16240 is set.
16241
16242 * font.c [HAVE_X_WINDOWS]: Include xterm.h.
16243 [HAVE_NTGUI]: Include w32term.h.
16244 [MAC_OS]: Include macterm.ch.
16245 (font_otf_ValueRecord): Use make_number.
16246 (font_finish_cache): Fix handling of reference count.
16247 (font_clear_cache): Update num_fonts.
16248 (font_open_entity): Update smallest_char_width and
16249 smallest_font_height of the frame.
16250 (font_close_object): Update num_fonts.
16251 (Fclear_font_cache): Fix finding the target cache data.
16252
162532008-02-16 Glenn Morris <rgm@gnu.org>
16254
16255 * fontset.c (Finternal_char_font): Fix compilation warning.
16256
162572008-02-16 Eli Zaretskii <eliz@gnu.org>
16258
16259 * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
16260 instead of char arrays. Enlarge the size of array passed to
16261 get_token_information.
16262
16263 * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
16264 warnings.
16265
162662008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
16267
16268 * .gdbinit: Don't set `args', it breaks gdb --args.
16269
162702008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
16271
16272 * fileio.c (Finsert_file_contents): Adjust offsets when replacing
16273 within a narrowed buffer.
16274
162752008-02-14 Kenichi Handa <handa@ni.aist.go.jp>
16276
16277 * coding.c (decode_coding_object, encode_coding_object):
16278 Preserve Vdeactivate_mark. Delete unnecessary call of Fcurrent_buffer.
16279
162802008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
16281
16282 * coding.c (coding_set_destination): Use BEG_BYTE rather than
16283 hardcoding 1.
16284 (detect_coding_system):
16285 * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
16286 (string_char_to_byte, string_byte_to_char, insert_from_gap):
16287 * insdel.c (insert_from_gap):
16288 * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
16289 (string_char_to_byte, string_byte_to_char, string_make_multibyte)
16290 (string_to_multibyte):
16291 * character.c (chars_in_text, multibyte_chars_in_text):
16292 * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
16293
16294 * character.h (FETCH_STRING_CHAR_ADVANCE)
16295 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
16296 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
16297 (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
16298
16299 * casefiddle.c (casify_region): Only call after-change and composition
16300 functions on the part of the region that was changed.
16301
16302 * keyboard.c (read_avail_input):
16303 * frame.c (Fdelete_frame): Call Fdelete_terminal.
16304
163052008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
16306
16307 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
16308 (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
16309
163102008-02-11 Juanma Barranquero <lekktu@gmail.com>
16311
16312 * w32menu.c (push_submenu_start, push_submenu_end)
16313 (push_left_right_boundary, push_menu_pane, push_menu_item):
16314 * keyboard.c (read_key_sequence): Don't pass args with side effects
16315 to AREF, it fails when compiling with -DENABLE_CHECKING.
16316
163172008-02-11 Kenichi Handa <handa@ni.aist.go.jp>
16318
16319 * Makefile.in (${lispsource}international/charprop.el):
16320 Delete this target.
16321
16322 * search.c (boyer_moore): Fix incorrect synching of the trunk and
16323 emacs-unicode-2.
16324
163252008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
16326
16327 * terminal.c (Fdelete_terminal): Clean up the `force' path.
16328
163292008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
16330
16331 * frame.c (Qnoelisp): New symbol.
16332 (syms_of_frame): Initialize it.
16333 (Fdelete_frame): Use it to distinguish a mere `force' passed from some
16334 harmless Elisp code, from a strong `force' from x_connection_closed.
16335 * frame.h (Qnoelisp): Declare.
16336 * xterm.c (x_connection_closed): Pass `noelisp'.
16337
16338 * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
16339 (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
16340 (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
16341 rather than `int' for the type of `type'.
16342
163432008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
16344
16345 * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
16346
16347 * Makefile.in (GNUC): Remove support for gcc-1.x.
16348
163492008-02-10 Richard Stallman <rms@gnu.org>
16350
16351 * lisp.h (ASET): Use AREF, not ASLOT.
16352
163532008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
16354
16355 * lisp.h (ASET): Check bounds.
16356
163572008-02-10 Glenn Morris <rgm@gnu.org>
16358
16359 * buffer.c (mode-name): Doc fix.
16360
163612008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
16362
16363 * Makefile.in:
16364 * emacs.c:
16365 * gmalloc.c:
16366 * keyboard.c:
16367 * lisp.h:
16368 * m/ibm370aix.h:
16369 * process.c:
16370 * regex.c:
16371 * s/hpux.h:
16372 * sysdep.c:
16373 * sysselect.h:
16374 * systty.h:
16375 * unexec.c:
16376 * w32term.c:
16377 * xsmfns.c:
16378 * xterm.c: Remove code that deals with obsolete variables.
16379
16380 * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
16381
16382 * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
16383 nothing else needs it anymore.
16384
163852008-02-09 Eli Zaretskii <eliz@gnu.org>
16386
16387 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
16388 instead of unibyte_char_to_multibyte.
16389
163902008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
16391
16392 * s/gnu-linux.h: Remove commented out code.
16393
16394 * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
16395
16396 * Makefile.in: Update what RMS says about using autoconf.
16397 (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
16398 (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
16399 (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
16400 (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
16401
164022008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
16403
16404 * keymap.c (Fkey_description): Move side effect outside of macro call.
16405
16406 * xfaces.c (Finternal_make_lisp_face):
16407 * keyboard.c (add_command_key, parse_menu_item): Use ASET.
16408
16409 * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
16410 (syms_of_fontset): Use ASET.
16411
16412 * fns.c (concat): Move side effect outside of macro call.
16413 (hash_clear): Use ASET.
16414
164152008-02-08 Richard Stallman <rms@gnu.org>
16416
16417 * frame.c (Fdelete_frame): If FORCE, don't call hooks.
16418 If FORCE, and frame has a surrogate minibuffer for another frame,
16419 delete the other frame first.
16420
164212008-02-07 Timo Savola <timo.savola@iki.fi>
16422
16423 * xterm.c (x_detect_focus_change): Handle embed client message.
16424 (handle_one_xevent): Ditto.
16425 (handle_one_xevent): If embedded and we get a button press/release,
16426 request focus.
16427 (xembed_set_info, xembed_send_message): New functions.
16428 (x_make_frame_visible): Call xembed_set_info if embedded.
16429 (x_make_frame_invisible): Call xembed_set_info if embedded.
16430 (x_term_init): Initialize Xatom_XEMBED.
16431 (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
16432 (x_iconify_frame): Ditto.
16433
16434 * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
16435 (enum xembed_info, enum xembed_message, enum xembed_focus)
16436 (enum xembed_modifier, enum xembed_accelerator): New.
16437 (xembed_set_info, xembed_send_message): Declare.
16438 (FRAME_X_EMBEDDED_P): New.
16439
16440 * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
16441 gtk_plug_new.
16442
16443 * xfns.c (Fx_create_frame): Do not override the explicitly set parent
16444 window ID of a frame.
16445 (x_window): Reparent frame if embedded.
16446 (Fx_create_frame): Don't set border width if embedded.
16447
16448 * emacs.c (USAGE3): Add --parent-id.
16449 (standard_args): Ditto.
16450
164512008-02-07 Jan Djärv <jan.h.d@swipnet.se>
16452
16453 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
16454
164552008-02-07 Jim Meyering <meyering@redhat.com>
16456
16457 Use "do...while (0)", not "if (1)...else" in macro definitions.
16458 The latter provokes a warning from gcc about the empty else, when
16459 followed by ";". Also, without that trailing semicolon, it would
16460 silently swallow up any following statement.
16461 * syntax.h (SETUP_SYNTAX_TABLE)
16462 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
16463 * buffer.h (DECODE_POSITION): Likewise.
16464 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
16465 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
16466 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
16467 (FETCH_CHAR_ADVANCE): Likewise.
16468 (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
16469
164702008-02-07 Jim Meyering <meyering@redhat.com>
16471
16472 * lread.c [lint]: Don't include <sys/inode.h>.
16473
164742008-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
16475
16476 * xselect.c (x_handle_dnd_message):
16477 * xmenu.c (digest_single_submenu, xmenu_show):
16478 * xdisp.c (with_echo_area_buffer_unwind_data)
16479 (format_mode_line_unwind_data, unwind_format_mode_line)
16480 (display_menu_bar):
16481 * eval.c (Ffetch_bytecode):
16482 * doc.c (store_function_docstring):
16483 * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
16484 (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
16485 * buffer.c (add_overlay_mod_hooklist): Use ASET.
16486
164872008-02-07 Kenichi Handa <handa@m17n.org>
16488
16489 * ftxfont.c (ftxfont_open): Don't set
16490 dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
16491
16492 * ftfont.c (ftfont_open): Fix previous change.
16493
164942008-02-06 Jason Rumney <jasonr@gnu.org>
16495
16496 * w32font.c (w32font_text_extents): Fill in lbearing metric.
16497 Use cached metrics for ASCII characters.
16498 (w32font_open_internal): Don't set font's owning_frame.
16499 Cache metrics for ASCII characters.
16500
16501 * w32font.h (struct w32font_info): Add ascii_metrics.
16502 Remove owning_frame.
16503
165042008-02-06 Kenichi Handa <handa@ni.aist.go.jp>
16505
16506 * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
16507 to negative value.
16508
16509 * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
16510
16511 * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
16512
16513 * charset.c (syms_of_charset): Set QCtest and Qeq.
16514
165152008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
16516
16517 * process.c (Fstart_process):
16518 * callproc.c (Fcall_process): Handle the case where
16519 Funhandled_file_name_directory returns nil.
16520
16521 * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
16522 (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
16523 * font.c (check_gstring): Use them and AREF to access the vector before
16524 we know it's really a gstring.
16525 (Ffont_shape_text): Fix typo.
46e722a9 16526 (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Object mixups.
aac0c6e3
MR
16527
16528 * composite.h (Fcompose_region_internal, Fcompose_string_internal):
16529 Declare.
16530
16531 * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
16532
165332008-02-05 Jason Rumney <jasonr@gnu.org>
16534
16535 * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
16536 Set smallest_font_height and smallest_char_width in display info.
16537
165382008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
16539
16540 * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
16541
165422008-02-05 Miles Bader <miles@gnu.org>
16543
16544 * xfaces.c (get_lface_attributes, merge_named_face)
16545 (lookup_named_face, lookup_derived_face, realize_named_face):
16546 Revert 2008-02-01 change by cyd@stupidchicken.com.
16547
165482008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
16549
16550 * fontset.c (Ffontset_info): Handle the case of inhibitting the
16551 fallback fonts.
16552 (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
16553
165542008-02-04 Jason Rumney <jasonr@gnu.org>
16555
16556 * w32font.c (w32font_open_internal): Use font_unparse_fcname to
16557 set full_name.
16558 (w32font_open_internal): Use xmalloc, xrealloc, xfree.
16559
165602008-02-03 Jason Rumney <jasonr@gnu.org>
16561
16562 * makefile.w32-in (OBJ1): Include font.o here.
16563 (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
16564
165652008-02-02 Jason Rumney <jasonr@gnu.org>
16566
16567 * makefile.w32-in (temacs): Bump EMHEAP to 21.
16568
165692008-02-01 Jason Rumney <jasonr@gnu.org>
16570
16571 * s/cygwin.h: Define VIRT_ADDR_VARIES.
16572
16573 * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
16574
165752008-02-01 Andreas Schwab <schwab@suse.de>
16576
16577 * Makefile.in (shortlisp, lisp): Update for rename of
16578 ../lisp/language/myanmar.el.
16579
165802008-02-01 Chong Yidong <cyd@stupidchicken.com>
16581
16582 * xfaces.c (get_lface_attributes): Delete function.
16583 (merge_named_face, lookup_named_face, lookup_derived_face)
16584 (realize_named_face): Call lface_from_face_name directly, and use
16585 the fact that merge_face_vectors does not alter its FROM argument.
16586
165872008-02-01 Jason Rumney <jasonr@gnu.org>
16588
16589 * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
16590 input in the default locale. Handle non-Unicode multibyte input.
16591
165922008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16593
16594 * fontset.c (reorder_font_vector): Exclude nil elements from the
16595 font group. Don't try multiple fonts.
16596 (fontset_font): Adjust for the above change.
16597 (Finternal_char_font): Return nil if the found font doesn't
16598 contain the character ch.
16599
16600 * Makefile.in (lisp, shortlisp): Add cham.el.
16601
166022008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16603
16604 * font.h (FONTP): Make it return 1 also for a font-object.
16605
16606 * .gdbinit (xfontset): New function.
16607
16608 * font.c (font_find_for_lface): Check if the character C is
16609 supported or not only for the first font.
16610
16611 * fontset.c (reorder_font_vector): Fix typo.
16612 (fontset_find_font): Don't add a font-spec specifying a script.
16613 Use 0 (not Qt) for the indication of empty font-group. Change the
16614 format of RFONT-DEF. Return Qt if no font in the font-group
16615 support the character.
16616 (fontset_font): Adjust for the above change. If no font was
16617 found the character, remember that.
16618 (face_for_char): Adjust for the change of RFONT-DEF.
16619 (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
16620 no font for the target.
16621 (Finternal_char_font): Adjust for the change of RFONT-DEF.
16622
166232008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16624
16625 * font.c (font_load_for_face): Handle the case that the font in
16626 face->lface is a string.
16627
166282008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16629
16630 * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
16631
166322008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16633
16634 * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
16635 Fix previous change. If the frame is not on a window system,
16636 signal an error.
16637
166382008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16639
16640 * coding.c (decode_coding_object, encode_coding_object): Adjust
16641 marker positions after conversion.
16642
16643 * lisp.h (struct Lisp_Marker): New member need_adjustment.
16644
166452008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16646
16647 * font.c (font_find_for_lface): Fix the handling of the return
16648 value of font_has_char.
16649 (Ffont_shape_text): Fix previous change.
16650
16651 * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
16652 (fontset_ref_and_range): Delete it.
16653 (fontset_find_font): Call char_table_ref_and_range instead of
16654 FONTSET_REF_AND_RANGE.
16655 (make_fontset): Don't setup font groups of Latin here.
16656 (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
16657 (new_fontset_from_font): Make the specified font the default for
16658 all Latin characters.
16659
166602008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16661
16662 * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
16663 is on a window system before accessing the fontset of the frame.
16664
166652008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16666
16667 * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
16668
16669 * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
16670 when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
16671
16672 * font.c (Ffont_shape_text): If the font driver doesn't have a
16673 shaper function, make zero-width glyphs to have at least one-pixel
16674 width. Fix setting of `to' field of glyphs.
16675
166762008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16677
16678 * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
16679 glyphs.
16680
16681 * font.h (struct font_driver): Improve docstring of member `shape'.
16682
166832008-02-01 Kenichi Handa <handa@m17n.org>
16684
16685 * composite.c (syms_of_composite): Fix docstring of
16686 auto-composition-function.
16687
16688 * font.h (LGLYPH_SIZE): New macro.
16689
16690 * font.c (Ffont_fill_gstring): Stop filling when a character not
16691 supported by the font is found.
16692 (Ffont_shape_text): When a shape callback function returns nil,
16693 try at most two more times with larger gstring.
16694 (Ffont_at): Fix getting of w. Call font_at with correct 5th argument.
16695
16696 * xdisp.c (handle_auto_composed_prop): Change the argument to
16697 auto-composition-function.
16698
16699 * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
16700 (ftfont_shape_by_flt): If an element of lgstring is nil, make a
16701 Lispy glyph and store it in the lgstring.
16702
16703 * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
16704
16705 * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
16706
167072008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16708
16709 * font.c (Ffont_shape_text): Avoid unnecessary composition.
16710
16711 * fontset.c (Vfont_encoding_charset_alist): New variable.
16712 (syms_of_fontset): DEFVAR it.
16713 (reorder_font_vector, fontset_find_font): Optimize for the case of
16714 no need of reordering.
16715 (face_for_char): Map the charset property by
16716 Vfont_encoding_charset_alist.
16717
167182008-02-01 Jason Rumney <jasonr@gnu.org>
16719
16720 * w32font.c (logfonts_match): Don't check adstyle here.
16721 (font_matches_spec): Check here against physical font instead.
16722 (add_font_entity_to_list): Avoid some substitutions.
16723
16724 * font.c (font_parse_fcname): Default weight and slant to normal.
16725 (font_score): Prefer normal fonts if weight or slant unspecified.
16726 (font_score) [WINDOWSNT]: Scale weight difference down to closer
16727 match freetype scores.
16728
167292008-02-01 Jason Rumney <jasonr@gnu.org>
16730
16731 * w32font.c (w32font_text_extents): Don't use the frame stored in the
16732 font, as it may have been deleted.
16733 (w32_enumfont_pattern_entity): Map generic family to adstyle using
16734 most common hyphenless variation.
16735 (logfonts_match): Check generic family.
16736 (font_matches_spec): Don't check generic family here.
16737 (fill_in_logfont): Set generic family based on adstyle.
16738
16739 * w32font.h (w32font_get_cache): Update declaration.
16740
167412008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16742
16743 * ftfont.c (ftfont_get_cache): Adjust the argument type.
16744
16745 * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
16746 If none of the new drivers are available, call font_update_drivers
16747 with the old drivers.
16748
16749 * w32font.c (w32font_get_cache): Adjust the argument type.
16750
16751 * xfont.c (xfont_get_cache): Adjust the argument type.
16752
16753 * font.h (struct font_driver): Change argument type of get_cache.
16754
16755 * xftfont.c (xftfont_start_for_frame): Delete prototype.
16756
16757 * font.c (Ffont_get): Fix arguments to Fassoc.
16758 (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
16759 (font_clear_cache): New function.
16760 (font_list_entities, font_matching_entity): Use font_get_cache.
16761 (font_update_drivers): Call font_clear_cache when finishing a driver.
16762
16763 * fontset.c (fontset_find_font): Fix previous change.
16764
167652008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16766
16767 * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
16768 dpyinfo->font_table.
16769 (x_delete_display) [USE_FONT_BACKEND]: Likewise.
16770 (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
16771
16772 * font.c (font_at): Handle the case that the arg C is negative.
16773 Handle the unibyte case.
16774 (Ffont_at): Call font_at with the arg C -1.
16775
16776 * xdisp.c (handle_auto_composed_prop): Don't get a character at
16777 the position here, and call font_at with the arg C -1.
16778 Don't check the range of the existing composition at the point.
16779
167802008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16781
16782 * fontset.c (fontset_add): New args charset_id and family.
16783 Change caller.
16784 (load_font_get_repertory, fontset_find_font): Assume that
16785 font_spec is always a font-spec object.
16786 (Fset_fontset_font): Always store a font-spec object in a fontset.
16787
16788 * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
16789 instead of get_property_and_range.
16790
167912008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16792
16793 * xftfont.c (struct xftfont_info): Delete the member ft_face.
16794 (xftfont_open): Don't keep locking face.
16795 (xftfont_close): Don't unlock face.
16796 (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
16797
16798 * fontset.c (fontset_find_font): Don't prefer a font of
16799 supplementary charset.
16800
168012008-02-01 Kenichi Handa <handa@m17n.org>
16802
16803 * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
16804 script, langsys_tag to langsys, new member script.
16805 (OTF_TAG_STR): Terminate by '\0'.
867d4bb3 16806 (ftfont_get_open_type_spec): If :otf prop is spec, limit the
aac0c6e3
MR
16807 listing to the script specified in that property. Fix arg to
16808 OTF_check_features.
16809
168102008-02-01 Jason Rumney <jasonr@gnu.org>
16811
16812 * w32font.h: New file.
16813
16814 * w32font.c: Include it.
16815 (struct w32font_info): Add owning_frame field. Move to w32font.h.
16816 (w32font_open): Set owning_frame.
16817 (w32font_text_extents): Use owning_frame.
16818 (struct font_callback_data): Add opentype_only field.
16819 (add_font_entity_to_list): Use it to filter fonts.
16820 Don't check against full name.
16821 (w32font_list_internal): New function.
16822 (w32font_list): Use it.
16823 (w32font_match_internal): New function.
16824 (w32font_match): Use it.
16825 (w32font_open_internal): New function.
16826 (w32font_open): Use it.
16827 (w32font_get_cache, w32font_close, w32font_has_char)
16828 (w32font_encode_char, w32font_text_extents, w32font_draw):
16829 Make non-static.
16830
16831 * makefile.w32-in (w32font.o): Depend on w32font.h.
16832
168332008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16834
16835 * charset.c (Fdefine_charset_internal): Record a supplementary
16836 charset at the tail of Vcharset_order_list.
16837
16838 * font.c (Ffont_shape_text): Fix the return value.
16839
16840 * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
16841
16842 * xdisp.c (handle_auto_composed_prop): Fix previous change.
16843
168442008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16845
16846 * ftfont.c (struct OpenTypeSpec): New struct.
16847 (OTF_SYM_TAG, OTF_TAG_STR): New macros.
16848 (ftfont_get_open_type_spec): New function.
16849 (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
16850
16851 * lread.c (read1): Redo the previous change with checking Vpurify_flag.
16852
168532008-02-01 Jason Rumney <jasonr@gnu.org>
16854
16855 * w32font.c (add_font_entity_to_list): Compare only the beginning
16856 of full name.
16857
168582008-02-01 Kenichi Handa <handa@m17n.org>
16859
16860 * xdisp.c (handle_auto_composed_prop): Simplify the code.
16861 Never return HANDLED_RECOMPUTE_PROPS.
16862
168632008-02-01 Kenichi Handa <handa@m17n.org>
16864
16865 * font.c (font_gstring_produce): Delete it.
16866
16867 * composite.h (COMPOSITION_METHOD):
16868 Handle COMPOSITION_WITH_GLYPH_STRING.
16869
168702008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16871
16872 * xfont.c (Qx): Delete.
16873 (syms_of_xfont): Don't initialize Qx.
16874
16875 * composite.h (enum composition_method):
16876 Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
16877
168782008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16879
16880 * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
16881 (choose_face_font): Accept new form of font-spec.
16882
16883 * frame.h (font_driver_list): Declare it unconditionally.
16884 (struct frame): Define members font_driver_list and font_data_list
16885 unconditionally.
16886
16887 * fontset.c: Include "font.h" unconditionally.
16888 (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
16889 (Fset_fontset_font): Accept a font-spec object.
16890
16891 * font.c (font_unparse_xlfd): If pixel_size is zero, make the
16892 PIXEL_SIZE part a wild card.
16893
16894 * dispextern.h (struct glyph_string): Define members clip and
16895 num_clips unconditionally.
16896 (struct face): Define members font_info and extra unconditionally.
16897
16898 * ftfont.c (ftfont_open): Set members maybe_otf and otf of
16899 ftfont_info only when HAVE_LIBOTF is defined.
16900
169012008-02-01 Andreas Schwab <schwab@suse.de>
16902
16903 * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
16904 and end.
16905
169062008-02-01 Jason Rumney <jasonr@gnu.org>
16907
16908 * w32font.c (w32font_driver): Add new fields.
16909
169102008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16911
16912 * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
16913 (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
16914 (LIBES): Add @M17N_FLT_CFLAGS@.
16915
16916 * composite.c (compose_text): Don't treat the new style
16917 composition specially.
16918
16919 * emacs.c (main): Call syms_of_font unconditionally.
16920
16921 * font.h (FONT_ENTITY_NOT_LOADABLE)
16922 (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
16923 (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
16924 (struct font_driver): New member shape.
16925 (font_registry_charsets): Extern it.
16926 (font_find_for_lface, font_prepare_composition): Adjust prototype.
16927 (font_otf_capability, font_drive_otf): Delete their externs.
16928
16929 * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
16930 (font_charset_alist, font_registry_charsets): Move from xfont.c
16931 and rename.
16932 (font_prop_validate_otf): New function.
16933 (font_property_table): Register it for QCotf.
16934 (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
16935 (font_drive_otf): Delete.
16936 (font_prepare_composition): New arg F. Adjust for the change of
16937 lispy gstring.
16938 (font_find_for_lface): New arg C.
16939 (font_load_for_face): Adjust for the change of font_find_for_lface.
16940 (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
16941 lispy gstring.
16942 (Ffont_shape_text): New function.
16943 (Fopen_font): If the font size is not given, use 12-pixel.
16944 (Ffont_at): New arg STRING.
16945 (syms_of_font): Initalize font_charset_alist.
16946 Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont
16947 conditionally.
16948
16949 * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
16950 fonts of the same font-spec. Change the format of RFONT-DEF.
16951 (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
16952 Adjust for the change of RFONT-DEF.
16953 (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
16954
16955 * ftfont.h: New file.
16956
16957 * ftfont.c: Don't include Freetype headers. Include "ftfont.h".
16958 (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
16959 (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
16960 (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
16961 font_otf_capability and font_drive_otf, set ftfont_shape.
16962 (ftfont_list): Adjust for the change of :otf property value.
16963 (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
16964 (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
16965 (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
16966 (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
16967 (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
16968 (otf_gstring, gstring, m17n_flt_initialized): New variables.
16969
16970 * w32term.c (x_draw_composite_glyph_string_foreground):
16971 Adjust for the change of lispy gstring.
16972
16973 * xdisp.c (handle_composition_prop): Adjust for the change of
16974 lispy gstring. Call a function for auto-composition with the
16975 third arg it->window.
16976 (fill_composite_glyph_string): Adjust for the change of lispy string.
16977 (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
16978
16979 * xfaces.c (set_font_frame_param): Adjust for the change of
16980 font_find_for_lface.
16981
16982 * xfont.c (x_font_charset_alist): Move to font.c and rename.
16983 (xfont_registry_charsets): Likewise. Change caller.
16984 (syms_of_xfont): Don't handle x_font_charset_alist.
16985
16986 * xftfont.c: Include "ftfont.h".
16987 (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
16988 (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
16989 (xftfont_close) [HAVE_LIBOTF]: Close otf.
16990 (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
16991 (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
16992 Set xftfont_driver.shape to xftfont_shape.
16993
16994 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
16995 the change of lispy gstring.
16996
169972008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16998
16999 * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
17000
170012008-02-01 Jason Rumney <jasonr@gnu.org>
17002
17003 * w32font.c (w32font_draw): Fill background manually.
17004
170052008-02-01 Jason Rumney <jasonr@gnu.org>
17006
17007 * font.c (Qfontp): Remove unused symbol.
17008 (QCantialias): New symbol.
17009 (syms_of_font): Define it.
17010 (font_property_table): Set a validator for QCantialias.
17011
17012 * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
17013 Define if not already.
17014 (QCfamily): Share with xfaces.c.
17015 (Qstandard, Qsubpixel, Qnatural): New symbols.
17016 (syms_of_w32font): Define them. Don't define QCfamily here.
17017 (w32_antialias_type, lispy_antialias_type): New functions.
17018 (w32_enumfont_pattern_entity): New arg requested_font.
17019 Set antialias parameter if non-default was requested.
17020 (fill_in_logfont): Fill in lfQuality if :antialias specified.
17021
170222008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17023
17024 * lread.c (read1): Undo the previous change.
17025
170262008-02-01 CHENG Gao <chenggao@gmail.com> (tiny change)
17027
17028 * frame.c (Fdelete_frame): Call font_update_drivers only when
17029 USE_FONT_BACKEND is defined.
17030
170312008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17032
17033 * font.h (struct font_bitmap): New member bits_per_pixel.
17034 (struct font_driver): New members start_for_frame and end_for_frame.
17035 (struct font_data_list): New struct.
17036 (font_put_frame_data, font_get_frame_data): Extern them.
17037
17038 * frame.h (struct frame): New member font_data_list.
17039
17040 * font.c (font_update_drivers): Call driver->start_for_frame and
17041 driver->end_for_frame at proper timings.
17042 (font_put_frame_data, font_get_frame_data): New functions.
17043 (Ffont_spec): Add usage in the docstring.
17044
17045 * frame.c (make_frame): Initialize f->font_data_list to NULL.
17046 (Fdelete_frame): Call font_update_drivers.
17047
17048 * xftfont.c (struct xftface_info): Delete the member xft_draw.
17049 (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
17050 (xftfont_get_xft_draw): New function.
17051 (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
17052 (xftfont_end_for_frame): New function.
17053 (syms_of_xftfont): Set xftfont_driver.end_for_frame.
17054
17055 * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
17056 Change argument. Cache GCs in the per-frame data.
17057 (struct ftxfont_frame_data): New struct.
17058 (ftxfont_draw_bitmap): New arg gc_fore and flush.
17059 (ftxfont_prepare_face, ftxfont_done_face): Delete them.
17060 (ftxfont_draw): Get GCs by ftxfont_get_gcs. Reflect s->clip in GCs.
17061 (ftxfont_end_for_frame): New function.
17062 (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
17063
17064 * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
17065
170662008-02-01 Kenichi Handa <handa@m17n.org>
17067
17068 * xselect.c (Vselection_coding_system)
17069 (Vnext_selection_coding_system): Delete them.
17070 (syms_of_xselect): Don't declare selection-coding-system and
17071 next-selection-coding-system. They are declared in select.el.
17072
170732008-02-01 Jason Rumney <jasonr@gnu.org>
17074
17075 * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
17076
17077 * w32fns.c: Include imm.h.
17078 (get_composition_string_fn, get_ime_context_fn): New optional
17079 system functions.
17080 (globals_of_w32fns): Load them from imm32.dll.
17081 (ignore_ime_char): New flag.
17082 (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
17083 WM_IME_ENDCOMPOSITION messages.
17084
17085 * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
17086 MULTIBYTE_CHAR_KEYSTROKE_EVENT.
17087
170882008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17089
17090 * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
17091 (READCHAR_REPORT_MULTIBYTE): New macro.
17092 (readchar): New 2nd arg MULTIBYTE.
17093 (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
17094 Make symbol's name multibyte according to the multibyteness of the
17095 source.
17096
170972008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17098
17099 * xfaces.c (face_for_overlay_string): Call lookup_face with
17100 correct arguments (fix of synching with the trunk).
17101
171022008-02-01 Kenichi Handa <handa@m17n.org>
17103
17104 * font.c (font_prop_validate_symbol, font_prop_validate_style)
17105 (font_prop_validate_non_neg, font_prop_validate_spacing):
17106 Delete argument prop_index.
17107 (font_property_table): Change arguments to validater. Change Callers.
17108 (font_lispy_object): Delete.
17109 (font_at): Use font_find_object instead fo font_lispy_object.
17110
171112008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17112
17113 * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
17114 and file names.
17115
171162008-02-01 Jason Rumney <jasonr@gnu.org>
17117
17118 * w32font.c (add_font_name_to_list): Avoid vertical fonts.
17119 (font_matches_spec): Remove debug output.
17120 (add_font_entity_to_list): Avoid using substituted fonts.
17121
171222008-02-01 Jason Rumney <jasonr@gnu.org>
17123
17124 * doc.c (Fsnarf_documentation):
17125 * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
17126
171272008-02-01 Miles Bader <miles@gnu.org>
17128
17129 * dispextern.h (struct glyph_row): Only define "clip" field if
17130 HAVE_WINDOW_SYSTEM is defined.
17131
171322008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
17133
17134 Fix up multi-tty merge.
17135
17136 * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
17137 and indentation.
17138
17139 * xfaces.c (free_realized_face, clear_face_gcs):
17140 Include font_done_for_face in the input_blocked section, just in case.
17141
17142 * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
17143 (get_char_face_and_encoding): Undo last change and remove the *other*
17144 duplicate definition (i.e. keep the one that's better scoped and that
17145 includes code for the font-backend).
17146
17147 * terminal.c (create_terminal): Default keyboard_coding to
17148 `no-conversion' and terminal_coding to `undecided'.
17149
17150 * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
17151
17152 * fontset.c (free_realized_fontsets): Check that the table entry does
17153 contain a fontset before trying to compare it to `base'.
17154
17155 * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
17156 syms_of_charset, and syms_of_coding earlier because init_window_once
17157 now needs Vcoding_system_hash_table to be setup.
17158
17159 * coding.h (default_buffer_file_coding): Remove.
17160
17161 * coding.c (default_buffer_file_coding): Remove.
17162 (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
17163 than ->symbol, and use the terminal-local coding system.
17164 (syms_of_coding): Don't setup the coding-systems that are not
17165 terminal-local.
17166 (Fdefine_coding_system_internal): Use XCAR/XCDR.
17167
17168 * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
17169 Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
17170
17171 * alloc.c (Fmake_char_table, make_sub_char_table): Remove. They're now
17172 in chartab.c and were re-added here by mistake.
17173 (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
17174
17175 * doc.c (Fsnarf_documentation):
17176 * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
17177 src to etc.
17178
17179 * ChangeLog.10: Add mistakenly removed entry.
17180
171812008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
17182
17183 * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
17184
171852008-02-01 Miles Bader <miles@gnu.org>
17186
17187 * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
17188 Add extra args to FACE_FOR_CHAR.
17189
171902008-02-01 Kenichi Handa <handa@m17n.org>
17191
17192 * keymap.c (where_is_internal_1): If key is a cons, store the copy
17193 in sequence.
17194
17195 * chartab.c (map_sub_char_table, map_char_table): If the range
17196 contains just one character, call the function with that character
17197 even if the depth is not 3.
17198
171992008-02-01 Jason Rumney <jasonr@gnu.org>
17200
17201 * w32font.c (w32font_text_extents): Calculate metrics for the
17202 whole string.
17203
172042008-02-01 Jason Rumney <jasonr@gnu.org>
17205
17206 * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
17207
172082008-02-01 Jason Rumney <jasonr@gnu.org>
17209
17210 * w32term.c (x_set_glyph_string_clipping): Use
17211 get_glyph_string_clip_rects.
17212 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
17213 Adjust for the change of struct glyph_string.
17214
17215 * w32font.c (w32font_draw): Do clipping here.
17216
172172008-02-01 Kenichi Handa <handa@m17n.org>
17218
17219 * xftfont.c (xftfont_draw): Adjust for the change of struct
17220 glyph_string.
17221
17222 * xterm.c (x_set_glyph_string_clipping): Use
17223 get_glyph_string_clip_rects.
17224 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
17225 Adjust for the change of struct glyph_string.
17226
17227 * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
17228 the resulting clip(s}.
17229 (expose_overlaps): Add arg r. Change callers. Set it to
17230 row->clip temporarily.
17231 (expose_window): Redraw rows overlapping the exposed area.
17232
17233 * dispextern.h (struct glyph_row): New member clip.
17234 (struct glyph_string): Delete members clip_x, clip_y, clip_width,
17235 clip_height, new member clip, and num_clips.
17236
172372008-02-01 Kenichi Handa <handa@m17n.org>
17238
17239 * data.c (Fchar_or_string_p): Fix docstring.
17240
172412008-02-01 Kenichi Handa <handa@m17n.org>
17242
17243 * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
17244 create a temporary XftDraw object.
17245
172462008-02-01 Kenichi Handa <handa@m17n.org>
17247
17248 * font.c (Ffontp): Fix docstring.
17249
17250 * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
17251 strong evidence of ISO-2022.
17252
172532008-02-01 Kenichi Handa <handa@m17n.org>
17254
17255 * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
17256 SYNTAX_ENTRY_FOLLOW_PARENT.
17257
172582008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
17259
17260 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
17261 its type.
17262 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
17263 Update to the new type of weak_hash_tables and next_weak.
17264
17265 * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
17266 a plain C pointer to Lisp_Hash_Table.
17267
17268 * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
17269 (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
17270 (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
17271 (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
17272 (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
17273 (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
17274 (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
17275 (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
17276 (GC_EQ): Remove since they've been identical to their non-GC_
17277 alter-egos ever since the markbit was eradicated.
17278
17279 * alloc.c:
17280 * buffer.c:
17281 * buffer.h:
17282 * data.c:
17283 * fileio.c:
17284 * filelock.c:
17285 * fns.c:
17286 * frame.h:
17287 * lisp.h:
17288 * macterm.c:
17289 * print.c:
17290 * process.c:
17291 * w32fns.c:
17292 * w32menu.c:
17293 * w32term.c:
17294 * xfns.c:
17295 * xmenu.c:
17296 * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
17297
172982008-02-01 Kenichi Handa <handa@m17n.org>
17299
17300 * chartab.c (map_sub_char_table): Make it work for the top-level
17301 char-table. Fix handling of parent char-table.
17302 (map_char_table): Adjust for the above change.
17303
173042008-02-01 Jason Rumney <jasonr@gnu.org>
17305
17306 * w32font.c (Qgdi): Rename from Qw32.
17307
173082008-02-01 Jason Rumney <jasonr@gnu.org>
17309
17310 * w32bdf.c (get_quoted_string): Make function static.
17311
173122008-02-01 Kenichi Handa <handa@m17n.org>
17313
17314 * xftfont.c (xftfont_open): If one of font's ASCII glyph has
17315 bigger ascent and descent than those of the font, use them as
17316 font's ascent and descent.
17317
173182008-02-01 Kenichi Handa <handa@m17n.org>
17319
17320 * Makefile.in (${lispsource}international/charprop.el): Move this
17321 target within "#ifdef HAVE_UNIDATA" and "#endif".
17322
173232008-02-01 Kenichi Handa <handa@m17n.org>
17324
17325 * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
17326 (shortlisp): Add ../lisp/language/tai-viet.el.
17327
173282008-02-01 Ulrich Mueller <ulm@gentoo.org>
17329
17330 * Makefile.in (${lispsource}international/charprop.el): Depend on
17331 temacs${EXEEXT}.
17332
173332008-02-01 Jason Rumney <jasonr@gnu.org>
17334
17335 * w32font.c (w32font_close): Delete the GDI font object.
17336
17337 * w32menu.c: Include character.h.
17338
17339 * w32proc.c: Likewise.
17340
17341 * w32select.c: Likewise.
17342
17343 * makefile.w32-in (w32proc.o): Depend on character.h.
17344
173452008-02-01 Jason Rumney <jasonr@gnu.org>
17346
17347 * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
17348
17349 * w32menu.c (syms_of_w32menu): Likewise.
17350
17351 * w32proc.c (syms_of_ntproc): Likewise.
17352
17353 * w32select.c (syms_of_w32select): Likewise.
17354
17355 * w32term.c (syms_of_w32term): Likewise.
17356
173572008-02-01 Jason Rumney <jasonr@gnu.org>
17358
17359 * w32font.c (w32font_draw): Delete brush after using it.
17360
173612008-02-01 Jason Rumney <jasonr@gnu.org>
17362
17363 * w32font.c (w32font_open): Don't set font_idx.
17364 (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
17365 to font settings.
17366 (w32font_draw): Fill background explicitly.
17367
173682008-02-01 Jason Rumney <jasonr@gnu.org>
17369
17370 * w32term.c (w32_initialize): Don't call w32font_initialize.
17371
17372 * w32font.c (w32font_info): Remove subranges.
17373 (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
17374 (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
17375 (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
17376 (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
17377 (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
17378 (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
17379 (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
17380 (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
17381 (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
17382 (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
17383 New symbols.
17384 (font_callback_data): New struct.
17385 (w32font_list, w32font_match): Use it.
17386 (w32font_open): Don't populate subranges.
17387 (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
17388 (w32font_encode_char): Always return unicode code-point as-is.
17389 (w32font_text_extents): Supply a transformation matrix to
17390 GetGlyphOutline. Never look up by glyph index. Avoid looping
17391 twice. Use unicode version of GetTexExtentPoint32 instead of
17392 glyph index version.
17393 (set_fonts_frame): Remove.
17394 (w32_enumfont_pattern_entity): Add frame parameter, use it to
17395 set frame parameter. Use backward compatible fake foundries.
17396 Save generic family in extra slot under QCfamily. Make width slot
17397 constant. Save QCspacing value. Save list of scripts instead of
17398 binary subranges.
17399 (w32_generic_family, logfonts_match, font_matches_spec): New functions.
17400 (add_font_entity_to_list): Use font_callback_data struct. Filter
17401 unwanted fonts.
17402 (add_one_font_entity_to_list): Use font_callback_data struct.
17403 (w32_registry): Default to iso10646_1.
17404 (fill_in_logfont): Use dpi from extra slot. Don't bother with
17405 string font registries. Don't fill in font name if it is a generic
17406 family name, fill family instead. Use spacing, family and script
17407 extra info to fill pitch, family and charset fields.
17408 (list_all_matching_fonts): Use font_callback_data struct.
17409 (unicode_range_for_char): Remove.
17410 (font_supported_scripts): New function.
17411 (w32font_initialize): Remove.
17412 (syms_of_w32font): Update which symbols are defined.
17413
174142008-02-01 Jason Rumney <jasonr@gnu.org>
17415
17416 * font.c (font_pixel_size): Reverse assq_no_quit args.
17417
17418 * w32term.h (FONT_WIDTH): Report max width, not average.
17419 (FONT_MAX_WIDTH): Remove.
17420 (FONT_AVG_WIDTH): New macro.
17421
17422 * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
17423 redefinition of FONT_WIDTH.
17424
17425 * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
17426 (w32_cache_char_metrics): Use FONT_WIDTH.
17427
17428 * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
17429
174302008-02-01 Jason Rumney <jasonr@gnu.org>
17431
17432 * w32font.c (w32font_open): Make lfHeight negative.
17433
17434 * w32fns.c (x_default_font_parameter): Use new style font name.
17435 (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
17436
174372008-02-01 Jason Rumney <jasonr@gnu.org>
17438
17439 * w32font.c (QCsubranges): New symbol.
17440 (w32font_open, w32font_has_char): Get subranges from subproperty
17441 of extra.
17442 (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
17443 (syms_of_w32font): Define :subranges symbol.
17444
17445 * font.c (font_put_extra): Expose externally.
17446
17447 * font.h (font_put_extra): Move declaration from font.c.
17448
17449 * font.c (Ffont_get): Use font driver to determine otf capability.
17450 (adjust_anchor): Check if driver defines anchor_point before using.
17451
17452 * w32font.c (w32font_open): Handle size, height and pixel_size better.
17453 (w32font_draw): Use options.
17454 (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
17455 Fix detection of truetype fonts.
17456 (registry_to_w32_charset): Handle charsets other than iso8859-1
17457 expressed as lisp symbols.
17458 (w32_registry): Express charset as lisp symbol.
17459 (fill_in_logfont): Reverse pixel and point height logic.
17460 Don't set width here. Set quality to default.
17461
17462 * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
17463 (x_to_w32_font): Fill in lfPitchAndFamily correctly.
17464
17465 * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
17466 Remove redundant loop and allocation.
17467
17468 * makefile.w32-in (font.o, w32font.o): New objects.
17469 (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
17470 (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
17471
17472 * xdisp.c (fill_composite_glyph_string): Make the first arg to
17473 STORE_XCHARB a valid l-value.
17474
17475 * w32term.c (w32_native_per_char_metric): Swap width and rbearing
17476 calculations for non-Truetype fonts.
17477 (x_draw_glyph_string): Sync with xterm.c.
17478 (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
17479 Remove redundant code.
17480 (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
17481
17482 * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
17483 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
17484
17485 * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
17486 (x_to_w32_charset, w32_to_x_charset): Expose externally.
17487
17488 * w32font.c: New file for w32 font backend.
17489
174902008-02-01 Kenichi Handa <handa@m17n.org>
17491
17492 * term.c: Don't include "buffer.h" twice.
17493
174942008-02-01 Kenichi Handa <handa@m17n.org>
17495
17496 * character.c (Funibyte_string): New function.
17497 (syms_of_character): Defsubr it.
17498
174992008-02-01 Jason Rumney <jasonr@gnu.org>
17500
17501 * w32term.c [USE_FONT_BACKEND]:
17502 (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
17503 (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
17504 (x_draw_glyph_string, x_draw_glyph_string_foreground)
17505 (x_draw_composite_glyph_string_foreground, x_new_fontset2)
17506 (x_free_frame_resources): Sync with xterm.c.
17507
175082008-02-01 Andreas Schwab <schwab@suse.de>
17509
17510 * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
17511 char-table size.
17512
175132008-02-01 Kenichi Handa <handa@m17n.org>
17514
17515 * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
17516
175172008-02-01 Kenichi Handa <handa@m17n.org>
17518
17519 * ftfont.c (ftfont_driver): Delete font_otf_gsub and
17520 font_otf_gpos, add font_drive_otf.
17521
17522 * fontset.c (fontset_find_font): Pay attention to font size
17523 specified for a font.
17524 (reorder_font_vector): Check contents of font_def.
17525
17526 * font.c (struct otf_list): Delete it.
17527 (otf_list): Make it a lisp variable.
17528 (otf_open): Use lispy otf_list.
17529 (generate_otf_features): Rename from parse_gsub_gpos_spec.
17530 (check_otf_features): New function.
17531 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
17532 New functions.
17533 (font_drive_otf): New function merging font_otf_gsub and
17534 font_otf_gpos.
17535 (font_open_for_lface): New arg spec. Change argument order.
17536 (font_load_for_face): Adjust for the change of font_open_for_lface.
17537 (Ffont_drive_otf): New function merging Ffont_otf_gsub and
17538 Ffont_otf_gpos.
17539 (syms_of_font): Staticpro otf_list. Delete defsubr of
17540 Sfont_otf_gsub and Sfont_otf_gpos. Defsubr Sfont_drive_otf.
17541
17542 * xfaces.c (set_font_frame_param): Adjust for the change of
17543 font_open_for_lface.
17544
17545 * font.h (font_open_for_lface): Adjust prototype.
17546 (struct font_driver): Delete members otf_gsub and otf_gpos, add
17547 member otf_drive.
17548 (font_otf_gsub, font_otf_gpos): Delete externs.
17549 (font_drive_otf): Extern it.
17550
175512008-02-01 Kenichi Handa <handa@m17n.org>
17552
17553 * font.c (font_at): If the window W is not on a window system,
17554 return Qnil.
17555
17556 * coding.c (produce_chars, encode_coding): Don't call
17557 insert_from_gap if no characters to produce.
17558
175592008-02-01 Kenichi Handa <handa@m17n.org>
17560
17561 * fontset.c (free_realized_fontsets): Avoid unnecessary call of
17562 Fclear_face_cache.
17563
17564 * xfaces.c (face_for_font): Check also face->font==font->font.font.
17565
175662008-02-01 Miles Bader <miles@gnu.org>
17567
17568 * emacs.c (main): Change default value of `enable_font_backend' to 1.
17569 Parse "--disable-font-backend" option.
17570 (standard_args): Add "--disable-font-backend" option.
17571
175722008-02-01 Kenichi Handa <handa@m17n.org>
17573
17574 * fontset.c (fontset_find_font): New function.
17575 (fontset_font): Use fontset_find_font.
17576 (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
17577 Register the specified font for all Latin characters.
17578 (new_fontset_from_font): Register the specified font for all Latin
17579 characters.
17580 (dump_fontset): For a realized fontset, include the base fontset
17581 name in the returned vector.
17582
175832008-02-01 Kenichi Handa <handa@m17n.org>
17584
17585 * character.h (CHAR_STRING): Cast C to unsigned on calling
17586 char_string.
17587
17588 * character.c (char_string): Type of arg C changed to unsigned.
17589 Signal an error if C is an invalid character code.
17590
17591 * editfns.c (general_insert_function, Fchar_to_string):
17592 Use CHARACTERP, not INTEGERP.
17593
175942008-02-01 Kenichi Handa <handa@m17n.org>
17595
17596 * character.h (MIN_MULTIBYTE_LEADING_CODE)
17597 (MAX_MULTIBYTE_LEADING_CODE): New macros.
17598
17599 * regex.c (analyse_first): Fix for multibyte characters in "case
17600 charset:" and "case categoryspec:".
17601
176022008-02-01 Andreas Schwab <schwab@suse.de>
17603
17604 * Makefile.in (LIBES): Move standard libraries to the end.
17605
176062008-02-01 Kenichi Handa <handa@m17n.org>
17607
17608 * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
17609 nonzero, don't shrink the buffer nextb.
17610
17611 * buffer.h (struct buffer_text): New member inhibit_shrinking.
17612
17613 * coding.c (coding_alloc_by_making_gap): New arg offset.
17614 (alloc_destination): Call coding_alloc_by_making_gap with the arg
17615 offset.
17616 (decode_coding_iso_2022): Update coding->safe_charsets.
17617 (decode_coding_gap): Temporarily set
17618 current_buffer->text->inhibit_shrinking to 1.
17619
176202008-02-01 Kenichi Handa <handa@m17n.org>
17621
17622 * xterm.c (x_draw_composite_glyph_string_foreground): Fix
17623 indexing into elements of s->cmp and s->char2b.
17624
176252008-02-01 Juanma Barranquero <lekktu@gmail.com>
17626
17627 * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
17628
176292008-02-01 Kenichi Handa <handa@m17n.org>
17630
17631 * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
17632 target_multibyte instead of multibyte.
17633 (re_match_2_internal): Call bcmp_translate with target_multibyte.
17634 (bcmp_translate): Change the argument name from multibyte to
17635 target_multibyte.
17636
176372008-02-01 Kenichi Handa <handa@m17n.org>
17638
17639 These changes are to compile a regexp into a pattern that can be
17640 used both for multibyte and unibyte targets.
17641
17642 * Makefile.in (search.o): Depend on charset.h.
17643
17644 * character.c (multibyte_char_to_unibyte_safe): New function.
17645
17646 * search.c: Include "charset.h".
17647 (compile_pattern_1): Delete argument multibyte. Don't set
17648 cp->buf.target_multibyte here. Set cp->buf.charset_unibyte.
17649 (compile_pattern): Don't compare cp->buf.target_multibyte.
17650 Compare cp->buf.charset_unibyte.
17651 (compile_pattern): Set cp->buf.target_multibyte.
17652
17653 * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
17654
17655 * regex.h (struct re_pattern_buffer): New member charset_unibyte.
17656
17657 * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
17658 multibyte. Change callers.
17659 (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
17660 (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete. Change callers
17661 to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
17662 (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
17663 (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
17664 (regex_compile): Make the compiled pattern usable both for
17665 multibyte and unibyte targets.
17666 (analyse_first): Make the fastmap usable both for multibyte and
17667 unibyte targets.
17668 (TRANSLATE_VIA_MULTIBYTE): Delete.
17669 (re_match_2_internal): Pay attention to the case that the
17670 multibyteness of bufp and target may be different.
17671
176722008-02-01 Kenichi Handa <handa@m17n.org>
17673
17674 * xdisp.c (x_produce_glyphs): When a font is not found, make the
17675 empty box occupy at least one column width.
17676
176772008-02-01 Miles Bader <miles@gnu.org>
17678
17679 * Makefile.in: Remove redundant HAVE_XFT clause.
17680
176812008-02-01 Kenichi Handa <handa@m17n.org>
17682
17683 * xrdb.c (x_load_resources): Setup the default fontSet X resource.
17684
176852008-02-01 Kenichi Handa <handa@m17n.org>
17686
17687 * fontset.c (Finternal_char_font): Fix for the case of POSITION
17688 being nil.
17689
176902008-02-01 Kenichi Handa <handa@m17n.org>
17691
17692 * xftfont.c (xftfont_open): Call FcConfigSubstitute.
17693
176942008-02-01 Kenichi Handa <handa@m17n.org>
17695
17696 * xftfont.c (xftfont_open): Don't enable antialias explicitly.
17697
176982008-02-01 Kenichi Handa <handa@m17n.org>
17699
17700 * search.c (simple_search): Fix previous change.
17701
177022008-02-01 Kenichi Handa <handa@m17n.org>
17703
17704 * xftfont.c (ftfont_font_format): Extern declaration.
17705
17706 * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
17707
17708 * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
17709 (xfont_list): Don't directly use Lisp_Object as an operand of &&.
17710
17711 * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
17712 (ftfont_font_format): Fix previous change.
17713
17714 * font.h (Ffont_xlfd_name): EXFUN it.
17715
17716 * font.c (font_parse_xlfd): Fix the array size of `f'.
17717 (register_font_driver): Use EQ to compare driver->type.
17718
17719 * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
17720 (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
17721 (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
17722
177232008-02-01 Kenichi Handa <handa@m17n.org>
17724
17725 * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
17726 (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
17727
177282008-02-01 Kenichi Handa <handa@m17n.org>
17729
17730 * xfont.c (xfont_open): Set font->format.
17731
17732 * xftfont.c (xftfont_open): Set font->format.
17733
17734 * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
17735 (ftfont_list): Include FC_FONTFORMAT in FcObject.
17736 (ftfont_open): Set font->format.
17737 (ftfont_font_format): New function.
17738
17739 * font.h (struct font): New member format.
17740
17741 * font.c (Qopentype): New variable.
17742 (syms_of_font): Defsym it.
17743 (Fquery_font): Change the format of the last element of the return
17744 value.
17745
177462008-02-01 Kenichi Handa <handa@m17n.org>
17747
17748 * xfns.c (xic_create_xfontset): Try the default fontset name as a
17749 last resort.
17750
177512008-02-01 Kenichi Handa <handa@m17n.org>
17752
17753 * coding.c (detect_coding_charset): Fix detection of multi-byte
17754 charset.
17755
177562008-02-01 Bob Halley <halley@play-bow.org> (tiny change)
17757
17758 * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
17759
177602008-02-01 Kenichi Handa <handa@m17n.org>
17761
17762 * xdisp.c (get_next_display_element): Set it->face_id for the
17763 first component of a composition.
17764 (x_produce_glyphs): Check if the font is changed or not for composition.
17765
177662008-02-01 Kenichi Handa <handa@m17n.org>
17767
17768 * fontset.c (Qlatin): New variable.
17769 (syms_of_fontset): Define it as a lisp symbol.
17770 (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
17771
177722008-02-01 Kenichi Handa <handa@m17n.org>
17773
17774 * font.c (font_unparse_fcname): Pay attention to the case that
17775 some of font property is a null string.
17776
177772008-02-01 Kenichi Handa <handa@m17n.org>
17778
17779 * term.c: Include "composite.h".
17780 (encode_terminal_code): Output all components of composition.
17781 Check the size of encode_terminal_src.
17782 (produce_glyphs): For composition, call produce_composite_glyph.
17783 (append_composite_glyph, produce_composite_glyph): New functions.
17784
17785 * xdisp.c (x_produce_glyphs): In handling composition, if a font
17786 is not found, get font_info from the current ascii face.
17787
177882008-02-01 Kenichi Handa <handa@m17n.org>
17789
17790 * fileio.c (Finsert_file_contents): On replacing, temporarily bind
17791 buffer-file-name to Qnil before calling insert_from_buffer.
17792
17793 * font.c (font_unparse_fcname): Pay attention to the case that
17794 foundry is a null string.
17795
177962008-02-01 Kenichi Handa <handa@m17n.org>
17797
17798 * ftfont.c (ftfont_list): Allow registry "unicode-sip".
17799
17800 * font.c (Qunicode_sip): New variable.
17801 (syms_of_font): Declare it as a Lisp symbol.
17802
17803 * font.h (Qunicode_sip): Extern it.
17804
178052008-02-01 Kenichi Handa <handa@m17n.org>
17806
17807 * composite.c (get_composition_id): Pay attention to TAB component.
17808
17809 * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
17810 TAB. Adjust for the change of s->char2b which always points to
17811 the first element of allocated memory.
17812
17813 * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
17814
17815 * xdisp.c (handle_composition_prop): Set it->c to the first
17816 non-TAB component.
17817 (fill_composite_glyph_string): Change argument.
17818 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
17819 (x_produce_glyphs): Fix handling of left/right padding.
17820
178212008-02-01 Kenichi Handa <handa@m17n.org>
17822
17823 * coding.c (detect_coding_system): Fix for handling off
17824 inhibit_iso_escape_detection. Fix for the case that no coding
17825 system is defined for a specific coding category.
17826
178272008-02-01 Kenichi Handa <handa@m17n.org>
17828
17829 * font.c (font_matching_entity): Delete unused local var.
17830
17831 * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
17832 opening a font.
17833
17834 * fileio.c (Finsert_file_contents): On recovering a file, assume
17835 Unix-like eol.
17836 (choose_write_coding_system): On auto-saving a file, force
17837 Unix-like eol.
17838
17839 * coding.c (setup_coding_system): Fix setting of
17840 coding->common_flags based on eol_type.
17841 (coding_inherit_eol_type): If PARENT is not nil, be sure to
17842 inherit from it.
17843
178442008-02-01 Kenichi Handa <handa@m17n.org>
17845
17846 * alloc.c (NSTATICS): Increas to 0x600.
17847
178482008-02-01 Kenichi Handa <handa@m17n.org>
17849
17850 * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
17851 (ftfont_list): Don't check :name property.
17852 (ftfont_match): New function.
17853 (ftfont_pattern_entity): If the pattern doesn't contain
17854 FC_SPACING, don't assume FC_MONO.
17855
17856 * font.h (struct font_driver): New member `match'.
17857 (font_update_drivers): Adjust prototype.
17858
17859 * font.c (font_parse_fcname, font_parse_name): Don't change :name
17860 property of FONT.
17861 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring): Define
17862 them unconditionally.
17863 (font_matching_entity): New function.
17864 (font_open_by_name): Try font_matching_entity if exact match is
17865 not found.
17866 (font_update_drivers): Delete the arg FONT. Return a list of
17867 actually used backends. Don't free faces, font caches here.
17868 Don't store data in frame parameters. Don't call x_set_font.
17869 (Ffont_spec): Store :name property as is.
17870 (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
17871 (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
17872 (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
17873 (Ffont_otf_alternates): Check if the driver has otf_gsub function.
17874 Call font->driver->otf_gsub instead of font_otf_gsub.
17875
17876 * frame.c (x_set_font_backend): Do more works that were done in
17877 font_update_drivers before.
17878
17879 * xfont.c (xfont_match): New function.
17880 (xfont_driver): Set xfont_driver.match to xfont_match.
17881 (xfont_draw): Set font in GC if necessary.
17882
17883 * ftxfont.c (ftxfont_match): New function.
17884 (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
17885
17886 * xftfont.c (xftfont_match): New function.
17887 (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
17888
178892008-02-01 Kenichi Handa <handa@m17n.org>
17890
17891 * font.h (struct font): New member scalable.
17892 (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
17893 (font_otf_gsub): Adjust prototype.
17894
17895 * font.c (font_otf_capability): Fix handling of the default langsys.
17896 (parse_gsub_gpos_spec): Change type to void. New arg nbytes.
17897 Check the contents of SPEC.
17898 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
17899 (check_gstring): New function.
17900 (REPLACEMENT_CHARACTER): New macro.
17901 (font_otf_gsub): New arg alternate_subst. Be sure to set all
17902 glyph codes of GSTRING.
17903 (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
17904 (font_prepare_composition): Set cmp->glyph_len.
17905 (font_open_entity): Set font->scalable.
17906 (Ffont_get): Handle :otf property.
17907 (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates): New
17908 functions.
17909 (Fquery_font): Use font->font.full_name.
17910 (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
17911 Sfont_otf_alternates.
17912
17913 * ftfont.c (ftfont_open): Set font->font.full_name and
17914 font->font.name properly. Fix calculation of font->font.height
17915 and font->min_width.
17916
17917 * ftxfont.c (ftxfont_create_gcs): New function.
17918 (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
17919 (ftxfont_draw_backgrond): Fix filling region.
17920 (ftxfont_default_fid): New function.
17921 (ftxfont_open): Set xfont->fid to the return value of
17922 ftxfont_default_fid.
17923 (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
17924 (ftxfont_done_face): Free only GCs that are created by
17925 ftxfont_create_gcs.
17926 (ftxfont_draw): If face->gc != s->gc, create proper GCs.
17927
17928 * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
17929 Clip to src->width, etc (not src->clip_XXX).
17930
17931 * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
17932 FontBackend frame parameter.
17933
179342008-02-01 Kenichi Handa <handa@m17n.org>
17935
17936 * font.h (struct font_driver_list): New member `on'.
17937 (Fclear_font_cache): EXFUN it.
17938 (font_update_drivers): Extern it.
17939
17940 * font.c (font_unparse_fcname): Fix typo (swidth->width).
17941 (font_list_entities): Check driver_list->on.
17942 (register_font_driver): Initalize `on' member to 0.
17943 (font_update_drivers): New function.
17944 (Fclear_font_cache): Check driver_list->on.
17945
17946 * frame.h (Qfont_backend): Extern it.
17947 (x_set_font_backend): Extern it.
17948
17949 * frame.c (Qfont_backend): New variable.
17950 (frame_parms): New element for font-backend.
17951 (x_set_font_backend): New function.
17952
17953 * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
17954 FontBackend frame parameter.
17955 (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
17956 x_set_font_backend.
17957
17958 * xfont.c (xfont_list): Don't try listing by :name property if the
17959 name is not for XLFD.
17960
179612008-02-01 Kenichi Handa <handa@m17n.org>
17962
17963 * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
17964 (LGLYPH_SET_TO): New macros.
17965 (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
17966 element of G is vector or not.
17967 (font_at): Extern it.
17968
17969 * font.c: Include window.h.
17970 (font_lispy_object): New function.
17971 (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
17972 end of valid glyph.
17973 (font_close_object): Fix getting (struct font *).
17974 (font_at): New function.
17975 (Ffont_get): If FONT is a font-object, get entity from it.
17976 (Ffont_make_gstring): Initialize elements of glyphs with nil.
17977 (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX. Fix
17978 range check.
17979 (Ffont_at): New function.
17980 (syms_of_font): Defsubr Sfont_at.
17981
17982 * xdisp.c (it_props): Move the entry for Qauto_composed to just
17983 before the entry for Qcomposition.
17984 (handle_auto_composed_prop): Call auto-composition-function with 4 args.
17985 (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
17986 the font in gstring.
17987 (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
17988 LGLYPH_FORM (g) to detect the end of valid glyph.
17989 (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
17990 we are composing with gstring.
17991
17992 * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
17993 Check if adjustment is vector or not.
17994
17995 * Makefile.in (font.o): Make it depends on window.h.
17996
179972008-02-01 Kenichi Handa <handa@m17n.org>
17998
17999 * xterm.c (x_draw_composite_glyph_string_foreground): Check if
18000 adjustment is vector or not.
18001
180022008-02-01 Miles Bader <miles@gnu.org>
18003
18004 * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
18005
180062008-02-01 Kenichi Handa <handa@m17n.org>
18007
18008 * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
18009 (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format.
18010 (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
18011
18012 * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
18013 (DEVICE_DELTA): Fix typo.
18014 (font_otf_gpos, font_prepare_compositio): Adjust for the change of
18015 LGLYPH format.
18016
18017 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
18018 the change of LGLYPH format.
18019
180202008-02-01 Kenichi Handa <handa@m17n.org>
18021
18022 * ftfont.c (ftfont_list): Fix typo.
18023 (ftfont_build_basic_charsets): Don't include letters with diacritics.
18024
180252008-02-01 Jan Djärv <jan.h.d@swipnet.se>
18026
18027 * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
18028
18029 * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
18030 xftface_info is non-NULL.
18031
180322008-02-01 Jan Djärv <jan.h.d@swipnet.se>
18033
18034 * ftfont.c (ftfont_list): Move misplaced #endif.
18035
180362008-02-01 Kenichi Handa <handa@m17n.org>
18037
18038 * ftfont.c (ftfont_list): Pay attention to the case that
18039 FC_CAPABILITY is not defined.
18040
180412008-02-01 Kenichi Handa <handa@m17n.org>
18042
18043 * xftfont.c (xftfont_open): Set charset related members to -1.
18044
18045 * ftfont.c (ftfont_list): Handle QCotf property. Fix handling of
18046 QCname.
18047 (ftfont_open): Set charset related members to -1.
18048
18049 * fontset.c (Votf_script_alist): New variable.
18050 (syms_of_fontset): Initialize it.
18051 (fontset_font): Delete unused variable.
18052
18053 * fontset.h (Votf_script_alist): Extern it.
18054
18055 * font.c (font_find_for_lface): Optimize code.
18056
18057 * font.h (font_close_object, font_merge_old_spec): Extern them.
18058
180592008-02-01 Kenichi Handa <handa@m17n.org>
18060
18061 * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
18062 (syms_of_font): Initialize them.
18063 (font_pixel_size): Allow float value in dpi.
18064 (font_prop_validate_type): Delete.
18065 (font_prop_validate_symbol, font_prop_validate_style): Change argument.
18066 Change caller.
18067 (font_prop_validate_non_neg): Rename from font_prop_validate_size.
18068 (font_prop_validate_extra): Delete.
18069 (font_prop_validate_spacing): New function.
18070 (font_property_table): Add elements for all known properties.
18071 (get_font_prop_index): Rename from check_font_prop_name. New
18072 argument FROM. Change caller.
18073 (font_prop_validate): Validate all known properties.
18074 (font_put_extra): Delete argument force. Change caller.
18075 (font_expand_wildcards): Make it static. Fix the way of shrinking
18076 the possible range.
18077 (font_parse_xlfd): Delete argument merge. Fix handling of RESX,
18078 RESY, SPACING, and AVGWIDTH. Don't validate property values here.
18079 Change caller.
18080 (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
18081 (font_parse_fcname): Delete argument merge. Fix parsing of point
18082 size. Don't validate properties values here. Change caller.
18083 (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
18084 (font_open_by_name): Delete unused variable.
18085 (Ffont_spec): Likewise. Validate property values.
18086 (Ffont_match_p): New function.
18087
18088 * font.h (QCscalable): Extern it.
18089 (font_parse_xlfd, font_parse_fcname): Adjust prototype.
18090
18091 * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
18092
18093 * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
18094 (xfont_list_pattern): New function.
18095 (xfont_list): Use xfont_list_pattern.
18096
180972008-02-01 Kenichi Handa <handa@m17n.org>
18098
18099 * font.h (Flist_fonts): EXFUN it.
18100
181012008-02-01 Jason Rumney <jasonr@gnu.org>
18102
18103 * w32term.c (w32_initialize): Add back smoothing_type and
18104 smoothing_enabled definitions.
18105
181062008-02-01 Kenichi Handa <handa@m17n.org>
18107
18108 * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
18109 s->face->font on determining underline position.
18110
181112008-02-01 Kenichi Handa <handa@m17n.org>
18112
18113 * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
18114 (font_has_char): Accept font-object too.
18115 (font_find_for_lface): Try at first with a size specified in face.
18116
181172008-02-01 Kenichi Handa <handa@m17n.org>
18118
18119 * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
18120 font_open_by_name.
18121
181222008-02-01 Kenichi Handa <handa@m17n.org>
18123
18124 * font.h (QCspacing, QCdpi): Extern them.
18125 (enum font_spacing): New enum.
18126 (FONT_PIXEL_SIZE_QUANTUM): New macro.
18127
18128 * font.c (POINT_TO_PIXEL): Don't divide POINT by 10.
18129 (QCspacing, QCdpi): New variables.
18130 (syms_of_font): Initialize them.
18131 (font_pixel_size): New function.
18132 (font_put_extra): New function.
18133 (font_parse_xlfd): Fix handling of font size. Add QCdpi property
18134 in FONT_EXTRA.
18135 (font_parse_fcname): Handle enumerated values (e.g. bold).
18136 Fix handling font size. Add QCname property that contains only
18137 unknown properties.
18138 (font_score): Change argument. Change caller. Pay attention to
18139 FONT_PIXEL_SIZE_QUANTUM.
18140 (font_sort_entites, font_list_entities, font_find_for_lface)
18141 (font_open_for_lface, font_open_by_name): Fix handling of font size.
18142 (Ffont_spec): Add QCname property that contains only unknown properties.
18143
18144 * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq. Don't
18145 include weight in listing pattern, instead check weight of each
18146 listed font. Don't include scalable in pattern. Pay attention to
18147 FONT_PIXEL_SIZE_QUANTUM.
18148
181492008-02-01 Kenichi Handa <handa@m17n.org>
18150
18151 * font.c (font_parse_fcname): Fix parsing of point-size.
18152 (font_unparse_fcname): Produce symbolic names for style properties.
18153 (font_list_entities): Handle float size correctly.
18154 (font_open_by_name): Prefer `normal' property values if the name
18155 doesn't specify them.
18156
18157 * fontset.c (Finternal_char_font): Use font_get_name, not
18158 Ffont_xlfd_name.
18159
18160 * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
18161 FC_WEIGHT_REGULAR. Exclude FC_SIZE and FC_PIXEL_SIZE from listing
18162 pattern. Don't force scalable.
18163
18164 * xftfont.c (xftfont_open): For generating a name, start from
18165 96-byte buffer.
18166
181672008-02-01 Jan Djärv <jan.h.d@swipnet.se>
18168
18169 * frame.h (x_new_fontset2): Fix prototype.
18170
181712008-02-01 Kenichi Handa <handa@m17n.org>
18172
18173 * font.h (struct font_driver): Delete member parse_name.
18174 (font_match_p, font_get_spec, font_parse_fcname)
18175 (font_unparse_fcname): Extern them.
18176 (font_get_name): Adjust prototype.
18177
18178 * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
18179 (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
18180 (font_expand_wildcards): Fix handling ENCODING field. Avoid
18181 unnecessary checks for weight, slant, and swidth.
18182 (font_parse_fcname): New function.
18183 (font_unparse_fcname): New function.
18184 (font_parse_name): New function.
18185 (font_match_p): New function.
18186 (font_get_name): Change return value to Lisp string.
18187 (font_get_spec): New function.
18188 (Qunspecified, Qignore_defface): Don't extern them.
18189 (font_find_for_lface): Assume that LFACE is fully specified.
18190 (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
18191 object, use it for FACE.
18192 (font_open_by_name): Call Ffont_spec with QCname prop. Don't call
18193 driver->parse_name.
18194 (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
18195
18196 * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
18197 prototype.
18198
18199 * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
18200 argument F. Don't call Fnew_fontset. Instead, directly call
18201 make_fontset.
18202
18203 * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
18204
18205 * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
18206 of x_new_fontset2.
18207
18208 * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
18209 (Qsans__serif): New variables.
18210 (ftfont_generic_family_list): New variable.
18211 (syms_of_ftfont): Initialize the above variables.
18212 (ftfont_pattern_entity): Delete argument NAME.
18213 (ftfont_list_generic_family): New function.
18214 (ftfont_parse_name): Delete this function.
18215 (ftfont_list): Try generic family only when FcFontList found no font.
18216 (ftfont_list_family): Fix args to FcObjectSetBuild.
18217
18218 * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
18219 object in attrs[LFACE_FONT_INDEX].
18220 (set_lface_from_font_name): Cancel all changes for font-backend.
18221 (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
18222 function.
18223 (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
18224 font object in QCfont attribute.
18225 (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
18226 (realize_default_face) [USE_FONT_BACKEND]: Call
18227 set_lface_from_font_and_fontset.
18228
18229 * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
18230 "fixed", and signal error here if no suitable font was found.
18231
18232 * xfont.c (xfont_parse_name): Delete this function.
18233
18234 * xftfont.c (xftfont_open): Change coding style of error
18235 handling. Generate fontconfig's fontname pattern.
18236
18237 * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
18238 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
18239
18240 * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
18241 Both args FONTSET and FONT_OBJECT must be existing ones.
18242
182432008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18244
18245 * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
18246
182472008-02-01 Kenichi Handa <handa@m17n.org>
18248
18249 * xfont.c (xfont_open, xfont_encode_char): Fix typo.
18250
18251 * font.h (struct font): Fix typo.
18252
18253 * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
18254 XLFD_XXX_INDEX.
18255 (enum xlfd_field_mask): New enum.
18256 (intern_font_field): Changed argument. Change caller. If digits
18257 are followed by non-digits, return a symbol.
18258 (font_expand_wildcards): New function.
18259 (font_parse_xlfd): Fix wildcard handling.
18260 (Ffont_spec): If :name is specified, reflect the info in the other
18261 properties.
18262
18263 * ftfont.c (ftfont_pattern_entity): Fix typo.
18264 (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
18265 locale.
18266
182672008-02-01 Kenichi Handa <handa@m17n.org>
18268
18269 * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
18270
18271 * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
18272 (font_unparse_xlfd): Fix argument type declaration. Append "*" if
18273 registry doesn't specify encoding part.
18274 (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
18275 (font_open_by_name): At first try parsing the name.
18276 (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
18277 as Lisp symbols.
18278
18279 * fontset.c (reorder_font_vector): Pay attention to the case that
18280 the 3rd element of font_def is nil.
18281 (fontset_font): For the default fontset, append one more fontset
18282 elements for a script-based font specification. Don't add script
18283 attribute on finding a font.
18284 (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
18285 font name.
18286 (fontset_ascii_font): If a font can't be opened, return nil.
18287
18288 * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
18289 (ftfont_pattern_entity): New function.
18290 (ftfont_get_cache): Assume that freetype_font_cache is already
18291 initialized.
18292 (ftfont_list): Handle the case that a file is specified in font
18293 name. Use ftfont_pattern_entity to generate entities.
18294 (ftfont_has_char): Check if the pattern contains FC_CHARSET.
18295 (syms_of_ftfont): Initialize freetype_font_cache.
18296
18297 * xftfont.c (xftfont_open): Make the font name fontconfig's
18298 style. Add BLOCK_INPUT and UNBLOCK_INPUT.
18299 (xftfont_close): Free font->font.name if not NULL.
18300
18301 * xfont.c (xfont_list): If script is specified for a font, return
18302 null_vector.
18303 (xfont_list_family): Declare argument type.
18304
18305 * xfaces.c (set_lface_from_font_name): If a font doesn't have a
18306 name, set LFACE_FONT (lface) to nil.
18307
18308 * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
18309 return Qnil.
18310
183112008-02-01 Kenichi Handa <handa@m17n.org>
18312
18313 * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
18314 (standard_args): Add "-enable-font-backend".
18315
183162008-02-01 Kenichi Handa <handa@m17n.org>
18317
18318 * xftfont.c (xftfont_default_fid): Set fid_known to 1.
18319 (struct xftdraw_list, xftdraw_list): Delete them.
18320 (register_xftdraw, check_xftdraw): Delete them.
18321 (xftfont_prepare_face): Don't call register_xftdraw.
18322 (xftfont_done_face): Don't call check_xftdraw.
18323 (xftfont_draw): Get background color only when with_background is
18324 nonzero.
18325
18326 * xfont.c (xfont_encode_char): Fix calculation of char2b.
18327
183282008-02-01 Kenichi Handa <handa@m17n.org>
18329
18330 These changes are for the new font handling codes.
18331
18332 * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
18333 @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
18334 (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
18335 (FONTSRC, FONTOBJ): New variables.
18336 (obj): Add $(FONTOBJ).
18337 (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
18338 (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
18339 @LIBOTF_LIBS@.
18340 (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
18341 (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
18342
18343 * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
18344
18345 * character.h (Vscript_representative_chars): Extern it.
18346
18347 * character.c (Vscript_representative_chars): New variable.
18348 (syms_of_character): Declare it as a Lisp variable.
18349
18350 * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
18351 enable_font_backend is nonzero, accept the composition method
18352 COMPOSITION_WITH_GLYPH_STRING.
18353
18354 * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
18355 enumeration COMPOSITION_WITH_GLYPH_STRING.
18356
18357 * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
18358 members clip_x, clip_y, clip_width, and clip_height.
18359 (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
18360
18361 * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
18362 --enable-font-backend. Call syms_of_font.
18363
18364 * fns.c (assoc_no_quit): New function.
18365
18366 * fontset.h (FONT_INFO_FROM_FACE): New macro.
18367 (face_for_font, new_fontset_from_font)
18368 (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
18369
18370 * fontset.c [USE_FONT_BACKEND]: Include "font.h".
18371 (fontset_font, fontset_ascii, face_for_char)
18372 (make_fontset_for_ascii_face, Ffont_info)
18373 (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
18374 is nonzero, use font-backend mechanism.
18375 (find_font_encoding): Make it non-static.
18376 (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
18377 New functions.
18378
18379 * frame.h (struct frame): New members resx and resy.
18380 (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
18381 (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
18382
18383 * frame.c [USE_FONT_BACKEND]: Include "font.h".
18384 (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
18385
18386 * lisp.h (assoc_no_quit): Extern it.
18387
18388 * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
18389 Through out the file, use FONT_INFO_FROM_FACE instead of
18390 FONT_INFO_FROM_ID, use get_per_char_metric instead of
18391 rif->per_char_metric.
18392 (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
18393 method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
18394 (get_glyph_face_and_encoding, fill_composite_glyph_string)
18395 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
18396 (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
18397 nonzero, use font-backend mechanism.
18398 (get_per_char_metric): New function.
18399
18400 * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
18401 (set_lface_from_font_name)
18402 (set_font_frame_param, free_realized_face)
18403 (prepare_face_for_display, clear_face_gcs)
18404 (Finternal_set_font_selection_order, realize_x_face)
18405 [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
18406 font-backend mechanism.
18407 (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
18408 (load_face_font) [USE_FONT_BACKEND]: Abort.
18409 (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
18410 (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
18411
18412 * xfns.c [USE_FONT_BACKEND]: Include "font.h".
18413 (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
18414 (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
18415 nonzero, register all available font drivers. Call
18416 x_default_font_parameter for deciding a font.
18417 (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
18418
18419 * xterm.c [USE_FONT_BACKEND]: Include "font.h".
18420 (x_set_mouse_face_gc, x_set_glyph_string_clipping)
18421 (x_set_glyph_string_clipping_exactly)
18422 (x_compute_glyph_string_overhangs)
18423 (x_draw_glyph_string_foreground)
18424 (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
18425 (x_free_frame_resources) [USE_FONT_BACKEND]: If
18426 enable_font_backend is nonzero, use font-backend mechanism.
18427 (x_new_fontset2) [USE_FONT_BACKEND]: New function.
18428
184292008-02-01 Kenichi Handa <handa@m17n.org>
18430
18431 * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
18432 system_eol_type.
18433 (syms_of_coding): Initialize system_eol_type.
18434
18435 * process.c (Fset_process_coding_system): Inherit system's eol
18436 format if necessary.
18437
184382008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18439
18440 * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
18441
184422008-02-01 Kenichi Handa <handa@m17n.org>
18443
18444 * coding.c (decode_eol): Pay attention to buffer relocation in
18445 del_range_2.
18446 (decode_coding): Call decode_eol before restoring undo_list.
18447
184482008-02-01 Kenichi Handa <handa@m17n.org>
18449
18450 * charset.c (Fdefine_charset_internal): Fix setting of
18451 emacs_mule_bytes.
18452
184532008-02-01 Kenichi Handa <handa@m17n.org>
18454
18455 * keyboard.c (read_char): Check if C is a character or not before
18456 looking up Vkeyboard_translate_table.
18457
184582008-02-01 Kenichi Handa <handa@m17n.org>
18459
18460 * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Fix
18461 condition to terminate the loop.
18462
184632008-02-01 Kenichi Handa <handa@m17n.org>
18464
18465 * coding.c (produce_composition): Compare charbuf[i] instead of
18466 args[i] against 0.
18467 (Fterminal_coding_system): Use EQ to compare Lisp objects.
18468
184692008-02-01 Kenichi Handa <handa@m17n.org>
18470
18471 * coding.c (DECODE_COMPOSITION_START): If the source is short, set
18472 coding->result to CODING_RESULT_INSUFFICIENT_SRC.
18473 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
18474 detect_coding.
18475 (emacs_mule_char): Handle old style (Emacs 20) component character
18476 of a composition.
18477 (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
18478 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
18479 composition rule.
18480 (decode_coding_emacs_mule): Handle invalid bytes correctly.
18481
184822008-02-01 Kenichi Handa <handa@m17n.org>
18483
18484 * coding.c (encode_coding_ccl): Allocate destination dynamically
18485 when necessary.
18486
184872008-02-01 Kenichi Handa <handa@m17n.org>
18488
18489 * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
18490 the loop. When quitted, show a proper error message.
18491
184922008-02-01 Kenichi Handa <handa@m17n.org>
18493
18494 * xterm.c (x_set_glyph_string_clipping_exactly): Set
18495 src->clip_head and src->clip_tail temporarily instead of src->hl.
18496
18497 * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
18498 character sequence.
18499 (Fccl_execute_on_string): Use ASET, not XSET.
18500
185012008-02-01 Kenichi Handa <handa@m17n.org>
18502
18503 * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
18504
185052008-02-01 Kenichi Handa <handa@m17n.org>
18506
18507 * coding.c (decode_coding): Fix the condition of terminating the
18508 decoding loop.
18509
185102008-02-01 Kenichi Handa <handa@m17n.org>
18511
18512 * data.c (Faset): On setting a character bigger than 255 in a
18513 unibyte string, signal an error instead of make the string multibyte.
18514
185152008-02-01 Kenichi Handa <handa@m17n.org>
18516
18517 * charset.c (map_charset_chars): Fix for ascii-compatible charset
18518 made by a mapping table.
18519
185202008-02-01 Kenichi Handa <handa@m17n.org>
18521
18522 * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
18523 not.
18524 (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
18525 (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
18526
18527 * xterm.c (x_draw_composite_glyph_string_foreground): Check
18528 s->face is NULL or not.
18529
185302008-02-01 Kenichi Handa <handa@m17n.org>
18531
18532 * xterm.c (x_set_glyph_string_clipping_exactly): New function.
18533 (x_draw_glyph_string): Fix drawing of right_overhang and
18534 left_overhang around/on cursor.
18535
18536 * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
18537
185382008-02-01 Kenichi Handa <handa@m17n.org>
18539
18540 * xdisp.c (x_produce_glyphs): Handle composition with TAB.
18541
185422008-02-01 Kenichi Handa <handa@m17n.org>
18543
18544 * coding.c (Fdefine_coding_system_internal)
18545 (Fdefine_coding_system_alias): Avoid a duplicated element in
18546 Vcoding_system_alist.
18547
185482008-02-01 Kenichi Handa <handa@m17n.org>
18549
18550 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
18551
18552 * coding.c (Qcoding_system_define_form): New variable.
18553 (syms_of_coding): Intern and staticpro it.
18554 (Fcoding_system_p): Check Qcoding_system_define_form.
18555 (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
18556
18557 * coding.h (CODING_SYSTEM_P): If ID is not available, call
18558 Fcoding_system_p.
18559 (CHECK_CODING_SYSTEM): If ID is not available, call
18560 Fcheck_coding_system.
18561 (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
18562 Try also Fcheck_coding_system.
18563
185642008-02-01 Kenichi Handa <handa@m17n.org>
18565
18566 * coding.c (code_conversion_restore): GCPRO arg.
18567
185682008-02-01 Kenichi Handa <handa@m17n.org>
18569
18570 * character.c (lisp_string_width): Check multibyteness of STRING.
18571
185722008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18573
18574 * macterm.c (mac_encode_char): Call ccl_driver with the last arg
18575 Qnil. Use JIS_TO_SJIS instead of ENCODE_SJIS.
18576 (decode_mac_font_name): Use decode_coding_c_string instead of
18577 decode_coding.
18578 (x_load_font): Initialize fontp->fontset to -1. Set
18579 fontp->encoding_type.
18580
185812008-02-01 Kenichi Handa <handa@m17n.org>
18582
18583 * search.c (search_buffer): Give up BM search on case-fold-search
18584 if one of a target character has a case-equivalence of different
18585 byte length even if that target charcter is an ASCII.
18586 (simple_search): Fix calculation of byte length of matched text.
18587 (boyer_moore): Fix handling of case-equivalent multibyte characters.
18588
185892008-02-01 Kenichi Handa <handa@m17n.org>
18590
18591 * coding.c (decode_coding): Fix handling of invalid bytes.
18592
185932008-02-01 Kenichi Handa <handa@m17n.org>
18594
18595 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
18596 Unicode characters.
18597
185982008-02-01 Kenichi Handa <handa@m17n.org>
18599
18600 * coding.c (encode_coding_object): If a pre-write-conversion
18601 function makes a new buffer, kill it.
18602
186032008-02-01 Kenichi Handa <handa@m17n.org>
18604
18605 * coding.c (QCascii_compatible_p): New variable.
18606 (syms_of_coding): Initialize it.
18607 (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
18608 calling string_char.
18609 (record_conversion_result): Add `default:' case.
18610 (coding_charset_list): Delete unused variable `coding_type'.
18611 (Fdefine_coding_system_internal): Add `ascii-compatible-p'
18612 property in the plist of the coding system.
18613 (Fcoding_system_put): Check QCascii_compatible_p.
18614
186152008-02-01 Miles Bader <miles@gnu.org>
18616
18617 * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
18618 removed calculation of frame `f', as it's now used.
18619
186202008-02-01 Kenichi Handa <handa@m17n.org>
18621
18622 * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
18623 (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
18624 (UNIDATA): New variable.
18625 (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
18626 (bootstrap-emacs${EXEEXT}): Depends on charprop.el. Run
18627 $(RUN_TEMACS) unconditionally.
18628
186292008-02-01 Kenichi Handa <handa@m17n.org>
18630
18631 * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
18632 (admindir): New variable.
18633 ($(lispsource)international/charprop.el): New target.
18634
186352008-02-01 Miles Bader <miles@gnu.org>
18636
18637 * character.c (chars-in-region): Remove obsolete function.
18638 (syms_of_character): Remove its initialization.
18639
186402008-02-01 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
18641
18642 * w32select.c (validate_coding_system)
18643 (setup_windows_coding_system): New functions.
18644 (convert_to_handle_as_coded, Fw32_get_clipboard_data): Use
18645 setup_windows_coding_system.
18646 (setup_config, Fw32_get_clipboard_data): Use
18647 validate_coding_system.
18648 (Fx_selection_exists): Move call to setup_config to a place
18649 where signals are allowed.
18650
18651 * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
18652 (Fcheck_coding_system): Add declarations.
18653
186542008-02-01 Kenichi Handa <handa@m17n.org>
18655
18656 * charset.c (load_charset_map_from_vector): Fix for the first iteration.
18657
186582008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18659
18660 * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
18661 string as the second argument for x_new_fontset.
18662
186632008-02-01 Kenichi Handa <handa@m17n.org>
18664
18665 * coding.c (decode_coding_object): Use safe_call1 instead of call1.
18666 (encode_coding_object): Use safe_call instead of call2.
18667
186682008-02-01 Kenichi Handa <handa@m17n.org>
18669
18670 * fontset.c (Fset_fontset_font): Check family element of a given vector.
18671
18672 * Makefile.in (lisp): Include charprop.el.
18673
186742008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18675
18676 * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
18677 Not sure if it's unnecessary.
18678
186792008-02-01 Steven Tamm <steventamm@mac.com>
18680
18681 * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
18682 some possibly unnecessary fontset checking code that crashed
18683 when creating a new frame.
18684
186852008-02-01 Kenichi Handa <handa@m17n.org>
18686
18687 * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
18688 lookup_face.
18689
18690 * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
18691
18692 * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
18693
186942008-02-01 Kenichi Handa <handa@m17n.org>
18695
18696 * coding.c: Cancel the change done in HEAD on 2008-02-01.
18697 (coding_charset_list): New function.
18698
18699 * coding.h (coding_charset_list): Extern it.
18700
187012008-02-01 Kenichi Handa <handa@m17n.org>
18702
18703 * fontset.c (Fset_fontset_font): Call find_font_encoding with
18704 concatenation of family and registry.
18705
187062008-02-01 Kenichi Handa <handa@m17n.org>
18707
18708 * character.h (BYTE8_STRING): Fix typo.
18709
18710 * editfns.c (Ftranslate_region_internal): Don't convert unibyte
18711 string to multibyte (sync to HEAD).
18712
18713 * casefiddle.c (casify_region): Handle changes in byte-length
18714 using replace_range_2 (sync to HEAD).
18715
187162008-02-01 Andreas Schwab <schwab@suse.de>
18717
18718 * chartab.c (map_char_table): GCPRO table and arg.
18719
187202008-02-01 Kenichi Handa <handa@m17n.org>
18721
18722 * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
18723 already at limit.
18724
187252008-02-01 Kenichi Handa <handa@m17n.org>
18726
18727 * fontset.c (fs_load_font): Use fast_string_match_ignore_case
18728 instead of fast_c_string_match_ignore_case.
18729 (find_font_encoding): Change argument to Lisp_Object. Use
18730 fast_string_match_ignore_case instead of
18731 fast_c_string_match_ignore_case. Change caller.
18732
187332008-02-01 Kenichi Handa <handa@m17n.org>
18734
18735 * xdisp.c (get_next_display_element): In unibyte case, decide to
18736 display in octal form by checking a character by
18737 UNIBYTE_CHAR_HAS_MULTIBYTE_P.
18738
18739 * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
18740
18741 * character.c (unibyte_has_multibyte_table): New variable.
18742
18743 * character.h (unibyte_has_multibyte_table): Extern it.
18744 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
18745
187462008-02-01 Kenichi Handa <handa@m17n.org>
18747
18748 * coding.c (encode_coding_iso_2022): Fix handling of charset
18749 annotation.
18750
187512008-02-01 Kenichi Handa <handa@m17n.org>
18752
18753 * coding.c (setup_coding_system): If coding_system is nil, use
18754 Qundecided.
18755 (Fterminal_coding_system): Return nil if terminal coding system is
18756 `undecided'.
18757 (syms_of_coding): Define coding-system `undecided' here. Setup
18758 terminal_coding as `undecided'.
18759
187602008-02-01 Kenichi Handa <handa@m17n.org>
18761
18762 * xdisp.c (message_dolog, set_message_1): Call
18763 unibyte_char_to_multibyte with arg type int.
18764
18765 * lread.c (read1): Fix reading of a char-table.
18766
18767 * print.c (print_object): Include sub char-table in circularities
18768 detection.
18769
187702008-02-01 Kenichi Handa <handa@m17n.org>
18771
18772 * keymap.c (where_is_internal_2): Fix for the case that KEY is a cons.
18773 Append the found sequences in car of ARGS instead of prepending.
18774
187752008-02-01 Kenichi Handa <handa@m17n.org>
18776
18777 * fileio.c (report_file_error): Make a unibyte string from
18778 strerror (errorno).
18779 (Fsubstitute_in_file_name): Fix the arg to
18780 unibyte_char_to_multibyte. It is evaluated twice.
18781
187822008-02-01 Kenichi Handa <handa@m17n.org>
18783
18784 * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
18785
187862008-02-01 Kenichi Handa <handa@m17n.org>
18787
18788 * coding.c (detect_coding_utf_16): Don't set detect_info->found if
18789 BOM is not found.
18790 (detect_coding, detect_coding_system): Optimization for ISO-2022
18791 when no 8-bit data is found.
18792
187932008-02-01 Jason Rumney <jasonr@gnu.org>
18794
18795 * w32fns.c (x_to_w32_font): Update to use new coding struct.
18796
187972008-02-01 Kenichi Handa <handa@m17n.org>
18798
18799 * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
18800 CHARS.
18801
188022008-02-01 Steven Tamm <steventamm@mac.com>
18803
18804 * macterm.c (mac_encode_char): Add charset argument and update
18805 to use encoding_type.
18806 (x_new_font, x_new_fontset): Merge in changes from xterm.c;
18807 switch to pure fontset.
18808 (decode_mac_font_name): Temporarily remove decoding.
18809 (x_font_name_to_mac_font_name): Temporarily remove encoding.
18810 (x_load_font): Temporarily remove encoding.
18811
188122008-02-01 Kenichi Handa <handa@m17n.org>
18813
18814 * xfaces.c (Fface_font): If frame is not on a window system,
18815 ignore CHARACTER arg. If HAVE_WINDOW_SYSTEM is not defined, don't
18816 refer to face->font.
18817 (split_font_name_into_vector, build_font_name_from_vector)
18818 (lookup_non_ascii_face, realize_non_ascii_face): Define them only
18819 when HAVE_WINDOW_SYSTEM is defined.
18820
188212008-02-01 Kenichi Handa <handa@m17n.org>
18822
18823 * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
18824 (x_produce_glyphs): Fix setting of members of cmp in case
18825 cmp->glyph_len is zero.
18826
18827 * fontset.c (Fset_fontset_font): Fix docstring.
18828 (Ffontset_info): Make it backward compatible. New arg ALL.
18829
188302008-02-01 Kim F. Storm <storm@cua.dk>
18831
18832 * process.c (read_process_output): Grow decoding_buf when needed;
18833 this could cause a crash in allocate_string and compact_small_strings.
18834
188352008-02-01 Kenichi Handa <handa@m17n.org>
18836
18837 * fileio.c (WRITE_BUF_SIZE): Delete this macro.
18838
188392008-02-01 Kenichi Handa <handa@m17n.org>
18840
18841 * coding.c (setup_coding_system): Set coding->common_flags
18842 correctly for raw-text.
18843 (consume_chars): On encoding unibyte text by raw-text, don't check
18844 multibyte form.
18845 (encode_coding): On encoding by raw-text, never use translation tables.
18846
18847 * fileio.c (e_write): Short cut for the case of no encoding.
18848
188492008-02-01 Kenichi Handa <handa@m17n.org>
18850
18851 * coding.c (detect_coding, detect_coding_system): Delete unused
18852 variables.
18853
188542008-02-01 Kenichi Handa <handa@m17n.org>
18855
18856 * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
18857 (consume_chars): Fix handling of 8-bit bytes in unibyte source.
18858
188592008-02-01 Kenichi Handa <handa@m17n.org>
18860
18861 * coding.c (Ffind_coding_systems_region_internal): Include
18862 raw-text and no-conversion in the result.
18863
188642008-02-01 Kenichi Handa <handa@m17n.org>
18865
18866 * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
18867 (load_font_get_repertory): Delete unnecessary check of ENCODING of
18868 FONT_DEF.
18869 (font_def_arg, add_arg, from_arg, to_arg): New args.
18870 (set_fontset_font): Change argument.
18871 (Fset_fontset_font): Fix for the case that TARGET is a script
18872 name and charset name.
18873 (new_fontset_from_font_name): Fix argument to Fnew_fontset.
18874
188752008-02-01 Kenichi Handa <handa@m17n.org>
18876
18877 * fontset.c (fontset_font): Rename from fontset_face. Change return
18878 value.
18879 (face_suitable_for_char_p, face_for_char): Adjust for the change
18880 of fontset_font.
18881 (make_fontset_for_ascii_face): Fix setting of the fontset element
18882 for ASCII.
18883 (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
18884 to get a font name.
18885 (Ffontset_info): Adjust for the change of fontset_font.
18886
18887 * coding.c (emacs_mule_char): Check invalid code more rigidly.
18888
18889 * character.h (LEADING_CODE_LATIN_1_MIN)
18890 (LEADING_CODE_LATIN_1_MAX): Delete these macros.
18891
188922008-02-01 Kenichi Handa <handa@m17n.org>
18893
18894 * editfns.c (check_translation): New function.
18895 (Ftranslate_region_internal): Handle M:N mapping.
18896
188972008-02-01 Kenichi Handa <handa@m17n.org>
18898
18899 * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
18900
189012008-02-01 Kenichi Handa <handa@m17n.org>
18902
18903 * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
18904 goto invalid_code.
18905 (decode_coding_iso_2022): Fix handling of invalid designation.
18906
18907 * fileio.c (Finsert_file_contents): Be sure to call unbind_to
18908 after calling code_conversion_save.
18909
189102008-02-01 Kenichi Handa <handa@m17n.org>
18911
18912 * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
18913
18914 * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
18915
18916 * fontset.c: Include "intervals.h".
18917 (fontset_face): Fix comparing of Lisp_Objects.
18918 (free_face_fontset, new_fontset_from_font_name): Fix
18919 Lisp_Object/int mixup.
18920
18921 * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
18922
18923 * coding.c: Add many prototypes for static functions.
18924 (get_translation_table): Allow max_lookup to be NULL.
18925 (decode_coding, Ffind_coding_systems_region_internal)
18926 (Funencodable_char_position, Fcheck_coding_systems_region): Call
18927 get_translation_table with max_lookup NULL.
18928
189292008-02-01 Kenichi Handa <handa@m17n.org>
18930
18931 * coding.c (get_translation_table): Declare it as Lisp_Object.
18932 (LOOKUP_TRANSLATION_TABLE): New macro.
18933 (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
18934 instead of CHAR_TABLE_REF.
18935
189362008-02-01 Kenichi Handa <handa@m17n.org>
18937
18938 * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
18939 annotation data format.
18940 (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
18941 Change arguments FROM and TO to single argument NCHARS. Change caller.
18942 (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
18943 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
18944 (decode_coding_ccl, decode_coding_charset): Pay attention to
18945 coding->charbuf_used.
18946 (get_translation): New function.
18947 (produce_chars): New arguments translation_table and last_block.
18948 Translate characters here. Return number of carryover chars.
18949 Change caller.
18950 (produce_composition): New argument pos. Change caller.
18951 Adjust for the change of annotation data format.
18952 (produce_charset, produce_annotation): Likewise.
18953 (decode_coding, encode_coding): Don't call translate_chars.
18954 (consume_chars): New arg translation_table. Change caller.
18955 (translate_chars): Delete.
18956 (syms_of_coding): Make translation-table's number of extra slots 2.
18957
189582008-02-01 Kenichi Handa <handa@m17n.org>
18959
18960 * search.c (simple_search): Fix setting this_pos_byte in backward
18961 search.
18962
18963 * coding.c (detect_coding_emacs_mule): Fix counting of encoded
18964 byte sequence.
18965 (detect_coding_ccl): Fix setting of the variable valids.
18966
189672008-02-01 Kenichi Handa <handa@m17n.org>
18968
18969 * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
18970
18971 * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
18972
18973 * editfns.c (Ftranslate_region_internal): Rename from
18974 Ftranslate_region. Accept a char-table in TABLE.
18975 (syms_of_editfns): Defsubr Stranslate_region_internal.
18976
18977 * xfaces.c (set_lface_from_font_name): If a font is specified for
18978 a frame, generate a fontset from the font.
18979 (build_scalable_font_name): If the scalable font is requested for
18980 a specific size, don't change that size.
18981 (try_font_list): Try a scalable font also in the case that a
18982 pattern string is specified.
18983
189842008-02-01 Kenichi Handa <handa@m17n.org>
18985
18986 * xfaces.c (Fface_font): New optional arg CHARACTER.
18987
189882008-02-01 Kenichi Handa <handa@m17n.org>
18989
18990 * charset.h (CHARSET_OFFSET): New macro.
18991
189922008-02-01 Kenichi Handa <handa@m17n.org>
18993
18994 * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
18995
18996 * fontset.c (fontset_face): Handle the case that repertory is a
18997 char-table.
18998 (find_font_encoding): Return nil for unknown encoding.
18999 (Fset_fontset_font): Ignore a font of unknown encoding.
19000
190012008-02-01 Kenichi Handa <handa@m17n.org>
19002
19003 * keymap.c (describe_vector): Handle default value of a char table.
19004
19005 * fontset.c (fontset_face): Handle fallback fonts correctly.
19006 (Ffontset_info): Return infomation about fallback fonts.
19007
190082008-02-01 Kenichi Handa <handa@m17n.org>
19009
19010 * fontset.c (FONTSET_DEFAULT): New macro.
19011 (FONTSET_ADD, fontset_add): Handle the case that range is nil.
19012 (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
19013 the case that it is nil.
19014 (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
19015 (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
19016
19017 * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
19018 subset or superset.
19019
190202008-02-01 Kenichi Handa <handa@m17n.org>
19021
19022 * emacs.c (main): Call init_charset after syms_of_XXX.
19023
19024 * charset.c (Vcharset_map_directory): Delete.
19025 (Vcharset_map_path): New variable.
19026 (load_charset_map_from_file): Use Vcharset_map_path instead.
19027 (init_charset): Initialize Vcharset_map_path.
19028 (syms_of_charset): Delete declaration of "charset-map-directory",
19029 add declaration of "charset-map-path".
19030
190312008-02-01 Kenichi Handa <handa@m17n.org>
19032
19033 * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
19034 ASCII only string.
19035
19036 * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
19037
19038 * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
19039 (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
19040
190412008-02-01 Kenichi Handa <handa@m17n.org>
19042
19043 * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
19044
19045 * coding.c (QCmnemonic, QCdefalut_char)
19046 (QCdecode_translation_table, QCencode_translation_table)
19047 (QCpost_read_conversion, QCpre_write_conversion): New variables.
19048 (get_translation_table): Return a list of translation tables if
19049 necessary.
19050 (decode_coding): Call get_translation_table with ENCODEP 0.
19051 (char_encodable_p): If translation_table is non-nil, always call
19052 translate_char.
19053 (Fdefine_coding_system_internal): Accept list of translation
19054 tables as :encode-translation-table and :decode-translation-table.
19055 (Fcoding_system_put): New function.
19056 (syms_of_coding): Declare new symbols. Defsubr
19057 Scoding_system_put.
19058 (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
19059 typically JISX0212.
19060
19061 * charset.c (map_charset_chars): Fix arg to map_charset_chars in
19062 when the charset is superset type.
19063
19064 * character.c (translate_char): Accept list of translation tables.
19065
190662008-02-01 Kenichi Handa <handa@m17n.org>
19067
19068 * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
19069 (CODING_ATTR_TRANS_TBL): New macro.
19070
19071 * coding.c (get_translation_table): New function.
19072 (translate_chars): Fix the bug of skipping annotation data.
19073 (decode_coding, encode_coding): Utilize get_translation_table.
19074 (char_encodable_p, Funencodable_char_position): Translate char if
19075 necessary.
19076 (Ffind_coding_systems_region_internal)
19077 (Fcheck_coding_systems_region): Setup translation table for encode
19078 in a coding system attribute vector in advance.
19079 (Fdefine_coding_system_internal): Allow a symbol as translation
19080 table. For shift-jis type coding system, allow 4th charset.
19081
190822008-02-01 Kenichi Handa <handa@m17n.org>
19083
19084 * coding.c (decode_coding_sjis): Check the first byte rigidly.
19085
19086 * xdisp.c (get_next_display_element): Pass -1 as POS to
19087 FACE_FOR_CHAR if displaying a C-string.
19088
190892008-02-01 Kenichi Handa <handa@m17n.org>
19090
19091 * composite.c (get_composition_id): Handle xoff and yoff in a
19092 composition rule.
19093
19094 * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
19095 (struct composition): New member lbearing and rbearing.
19096
19097 * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
19098 (x_get_glyph_overhangs): Handle a composition glyph.
19099 (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
19100
19101 * xterm.c (x_compute_glyph_string_overhangs): Handle also a
19102 composition glyph.
19103
191042008-02-01 Kenichi Handa <handa@m17n.org>
19105
19106 * print.c: Include charset.h.
19107 (Vprint_charset_text_property): New variable.
19108 (Qdefault): Extern it.
19109 (PRINT_STRING_NON_CHARSET_FOUND)
19110 (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
19111 (print_check_string_result): New variable.
19112 (print_check_string_charset_prop): New function.
19113 (print_prune_charset_plist): New variable.
19114 (print_prune_string_charset): New function.
19115 (print_object): Call print_prune_string_charset if
19116 Vprint_charset_text_property is not t.
19117 (print_interval): Print nothing if interval->plist is nil.
19118 (syms_of_print): Declare Vprint_charset_text_property as a lisp
19119 variable. Init and staticpro print_prune_charset_plist.
19120
191212008-02-01 Kenichi Handa <handa@m17n.org>
19122
19123 * fontset.c (new_fontset_from_font_name): Use the specified font
19124 for all characters in the new fontset.
19125
19126 * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
19127 OBJECT args.
19128
19129 * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
19130 OBJECT args for composition too.
19131
19132 * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
19133 OBJECT args.
19134
191352008-02-01 Kenichi Handa <handa@m17n.org>
19136
19137 * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
19138
19139 * fontset.c (reorder_font_vector): Adjust for the change of
19140 FONT_DEF format.
19141 (fontset_face): New arg id. Change caller.
19142 (face_for_char): New args pos and object.
19143 (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format.
19144 (fs_query_fontset): Check NAME by Fassoc too.
19145 (Fset_fontset_font): Allow non-XLFD font name.
19146 (Ffontset_info): Adjust for the change of FONT_DEF format.
19147
19148 * fontset.h (face_for_char): Adjust prototype.
19149
19150 * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
19151 (append_space, extend_face_to_end_of_line)
19152 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
19153 (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
19154
19155 * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
19156 POS and OBJECT args.
19157
19158 * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
19159 POS and OBJECT args.
19160
191612008-02-01 Jason Rumney <jasonr@gnu.org>
19162
19163 * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
19164 of GlobalAlloc'ed memory.
19165
191662008-02-01 Kenichi Handa <handa@m17n.org>
19167
19168 * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
19169
19170 * charset.h (charset_table_used): Delete extern.
19171
19172 * charset.c (charset_table_used): Make it static.
19173 (map_charset_chars): Fix args to c_function with.
19174
19175 * chartab.c (map_sub_char_table_for_charset): Fix args to
19176 c_function with.
19177
19178 * coding.h (enum coding_result_code): Delete
19179 CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
19180
19181 * coding.c (Qinsufficient_source, Qinconsistent_eol)
19182 (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
19183 (Vlast_code_conversion_error): New variables.
19184 (syms_of_coding): DEFSYM or DEFVAR_LISP them.
19185 (ONE_MORE_BYTE): Record error if any instead of signaling an
19186 error. If non-ASCII multibyte char is found, return the negative
19187 value of the code. All callers changed to check it.
19188 (ONE_MORE_BYTE_NO_CHECK): Likewise.
19189 (record_conversion_result): New function. Change all codes setting
19190 coding->result to call this function.
19191 (detect_coding_utf_8, decode_coding_utf_8)
19192 (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
19193 Don't use the local variable incomplete.
19194 (emacs_mule_char): Change the second arg to `const'.
19195 (decode_coding): Fix of flushing out unprocessed data.
19196 (make_conversion_work_buffer): Fix making of a work buffer.
19197 (decode_coding_object): Return coding->dst_object.
19198
19199 * fontset.c (set_fontset_font): Fix args.
19200
19201 * lisp.h (CHARACTERBITS): Define as 22.
19202
19203 * process.c (send_process): Be sure to set coding->src_multibyte.
19204
19205 * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
19206
192072008-02-01 Kenichi Handa <handa@m17n.org>
19208
19209 * xdisp.c (handle_auto_composed_prop): Give limit to
19210 Fnext_single_char_property_change.
19211
192122008-02-01 Kenichi Handa <handa@m17n.org>
19213
19214 * composite.c (syms_of_composite): Don't make the composition hash
19215 table weak.
19216
19217 * fontset.c (Fset_fontset_font): Fix docstring.
19218
19219 * lisp.h (detect_coding_system): Adjust prototype.
19220
19221 * fileio.c (kill_workbuf_unwind): Delete this function.
19222 (Finsert_file_contents): Adjust the call of detect_coding_system.
19223 Get conversion_buffer by code_conversion_save. Use the macro
19224 CODING_MAY_REQUIRE_DECODING. After decoding, update
19225 coding_system.
19226
19227 * coding.h (make_conversion_work_buffer): Delete extern.
19228 (code_conversion_save): Extern it.
19229
19230 * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
19231 (CODING_GET_INFO): Delete argument eol_type. Change callers.
19232 (decode_coding_utf_8): Don't do eol converion.
19233 (detect_coding_utf_16): Check coding->src_chars, not
19234 coding->src_bytes. Add heuristics for those that have no signature.
19235 (decode_coding_emacs_mule, decode_coding_iso_2022)
19236 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
19237 Don't do eol converion.
19238 (adjust_coding_eol_type): Return a new coding system.
19239 (detect_coding): Don't detect eol. Fix for utf-16 detection.
19240 (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
19241 each change.
19242 (decode_coding): Pay attention to undo_list. Do eol conversion for
19243 all types of coding-systems (if necessary).
19244 (Vcode_conversion_work_buf_list): Delete it.
19245 (Vcode_conversion_reused_workbuf): Rename from
19246 Vcode_conversion_reused_work_buf.
19247 (Vcode_conversion_workbuf_name): New variable.
19248 (reused_workbuf_in_use): New variable.
19249 (make_conversion_work_buffer): Delete the arg DEPTH.
19250 (code_conversion_restore): Change argument to cons.
19251 (code_conversion_save): Delete the argument BUFFER. Change callers.
19252 (detect_coding_system): New argument src_chars. Change callers.
19253 Fix for utf-16 detection.
19254 (init_coding_once): Don't use ISO_carriage_return.
19255 (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
19256 reused_workbuf_in_use.
19257
192582008-02-01 Kenichi Handa <handa@m17n.org>
19259
19260 * keymap.c (store_in_keymap): Pay attention to the case that idx
19261 is a cons specifying a character range.
19262
192632008-02-01 Kenichi Handa <handa@m17n.org>
19264
19265 * xdisp.c (handle_auto_composed_prop): Fix the case of returning
19266 HANDLED_RECOMPUTE_PROPS.
19267
19268 * coding.c (Fdefine_coding_system_internal): Fix checking of
19269 ascii compatibility.
19270
192712008-02-01 Kenichi Handa <handa@m17n.org>
19272
19273 * charset.c (find_charsets_in_text): Delete unused locale variable.
19274 (Fset_charset_priority): Update Vemacs_mule_charset_list too.
19275
19276 * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
19277 Resync charset_list to Vemacs_mule_charset_list.
19278
19279 * keymap.c (store_in_keymap): Pay attention to the case that idx
19280 is a cons specifying a character range.
19281
192822008-02-01 Kenichi Handa <handa@m17n.org>
19283
19284 * composite.c (update_compositions): Bind inhibit-read-only, etc
19285 to t before calling remove-list-of-text-properties.
19286
19287 * print.c (print_object): Always print ASCII chars as is.
19288
192892008-02-01 Kenichi Handa <handa@m17n.org>
19290
19291 * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
19292
19293 * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
19294 is a char table.
19295
192962008-02-01 Kenichi Handa <handa@m17n.org>
19297
19298 * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
19299
193002008-02-01 Kenichi Handa <handa@m17n.org>
19301
19302 * xfaces.c (set_lface_from_font_name): Fix for the case that
19303 FONTNAME is not fontset name.
19304
193052008-02-01 Kenichi Handa <handa@m17n.org>
19306
19307 * fns.c (base64_encode_1): Fix previous change.
19308
193092008-02-01 Kenichi Handa <handa@m17n.org>
19310
19311 * fontset.c (set_fontset_font): New function.
19312 (Fset_fontset_font): If a font is specified for a charset, use
19313 map_charset_chars to store the font spec in a fontset.
19314
193152008-02-01 Kenichi Handa <handa@m17n.org>
19316
19317 * fontset.c (fontset_face): Create a fallback fontset on demand.
19318 (make_fontset): Don't create a fallback fontset here.
19319 (free_face_fontset): Free a fallback fontset (if any) too.
19320 (n_auto_fontsets): Delete this variable.
19321 (auto_fontset_alist): New variable.
19322 (new_fontset_from_font_name): Check auto_fontset_alist.
19323 (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
19324 (Ffontset_list_all) [FONTSET_DEBUG]: New function.
19325 (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
19326 Defsubr Sfontset_list_all.
19327
193282008-02-01 Kenichi Handa <handa@m17n.org>
19329
19330 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
19331
193322008-02-01 Kenichi Handa <handa@m17n.org>
19333
19334 * fontset.c (Fnew_fontset): Check NAME more rigidly.
19335
193362008-02-01 Kenichi Handa <handa@m17n.org>
19337
19338 * editfns.c (Fgoto_char): Fix docstring.
19339
193402008-02-01 Kenichi Handa <handa@m17n.org>
19341
19342 * insdel.c (insert_from_gap): Adjust intervals correctly.
19343
193442008-02-01 Jason Rumney <jasonr@gnu.org>
19345
19346 * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
19347 (pfnGetFontUnicodeRanges): New dynamically loaded function.
19348 (w32_initialize): Try to load it.
19349 (x_get_font_repertory): Use it if available.
19350 (w32_encode_char): Add shortcut for unicode output.
19351
19352 * w32fns.c (w32_load_system_font): Default charset to -1.
19353 (x_to_w32_charset): Match all fonts for unicode.
19354 (w32_to_x_charset): New parameter matching. Don't return partial
19355 or wildcard charsets.
19356 (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
19357 (w32_codepage_for_font): Return CP_UNICODE for unicode.
19358 (w32_to_x_font): Match charset to real charset.
19359 (enum_font_cb2): Always list unicode versions.
19360
19361 * makefile.w32-in (temacs): Increase EMHEAP.
19362
193632008-02-01 Jason Rumney <jasonr@gnu.org>
19364
19365 * w32term.c (w32_encode_char): New charset parameter.
19366 font_info.encoding becomes encoding_type.
19367 (x_get_font_repertory): New function. Warning: stub only!
19368 (x_new_font): Return quickly if font already set.
19369 (x_new_fontset): fontsetname parameter is Lisp_Object.
19370 Use new fs_query_fontset. Try new_fontset_from_font_name.
19371 Use fontset_name for return value.
19372
19373 * w32term.h: Declare x_get_font_repertory.
19374
19375 * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
19376 place of find_charset_in_text. Use encode_coding_object in place
19377 of encode_coding.
19378 (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
19379 decode_coding.
19380
19381 * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
19382 of x_new_fontset.
19383 (w32_load_system_font): Initialize charset as unicode.
19384 font_info.encoding becomes encoding_type.
19385 (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
19386 (x_to_w32_font): Use encode_coding_object in place of encode_coding.
19387 (syms_of_w32fns): Set get_font_repertory_func.
19388
19389 * w32console.c: Include character.h. Use terminal_encode_buffer
19390 from term.c.
19391 (write_glyphs): Use new version of encode_terminal_code. Use
19392 encode_coding_object in place of encode_coding.
19393
19394 * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
19395 encoding becomes encoding_type.
19396
19397 * term.c (terminal_encode_buffer): Make externally visible.
19398
19399 * makefile.w32-in: Add character.h dependancies.
19400 (character.o, chartab.o): New targets.
19401
194022008-02-01 Kenichi Handa <handa@m17n.org>
19403
19404 * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
19405 CODING_ID_EOL_TYPE.
19406
194072008-02-01 Andreas Schwab <schwab@suse.de>
19408
19409 * coding.c (produce_chars): Revert last change.
19410
194112008-02-01 Kenichi Handa <handa@m17n.org>
19412
19413 * charset.h (charset_unicode): Extern it.
19414
19415 * charset.c (string_xstring_p): Check by (C >= 0x100).
19416 (find_charsets_in_text): Change format of the arc CHARSETS. New
19417 arg MULTIBYTE.
19418 (Ffind_charset_region, Ffind_charset_string): Adjust for the
19419 change of find_charsets_in_text.
19420 (Fsplit_char): Fix doc. Never return unknown.
19421
19422 * chartab.c (char_table_translate): Use CHARACTERP, not INTEGERP.
19423
19424 * coding.c (Fdefine_coding_system_alias): Update
19425 Vcoding_system_list.
19426
19427 * fontset.c (load_font_get_repertory): Pay attention to the case
19428 that ENCODING of a font is specified by a char-table.
19429
19430 * xterm.c (x_get_font_repertory): Handle the case that the
19431 encoding of font is other than Unicode.
19432
194332008-02-01 Kenichi Handa <handa@m17n.org>
19434
19435 * term.c (encode_terminal_code): Don't handle glyph-table. Check
19436 if a character is encodable by the terminal coding system. If
19437 not, produces proper number of `?'s. Update
19438 terminal_encode_buffer and terminal_encode_buf_size if necessary.
19439 (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
19440
194412008-02-01 Kenichi Handa <handa@m17n.org>
19442
19443 * term.c (terminal_encode_buffer, terminal_encode_buf_size): New
19444 variables.
19445 (encode_terminal_code): Change argument. Encode multiple
19446 characters at once. Store the result of encoding in
19447 terminal_encode_buffer.
19448 (write_glyphs, insert_glyphs): Adjust for the change of
19449 encode_terminal_code.
19450 (term_init): Initialize terminal_encode_buffer and
19451 terminal_encode_buf_size.
19452
19453 * coding.c (consume_chars): If coding->src_object is nil, don't
19454 check annotation.
19455
194562008-02-01 Kenichi Handa <handa@m17n.org>
19457
19458 * character.c (char_string): Use ASCII_CHAR_P instead of
19459 SINGLE_BYTE_CHAR_P.
19460
194612008-02-01 Kenichi Handa <handa@m17n.org>
19462
19463 * xdisp.c (handle_auto_composed_prop): Check if the last
19464 characters of auto-composed region is newly composed with the
19465 following characters.
19466 (handle_composition_prop): Fix checking of point being inside
19467 composition.
19468
194692008-02-01 Kenichi Handa <handa@m17n.org>
19470
19471 * fns.c (concat): Don't change multibyteness of the result by
19472 concatenating an 8-bit character.
19473
19474 * data.c (Faset): Check newelt by CHECK_CHARACTER. Don't change
19475 multibyteness of the result when newelt is an 8-bit character.
19476
194772008-02-01 Dave Love <fx@gnu.org>
19478
19479 * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
19480 EMACS_INT.
19481
19482 * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
19483
19484 * xfaces.c (face_numeric_value): Declare dim size_t.
19485 (Finternal_lisp_face_equal_p): Remove unused f.
19486
19487 * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
19488 (MATRIX_ROW): Remove unused vars.
19489 (draw_glyphs, x_insert_glyphs, fast_find_position)
19490 (fast_find_position, fast_find_string_pos): Use EMACS_INT for
19491 byte/char counts.
19492
19493 * regex.c (regex_compile): Remove unused var.
19494
19495 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
19496
19497 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
19498 (Faccessible_keymaps, where_is_internal): Remove unused vars.
19499
19500 * keyboard.c (cancel_hourglass_unwind): Return Qnil.
19501
19502 * frame.c (frame_name_fnn_p): Make len EMACS_INT.
19503
19504 * fileio.c (Fwrite_region): Remove unused var.
19505
19506 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
19507 (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
19508
19509 * composite.c (Fremove_list_of_text_properties): Declare.
19510
19511 * coding.c (inhibit_pre_post_conversion): Remove (unused).
19512 (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
19513 (coding_inherit_eol_type): Remove unused attrs.
19514 (detect_coding): Cast arg of detect_eol.
19515
19516 * charset.c (syms_of_charset): Remove unused var p.
19517 (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
19518 byte/char counts.
19519
19520 * casetab.c (set_case_table): Remove unused var.
19521
19522 * window.c (Fdisplay_buffer, Fframe_selected_window): Remove
19523 unused vars.
19524
195252008-02-01 Dave Love <fx@gnu.org>
19526
19527 * xterm.c (x_bitmap_mask): Declare.
19528
195292008-02-01 Dave Love <fx@gnu.org>
19530
19531 * xterm.c (x_term_init): Fix type error.
19532
19533 * lisp.h: Add Funibyte_char_to_multibyte.
19534
19535 * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
19536 (Fset_coding_system_priority): Doc fix.
19537
19538 * ccl.c (ccl_driver): Fix arg of CHARACTERP.
19539
19540 * indent.c (check_composition): Make start and end EMACS_INT.
19541
19542 * character.c (lisp_string_width): Make ignore and end EMACS_INT.
19543
19544 * xdisp.c (handle_composition_prop, check_point_in_composition):
19545 Make buffer positions EMACS_INT.
19546
19547 * composite.c (find_composition, run_composition_function)
19548 (update_compositions, Ffind_composition_internal): Make buffer
19549 positions EMACS_INT.
19550
19551 * composite.h (find_composition, update_compositions): Make
19552 position args EMACS_INT.
19553
19554 * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
19555
19556 * intervals.c (get_property_and_range):
19557 * intervals.h (get_property_and_range): Make start and end EMACS_INT.
19558
19559 * unexalpha.c: Don't include varargs.h.
19560
195612008-02-01 Dave Love <fx@gnu.org>
19562
19563 * coding.h (ENCODE_UTF_8): New.
19564
19565 * Makefile.in (gtkutil.o): Depend on coding.h.
19566
19567 * coding.c (Fset_coding_system_priority): Doc fix.
19568
195692008-02-01 Kenichi Handa <handa@m17n.org>
19570
19571 * fileio.c (Finsert_file_contents): Call setup_coding_system in
19572 the case of auto saving.
19573
195742008-02-01 Andreas Schwab <schwab@suse.de>
19575
19576 * chartab.c (map_char_table, map_char_table_for_charset): Protect
19577 `range' from GC.
19578
195792008-02-01 Kenichi Handa <handa@m17n.org>
19580
19581 * coding.c (decode_coding_sjis): Check bytes more rigidly.
19582
195832008-02-01 Kenichi Handa <handa@m17n.org>
19584
19585 * fileio.c (choose_write_coding_system): Return a decided coding system.
19586 (Fwrite_region): Set Vlast_coding_system_used to the return value
19587 of choose_write_coding_system.
19588
195892008-02-01 Kenichi Handa <handa@m17n.org>
19590
19591 * charset.c (Fset_charset_priority): Pay attention to duplicated
19592 arguments.
19593
19594 * coding.c (QCcategory): New variable.
19595 (syms_of_coding): Defsym it. Set all elements of
19596 Vcoding_category_table and their symbol values.
19597 (Fset_coding_system_priority): Doc fix. Update symbol qvalues of
19598 coding-category-XXX, and coding-category-list.
19599 (Fdefine_coding_system_internal): Add category in the plist.
19600
196012008-02-01 Kenichi Handa <handa@m17n.org>
19602
19603 * callproc.c (Fcall_process): Handle carryover correctly.
19604
19605 * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
19606 (raw_text_coding_system): Check NILP (coding_system).
19607 (coding_inherit_eol_type): Check NILP (coding_system) and
19608 NILP (parent).
19609 (consume_chars): Fix for the case of raw-text.
19610
19611 * process.c (read_process_output): Handle carryover correctly.
19612
196132008-02-01 Dave Love <fx@gnu.org>
19614
19615 * regex.c (re_search_2): Fix last change.
19616
196172008-02-01 Kenichi Handa <handa@m17n.org>
19618
19619 * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
19620 target_multibyte. Even in a unibyte case, return a converted
19621 multibyte char.
19622 (GET_CHAR_AFTER): New macro.
19623 (PATFETCH): Translate via multibyte char.
19624 (HANDLE_UNIBYTE_RANGE): Delete this macro.
19625 (SETUP_MULTIBYTE_RANGE): New macro.
19626 (regex_compile): Setup compiled code so that its multibyteness
19627 matches that of a target. Fix the handling of "[X-YZ]" using
19628 SETUP_MULTIBYTE_RANGE.
19629 (analyse_first) <charset>: For filling fastmap for all multibyte
19630 characters, don't check by BASE_LEADING_CODE_P.
19631 (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp). It is
19632 the same as RE_MULTIBYTE_P (bufp) now.
19633 (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
19634 (TARGET_CHAR_AND_LENGTH): Delete this macro.
19635 (TRANSLATE_VIA_MULTIBYTE): New macro.
19636 (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
19637 It is the same as RE_MULTIBYTE_P (bufp) now.
19638 <exactn>: Translate via multibyte.
19639 <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH. Don't
19640 translate it.
19641 <charset, charset_not>: Fetch a character by
19642 RE_STRING_CHAR_AND_LENGTH. Translate via multibyte.
19643 <duplicate>: Call bcmp_translate with the last arg `multibyte'.
19644 <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
19645 notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
19646 by GET_CHAR_AFTER.
19647 (bcmp_translate): Likewise.
19648
19649 * search.c (compile_pattern): Check the member target_multibyte,
19650 not the member multibyte of buf.
19651
19652 * lread.c (read1): While reading a string, set force_singlebyte
19653 and force_multibyte correctly.
19654
19655 * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
19656 up of unibyte_to_multibyte_table.
19657
196582008-02-01 Kenichi Handa <handa@m17n.org>
19659
19660 * coding.c (setup_coding_system): If coding has
19661 post-read-conversion or pre-write-conversion, set
19662 CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
19663 respectively.
19664 (decode_coding_gap): Run post-read-conversion if any.
19665
19666 * fileio.c (Finsert_file_contents): Even if we read into a
19667 unibyte buffer, check if we must decode the result or not.
19668
196692008-02-01 Kenichi Handa <handa@m17n.org>
19670
19671 * coding.c (make_conversion_work_buffer): Change the work buffer
19672 name to the same one as that of Emacs 21.
19673
196742008-02-01 Kenichi Handa <handa@m17n.org>
19675
19676 * coding.h (make_conversion_work_buffer): Adjust prototype.
19677 (code_conversion_restore): Don't extern it.
19678
19679 * coding.c (detected_mask): Delete unused variable.
19680 (decode_coding_iso_2022): Pay attention to the byte sequence of
19681 CTEXT extended segment, and retain those bytes as is.
19682 (decode_coding_ccl): Delete unused variable `valids'.
19683 (setup_coding_system): Delete unused variable `category'.
19684 (consume_chars): Delete unused variable `category'. Make it work
19685 for non-multibyte case.
19686 (make_conversion_work_buffer): Change argument.
19687 (saved_coding): Delete unused variable.
19688 (code_conversion_restore): Don't check saved_coding->destination.
19689 (code_conversion_save): New function.
19690 (decode_coding_gap, encode_coding_gap): Call code_conversion_save
19691 instead of record_unwind_protect.
19692 (decode_coding_object, encode_coding_object): Likewise. Recover PT.
19693 (detect_coding_system): Delete unused variable `mask'.
19694 (Fdefine_coding_system_internal): Delete unused variable id.
19695
19696 * fileio.c (kill_workbuf_unwind): New function.
19697 (Finsert_file_contents): On replacing, call
19698 make_conversion_work_buffer with correct args, and call
19699 record_unwind_protect with the first arg kill_workbuf_unwind.
19700
19701 * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
19702
197032008-02-01 Kenichi Handa <handa@m17n.org>
19704
19705 * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
19706 (fontset_add): Fix for the case that TO is less than TO1.
19707 (Ffontset_info): Don't use fallback fontset on checking the
19708 default fontset.
19709 (dump_fontset): New function for debugging.
19710
19711 * coding.c (Fdefine_coding_system_internal): Fix for the case that
19712 coding_type is Qcharset.
19713
197142008-02-01 Kenichi Handa <handa@m17n.org>
19715
19716 * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
19717 (map_char_table): Don't inherit the value from the parent on
19718 initializing VAL. Adjust for the above change.
19719
197202008-02-01 Kenichi Handa <handa@m17n.org>
19721
19722 * coding.c (Qsignature, Qendian): Delete these variables.
19723 (syms_of_coding): Don't initialize them.
19724 (CATEGORY_MASK_UTF_16_AUTO): New macro.
19725 (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
19726 detect_info->found.
19727 (decode_coding_utf_16): Don't detect BOM here.
19728 (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
19729 is NOT utf_16_without_bom.
19730 (setup_coding_system): For a coding system of type utf-16, check
19731 if the attribute :endian is Qbig or not (not nil or not), and set
19732 CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
19733 (detect_coding): If coding type is utf-16 and BOM detection is
19734 required, detect it.
19735 (Fdefine_coding_system_internal): For a coding system of type
19736 utf-16, check if the attribute :endian is Qbig or not (not nil or not).
19737
197382008-02-01 Kenichi Handa <handa@m17n.org>
19739
19740 * coding.c (coding_set_source): Fix for the case that the current
19741 buffer is different from coding->src_object.
19742 (decode_coding_object): Don't use the conversion work buffer if
19743 DST_OBJECT is a buffer.
19744
197452008-02-01 Dave Love <fx@gnu.org>
19746
19747 * lread.c (read_emacs_mule_char) [len==2]: Index
19748 emacs_mule_charset correctly.
19749
197502008-02-01 Dave Love <fx@gnu.org>
19751
19752 * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
19753 (detect_coding_big5, decode_coding_big5, encode_coding_big5)
19754 (Fdecode_big5_char, Fencode_big5_char): Delete. (Big5 no longer
19755 treated specially.)
19756 (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
19757 (detected_mask): Remove Big5 bits.
19758
197592008-02-01 Kenichi Handa <handa@m17n.org>
19760
19761 The following changes are to make the font rescaling facility
19762 compatible with Emacs 21.
19763
19764 * xfaces.c (Vface_font_rescale_alist): Rename from
19765 Vface_resizing_fonts.
19766 (struct font_name): Rename member resizing_ratio to rescale_ratio.
19767 (font_rescale_ratio): Rename from font_resizing_ratio.
19768 (split_font_name): Set font->rescale_ratio.
19769 (better_font_p): Pay attention to font->rescale_ratio.
19770 (build_scalable_font_name): Likewise. Change RESX, and RESY
19771 fields.
19772 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
19773
197742008-02-01 Kenichi Handa <handa@m17n.org>
19775
19776 * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
19777 (Qutf_16_le): Remove these variables.
19778 (syms_of_coding): Don't DEFSYM them.
19779 (decode_coding_utf_16): Fix handling of BOM.
19780 (encode_coding_utf_16): Fix handling of BOM.
19781
197822008-02-01 Kenichi Handa <handa@m17n.org>
19783
19784 * fileio.c (Finsert_file_contents): On replacing, before decoding
19785 the file into the work buffer, set point of the work buffer to the end.
19786
197872008-02-01 Dave Love <fx@gnu.org>
19788
19789 * coding.c (Fcheck_coding_systems_region): Fix type errors.
19790
197912008-02-01 Dave Love <fx@gnu.org>
19792
19793 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
19794 and fix C types.
19795
197962008-02-01 Kenichi Handa <handa@m17n.org>
19797
19798 * xdisp.c (SKIP_GLYPHS): New macro.
19799 (set_cursor_from_row): Pay attention to string display properties.
19800
19801 * category.c (copy_category_entry): Fix for the case that RANGE
19802 is an integer.
19803
19804 * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
19805
19806 * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
19807
198082008-02-01 Kenichi Handa <handa@m17n.org>
19809
19810 * charset.c (Fcharset_id_internal): New function.
19811 (syms_of_charset): Defsubr it.
19812
19813 * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
19814 with the last arg charset_list acquired from coding.
19815 (Fdefine_coding_system_internal): For ccl-based coding system, fix
19816 the attribute coding_attr_ccl_valids.
19817
19818 * coding.h (enum define_coding_ccl_arg_index): Set the first
19819 member coding_arg_ccl_decoder to coding_arg_max.
19820
19821 * ccl.h (ccl_driver): Adjust prototype.
19822
19823 * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
19824 (ccl_driver): New arg CHARSET_LIST. Use the above macros instead
60612c8f 19825 of DECODE_CHAR, ENCODE_CHAR, CHAR_CHARSET.
aac0c6e3
MR
19826 (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
19827 last arg Qnil.
19828
198292008-02-01 Kenichi Handa <handa@m17n.org>
19830
19831 * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
19832 call encode_char.
19833
19834 * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
19835
198362008-02-01 Dave Love <fx@gnu.org>
19837
19838 * composite.c (syms_of_composite): Make composition_hash_table weak.
19839
198402008-02-01 Kenichi Handa <handa@m17n.org>
19841
19842 * dispextern.h (check_face_attributes, generate_ascii_font_name)
19843 (font_name_registry): Don't extern them.
19844 (split_font_name_into_vector, build_font_name_from_vector): Extern them.
19845
19846 * fontset.h (Qfontset): Don't extern it.
19847 (new_fontset_from_font_name): Extern it.
19848
19849 * fontset.c: Give 8 extra slots to fontset objects.
19850 (Qfontset_info): New variable.
19851 (syms_of_fontset): Defsym it.
19852 (FONTSET_FALLBACK): New macro.
19853 (fontset_face): Try also the default fontset.
19854 (make_fontset): Realize a fallback fontset from the default fontset.
19855 (generate_ascii_font_name): Move from xfaces.c. Rewritten by
19856 using split_font_name_into_vector and build_font_name_from_vector.
19857 (Fset_fontset_font): Access the elements of font_spec by enum
19858 FONT_SPEC_INDEX. If font_spec is a string, extract the registry
19859 name by using split_font_name_into_vector.
19860 (Fnew_fontset): If no ASCII font is specified in FONTLIST,
19861 generate a proper font name from the fontset name. Update
19862 Vfontset_alias_alist.
19863 (n_auto_fontsets): New variable.
19864 (new_fontset_from_font_name): New function.
19865 (Ffont_info): Store the information about fonts generated from the
19866 default fontset in the first extra slot of the returned char-table.
19867
19868 * xfaces.c (generate_ascii_font_name): Move to fontset.c.
19869 (font_name_registry): Delete function.
19870 (split_font_name_into_vector): New function.
19871 (build_font_name_from_vector): New function.
19872 (font_list): The argument REGISTRY is now a list of registry names.
19873 (choose_face_font): If we are choosing an ASCII font, and ATTRS
19874 specifies an explicit font name, return the name as is. Make a
19875 list of registy names.
19876
19877 * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
19878 of x_new_fontset.
19879 (Fx_create_frame): Don't call x_new_fontset here. Just use
19880 x_list_fonts to check the existence of fonts.
19881
19882 * xterm.h (x_new_fontset): Adjust prototype.
19883
19884 * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
19885 string. Use new_fontset_from_font_name to create a fontset from a
19886 font name.
19887
198882008-02-01 Kenichi Handa <handa@m17n.org>
19889
19890 * syntax.c (Vfind_word_boundary_function_table): New name for
19891 Vnext_word_boundary_function_table.
19892 (find-word-boundary-function-table): New name for
19893 next-word-boundary-function-table.
19894
198952008-02-01 Dave Love <fx@gnu.org>
19896
19897 * Makefile.in: Fix some dependencies.
19898
19899 * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
19900 set it to nil before returning.
19901
19902 * composite.c (update_compositions): Fix type error.
19903
19904 * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
19905
199062008-02-01 Kenichi Handa <handa@m17n.org>
19907
19908 * xterm.c (x_new_font): Optimize for the case that the font is
19909 already set for the frame.
19910
199112008-02-01 Kenichi Handa <handa@m17n.org>
19912
19913 * chartab.c (char_table_ascii): Check if the char table contents
19914 is sub-char-table or not.
19915 (char_table_set, char_table_set_range): Fix argument to
19916 char_table_ascii.
19917
19918 * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
19919 (detect_coding_utf_8, detect_coding_utf_16)
19920 (detect_coding_emacs_mule, detect_coding_iso_2022)
19921 (detect_coding_sjis, detect_coding_big5)
19922 (detect_coding_ccl, detect_coding_charset): Change argument MASK
19923 to DETECT_INFO. Update DETECT_INFO and return 1 if the byte
19924 sequence is valid in this coding system. Change callers.
19925 (MAX_ANNOTATION_LENGTH): New macro.
19926 (ADD_ANNOTATION_DATA): New macro.
19927 (ADD_COMPOSITION_DATA): Change argument. Change callers. Call
19928 ADD_ANNOTATION_DATA. Change the format of annotation data.
19929 (ADD_CHARSET_DATA): New macro.
19930 (emacs_mule_char): New argument ID. Change callers.
19931 (decode_coding_emacs_mule, decode_coding_iso_2022)
19932 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
19933 Produce charset annotation data in coding->charbuf.
19934 (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
19935 to charset annotation data in coding->charbuf.
19936 (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
19937 coding->common_flags if the coding system is iso-2022 based and
19938 uses designation.
19939 (produce_composition): Adjust for the new annotation data format.
19940 (produce_charset): New function.
19941 (produce_annotation): Handle charset annotation.
19942 (handle_composition_annotation, handle_charset_annotation): New
19943 functions.
19944 (consume_chars): Handle charset annotation. Utilize the above two
19945 functions.
19946 (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
19947 buffer, get the deleted text as a string and set
19948 coding->src_object to that string.
19949 (detect_coding, detect_coding_system): Use the new struct
19950 coding_detection_info.
19951
19952 * coding.h (struct coding_detection_info): New structure.
19953 (struct coding_system): Adjust prototype of the member `detector'.
19954 (CODING_ANNOTATE_CHARSET_MASK): New macro.
19955
199562008-02-01 Kenichi Handa <handa@m17n.org>
19957
19958 * insdel.c (insert_from_gap): Fix argument to offset_intervals.
19959
199602008-02-01 Dave Love <fx@gnu.org>
19961
19962 * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
19963 (Fapropos_internal): Don't gcpro apropos_accumulate. Set result
19964 to new local and nullify apropos_accumulate before returning.
19965 (syms_of_keymap): Staticpro and initialize apropos_accumulate.
19966
199672008-02-01 Kenichi Handa <handa@m17n.org>
19968
19969 * charset.c (Fdefine_charset_internal): Setup charset.fast_map
19970 correctly.
e3eea1fc 19971
aac0c6e3
MR
199722008-02-01 Dave Love <fx@gnu.org>
19973
19974 * fns.c (Flanginfo): Call synchronize_system_time_locale.
19975
199762008-02-01 Kenichi Handa <handa@m17n.org>
19977
19978 The following changes are to make character composition happen
19979 automatically on displaying.
19980
19981 * Makefile.in (lisp, shortlisp): Add composite.elc.
19982
19983 * composite.h (Qauto_composed, Vauto_composition_function)
19984 (Qauto_composition_function): Extern them.
19985
19986 * composite.c (Vcomposition_function_table)
19987 (Qcomposition_function_table): Delete variables.
19988 (Qauto_composed, Vauto_composition_function)
19989 (Qauto_composition_function): New variables.
19990 (run_composition_function): Don't call
19991 compose-chars-after-function.
19992 (update_compositions): Clear `auto-composed' text property.
19993 (compose_chars_in_text): Delete this function.
19994 (syms_of_composite): Staticpro Qauto_composed and
19995 Qauto_composition_function. Declare Vauto_composition_function as
19996 a Lisp variable.
19997
19998 * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
19999
20000 * xdisp.c (it_props): Add an entry for Qauto_composed.
20001 (handle_auto_composed_prop): New function.
20002
20003 * xselect.c (selection_data_to_lisp_data): Don't call
20004 compose_chars_in_text.
20005
200062008-02-01 Dave Love <fx@gnu.org>
20007
20008 * keyboard.c (read_char): Modify checking around use of
20009 Vkeyboard_translate_table.
20010
20011 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
20012 and fix C types.
20013
200142008-02-01 Kenichi Handa <handa@m17n.org>
20015
20016 * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
20017 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
20018 (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
20019 the case that the last byte is '\r' correctly.
20020 (decode_coding): Flush out the unprocessed data correctly.
20021 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
20022
200232008-02-01 Dave Love <fx@gnu.org>
20024
20025 * xterm.c (XTread_socket): Fix changes for defined keysyms.
20026 Add XK_ISO... case.
20027 (xaw_scroll_callback): Revert last change.
20028
200292008-02-01 Kenichi Handa <handa@m17n.org>
20030
20031 * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
20032
200332008-02-01 Kenichi Handa <handa@m17n.org>
20034
20035 * xfaces.c (Vface_resizing_fonts): New variable.
20036 (struct font_name): New member `resizing_ratio'.
20037 (font_resizing_ratio): New function.
20038 (split_font_name): Set font->resizing_ratio.
20039 (better_font_p): Pay attention to font->resizing_ratio.
20040 (build_scalable_font_name): Likewise. Don't change POINT_SIZE,
20041 RESX, and RESY fields.
20042 (try_alternative_families): Try scalable fonts if
20043 Vscalable_fonts_allowed is not Qt.
20044 (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
20045
200462008-02-01 Dave Love <fx@gnu.org>
20047
20048 * xterm.c (xaw_scroll_callback): Cast correctly.
20049
200502008-02-01 Dave Love <fx@gnu.org>
20051
20052 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
20053 (lispy_kana_keys): Comment out.
20054 (make_lispy_event) [XK_kana_A]: Comment out.
20055
20056 * xterm.c (xaw_scroll_callback): Cast call_data.
20057 (XTread_socket): Deal with ASCII keysyms.
20058 (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
20059
200602008-02-01 Dave Love <fx@gnu.org>
20061
20062 * xterm.c (Vx_keysym_table): New.
20063 (syms_of_xterm): Initialize it.
20064 (XTread_socket): Use it.
20065 From head: Eliminate incorrect optimization that tried to avoid
20066 decoding the output of X*LookupString.
20067 (x_get_font_repertory): Delete charset declaration.
20068
200692008-02-01 Kenichi Handa <handa@m17n.org>
20070
20071 * coding.c (detect_coding_charset): If only ASCII bytes are found,
20072 return 0.
20073 (Fdefine_coding_system_internal): Setup
20074 CODING_ATTR_ASCII_COMPAT (attrs) correctly.
20075
200762008-02-01 Dave Love <fx@gnu.org>
20077
20078 * coding.c (Fcheck_coding_system): Doc fix.
20079
20080 * editfns.c (Finsert_byte): Return a proper value.
20081
200822008-02-01 Kenichi Handa <handa@m17n.org>
20083
20084 * coding.c (decode_coding): Fix args to translate_chars. Pay
20085 attention to Vstandard_translation_table_for_decode.
20086 (encode_coding): Fix args to translate_chars. Pay attention to
20087 Vstandard_translation_table_for_encode.
20088
20089 * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
20090 SINGLE_BYTE_CHAR_P.
20091
20092 * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
20093 not by SINGLE_BYTE_CHAR_P.
20094
20095 * fns.c (concat): Check CH by ASCII_CHAR_P, not by
20096 SINGLE_BYTE_CHAR_P.
20097
20098 * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
20099 SINGLE_BYTE_CHAR_P.
20100
20101 * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
20102 by SINGLE_BYTE_CHAR_P.
20103
20104 * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
20105 SINGLE_BYTE_CHAR_P.
20106
201072008-02-01 Dave Love <fx@gnu.org>
20108
20109 * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
20110
201112008-02-01 Dave Love <fx@gnu.org>
20112
20113 * fns.c (Flanginfo): Fix typo.
20114
20115 * unexelf.c (unexec): Make last change conditional on Irix 6.5.
20116
201172008-02-01 Kenichi Handa <handa@m17n.org>
20118
20119 * coding.c (detect_coding_utf_8, detect_coding_utf_16)
20120 (detect_coding_emacs_mule, detect_coding_iso_2022)
20121 (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
20122 incomplete byte sequence. Don't update *mask when correctly detected.
20123 (decode_coding_sjis): Fix decoding of katakana-jisx0201.
20124 (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
20125 (detect_coding, detect_coding_system): Adjust for the changes above.
20126
201272008-02-01 Kenichi Handa <handa@m17n.org>
20128
20129 * character.c (char_string): Rename from
20130 char_string_with_unification. Pay attention to CHAR_MODIFIER_MASK.
20131 (string_char): Rename from string_char.
20132
20133 * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
20134 if C is greater than MAX_3_BYTE_CHAR.
20135 (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE): Call
20136 string_char instead of string_char_with_unification.
20137
201382008-02-01 Dave Love <fx@gnu.org>
20139
20140 * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
20141
201422008-02-01 Kenichi Handa <handa@m17n.org>
20143
20144 * keymap.c (push_key_description): Pay attention to force_multibyte.
20145
20146 * regex.c (re_search_2): Fix for the case of unibyte buffer.
20147
201482008-02-01 Dave Love <fx@gnu.org>
20149
20150 * charset.c (define_charset_internal): Rename `supprementary'.
20151
20152 * Makefile.in (lisp, shortlisp): Remove latin-N.
20153
201542008-02-01 Dave Love <fx@gnu.org>
20155
20156 * xfns.c (x_window, x_window): Use use_xim.
20157
20158 * xterm.c (use_xim): Initialize.
20159 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
20160 (x_term_init): Maybe set use_xim.
20161
20162 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
20163
201642008-02-01 Kenichi Handa <handa@m17n.org>
20165
20166 * search.c (search_buffer): Fix case-fold-search of multibyte
20167 characters.
20168 (boyer_moore): Rename the last argument to char_high_bits.
20169
201702008-02-01 Kenichi Handa <handa@m17n.org>
20171
20172 * xdisp.c (display_string): Fix for the case of zero width glyph.
20173
20174 * xfns.c (x_set_font): Change the error message of the case that
20175 x_new_fontset returns Qt.
20176
20177 * xfaces.c (set_lface_from_font_name): Reject the default fontset.
20178 (Finternal_set_lisp_face_attribute): Use signal_error for the
20179 error of invalid fontset.
20180
20181 * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
20182 fontset, return Qt.
20183
201842008-02-01 Dave Love <fx@gnu.org>
20185
20186 * unexelf.c (unexec): Make .got handling not SGI-specific.
20187
20188 * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
20189
20190 * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
20191
20192 * keyboard.c (read_key_sequence): Fix type error.
20193
20194 * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
20195 type error.
20196
20197 * fontset.c (fontset_add): Return Lisp_Object.
20198
201992008-02-01 Dave Love <fx@gnu.org>
20200
20201 * charset.h (charset_ordered_list_tick): Declare extern.
20202
202032008-02-01 Kenichi Handa <handa@m17n.org>
20204
20205 The following changes (and some of 2008-02-01 changes of mine) are
20206 for handling syntax, category, and case conversion for unibyte
20207 characters by converting them to multibyte on the fly. With these
20208 changes, we don't have to setup syntax and case tables for unibyte
20209 characters in each language environment.
20210
20211 * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
20212 multibyte if necessary.
20213
20214 * bytecode.c (Fbyte_code): Likewise.
20215
20216 * character.h (LEADING_CODE_LATIN_1_MIN)
20217 (LEADING_CODE_LATIN_1_MAX): New macros.
20218 (unibyte_to_multibyte_table): Extern it.
20219 (unibyte_char_to_multibyte): New macro.
20220 (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
20221 (CHAR_LEADING_CODE): New macro.
20222 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
20223
20224 * character.c (unibyte_to_multibyte_table): New variable.
20225 (unibyte_char_to_multibyte): Move to character.h and define as macro.
20226 (multibyte_char_to_unibyte): If C is an eight-bit character,
20227 convert it to the corresponding byte value.
20228
20229 * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
20230 not 1, signals an error. Update the elements of
20231 unibyte_to_multibyte_table.
20232 (init_charset_once): Initialize unibyte_to_multibyte_table.
20233 (syms_of_charset): Define the charset `iso-8859-1'.
20234
20235 * cmds.c (internal_self_insert): In a multibyte buffer, insert C
20236 as is without converting it to unibyte. In a unibyte buffer,
20237 convert C to multibyte before checking the syntax.
20238
20239 * lisp.h (unibyte_char_to_multibyte): Delete extern.
20240
20241 * minibuf.c (Fminibuffer_complete_word): Use the macro
20242 FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
20243
20244 * regex.h (struct re_pattern_buffer): New member target_multibyte.
20245
20246 * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
20247 (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte. If
20248 that is zero, convert an eight-bit char to multibyte.
20249 (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
20250 non-emacs case.
20251 (PATFETCH): Convert an eight-bit char to multibyte.
20252 (HANDLE_UNIBYTE_RANGE): New macro.
20253 (regex_compile): Setup the compiled pattern for multibyte chars
20254 even if the given regex string is unibyte. Use PATFETCH_RAW
20255 instead of PATFETCH in many places. To handle `charset'
20256 specification of unibyte, call HANDLE_UNIBYTE_RANGE. Use bitmap
20257 only for ASCII chars.
20258 (analyse_first) <exactn>: Simplify because the compiled pattern
20259 is multibyte.
20260 <charset_not>: Setup fastmap from bitmap only for ASCII chars.
20261 <charset>: Use CHAR_LEADING_CODE to get leading codes.
20262 <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
20263 (re_compile_fastmap) [emacs]: Call analyse_first with the arg
20264 multibyte always 1.
20265 (re_search_2): In emacs, set the locale variable multibyte to 1,
20266 otherwise to 0. New local variable target_multibyte. Check it
20267 to decide the multibyteness of STR1 and STR2. If
20268 target_multibyte is zero, convert unibyte chars to multibyte
20269 before translating and checking fastmap.
20270 (TARGET_CHAR_AND_LENGTH): New macro.
20271 (re_match_2_internal): In emacs, set the locale variable multibyte
20272 to 1, otherwise to 0. New local variable target_multibyte. Check
20273 it to decide the multibyteness of STR1 and STR2. Use
20274 TARGET_CHAR_AND_LENGTH to fetch a character from D.
20275 <charset, charset_not>: If multibyte is nonzero, check fastmap
20276 only for ASCII chars. Call bcmp_translate with
20277 target_multibyte, not with multibyte.
20278 <begline>: Declare the local variable C as `unsigned'.
20279 (bcmp_translate): Change the last arg name to target_multibyte.
20280
20281 * search.c (compile_pattern_1): Don't adjust the multibyteness of
20282 the regexp pattern and the matching target. Set cp->buf.multibyte
20283 to the multibyteness of the regexp pattern. Set
20284 cp->but.target_multibyte to the multibyteness of the matching target.
20285 (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
20286 FETCH_STRING_CHAR_ADVANCE.
20287 (Freplace_match): Convert unibyte chars to multibyte.
20288
20289 * syntax.c (char_quoted, back_comment, scan_words)
20290 (Fforward_comment, scan_lists, Fbackward_prefix_chars)
20291 (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
20292 unibyte chars to multibyte.
20293 (skip_chars): Delete the arg syntaxp, and move the code for
20294 handling syntaxes to skip_syntaxes. Change callers.
20295 Fix the case that the multibyteness of STRING and the current
20296 buffer doesn't match.
20297 (skip_syntaxes): New function.
20298 (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
20299 SINGLE_BYTE_CHAR_P.
20300
203012008-02-01 Kenichi Handa <handa@m17n.org>
20302
20303 * xfaces.c (QCfontset): New variable.
20304 (LFACE_FONTSET): New macro.
20305 (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
20306 (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
20307 (Finternal_set_lisp_face_attribute)
20308 (Finternal_get_lisp_face_attribute): Handle QCfontset.
20309 (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
20310 check also LFACE_FONTSET_INDEX.
20311 (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
20312 attrs[LFACE_FONT_INDEX].
20313 (syms_of_xfaces): Intern and staticpro QCfontset.
20314
20315 * dispextern.h (enum lface_attribute_index): New member
20316 LFACE_FONTSET_INDEX.
20317
20318 * fns.c (base64_encode_1): Handle eight-bit chars correctly.
20319
203202008-02-01 Kenichi Handa <handa@m17n.org>
20321
20322 * coding.c (coding_set_destination): Fix coding->destination for
20323 the case converting a region.
20324 (encode_coding_utf_8): Encode eight-bit chars as single byte.
20325 (encode_coding_object): Fix coding->dst_pos and
20326 coding->dst_pos_byte for the case converting a region.
20327
20328 * insdel.c (insert_from_gap): Make it work even if PT != GTP.
20329
20330 * character.h (BYTE8_STRING): New macro.
20331
20332 * fns.c (base64_decode_1): Insert eight-bit chars correctly.
20333
203342008-02-01 Kenichi Handa <handa@m17n.org>
20335
20336 * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
20337 characters by octal form.
20338
20339 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
20340
20341 * buffer.h (_fetch_multibyte_char_len): Delete extern.
20342 (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
20343 _fetch_multibyte_char_len.
20344 (FETCH_CHAR_AS_MULTIBYTE): New macro.
20345
20346 * casetab.c (set_canon, set_identity, shuffle): Simplify.
20347
20348 * casefiddle.c (casify_object): Simplify. Handle the case that
20349 the case conversion change the byte length.
20350 (casify_region): Likewise.
20351
20352 * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
20353
20354 * character.c (_fetch_multibyte_char_len): Delete this variable.
20355 (syms_of_character): Setup Vprintable_chars.
20356
20357 * editfns.c (Fchar_equal): Fix for the unibyte case.
20358 (Finsert_byte): New function.
20359 (syms_of_editfns): Defsubr it.
20360
20361 * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
20362 of direct code 0x3ffff.
20363
20364 * search.c (Freplace_match): Fix for the unibyte case.
20365
203662008-02-01 Kenichi Handa <handa@m17n.org>
20367
20368 * lread.c (safe_to_load_p): Fix the logic.
20369
20370 * syntax.c (scan_words): Don't treat characters belonging to
20371 different scripts as constituting a word.
20372
20373 * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
20374
20375 * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
20376
20377 * emacs.c (main): In the case of --unibyte, instead of aborting on
20378 finding non-empty buffer, make it unibyte.
20379
203802008-02-01 Kenichi Handa <handa@m17n.org>
20381
20382 * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
20383 to create a fontset.
20384
203852008-02-01 Dave Love <fx@gnu.org>
20386
20387 * character.c (Funibyte_char_to_multibyte): Doc fix.
20388
20389 * xfns.c [HAVE_STDLIB_H]: Fix last change.
20390
203912008-02-01 Kenichi Handa <handa@m17n.org>
20392
20393 * fontset.c (fontset_add): Make the type `int'.
20394 (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
20395
20396 * character.c (unibyte_char_to_multibyte)
20397 (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
20398 charset_unibyte, not charset_primary.
20399
20400 * charset.h (charset_unibyte): Extern it instead of charset_primary.
20401
20402 * charset.c (charset_unibyte): Rename from charset_primary.
20403 (Funibyte_charset): Rename from Fprimary_charset.
20404 (Fset_unibyte_charset): Rename from Fset_primary_charset.
20405 (syms_of_charset): Adjust for the above changes.
20406
20407 * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
20408 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
20409 it->multibyte_p is zero.
20410
20411 * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
20412 Delete extern.
20413
204142008-02-01 Kenichi Handa <handa@m17n.org>
20415
20416 * coding.c (Fdefine_coding_system_internal): Fix category setting
20417 for a coding system of type iso-2022.
20418
204192008-02-01 Kenichi Handa <handa@m17n.org>
20420
20421 * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
20422
204232008-02-01 Kenichi Handa <handa@m17n.org>
20424
20425 * syntax.c (Vnext_word_boundary_function_table): New variable.
20426 (next-word-boundary-function-table): Declare it as a Lisp variable
20427 in syms_of_syntax.
20428 (scan_words): Call functions in Vnext_word_boundary_function_table
20429 if any.
20430
20431 * xterm.c (x_load_font): Initialize fontp->fontset to -1.
20432
20433 * fontset.c (fs_load_font): If fontp->charset is not negative,
20434 return fontp without setting its members.
20435
204362008-02-01 Dave Love <fx@gnu.org>
20437
20438 * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
20439
20440 * m/sparc.h (HAVE_ALLOCA): Delete.
20441
20442 * s/irix6-5.h: Don't include strings.h.
20443 (bcopy, bzero, bcmp): Don't undef.
20444
20445 * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
20446
20447 * s/usg5-4.h (NO_SIOCTL_H): Don't define.
20448 (TIOCSIGSEND): Don't test IRIX6.
20449 (bcopy, bzero, bcmp): Define conditionally.
20450
204512008-02-01 Kenichi Handa <handa@m17n.org>
20452
20453 * buffer.c (Qas, Qmake, Qto): New variables.
20454 (Fset_buffer_multibyte): New optional arg METHOD. Change caller.
20455 (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
20456
20457 * callproc.c (Fcall_process): Don't call insert_1_both directly if
20458 we are inserting a process output into a multibyte buffer.
20459
20460 * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
20461 multibyte_char_to_unibyte.
20462
20463 * character.c (Funibyte_char_to_multibyte): If C can't be decoded
20464 by the primary charset, make it eight-bit char.
20465 (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
20466
20467 * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
20468 (charset_8_bit__control, charset_8_bit_graphic)
20469 (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
20470 (define_charset_internal): New function.
20471 (syms_of_charset): Call define_charset_internal for pre-defined
20472 charsets.
20473
20474 * charset.h (charset_8_bit): Extern it.
20475
20476 * coding.c (make_conversion_work_buffer): Adjust for the change
20477 of Fset_buffer_multibyte.
20478 (encode_coding_raw_text): Increment p0 in the loop.
20479
20480 * lisp.h (Fset_buffer_multibyte): Adjust prototype.
20481
20482 * xdisp.c (setup_echo_area_for_printing, set_message_1): Adjust
20483 for the change of Fset_buffer_multibyte.
20484
20485 * fns.c (Fstring_to_multibyte): New function.
20486 (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
20487
204882008-02-01 Dave Love <fx@gnu.org>
20489
20490 * xfns.c (x_put_x_image): Declare args.
20491
20492 * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
20493 (try_font_list): Declare an arg.
20494
20495 * xdisp.c (message2_nolog, set_message): Declare an arg.
20496
20497 * terminfo.c (tparam): Declare an arg. Use P_ to declare tparm.
20498
20499 * syntax.c (scan_sexps_forward): Declare an arg.
20500
20501 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
20502 Declare an arg.
20503
20504 * lisp.h (Fnew_fontset): Declare.
20505
20506 * keymap.c (push_key_description): Call CHARACTERP correctly.
20507
20508 * fontset.c (fontset_add): Declare args. Call make_number correctly.
20509 (face_for_char): Delete unused vars.
20510 (Fset_fontset_font): Doc fix. Delete unused vars.
20511
20512 * doc.c (Fsubstitute_command_keys): Delete unused vars.
20513
20514 * composite.c (update_compositions): Declare arg.
20515
20516 * cm.c (calccost, cmgoto): Declare args.
20517
20518 * charset.c: Remove `emacs' conditional. Doc fixes.
20519 (map_char_table_for_charset): Declare.
20520
20521 * character.c (syms_of_character) <translation-table-vector>: Doc fix.
20522
20523 * ccl.c: Remove `emacs' conditional.
20524
205252008-02-01 Kenichi Handa <handa@m17n.org>
20526
20527 The following changes are to allow specifying multiple font
20528 patterns for a character range (specified by script or charset).
20529
20530 * Makefile.in (abbrev.o): Depend on syntax.h.
20531 (xfaces.o): Depend on charset.h.
20532
20533 * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
20534 SINGLE_BYTE_CHAR_P.
20535
20536 * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
20537
20538 * character.h (Vchar_script_table): Extern it.
20539
20540 * character.c (Vscript_alist): Delete.
20541 (Vchar_script_table, Qchar_script_table): New variable.
20542 (syms_of_character): Declare Vchar_script_table as a lisp variable
20543 and initialize it.
20544
20545 * chartab.c (Fmake_char_table): Doc fix. If PURPOSE doesn't
20546 have property char-table-extra-slots, make no extra slot.
20547
20548 * dispextern.h (struct face): Delete member `charset'.
20549 (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
20550 SINGLE_BYTE_CHAR_P.
20551 (choose_face_font, lookup_non_ascii_face, font_name_registry):
20552 Add prototypes.
20553 (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
20554 (generate_ascii_font_name): Rename from generate_ascii_font.
20555
20556 * fontset.h (get_font_repertory_func): New prototype.
20557 (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
20558 (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
20559
20560 * fontset.c (Qprepend, Qappend): New variables.
20561 (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
20562 (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
20563 (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
20564 (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
20565 (fontset_ref_and_range, fontset_add, reorder_font_vector)
20566 (load_font_get_repertory): New functions.
20567 (fontset_set): Delete.
20568 (fontset_face): New arg FACE. Return face ID, not face.
20569 Complete re-write to handle new fontset structure. Change caller.
20570 (free_face_fontset): Use ASET istead of AREF (X) = Y.
20571 (face_for_char): Don't call lookup_face.
20572 (make_fontset_for_ascii_face): New arg FACE.
20573 (fs_load_font): New arg CHARSET_ID. Don't check
20574 Vfont_encoding_alist here.
20575 (find_font_encoding): New function.
20576 (list_fontsets): Use STRINGP, not ! NILP.
20577 (accumulate_script_ranges): New function.
20578 (Fset_fontset_font, Fnew_fontset, Ffontset_info): Completely
20579 re-written to handle new fontset structure.
20580 (Ffontset_font): Return a copy of element.
20581 (syms_of_fontset): Define symbols Qprepend and Qappend. Fix
20582 docstring of font-encoding-alist.
20583
20584 * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
20585 (Fset_fotset_font): Fix arguments to 5.
20586
20587 * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
20588
20589 * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
20590 Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
20591 (highlight_trailing_whitespace): Adjust for the change of
20592 lookup_named_face.
20593
20594 * xfaces.c: Include charset.h.
20595 (load_face_font): Delete argument C. Change caller.
20596 (generate_ascii_font_name): Rename from generate_ascii_font.
20597 (font_name_registry): New function.
20598 (cache_face): Store ascii faces before non-ascii faces in buckets.
20599 (lookup_face): Delete arguments C and BASE_FACE. Change caller.
20600 Lookup only ascii faces.
20601 (lookup_non_ascii_face): New function.
20602 (lookup_named_face): Delete argument C. Change caller.
20603 (lookup_derived_face): Delete argument C. Change caller.
20604 (try_font_list): New arg PATTERN. Change caller. If PATTERN is
20605 a string, just call font_list with it.
20606 (choose_face_font): Delete arguments FACE and C. New arg
20607 FONT_SPEC. Change caller.
20608 (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
20609 Change caller.
20610 (realize_non_ascii_face): New function.
20611 (realize_x_face): Call load_face_font here.
20612 (realize_tty_face): Delete argument C. Change caller.
20613 (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
20614 get a face ID.
20615 (dump_realized_face): Don't print charset of FACE.
20616
20617 * xfns.c (x_set_font): Always call x_new_fontset and
20618 store_frame_parameter.
20619 (Fx_create_frame): Call x_new_fontset, not x_new_font.
20620 (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
20621
20622 * xterm.h (x_get_font_repertory): Extern it.
20623
20624 * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
20625 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
20626 it->multibyte_p is zero.
20627 (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
20628 (x_new_fontset): If FONTSETNAME doesn't match any existing
20629 fontsets, create a new one.
20630 (x_get_font_repertory): New function.
20631
206322008-02-01 Kenichi Handa <handa@m17n.org>
20633
20634 * coding.c (Ffind_coding_systems_region_internal): Detect an
20635 ASCII only string correctly.
20636
20637 * lread.c (Fload): Don't load with Qload_force_doc_strings t if
20638 version is 0.
20639
206402008-02-01 Kenichi Handa <handa@m17n.org>
20641
20642 * lread.c: Include "coding.h".
20643 (Qget_emacs_mule_file_char, Qload_force_doc_strings)
20644 (load_each_byte, unread_char): New variables.
20645 (readchar_backlog): Delete.
20646 (readchar): Return a character unless load_each_byte is nonzero.
20647 Handle the case that readcharfun is Qget_emacs_mule_file_char or a
20648 cons. If unread_char is not -1, simply return it.
20649 (unreadchar): Handle the case that readcharfun is
20650 Qget_emacs_mule_file_char or a cons. Set unread_char if necessary.
20651 (read_multibyte): Delete.
20652 (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
20653 (read_emacs_mule_char): New functions.
20654 (Fload): Even if the file doesn't have the extension ".elc", if
20655 safe_to_load_p returns a positive version number, assume that the
20656 file contains bytecompiled code. If the version is less than 22,
20657 load the file while decoding multibyte sequences by emacs-mule.
20658 (readevalloop): Don't use readchar_backlog.
20659 (Fread): Likewise. Pay attention to the case that STREAM is a cons.
20660 (Fread_from_string): Pay attention to the case that STREAM is a cons.
20661 (read_escape): Delete the arg BYTEREP.
20662 (read1): Set load_each_byte to 1 temporarily while handling
20663 #@NUMBER. Don't call read_multibyte.
20664 (read_vector): Call Fread with a cons. If readcharfun is
20665 Qget_emacs_mule_file_char, decode the read string by emacs-mule.
20666 (read_list): If doc_reference is 2, make the cdr part string as unibyte.
20667 (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
20668 and Qload_force_doc_strings.
20669
206702008-02-01 Kenichi Handa <handa@m17n.org>
20671
20672 * xdisp.c (face_before_or_after_it_pos): Call
20673 FETCH_MULTIBYTE_CHAR with byte postion, not char position.
20674
206752008-02-01 Kenichi Handa <handa@m17n.org>
20676
20677 * character.h (TRAILING_CODE_P): New macro.
20678 (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
20679 (string_char_with_unification): Fix prototype.
20680 (Vscript_alist): Extern it.
20681
20682 * character.c (Vscript_alist): New variable.
20683 (string_char_with_unification, str_as_unibyte)
20684 (string_escape_byte8): Add `const' to local variables.
20685 (syms_of_character): Declare script-alist as a Lisp variable.
20686
20687 * charset.h (Vcharset_ordered_list): Extern it.
20688 (charset_ordered_list_tick): Extern it.
20689 (EMACS_MULE_LEADING_CODE_PRIVATE_11)
20690 (EMACS_MULE_LEADING_CODE_PRIVATE_12)
20691 (EMACS_MULE_LEADING_CODE_PRIVATE_21)
20692 (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros.
20693 (Funify_charset): Adjust for the change of Funify_charset.
20694
20695 * charset.c (charset_ordered_list_tick): New variable.
20696 (Fdefine_charset_internal): Increment charset_ordered_list_tick.
20697 (Funify_charset): New optional arg DEUNIFY. If it is non-nil,
20698 deunify intead of unify a charset.
20699 (string_xstring_p): Add `const' to local variables.
20700 (find_charsets_in_text): Add `const' to arguments and local variables.
20701 (encode_char): Adjust for the change of Funify_charset. Fix
20702 detecting of invalid code.
20703 (Fset_charset_priority): Increment charset_ordered_list_tick.
20704 (Fmap_charset_chars): Fix handling of default value for FROM_CODE
20705 and TO_CODE.
20706
20707 * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
20708 (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
20709 Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
20710 (decode_coding_ccl, consume_chars)
20711 (Ffind_coding_systems_region_internal)
20712 (Fcheck_coding_systems_region): Add `const' to local variables.
20713
20714 * print.c (print_object): Use octal form for printing the
20715 contents of a bool vector.
20716
207172008-02-01 Dave Love <fx@gnu.org>
20718
20719 * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
20720 <version == 20>: Refuse to load.
20721
207222008-02-01 Dave Love <fx@gnu.org>
20723
20724 * fns.c: Move coding.h.
20725 (Qcodeset, Qdays, Qmonths): New.
20726 (concat): Use CHARACTERP instead of INTEGERP.
20727 (Flocale_codeset): Delete.
20728 (Flanginfo): New function.
20729 (syms_of_fns): Change accordingly.
20730
20731 * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
20732
207332008-02-01 Dave Love <fx@gnu.org>
20734
20735 * casetab.c (init_casetab_once, init_casetab_once): Fix
20736 CHAR_TABLE_SET call.
20737
20738 * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
20739
20740 * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
20741
20742 * charset.c (Fmap_charset_chars): Check args. Convert Lisp types.
20743 (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
20744 (Fset_charset_priority, syms_of_charset): Convert Lisp types.
20745
20746 * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
20747
20748 * coding.c (ENCODE_DESIGNATION, decode_eol)
20749 (make_conversion_work_buffer, code_conversion_restore)
20750 (Fdefine_coding_system_internal): Convert Lisp types.
20751 (code_conversion_restore): Use EQ, not ==.
20752 (Fencode_coding_string): Fix code_convert_string call.
20753
20754 * coding.h (code_convert_region): Fix prototype.
20755
20756 * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
20757
20758 * fontset.c (fontset_ref, fontset_set, fs_load_font)
20759 (Ffontset_info): Convert Lisp types.
20760
20761 * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
20762
20763 * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
20764
20765 * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
20766
20767 * chartab.c: Include "...h", not <...h> in some cases.
20768
20769 * callproc.c (Fcall_process): Remove unused variables.
20770
207712008-02-01 Dave Love <fx@gnu.org>
20772
20773 * coding.c (Fset_coding_system_priority): Allow null arg list.
20774
207752008-02-01 Dave Love <fx@gnu.org>
20776
20777 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
20778 (Fself_insert_and_exit): Use CHARACTERP.
20779
20780 * callproc.c (Fcall_process): Remove unused vars.
20781
20782 * xterm.c (XTread_socket): Add extra dead keysyms.
20783
20784 * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
20785
20786 * dispextern.h: Remove prototypes for redraw_frame,
20787 redraw_garbaged_frames.
20788
20789 * cmds.c (Fself_insert_command): Use CHARACTERP.
20790
20791 * chartab.c (make_sub_char_table): Remove unused var.
20792 (Fset_char_table_default, Fmap_char_table): Doc fix.
20793
20794 * keymap.c (access_keymap): Remove generic char code.
20795 (push_key_description): Use CHARACTERP.
20796
207972008-02-01 Dave Love <fx@gnu.org>
20798
20799 * charset.c: Doc fixes.
20800 (Funify_charset): Extra checking.
20801
208022008-02-01 Dave Love <fx@gnu.org>
20803
20804 * lread.c: Remove some unused variables.
20805 (safe_to_load_p): If safe, return the magic number version byte.
20806 (Fload): Maybe use load-with-code-conversion.
20807
208082008-02-01 Kenichi Handa <handa@m17n.org>
20809
20810 * category.c (Fmodify_category_entry): Don't modify the contents
20811 of category_set for characters out of the range. Avoid
20812 unnecessary modification.
20813
20814 * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
20815 Vchar_unify_table. The default value of the table is now nil.
20816
20817 * character.c (syms_of_character): Setup Vchar_width_table for
20818 eight-bit-control and raw-byte chars.
20819
20820 * charset.h (enum define_charset_arg_index): Delete
20821 charset_arg_parents and add charset_arg_subset and
20822 charset_arg_superset.
20823 (enum charset_attr_index): Delete charset_parents and add
20824 charset_subset and charset_superset.
20825 (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
20826 CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
20827 (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
20828 (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
20829 (CHARSET_SUPERSET): New macros.
20830 (charset_work): Extern it.
20831 (ENCODE_CHAR): Use charset_work.
20832 (CHAR_CHARSET_P): Adjust for the change of encoder format.
20833 (map_charset_chars): Extern it.
20834
20835 * charset.c (load_charset_map): Set the default value of encoder
20836 and deunifier char-tables to nil.
20837 (map_charset_chars): Change argument. Change callers. Use
20838 map_char_table_for_charset instead of map_char_table.
20839 (Fmap_charset_chars): New optional args from_code and to_code.
20840 (Fdefine_charset_internal): Adjust for the change of
20841 `define-charset' (:parents -> :subset or :superset).
20842 (charset_work): New variable.
20843 (encode_char, syms_of_charset): Adjust for the change of
20844 Fdefine_charset_internal.
20845 (Ffind_charset_string): Setup the vector `charsets' correctly.
20846
20847 * chartab.c (sub_char_table_ref_and_range): New arg default. Fix
20848 the previous change.
20849 (char_table_ref_and_range): Adjust for the above change.
20850 (map_sub_char_table_for_charset): New function.
20851 (map_char_table_for_charset): New function.
20852
20853 * keymap.c (describe_vector): Handle a char-table directly here.
20854 (describe_char_table): Delete.
20855
20856 * lisp.h (map_charset_chars): Delete.
20857
208582008-02-01 Dave Love <fx@gnu.org>
20859
20860 * fns.c (count_combining): Comment out (unused).
20861 (Flocale_codeset): New.
20862 (syms_of_fns): Defsubr it.
20863
20864 * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
20865 (size_t): Remove.
20866
208672008-02-01 Dave Love <fx@gnu.org>
20868
20869 * Makefile.in (chartab.o): Depend on charset.h.
20870
208712008-02-01 Kenichi Handa <handa@m17n.org>
20872
20873 * character.c (syms_of_character): Set the default value of
20874 Vprintable_chars to Qnil.
20875
208762008-02-01 Dave Love <fx@gnu.org>
20877
20878 * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
20879
208802008-02-01 Kenichi Handa <handa@m17n.org>
20881
20882 * charset.c (load_charset_map): Handle the case that from < to
20883 correctly.
20884
20885 * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
20886 (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
20887 Pay attention to raw-8-bit chars.
20888
208892008-02-01 Kenichi Handa <handa@m17n.org>
20890
20891 * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
20892 It is not bytecompiled now.
20893
20894 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
20895 (charset_jisx0208): New variables.
20896 (Fdefine_charset_internal): Setup them if appropriate.
20897 (init_charset_once): Initialize them to -1.
20898
20899 * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
20900 (charset_jisx0208): Extern them.
20901
20902 * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro.
20903 (CODING_ISO_FLAG_USE_OLDJIS): New macro.
20904 (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
20905 (setup_iso_safe_charsets): Fix arguments to Fassq.
20906 (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
20907 (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
20908 CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
20909 (encode_coding_iso_2022): Change the 1st arg to
20910 ENCODE_ISO_CHARACTER to a variable.
20911
209122008-02-01 Kenichi Handa <handa@m17n.org>
20913
20914 * charset.h (enum define_charset_arg_index): New enums
20915 charset_arg_min_code and charset_arg_max_code.
20916 (struct charset): New member char_index_offset.
20917
20918 * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
20919 Take charset->char_index_offset into account.
20920 (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
20921 args[charset_arg_max_code]. Setup charset.char_index_offset.
20922 (syms_of_charset): Fix args to Fdefine_charset_internal.
20923
209242008-02-01 Dave Love <fx@gnu.org>
20925
20926 * coding.c (decode_coding_utf_8): Reject overlong sequences.
20927
209282008-02-01 Dave Love <fx@gnu.org>
20929
20930 * coding.c: Doc fixes.
20931 (Fcoding_system_aliases): Fix return value.
20932 (Qmac): Remove (duplicated) definition.
20933
209342008-02-01 Dave Love <fx@gnu.org>
20935
362654a6
JB
20936 * charset.c (Fcharset_priority_list, Fset_charset_priority):
20937 New functions.
aac0c6e3
MR
20938
20939 * character.c (Fstring): Doc fix.
20940
20941 * charset.c (Fdefine_charset_alias): Update Vcharset_list.
20942
362654a6 20943 * fontset.c (Ffontset_info): Doc fix. Return charset names, not ids.
aac0c6e3
MR
20944 (font-encoding-alist): Doc fix.
20945
209462008-02-01 Dave Love <fx@gnu.org>
20947
20948 * term.c (costs_set): Declare static, non-initialized for pcc.
20949 (encode_terminal_code): Remove unused var.
20950
20951 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
20952 for K&R.
20953
20954 * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
20955
20956 * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
20957 (suffixes): Move out of make_subsidiaries for K&R.
20958
20959 * charset.c (map_charset_chars): Fix c_function declaration for K&R.
20960
20961 * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
20962
209632008-02-01 Dave Love <fx@gnu.org>
20964
20965 * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP.
20966
20967 * category.c (Fmodify_category_entry): Doc fix. Remove unused vars.
20968
209692008-02-01 Yong Lu <lyongu@asia-infonet.com>
20970
20971 * charset.c (Fdefine_charset_internal): Fix argument to bzero.
20972
20973 * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
20974
209752008-02-01 Kenichi Handa <handa@m17n.org>
20976
20977 * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
20978 vietnamese.elc to vietnamese.el. They are not bytecompiled now.
20979
209802008-02-01 Kenichi Handa <handa@m17n.org>
20981
20982 * coding.c (decode_coding_charset): Adjust for the change of
20983 Fdefine_coding_system_internal.
20984 (Fdefine_coding_system_internal): For a coding system of
20985 `charset' type, store a list of charset IDs in
20986 `charset_attr_charset_valids' element of coding attributes.
20987
209882008-02-01 Kenichi Handa <handa@m17n.org>
20989
20990 * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
20991 (emacs_mule_char): New arg src. Delete arg `composition'. Change
20992 caller. Handle 2-byte and 3-byte charsets correctly.
20993 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
20994 DECODE_EMACS_MULE_COMPOSITION_RULE. Change caller.
20995 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
20996 (DECODE_EMACS_MULE_21_COMPOSITION): Call
20997 DECODE_EMACS_MULE_COMPOSITION_RULE_21. Produce correct annotation
20998 sequence.
20999 (decode_coding_emacs_mule): Handle composition correctly. Rewind
21000 `src' and `consumed_chars' correctly before calling emacs_mule_char.
21001 (DECODE_COMPOSITION_START): Correctly handle the case of altchar
21002 and alt&rule composition.
21003 (decode_coding_iso_2022): Handle composition correctly.
21004 (init_coding_once): Setup emacs_mule_bytes for private charsets.
21005
21006 * charset.c (Fdefine_charset_internal): Fix bug for the case of
21007 re-defining a charset. If the charset has :emacs-mule-id, setup
21008 emacs_mule_bytes.
21009 (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
21010
210112008-02-01 Kenichi Handa <handa@m17n.org>
21012
21013 * coding.c (encode_coding_iso_2022, encode_coding_sjis)
21014 (encode_coding_big5, encode_coding_charset): If coding requires safe
21015 encoding, produce a character specified by
21016 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
21017
210182008-02-01 Dave Love <fx@gnu.org>
21019
21020 * xterm.c (XSetIMValues): Declare.
21021
21022 * process.c: Conditionally include sys/wait.h, pty.h.
21023
21024 * print.c (print_object): Fix print format for 64-bit systems.
21025
21026 * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
21027
21028 * buffer.c (emacs_strerror): Declare.
21029
21030 * fontset.c (Fclear_face_cache): Declare.
21031 (accumulate_font_info): Comment-out (unused).
21032 (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
21033 variables.
21034
21035 * character.h (string_escape_byte8): Declare.
21036
21037 * charset.c (load_charset_map, load_charset_map_from_file): Remove
21038 unused vars.
21039 (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
21040 (Fmap_charset_chars): Doc fix.
21041
21042 * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
21043 (Fset_coding_system_priority, Fset_coding_system_priority)
21044 (Fdefine_coding_system_internal): Doc fix.
21045
210462008-02-01 Dave Love <fx@gnu.org>
21047
21048 * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
21049
210502008-02-01 Kenichi Handa <handa@m17n.org>
21051
21052 * character.c (string_escape_byte8): Make multibyte string with
21053 correct size.
21054
21055 * charset.c (Fmake_char): Delete unnecessary code.
21056
210572008-02-01 Kenichi Handa <handa@m17n.org>
21058
21059 * xfns.c (x_encode_text): Allocate coding.destination here, and
21060 call encode_coding_object with dst_object Qnil.
21061
21062 * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
21063 multibyte form correctly.
21064
21065 * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
21066 against Vfont_encoding_alist.
21067
21068 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
21069 handling of charset list.
21070 (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
21071 (decode_coding_object): Move point to coding->dst_pos before
21072 calling post-read-conversion function.
21073 (encode_coding_object): Give correct arguments to
21074 pre-write-conversion. Ignore the return value of
21075 pre-write-conversion function. Pay attention to the case that
21076 pre-write-conversion changes the current buffer. If dst_object is
21077 Qt, even if coding->src_bytes is zero, allocate at least one byte
21078 to coding->destination.
21079
21080 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
21081
21082 * charset.c (Fmake_char): Make it more backward compatible.
21083 (Fmap_charset_chars): Fix docstring.
21084
210852008-02-01 Dave Love <fx@gnu.org>
21086
21087 * coding.c: Doc fixes.
21088 (Fdefine_coding_system_alias): Use names, not symbols, in
21089 coding-system-alist.
21090
210912008-02-01 Kenichi Handa <handa@m17n.org>
21092
21093 * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
21094 of calling free_realized_face.
21095
210962008-02-01 Yong Lu <lyongu@asia-infonet.com>
21097
21098 * charset.c (read_hex): Don't treat SPC as a comment starter.
21099 (decode_char): If CODE_POINT_TO_INDEX returns -1, always return -1.
21100 (Fdecode_char): Fix typo.
21101
211022008-02-01 Kenichi Handa <handa@m17n.org>
21103
21104 * charset.h (struct charset): New member `code_space_mask'.
21105
21106 * coding.c (coding_set_source): Delete the local variable beg_byte.
21107 (encode_coding_charset, Fdefine_coding_system_internal):
21108 Delete the local variable charset.
21109 (Fdefine_coding_system_internal): Setup
21110 attrs[coding_attr_charset_valids] correctly.
21111
21112 * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
21113 member to check if CODE is valid or not.
21114 (Fdefine_charset_internal): Initialize `code_space_mask' member.
21115 (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
21116 is within the range of charset->min_code and carset->max_code.
21117
211182008-02-01 Dave Love <fx@gnu.org>
21119
21120 * syntax.h (syntax_temp) [!__GNUC__]: Declare.
21121
21122 * dispextern.h (generate_ascii_font): Fix return type.
21123
21124 * xfaces.c (generate_ascii_font): Fix arg declaration.
21125
21126 * coding.c (coding_inherit_eol_type)
21127 (Fset_terminal_coding_system_internal)
21128 (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
21129
211302008-02-01 Kenichi Handa <handa@m17n.org>
21131
21132 * coding.c (decode_coding_charset, encode_coding_charset): Handle
21133 multiple charsets correctly.
21134
211352008-02-01 Kenichi Handa <handa@m17n.org>
21136
21137 * search.c (boyer_moore): Fix handling of multibyte character
21138 translation.
21139
21140 * xdisp.c (display_mode_element): When the variable `elt' is
21141 changed, update `this' and `lisp_string'.
21142
211432008-02-01 Kenichi Handa <handa@m17n.org>
21144
21145 * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
21146
21147 * callproc.c (Fcall_process): Be sure to give the current buffer
21148 to decode_coding_c_string. Update PT and PT_BYTE after the insertion.
21149
21150 * charset.c (struct charset_map_entries): New struct.
21151 (load_charset_map): Rename from parse_charset_map. New args
21152 entries and n_entries. Change caller.
21153 (load_charset_map_from_file): Rename from load_charset_map.
21154 Change caller. New arg control_flag. Call load_charset_map at
21155 the tail.
21156 (load_charset_map_from_vector): New function.
21157 (Fdefine_charset_internal): Setup charset.compact_codes_p.
21158 (encode_char): If the charset is compact, change a character index
21159 to a code point.
21160
21161 * coding.c (coding_alloc_by_making_gap): Check the case that the
21162 source and destination are the same correctly.
21163 (decode_coding_raw_text): Set coding->consumed_char and
21164 coding->consumed to 0.
21165 (produce_chars): If coding->chars_at_source is nonzero, update
21166 coding->consumed_char and coding->consumed before calling
21167 alloc_destination.
21168 (Fdefine_coding_system_alias): Register ALIAS in
21169 Vcoding_system_alist.
21170 (syms_of_coding): Define `no-conversion' coding system at the tail.
21171
21172 * fileio.c (Finsert_file_contents): Set coding_system instead of
21173 val. If the current buffer is multibyte, always call
21174 decode_coding_gap.
21175
21176 * xfaces.c (try_font_list): Give higher priority to fontset's
21177 family than face's family.
21178
211792008-02-01 Kenichi Handa <handa@m17n.org>
21180
21181 * callproc.c (Fcall_process): Be sure to give the current buffer
21182 to decode_coding_c_string.
21183
21184 * xfaces.c (try_font_list): Give a family specified in a fontset
21185 higher priority than a family specified in a face.
21186
211872008-02-01 Kenichi Handa <handa@m17n.org>
21188
21189 * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
21190 Fix arguments to insert_from_buffer.
21191
21192 * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
21193
211942008-02-01 Kenichi Handa <handa@m17n.org>
21195
21196 * coding.c (produce_chars): Set the variable `multibytep' correctly.
21197 (decode_coding_gap): Set coding->dst_multibyte correctly.
21198
211992008-02-01 Kenichi Handa <handa@m17n.org>
21200
21201 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
21202 (decode_coding_utf_16): Fix converting high and low bytes to code-point.
21203 (encode_coding_utf_16): Substitute coding->default_char for
21204 non-Unicode characters.
21205 (decode_coding): Don't call record_insert here.
21206 (setup_coding_system): Initialize `surrogate' of
21207 coding->spec.utf_16 to 0.
21208 (EMIT_ONE_BYTE): Fix for multibyte case.
21209
21210 * insdel.c (insert_from_gap): Call record_insert.
21211
212122008-02-01 Kenichi Handa <handa@m17n.org>
21213
21214 * casefiddle.c (casify_region): Fix multibyte case.
21215
21216 * character.c (c_string_width): Add return type `int'.
21217 (char_string_with_unification): Delete arg ADVANCED.
21218
21219 * character.h (CHAR_VALID_P): Don't call CHARACTERP.
21220 (CHAR_STRING): Adjust for the change of char_string_with_unification.
21221 (CHAR_STRING_ADVANCE): Make it do-while statement.
21222
21223 * chartab.c (sub_char_table_set_range): Optimize for the case
21224 DEPTH == 3. Add workaround code for a GCC optimization bug.
21225
21226 * charset.c (parse_charset_map): Remove an unused variable.
21227
21228 * coding.c: Delete unused variables.
21229
21230 * fileio.c (Finsert_file_contents): Set coding_system to Qnil
21231 earlier. If inserted is zero and the coding system doesn't
21232 require flushing, don't call decode_coding_gap.
21233
21234 * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
21235
212362008-02-01 Kenichi Handa <handa@m17n.org>
21237
21238 The following changes are for using Unicode as an internal
21239 character model, and use UTF-8 format for buffer/string
21240 representation.
21241
21242 * .gdbinit (xchartable): Adjust for the change of char table structure.
21243 (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
21244
21245 * Makefile.in (obj): Add character.o and chartab.o.
21246 (lisp, shortlisp): Remove utf-8.elc.
21247 (*.o): For many files, change dependency on charset.h to
21248 character.h, and add dependency on character.h.
21249 (character.o, chartab.o): New targets.
21250
21251 * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
21252 * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
21253 * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
21254 of "charset.h".
21255
21256 * dired.c, filelock.c: Include "character.h".
21257
21258 * alloc.c: Include "character.h" instead of "charset.h".
21259 (Fmake_char_table, make_sub_char_table): Move to chartab.c.
21260 (syms_of_alloc): Remove defsubr for Smake_char_table.
21261
21262 * buffer.c: Include "character.h" instead of "charset.h", don't
21263 include "coding.h".
21264 (Fset_buffer_multibyte): Adjust for UTF-8.
21265
21266 * buffer.h: EXFUN Fbuffer_live_p.
21267
21268 * callproc.c: Include "character.h" instead of "charset.h".
21269 (Fcall_process): Big change for the new code-conversion APIs.
21270
21271 * casetab.c: Include "character.h" instead of "charset.h".
21272 (set_canon, set_identity, shuffle): Adjust for the new
21273 map_char_table spec.
21274 (init_casetab_once): Call CHAR_TABLE_SET instead of directly
21275 accessing the char table structure.
21276
21277 * chartab.c: New file that implements char table.
21278
21279 * category.c: Include "character.h".
21280 (copy_category_entry): New function.
21281 (copy_category_table): Call map_char_table and copy_category_entry.
21282 (Fmake_category_table): Initialize all top-level slots.
21283 (char_category_set): New function.
21284 (modify_lower_category_set): Delete.
21285 (Fmodify_category_entry): Call char_table_ref_and_range.
21286
21287 * category.h (CATEGORY_SET): Just call char_category_set.
21288
21289 * ccl.c: Include "character.h".
21290 (Qccl, Qcclp): New variables.
21291 (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
21292 it's less than 256.
21293 (CCL_WRITE_MULTIBYTE_CHAR): Delete.
21294 (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
21295 and DST type.
21296 (ccl_driver): Change types of argument, adjust code accordingly.
21297 (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
21298 ccl_driver.
21299 (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
21300
21301 * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
21302 New members src_multibyte, dst_multibyte, consumed, and produced.
21303 (struct ccl_spec): Delete members decoder and encoder. New member ccl.
21304 (CODING_SPEC_CCL_PROGRAM): New macro.
21305 (ccl_driver): Update prototype.
21306 (Qccl, Qcclp, Fccl_program_p): Extern them.
21307 (CHECK_CCL_PROGRAM): New macro.
21308
21309 * character.c, character.h, chartab.c: New files.
21310
21311 * charset.c: Mostly re-written. Move character and multibyte sequence
21312 handling codes to character.c.
21313
21314 * charset.h: Mostly re-written. Move character and multibyte sequence
21315 handling codes to character.h.
21316
21317 * coding.c, coding.h: Mostly re-written.
21318
21319 * composite.c: Include "character.h" instead of "charset.h".
21320 (CHAR_WIDTH): Move to character.h.
21321 (HASH_KEY, HASH_VALUE): Delete.
21322
21323 * composite.h (enum composition_method): Change order of enumeration
21324 symbols.
21325
21326 * data.c: Include "character.h" instead of "charset.h".
21327 (Faref): Call CHAR_TABLE_REF for a char table.
21328 (Faset): Call CHAR_TABLE_SET for a char table.
21329
21330 * dispextern.h (free_realized_face, check_face_attribytes)
21331 (generate_ascii_font): Extern them.
21332 (free_realized_multibyte_face): Delete extern.
21333
21334 * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
21335 table structure.
21336
21337 * editfns.c: Include "character.h" instead of "charset.h".
21338 (Fchar_to_string): Always call CHAR_STRING.
21339
21340 * emacs.c (main): Call init_charset_once, init_charset,
21341 syms_of_chartab, and syms_of_character.
21342
21343 * fileio.c: Include "character.h" instead of "charset.h".
21344 (Finsert_file_contents): Big change for the new code-conversion API.
21345 (choose_write_coding_system, Fwrite_region): Likewise.
21346 (build_annotations_2): Delete.
21347 (e_write): Big change for the new code-conversion API.
21348
21349 * fns.c: Include "character.h" instead of "charset.h".
21350 (copy_sub_char_table): Move to chartab.c.
21351 (Fcopy_sequence): Call copy_char_table for a char table.
21352 (concat): Delete codes calling count_multibyte.
21353 (string_char_to_byte, string_byte_to_char): Adjust for the new
21354 multibyte form.
21355 (internal_equal): Adjust for the change of char table structure.
21356 (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
21357 (Fchar_table_extra_slot, Fset_char_table_extra_slot)
21358 (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
21359 (char_table_translate, optimize_sub_char_table)
21360 (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
21361 chartab.c.
21362 (char_table_ref_and_index): Delete.
21363 (HASH_KEY, HASH_VALUE): Move to lisp.h.
21364 (Fmd5): Call preferred_coding_system instead of accessing
21365 Vcoding_category_list. Adjust for the new code-conversion API.
21366 (syms_of_fns): Move defsubr for char table related functions to
21367 chartab.c.
21368
21369 * fontset.c: Mostly re-written.
21370
21371 * fontset.h (struct font_info): Change type of the member encoding_type.
21372 (enum FONT_SPEC_INDEX): New enum.
21373 (fontset_font_pattern, fs_load_font): Update prototype.
21374 (FS_LOAD_FONT): Adjust for the change of fs_load_font.
21375
21376 * indent.c: Include "character.h" instead of "charset.h".
21377 (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
21378
21379 * insdel.c: Include "character.h" instead of "charset.h".
21380 (copy_text): Don't refer to Vnonascii_translation_table.
21381 (insert_from_gap): New function.
21382
21383 * keyboard.c: Include "character.h" instead of "charset.h".
21384 (command_loop_1): Never call direct_output_forward_char before
21385 a non-ASCII character.
21386 (read_char): If Vkeyboard_translate_table is a char table, always
21387 translate a character.
21388
21389 * keymap.c: Include "character.h".
21390 (store_in_keymap): Handle the case that IDX is a cons.
21391 (Fdefine_key): Handle the case that KEY is a cons and the car part
21392 is also a cons (range).
21393 (push_key_description): Adjust for the new character code.
21394 (describe_vector): Call describe_char_table for a char table.
21395 (describe_char_table): New function.
21396
21397 * keymap.h (describe_char_table): Extern it.
21398
21399 * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
21400 (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
21401 (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
21402 (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
21403 Delete.
21404 (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
21405 structure.
21406 (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
21407 (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
21408 (CHARTAB_SIZE_BITS_3): New macros.
21409 (chartab_size): Extern it.
21410 (struct Lisp_Char_Table): Re-design.
21411 (struct Lisp_Sub_Char_Table): New structure.
21412 (HASH_KEY, HASH_VALUE): Move from fns.c.
21413 (CHARACTERBITS): Define as 22.
21414 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
21415 (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
21416 (GC_SUB_CHAR_TABLE_P): New macro.
21417 (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
21418 (code_convert_string_norecord): Deleted extern.
21419 (init_character_once, syms_of_character, init_charset)
21420 (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
21421
21422 * lread.c: Include "character.h".
21423 (read_multibyte): New arg NBYTES.
21424 (read_escape): Change the meaning of returned *BYTEREP.
21425 (to_multibyte): Delete.
21426 (read1): Adjust the handling of char table and string.
21427
21428 * print.c: Include "character.h" instead of "charset.h".
21429 (print_string): Convert 8-bit raw bytes to octal form by
21430 string_escape_byte8.
21431 (print_object): Adjust for the new multibyte form. Print 8-bit
21432 raw bytes always in octal form. Handle sub char table correctly.
21433
21434 * process.c: Include "character.h" instead of "charset.h".
21435 (read_process_output, send_process): Adjust for the new
21436 code-conversion API.
21437
21438 * puresize.h (BASE_PURESIZE): Increase.
21439
21440 * regex.c: Include "character.h" instead of "charset.h".
21441 (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
21442 (regex_compile): Accept a range whose starting and ending
21443 character have different leading bytes.
21444 (analyse_first): Adjust for the above change.
21445
21446 * search.c: Include "character.h" instead of "charset.h".
21447 (search_buffer, boyer_moore): Adjust for the new multibyte form.
21448 (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
21449
21450 * syntax.c: Include "character.h" instead of "charset.h".
21451 (syntax_parent_lookup): Delete.
21452 (Fmodify_syntax_entry): Accept a cons as CHAR.
21453 (skip_chars): Adjust for the new multibyte form.
21454 (init_syntax_once): Call char_table_set_range instead of directly
21455 accessing the structure of a char table.
21456
21457 * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
21458 (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
21459 (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
21460 (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
21461
21462 * term.c: Include "buffer.h" and "character.h".
21463 (encode_terminal_code, write_glyphs): Adjust for the new
21464 code-conversion API.
21465 (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
21466
21467 * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
21468
21469 * xdisp.c: Include "character.h".
21470 (get_next_display_element): Adjust for the new multibyte form.
21471 (disp_char_vector): Adjust for the new char table structure.
21472 (decode_mode_spec_coding): Adjust for the new structure of
21473 coding system.
21474 (decode_mode_spec): Adjust for the new code-conversion API.
21475
21476 * xfaces.c: Include "character.h" instead of "charset.h".
21477 (load_face_font): Adjust for the change of choose_face_font and
21478 FS_LOAD_FONT.
21479 (generate_ascii_font): New function.
21480 (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
21481 (set_font_frame_param): Adjust for the change of choose_face_font.
21482 (free_realized_face): Make it public.
21483 (free_realized_faces_for_fontset): Rename from
21484 free_realized_multibyte_face. Free also faces realized for ASCII.
21485 (choose_face_font): Change arguments. Adjust for the change of
21486 fontset_font_pattern and FS_LOAD_FONT.
21487
21488 * xfns.c: Include "character.h".
21489 (x_encode_text): Adjust for the new code-conversion API.
21490
21491 * xselect.c: Don't include "charset.h".
21492 (selection_data_to_lisp_data): Adjust for the new code conversion API.
21493
21494 * xterm.c: Include "character.h".
21495 (x_encode_char): New argument CHARSET. Change caller.
21496 (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
21497 Call ENCODE_CHAR instead of SPLIT_CHAR.
21498 (x_produce_glyphs): Don't check Vnonascii_translation_table Call
21499 CHAR_WIDTH instead of CHARSET_WIDTH.
21500 (XTread_socket): Adjust for the new code-conversion API.
21501 (x_new_font): Adjust for the change of FS_LOAD_FONT.
21502 (x_load_font): Adjust for the change of struct font.
21503
215042008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
21505
21506 * xfaces.c (face_at_buffer_position): Remove unused vars.
21507
215082008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
21509
21510 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
21511 Fix overflow checking.
21512
215132008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
21514
21515 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
21516 Cancel previous change.
21517
215182008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
21519
21520 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
21521 ccl->eight_bit_control. Fix check for buffer overflow.
21522 (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
21523 (ccl_driver): Initialize extra_bytes to 0.
21524
215252008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
21526
21527 * keyboard.c (make_ctrl_char): If C is a multibyte character, just
21528 return it ORed with ctrl_modifier.
21529
215302008-01-29 Miles Bader <miles@gnu.org>
21531
21532 * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
21533
215342008-01-28 Jason Rumney <jasonr@gnu.org>
21535
21536 * w32.c (stat): Don't double check for networked drive.
21537
215382008-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
21539
21540 * window.c (run_window_configuration_change_hook): New function.
21541 Code extracted from set_window_buffer. Set the selected frame.
21542 (set_window_buffer): Use it.
21543 * window.h (run_window_configuration_change_hook): Declare.
21544 * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
21545
21546 * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
21547
215482008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
21549
21550 * Makefile.in: Remove references to unused macros.
21551
215522008-01-26 Eli Zaretskii <eliz@gnu.org>
21553
21554 * w32.c (g_b_init_get_sid_sub_authority)
21555 (g_b_init_get_sid_sub_authority_count): New static variables.
21556 (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
21557 (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
21558 (init_user_info): Use them to retrieve uid and gid.
21559 Use 500/513, the Windows defaults, as Administrator's uid/gid.
21560 (fstat): Use pw_uid and pw_gid from the_passwd structure for
21561 st_uid and st_gid of the file.
21562
215632008-01-26 Jason Rumney <jasonr@gnu.org>
21564
21565 * w32.c (logon_network_drive): New function.
21566 (stat): Use it.
21567
215682008-01-26 Chong Yidong <cyd@stupidchicken.com>
21569
21570 * xdisp.c (pos_visible_p): Handle the case where charpos falls on
21571 invisible text covered with an ellipsis.
21572
215732008-01-25 Richard Stallman <rms@gnu.org>
21574
21575 * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
21576 jump back to beginning. Move some other initializations after that.
21577 (Qwindow_text_change_functions, Vwindow_text_change_functions):
21578 New variables.
21579 (syms_of_xdisp): Init them.
21580
21581 * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
21582
21583 * buffer.c (reset_buffer_local_variables):
21584 Implement `permanent-local-hook'.
21585 (Qpermanent_local_hook): New variable.
21586 (syms_of_buffer): Init and staticpro it.
21587
215882008-01-25 Michael Albinus <michael.albinus@gmx.de>
21589
21590 * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
21591
215922008-01-25 Thien-Thi Nguyen <ttn@gnuvola.org>
21593
21594 * fns.c (Fclrhash): Return TABLE.
21595
215962008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21597
21598 * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
21599 (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
21600 is set even without positional changes.
21601 (x_scroll_bar_clear): Set bar->redraw_needed_p.
21602
21603 * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
21604
216052008-01-23 Jason Rumney <jasonr@gnu.org>
21606
21607 * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
21608
21609 * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
21610 the unicode range available in MULE by locale-coding-system.
21611 Improve dbcs lead byte detection. Set event timestamp and modifiers
21612 earlier.
21613
216142008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21615
21616 * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
21617 [MAC_OSX] (init_mac_osx_environment): Initialize it.
21618 [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
21619 when used on child processes.
21620
216212008-01-21 Michael Albinus <michael.albinus@gmx.de>
21622
21623 * dbusbind.c (Fdbus_method_return_internal): Rename from
21624 Fdbus_method_return.
21625 (Fdbus_unregister_object): Move to dbus.el.
21626 (Fdbus_call_method, Fdbus_method_return_internal)
21627 (Fdbus_send_signal): Improve debug messages.
21628
216292008-01-20 Martin Rudalics <rudalics@gmx.at>
21630
21631 * undo.c (undo_inhibit_record_point): New variable.
21632 (syms_of_undo): Initialize it.
21633 (record_point): Don't record point when undo_inhibit_record_point
21634 is set.
21635
216362008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
21637
21638 * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
21639
21640 * xdisp.c (Qauto_hscroll_mode): New var.
21641 (syms_of_xdisp): Initialize it.
21642 (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
21643 window's buffer.
21644 (hscroll_windows): Don't check automatic_hscrolling_p here.
21645
21646 * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
21647 vscroll if we're setting window-buffer to the value it already has.
21648
216492008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
21650
21651 * m/intel386.h: Remove references to XENIX.
21652
216532008-01-17 Andreas Schwab <schwab@suse.de>
21654
21655 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
21656 instead of HAVE_X86_64_LIB64_DIR.
21657 * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
21658
216592008-01-17 Glenn Morris <rgm@gnu.org>
21660
21661 * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
21662 to HAVE_X86_64_LIB64_DIR.
21663
216642008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
21665
21666 * s/irix3-3.h:
21667 * s/irix4-0.h:
21668 * s/386-ix.h:
21669 * s/domain.h:
21670 * s/hpux9-x11r4.h:
21671 * s/hpux9shxr4.h: Remove files for systems no longer supported.
21672
21673 * sysdep.c: Remove code containing references to symbols defined
21674 by unsupported systems.
21675
216762008-01-16 Glenn Morris <rgm@gnu.org>
21677
21678 * coding.c (select-safe-coding-system-function): Doc fix.
21679
216802008-01-15 Glenn Morris <rgm@gnu.org>
21681
21682 * config.in: Revert 2008-01-13 change: this is a generated file.
21683
216842008-01-13 Tom Tromey <tromey@redhat.com>
21685
21686 * lisp.h: Fix typo.
21687
216882008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
21689
21690 * m/sequent-ptx.h:
21691 * m/sequent.h:
21692 * s/ptx.h:
21693 * s/ptx4-2.h:
21694 * s/ptx4.h: Remove files for systems no longer supported.
21695
21696 * callproc.c (Fcall_process): Fix previous change.
21697
216982008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
21699
21700 * unexsunos4.c: Remove file, system not supported anymore.
21701
21702 * m/mips.h:
21703 * m/intel386.h:
21704 * callproc.c:
21705 * config.in:
21706 * ecrt0.c:
21707 * emacs.c:
21708 * fileio.c:
21709 * frame.c:
21710 * getpagesize.h:
21711 * keyboard.c:
21712 * lread.c:
21713 * process.c:
21714 * puresize.h:
21715 * sysdep.c:
21716 * systty.h:
21717 * syswait.h:
21718 * unexec.c:
21719 * xdisp.c:
21720 * alloc.c: Remove code containing references to symbols defined by
21721 unsupported systems.
21722
217232008-01-11 Kenichi Handa <handa@ni.aist.go.jp>
21724
21725 * coding.c (detect_coding_mask): Fix previous change.
21726
217272008-01-09 Kenichi Handa <handa@ni.aist.go.jp>
21728
21729 * coding.c (detect_coding_iso2022): New arg
21730 latin_extra_code_state. Allow Latin extra codes only
21731 when *latin_extra_code_state is nonzero.
21732 (detect_coding_mask): If there is a NULL byte, detect the encoding
21733 as UTF-16 or binary. If Latin extra codes exist, detect the
21734 encoding as ISO-2022 only when there's no other proper encoding is
21735 found.
21736
217372008-01-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21738
21739 * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
21740 #ifdef MAC_OS.
21741
217422008-01-08 Richard Stallman <rms@gnu.org>
21743
21744 * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
21745
217462008-01-06 Nick Roberts <nickrob@snap.net.nz>
21747
21748 * keyboard.c (parse_menu_item): Don't enclose key bindings on
21749 menu bar in parentheses.
21750
217512008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
21752
21753 * m/7300.h:
21754 * m/acorn.h:
21755 * m/alliant-2800.h:
21756 * m/alliant.h:
21757 * m/alliant1.h:
21758 * m/alliant4.h:
21759 * m/altos.h:
21760 * m/amdahl.h:
21761 * m/apollo.h:
21762 * m/att3b.h:
21763 * m/aviion-intel.h:
21764 * m/aviion.h:
21765 * m/celerity.h:
21766 * m/clipper.h:
21767 * m/cnvrgnt.h:
21768 * m/convex.h:
21769 * m/cydra5.h:
21770 * m/delta88k.h:
21771 * m/dpx2.h:
21772 * m/dual.h:
21773 * m/elxsi.h:
21774 * m/f301.h:
21775 * m/gould-np1.h:
21776 * m/gould.h:
21777 * m/i860.h:
21778 * m/ibmps2-aix.h:
21779 * m/ibmrt-aix.h:
21780 * m/ibmrt.h:
21781 * m/irist.h:
21782 * m/is386.h:
21783 * m/isi-ov.h:
21784 * m/mega68.h:
21785 * m/mg1.h:
21786 * m/news-r6.h:
21787 * m/news-risc.h:
21788 * m/news.h:
21789 * m/nh3000.h:
21790 * m/nh4000.h:
21791 * m/ns16000.h:
21792 * m/ns32000.h:
21793 * m/nu.h:
21794 * m/orion.h:
21795 * m/orion105.h:
21796 * m/paragon.h:
21797 * m/pfa50.h:
21798 * m/plexus.h:
21799 * m/pyramid.h:
21800 * m/pyrmips.h:
21801 * m/sh3el.h:
21802 * m/sps7.h:
21803 * m/sr2k.h:
21804 * m/stride.h:
21805 * m/sun1.h:
21806 * m/sun2.h:
21807 * m/sun3-68881.h:
21808 * m/sun3-fpa.h:
21809 * m/sun3-soft.h:
21810 * m/sun3.h:
21811 * m/sun386.h:
21812 * m/symmetry.h:
21813 * m/tad68k.h:
21814 * m/tahoe.h:
21815 * m/targon31.h:
21816 * m/tek4300.h:
21817 * m/tekxd88.h:
21818 * m/tower32.h:
21819 * m/tower32v3.h:
21820 * m/ustation.h:
21821 * m/wicat.h:
21822 * m/xps100.h:
21823 * s/cxux.h:
21824 * s/cxux7.h:
21825 * s/dgux.h:
21826 * s/dgux4.h:
21827 * s/dgux5-4-3.h:
21828 * s/dgux5-4r2.h:
21829 * s/esix.h:
21830 * s/esix5r4.h:
21831 * s/hiuxmpp.h:
21832 * s/hiuxwe2.h:
21833 * s/iris3-5.h:
21834 * s/iris3-6.h:
21835 * s/isc2-2.h:
21836 * s/isc3-0.h:
21837 * s/isc4-0.h:
21838 * s/isc4-1.h:
21839 * s/newsos5.h:
21840 * s/newsos6.h:
21841 * s/osf1.h:
21842 * s/osf5-0.h:
21843 * s/riscix1-1.h:
21844 * s/riscix12.h:
21845 * s/sco4.h:
21846 * s/sco5.h:
21847 * s/sunos4-0.h:
21848 * s/sunos4-1.h:
21849 * s/sunos413.h:
21850 * s/sunos4shr.h:
21851 * s/umax.h:
21852 * s/unipl5-2.h:
21853 * s/xenix.h:
21854 * cxux-crt0.s:
21855 * unexapollo.c:
21856 * unexconvex.c:
21857 * unexenix.c:
21858 * unexsni.c: Remove files for systems no longer supported.
21859
21860 * m/intel386.h: Remove references to unsupported systems.
21861
21862 * w32.c (get_emacs_configuration): Remove reference to i860.
21863
21864 * sysdep.c: Remove dead code.
21865
218662008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
21867
21868 * s/rtu.h:
21869 * m/masscomp.h: Remove files. Platform is obsolete.
21870
218712008-01-04 Michael Albinus <michael.albinus@gmx.de>
21872
21873 * dbusbind.c (Fdbus_method_return): New function.
21874 (xd_read_message): Add the serial number to the event.
21875 (Fdbus_register_method): Activate the function.
21876
218772008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
21878
21879 * keyboard.c (read_key_sequence): Fix typo.
21880
218812008-01-03 Michael Albinus <michael.albinus@gmx.de>
21882
21883 * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
21884 (xd_signature, xd_append_arg): Handle element type detection for
21885 empty arrays.
21886 (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
21887 SDATA () calls; this must be solved more general.
21888 (Fdbus_register_signal): Use SBYTES instead of strlen.
21889
218902008-01-03 Magnus Henoch <magnus@zemdatav>
21891
21892 * dbusbind.c (xd_append_arg): Use unsigned char instead of
21893 unsigned int for byte values (necessary for big-endian platform).
21894 (Fdbus_call_method): Handle the case of no returned arguments.
21895
218962007-12-31 Tom Tromey <tromey@redhat.com> (tiny change)
21897
21898 * dbusbind.c (xd_read_message): Use non-static input_event struct.
21899
219002007-12-31 Magnus Henoch <mange@freemail.hu>
21901
21902 * dbusbind.c (xd_signature): Signature of variant is just "v".
21903
219042007-12-30 Michael Albinus <michael.albinus@gmx.de>
21905
21906 * dbusbind.c: Fix several errors and compiler warnings.
21907 Reported by Tom Tromey <tromey@redhat.com>.
21908 (XD_ERROR, XD_DEBUG_MESSAGE)
21909 (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
21910 (xd_append_arg): Part for basic D-Bus types rewritten.
21911 (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
21912 DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not
21913 appropriate.
21914 (xd_read_message): Return Qnil. Don't signal an error; it is not
21915 useful during event reading.
21916 (Fdbus_register_signal): Signal an error if the check for
21917 FUNCTIONP fails.
21918 (Fdbus_register_method): New function. The implementation is not
21919 complete, the call of the function signals an error therefore.
21920 (Fdbus_unregister_object): New function, renamed from
21921 Fdbus_unregister_signal. The initial check signals an error, if
21922 the object is not well formed.
21923
219242007-12-30 Richard Stallman <rms@gnu.org>
21925
21926 * textprop.c (get_char_property_and_overlay):
21927 Signal error if POSITION is out of range in a buffer.
21928
219292007-12-29 Martin Rudalics <rudalics@gmx.at>
21930
21931 * w32fns.c (Fx_create_frame): Make copy of frame parameters
21932 because the original parameters are in pure storage now.
21933
219342007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21935
21936 * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
21937
219382007-12-22 Eli Zaretskii <eliz@gnu.org>
21939
21940 * callint.c (syms_of_callint) <command-history>: Add reference to
21941 history-length in the doc string.
21942
219432007-12-17 Jason Rumney <jasonr@gnu.org>
21944
21945 * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
21946 before passing as wParam.
21947
219482007-12-22 Michael Albinus <michael.albinus@gmx.de>
21949
21950 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
21951 DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
21952 DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
21953 Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
21954 as number.
21955 (Fdbus_call_method): Fix docstring.
21956
219572007-12-21 Michael Albinus <michael.albinus@gmx.de>
21958
21959 * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
21960 New macros.
21961 (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
21962 (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
21963 Simplify.
21964 (xd_signature): New function.
21965 (xd_append_arg): Compute also signatures. Major rewrite.
21966 (xd_retrieve_arg): Make debug messages friendly.
21967 (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
21968 Check for signatures of arguments.
21969
219702007-12-19 Michael Albinus <michael.albinus@gmx.de>
21971
21972 * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
21973 (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
21974 (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
21975 (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
21976 (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
21977 (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
21978 (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
21979 (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
21980 (xd_retrieve_value): Remove. Functionality included in ...
21981 (xd_append_arg): New function.
21982 (Fdbus_call_method, Fdbus_send_signal): Apply it.
21983
219842007-12-16 Michael Albinus <michael.albinus@gmx.de>
21985
21986 * dbusbind.c (top): Include <stdio.h>.
21987 (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
21988 dbus_message_new_method_call and dbus_message_new_signal.
21989 (Fdbus_register_signal): Rename unique_name to uname.
21990 Check handler for FUNCTIONP instead of CHECK_SYMBOL. Handle case of
21991 non-existing unique name. Fix typos in matching rule. Return an
21992 object which is useful in Fdbus_unregister_signal.
21993 (Fdbus_unregister_signal): Reimplementation, in order to remove
21994 only the corresponding entry.
21995 (Vdbus_registered_functions_table): Change the order of entries.
21996 Apply these changes in xd_read_message and Fdbus_register_signal.
21997
219982007-12-16 Andreas Schwab <schwab@suse.de>
21999
22000 * fileio.c (Finsert_file_contents): Fix overflow check to not
22001 depend on undefined integer overflow.
22002
220032007-12-14 Jason Rumney <jasonr@gnu.org>
22004
22005 * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
22006 for characters above 127.
22007
220082007-12-13 Jason Rumney <jasonr@gnu.org>
22009
22010 * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
22011 before dereferencing array.
22012 (lookup_vk_code): Remove zero comparison.
22013
220142007-12-14 Michael Albinus <michael.albinus@gmx.de>
22015
22016 * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
22017 (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
22018 Use `unsigned int' instead of `uint'.
22019 (xd_read_message, Fdbus_register_signal): Split expressions into
22020 multiple lines before operators "&&" and "||", according to the
22021 GNU Coding Standards.
22022
220232007-12-14 Eli Zaretskii <eliz@gnu.org>
22024
22025 * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
22026
220272007-12-12 Juri Linkov <juri@jurta.org>
22028
22029 * buffer.c (Frename_buffer): In interactive spec replace
22030 `read-buffer' with `read-string' that uses `buffer-name-history'
22031 as history, and the current buffer's name as default.
22032
220332007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
22034
22035 * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
22036 manipulating the backtrace manually.
22037 (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
22038 (struct backtrace, backtrace_list): Remove.
22039 (command_loop_1): Remove dead var `no_direct'.
22040
22041 * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
22042 preserve non-built-in buffer-local variables.
22043 (Fkill_all_local_variables): Don't re-create&re-set permanent
22044 buffer-local variables.
22045
220462007-12-09 Juri Linkov <juri@jurta.org>
22047
22048 * buffer.c (Frename_buffer): Change interactive spec from "s" to
22049 Lisp code that uses `read-buffer' with current buffer as default.
22050
220512007-12-08 Michael Albinus <michael.albinus@gmx.de>
22052
22053 * dbusbind.c (xd_read_message): Generate an event for every
22054 registered handler. There might be several handlers registered
22055 for the same signal.
22056 (Fdbus_register_signal): Don't overwrite a registration for the
22057 same signal. Add a new registration if handlers are different.
22058 (Vdbus_registered_functions_table): Rework doc string.
22059
220602007-12-07 Michael Albinus <michael.albinus@gmx.de>
22061
22062 * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
22063 (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
22064 DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
22065 (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
22066 Unify argument lists.
22067 (xd_read_message, Fdbus_register_signal): Reorder and extend event
22068 arguments and hash table keys. Use unique name for service.
22069 (Fdbus_unregister_signal): Remove checks.
22070 (Vdbus_registered_functions_table): Fix doc string.
22071
220722007-12-05 Magnus Henoch <mange@freemail.hu>
22073
22074 * process.c (make_process): Initialize pty_flag to 0.
22075
220762007-12-05 Jason Rumney <jasonr@gnu.org>
22077
22078 * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
22079 specified XBMs.
22080
220812007-12-05 Richard Stallman <rms@gnu.org>
22082
22083 * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
22084
220852007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22086
22087 * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
22088 New variable.
22089 (mac_try_close_socket) [MAC_OSX]: New function.
22090 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
22091 Update cfsockets_for_select. Replace invalid CFRunLoop source.
22092
22093 * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
22094 Use mac_try_close_socket.
22095
220962007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22097
22098 * unexmacosx.c (unrelocate): New argument BASE. Use it instead of
22099 reloc_base.
22100 (copy_dysymtab): Compute relocation base here.
22101 (rebase_reloc_address) [__ppc64__]: New function.
22102 (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
22103 changed.
22104
221052007-12-05 Jason Rumney <jasonr@gnu.org>
22106
22107 * w32proc.c (sys_spawnve): Quote args with wildcards.
22108
221092007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22110
22111 * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
22112 __objc_* sections.
22113 (unrelocate) [_LP64]: Set relocation base to address of data segment.
22114
221152007-12-05 Michael Albinus <michael.albinus@gmx.de>
22116
22117 * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
22118 Move check for Vdbus_registered_functions_table to
22119 xd_read_queued_messages.
22120 (xd_read_queued_messages): Protect xd_read_message calls by
22121 internal_condition_case_1.
22122
221232007-12-04 Michael Albinus <michael.albinus@gmx.de>
22124
22125 * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
22126 Qdbus_system_bus and Qdbus_session_bus, respectively.
22127 (Vdbus_intern_symbols): Remove.
22128 (Vdbus_registered_functions_table): New hash table.
22129 (XD_SYMBOL_INTERN_SYMBOL): Remove.
22130 (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
22131 Rewrite in order to manage registered functions by hash table
22132 Vdbus_registered_functions_table.
22133
221342007-12-03 Jan Djärv <jan.h.d@swipnet.se>
22135
22136 * xterm.c: Update URL to Window Manager Specification in comment.
22137
221382007-12-02 Michael Albinus <michael.albinus@gmx.de>
22139
22140 * config.in (HAVE_DBUS): Add.
22141
22142 * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
22143 (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
22144 (obj): Add $(DBUS_OBJ).
22145 (LIBES): Add $(DBUS_LIBS).
22146 (dbusbind.o): New target.
22147
22148 * dbusbind.c: New file.
22149
22150 * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
22151
22152 * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
22153 (Qdbus_event): New Lisp symbol.
22154 (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
22155 (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
b97439ce 22156 (keys_of_keyboard): Define dbus-event.
aac0c6e3
MR
22157
22158 * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
22159
221602007-12-01 Richard Stallman <rms@gnu.org>
22161
22162 * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
22163
221642007-11-30 Jason Rumney <jasonr@gnu.org>
22165
22166 * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
22167 (w32con_reset_terminal_modes): Clear screen buffer.
22168 (w32_face_attributes): Don't use color indexes that are out of range.
22169 Only reverse the default colors.
22170
22171 * xfaces.c (map_tty_color, tty_color_name): Remove special case for
22172 WINDOWSNT.
22173
22174 * w32console.c, w32term.h (vga_stdcolor_name): Remove.
22175
221762007-11-29 Jason Rumney <jasonr@gnu.org>
22177
22178 * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
22179 (w32_face_attributes): Use Vtty_defined_color_alist to determine
22180 if the terminal colors are initialized.
22181 (unspecified_fg, unspecified_bg): Remove unused declarations.
22182
221832007-11-29 Andreas Schwab <schwab@suse.de>
22184
22185 * keyboard.c (apply_modifiers): Fix typo.
22186
221872007-11-29 Richard Stallman <rms@gnu.org>
22188
22189 * keymap.c (Fcurrent_local_map): Doc fix.
22190
221912007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
22192
22193 * s/gnu-kfreebsd.h: New file.
22194
221952007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
22196
22197 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
22198 Don't cast redundantly.
22199
22200 * keyboard.c (KEY_TO_CHAR): New macro.
22201 (parse_modifiers, apply_modifiers): Accept integer arguments.
22202 (read_key_sequence): Use them to unify the "shift->unshift" mapping
22203 for chars and symbol keys.
22204 After doing such remapping, apply function-key-map again.
22205
222062007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
22207
22208 * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
22209 compiled anymore.
22210
222112007-11-26 Andreas Schwab <schwab@suse.de>
22212
22213 * process.c (list_processes_1): Fix indentation level of the
22214 command column.
22215
222162007-11-23 Andreas Schwab <schwab@suse.de>
22217
22218 * editfns.c (Fformat): Handle %c specially since it requires the
22219 argument to be of type int.
22220
222212007-11-23 Markus Triska <markus.triska@gmx.at>
22222
22223 * emacs.c (main): Call init_editfns before init_process, since
22224 init_process sets Vprocess_connection_type depending on OS release.
22225
222262007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
22227
22228 * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
22229 (find_symbol_value): Use do_symval_forwarding.
22230
22231 * data.c (set_internal): Set the value in the `cons-cell' (for
22232 Buffer_Local_values) not only for frame-local variables.
22233
222342007-11-22 Andreas Schwab <schwab@suse.de>
22235
22236 * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
22237 values to sprintf.
22238 * keymap.c (Fsingle_key_description): Likewise.
22239 * print.c (print_object): Likewise.
22240
222412007-11-22 Jan Djärv <jan.h.d@swipnet.se>
22242
22243 * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
22244 file for image is nil.
22245
222462007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
22247
22248 * term.c: Include stdarg.h.
22249 (fatal): Implement using varargs.
22250 * lisp.h (fatal): Add argument types. (Restore 2005-09-30 change).
22251
222522007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
22253
22254 * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
22255 * data.c (store_symval_forwarding): Get type from buffer_objfwd.
22256 Update call to buffer_slot_type_mismatch.
22257 * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
22258 (buffer_slot_type_mismatch): Update.
22259 * buffer.c (buffer_local_types): Remove.
22260 (buffer_slot_type_mismatch): Get the symbol and type as arguments.
22261 (defvar_per_buffer): Set the type in the buffer_objfwd.
22262
222632007-11-21 Jason Rumney <jasonr@gnu.org>
22264
22265 * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
22266 CreateFileMapping returns NULL on failure.
22267
222682007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
22269
22270 * search.c (Fset_match_data): Remove the `evaporate' feature.
22271 (unwind_set_match_data): Don't use the `evaporate' feature.
22272
222732007-11-21 Jason Rumney <jasonr@gnu.org>
22274
22275 * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
22276
22277 * w32console.c (w32con_write_glyphs): Remove unused variables.
22278
222792007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
22280
22281 * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
22282
22283 * s/darwin.h (MULTI_KBOARD): Remove.
22284
22285 * macfns.c (x_create_tip_frame, Fx_create_frame)
22286 (x_create_tip_frame): Don't deal with MULTI_KBOARD.
22287
222882007-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
22289
22290 * buffer.c (Fbuffer_local_value): Remove redundant test.
22291 (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
22292 than in `current-buffer' to match the comment.
22293 Do the swap using swap_in_global_binding.
22294
22295 * data.c (store_symval_forwarding, set_internal):
22296 * eval.c (specbind): Remove dead code.
22297
22298 * coding.c (detect_coding, Fupdate_coding_systems_internal):
22299 * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
22300 Since we do not want to see internal Lisp_*fwd objects here.
22301
223022007-11-18 Jan Djärv <jan.h.d@swipnet.se>
22303
22304 * sysdep.c (init_system_name): Use getaddrinfo if available.
22305
22306 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
22307 (x_scroll_bar_note_movement): start, end, with, height in struct
22308 scroll_bar are integers and not Lisp_Object, so remove XINT for them.
22309
223102007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
22311
22312 * puresize.h (BASE_PURESIZE): Increase to 1190000.
22313
223142007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
22315
22316 * buffer.h (struct buffer): Move `undo_list' back to before `name'.
22317 This undoes Richard's change of 14-Oct-2002.
22318
22319 * alloc.c (allocate_other_vector):
22320 * lisp.h (allocate_other_vector): Remove.
22321
22322 * window.c (struct save_window_data): Move non-lisp data to the end
22323 and make it `int' rather than Lisp_Object.
22324 (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
22325 Done wrap/unwrap integer values.
22326 (Fset_window_configuration, compare_window_configurations):
22327 Update use of fields to their new types.
22328
22329 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
22330 Turn integer fields into `int'. Merge x_window_low and x_window_high.
22331 (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
22332 (SET_SCROLL_BAR_X_WINDOW): Remove.
22333 (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
22334 Access the new x_window field directly.
22335 * xterm.c (x_scroll_bar_create): Use a pseudovector.
22336 Don't wrap/unwrap integers into Lisp_Objects.
22337 (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
22338 (x_scroll_bar_report_motion):
22339 Don't wrap/unwrap integers into Lisp_Objects.
22340 (x_term_init): Use SDATA.
22341 (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
22342 (x_scroll_bar_set_handle, x_scroll_bar_remove)
22343 (XTset_vertical_scroll_bar, x_scroll_bar_expose)
22344 (x_scroll_bar_report_motion, x_scroll_bar_clear):
22345 * xfns.c (x_set_background_color):
22346 * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
22347 Access the new x_window field directly.
22348
22349 * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
22350 (allocate_pseudovector): Make non-static.
22351
22352 * lisp.h (enum pvec_type): New tag PVEC_OTHER.
22353 (allocate_pseudovector): Declare.
22354 (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
22355
223562007-11-15 Andreas Schwab <schwab@suse.de>
22357
22358 * editfns.c (Fformat): Correctly format EMACS_INT values.
22359 Also take precision into account when formatting an integer.
22360
22361 * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
22362
223632007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
22364
22365 * keyboard.c (Fevent_symbol_parse_modifiers): New function.
22366 (syms_of_keyboard): Defsubr it.
22367
22368 * data.c (swap_in_global_binding): Fix longstanding bug where
22369 store_symval_forwarding was not called with the right second argument,
22370 thus causing objfwd-ing from being dropped.
22371
223722007-11-14 Juanma Barranquero <lekktu@gmail.com>
22373
22374 * macfns.c (Fx_create_frame, Fx_display_pixel_width)
22375 (Fx_display_pixel_height, Fx_display_planes)
22376 (Fx_display_color_cells, Fx_server_max_request_size)
22377 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
22378 (Fx_display_visual_class, Fx_display_save_under):
22379 * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
22380 (Fx_display_pixel_height, Fx_display_planes)
22381 (Fx_display_color_cells, Fx_server_max_request_size)
22382 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
22383 (Fx_display_mm_height, Fx_display_mm_width)
22384 (Fx_display_backing_store, Fx_display_visual_class)
22385 (Fw32_select_font, Fx_display_save_under):
22386 * xfns.c (Fx_create_frame, Fx_display_pixel_width)
22387 (Fx_display_pixel_height, Fx_display_planes)
22388 (Fx_display_color_cells, Fx_server_max_request_size)
22389 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
22390 (Fx_display_save_under): Fix typos in docstrings.
22391
223922007-11-14 Juanma Barranquero <lekktu@gmail.com>
22393
22394 * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
22395 corresponding to deleted entries; they are an implementation detail.
22396 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
22397 Remove variables.
22398 (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
22399 (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
22400 (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
22401 (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
22402 (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
22403 (Fw32_define_rgb_color, Fw32_load_color_file)
22404 (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
22405 Fix typos in docstrings.
22406 (Fx_server_version): Reflow docstring.
22407 (Fw32_shell_execute): Doc fixes.
22408
224092007-11-13 Juanma Barranquero <lekktu@gmail.com>
22410
22411 * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
22412 if w32_parse_hot_key returned nil.
22413
224142007-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
22415
22416 * xdisp.c (load_overlay_strings): Fix copy&paste typo.
22417
224182007-11-09 Jason Rumney <jasonr@gnu.org>
d6c952f8 22419
aac0c6e3
MR
22420 * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
22421
22422 * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
22423
22424 * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
22425 Remove W32_SCROLL_BAR_CLICK_EVENT.
22426
22427 * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
22428 Add MULTIMEDIA_KEY_EVENT.
22429
22430 * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
22431 (lispy_multimedia_keys) [WINDOWSNT]: New array.
22432 (make_lispy_event) [WINDOWSNT]: Use it to translate
22433 MULTIMEDIA_KEY_EVENT.
22434
22435 * w32term.h (WM_APPCOMMAND): Define if not already.
22436 (GET_APPCOMMAND_LPARAM): Likewise.
22437
22438 * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
22439 WM_APPCOMMAND.
22440
22441 * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
22442 (syms_of_w32fns): Export and initialize it.
22443 (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
22444
224452007-11-09 Chong Yidong <cyd@stupidchicken.com>
22446
22447 * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
22448 twice.
22449
22450 * xdisp.c (handle_face_prop): Fix last change.
22451
224522007-11-09 Richard Stallman <rms@gnu.org>
22453
22454 * xdisp.c (handle_face_prop): Test for strings that came from overlays,
22455 not just for after-strings and before-strings.
22456 Call face_for_overlay_string and pass the overlay to it.
22457 (handle_display_prop): Determine whether property came from an overlay.
22458 Pass OVERLAY arg to handle_single_display_spec.
22459 (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
22460 (load_overlay_strings): Fill in it->string_overlays.
22461 (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
22462
22463 * xfaces.c (face_for_overlay_string): Function renamed from
22464 face_at_buffer_position_no_overlays, and add arg OVERLAY.
22465
22466 * dispextern.h (struct it): New elt string_overlays.
22467 New elt from_overlay, also in stack.
22468 Rearrange a few elements.
22469 (face_for_overlay_string): Decl renamed from
22470 face_at_buffer_position_no_overlays, and add argument.
22471
224722007-11-09 Richard Stallman <rms@gnu.org>
22473
22474 * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
22475 to get the base face for an overlay string.
22476
22477 * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
22478
22479 * xfaces.c (face_at_buffer_position_no_overlays): New function.
22480
22481 * xdisp.c (handle_stop): Move some code out of loop.
22482
224832007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22484
22485 * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
22486 Fix conversion from Lisp object to ATSUFontID.
22487
224882007-11-09 Jason Rumney <jasonr@gnu.org>
22489
22490 * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
22491
224922007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22493
22494 * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
22495 Don't assume regions are aligned to page boundary.
22496 (print_load_command_name): Add LC_UUID if defined.
22497
224982007-11-09 Richard Stallman <rms@gnu.org>
22499
22500 * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
22501
225022007-11-07 Jason Rumney <jasonr@gnu.org>
22503
22504 * s/windows95.h: Remove.
22505
225062007-11-06 Jan Djärv <jan.h.d@swipnet.se>
22507
22508 * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
22509 abort with a message on unhandled store_type values.
22510
225112007-11-01 Jan Djärv <jan.h.d@swipnet.se>
22512
22513 * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
22514 Remove HAVE_X11R5 and HAVE_X11R4.
22515
225162007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
22517
22518 * Makefile.in: Remove references to sunfns.c and sunfns.o.
22519
225202007-11-01 Johan Bockgård <bojohan@gnu.org>
22521
22522 * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
22523 Don't set s->stippled_p here, since it has already been set by
22524 x_set_glyph_string_gc from x_draw_glyph_string.
22525
225262007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
22527
22528 * sunfns.c: Remove file.
22529
22530 * m/sun386.h:
22531 * m/sun2.h:
22532 * m/sparc.h: Remove Sun windows code.
22533
225342007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
22535
22536 * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
22537 (init_keyboard): Set current_kboard's window-system to nil.
22538 (tty_read_avail_input): Typo.
22539 * frame.c (make_initial_frame): Don't initialize the initial_kboard.
22540
225412007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
22542
22543 * s/usg5-4.h:
22544 * s/usg5-3.h:
22545 * s/ptx.h:
22546 * m/is386.h:
22547 * m/ibmps2-aix.h:
22548 * Makefile.in: Remove all mentions of X10.
22549
22550 * dispnew.c (syms_of_display): Don't mention version 10.
22551
225522007-10-28 Juanma Barranquero <lekktu@gmail.com>
22553
22554 * makefile.w32-in (OBJ1): Remove abbrev.$(O).
22555 ($(BLD)/abbrev.$(O)): Remove.
22556
225572007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
22558
22559 Rewrite abbrev.c in Elisp.
22560 * image.c (Qcount): Don't declare as extern.
22561 (syms_of_image): Initialize and staticpro `Qcount'.
22562 * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
22563 * emacs.c (main): Don't call syms_of_abbrev.
22564 * Makefile.in (obj): Remove abbrev.o.
22565 (abbrev.o): Remove.
22566 * abbrev.c: Remove.
22567
225682007-10-26 Martin Rudalics <rudalics@gmx.at>
22569
22570 * window.c (window_min_size_2): Don't count header-line.
22571
225722007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
22573
22574 * frame.h (struct frame): Move all bit fields after the first bit
22575 field to take advantage of the available space. Group all the
22576 chars together to reduce wasted space due to padding.
22577
225782007-10-26 Juanma Barranquero <lekktu@gmail.com>
22579
22580 * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
22581
22582 * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
22583 (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
22584 (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
22585 (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
22586 (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
22587 (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
22588 (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
22589 (last_marked, mark_object_loop_halt): Make static.
22590
22591 * frame.c (syms_of_frame) <delete-frame-functions>:
22592 Fix typo in docstring.
22593
225942007-10-25 Juanma Barranquero <lekktu@gmail.com>
22595
22596 * w32.c (init_environment): Fix tiny memory leak.
22597 (w32_get_resource): Remove unused variable `ok'.
22598
225992007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
22600
22601 Make `window-system' into a keyboard-local variable (rather than
22602 frame-local as done originally by multi-tty).
22603
22604 * keyboard.h (struct kboard): Add Vwindow_system.
22605 * keyboard.c (init_kboard): Set a default for Vwindow_system.
22606 (mark_kboards): Mark Vwindow_system.
22607
22608 * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
22609 (init_display): Don't set the obsolete `window-system' frame-param.
22610
22611 * xterm.c (x_term_init):
22612 * w32term.c (w32_create_terminal):
22613 * term.c (init_tty): Set Vwindow_system.
22614 * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
22615 multi-tty merge maybe?), copied from w32term.c. Set Vwindow_system.
22616
22617 * xfns.c (Fx_create_frame, x_create_tip_frame):
22618 * w32fns.c (Fx_create_frame, x_create_tip_frame):
22619 * macfns.c (Fx_create_frame):
22620 Don't set the obsolete `window-system' frame-param.
22621
22622 * frame.h (Qwindow_system): Remove.
22623 * frame.c (Qwindow_system): Remove. In `syms_of_frame' as well.
22624 (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
22625
226262007-10-24 Richard Stallman <rms@gnu.org>
22627
22628 * frame.c (x_figure_window_size): For fullscreen case,
22629 set USPosition | PPosition without clobbering rest of window_prompting.
22630
22631 * keyboard.c (Fcurrent_idle_time): Doc fix.
22632
22633 * print.c (Fwith_output_to_temp_buffer): Doc fix.
22634
226352007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
22636
22637 * process.c (unwind_request_sigio): Only define if __ultrix__.
22638
22639 * callproc.c (child_setup): Remove spurious *.
22640
22641 * lisp.h (Fget_text_property): Declare.
22642 (have_menus_p): Declare it here rather than in sys-dep header files.
22643 * macterm.h (have_menus_p):
22644 * msdos.h (have_menus_p):
22645 * xterm.h (have_menus_p): Remove.
22646
22647 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
22648 (Fmake_variable_frame_local): Just check the variable's const-ness
22649 rather than checking nil or t.
22650
226512007-10-22 Jason Rumney <jasonr@gnu.org>
22652
22653 * w32fns.c: Include math.h.
22654 (w32_abort): Declaration moved to nt/config.nt.
22655
22656 * s/ms-w32.h (HAVE_STDLIB_H): Define.
22657 (abort): Redefinition moved to nt/config.nt.
22658
22659 * m/windowsnt.h: Remove.
22660
226612007-10-22 Juanma Barranquero <lekktu@gmail.com>
22662
22663 * emacs.c (Fdump_emacs): Fix typo in message.
22664 (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
22665 <installation-directory>: Reflow docstring.
22666
226672007-10-22 Juri Linkov <juri@jurta.org>
22668
22669 * minibuf.c: Allow minibuffer default to be a list of default values.
22670 With empty input use the first element of this list as returned default.
22671 (string_to_object)
22672 (read_minibuf_noninteractive): If defalt is cons, set val to its car.
22673 (read_minibuf): If defalt is cons, set histstring to its car.
22674 (Fread_string): If default_value is cons, set val to its car.
22675 (Fread_buffer): If def is cons, use its car.
22676 (Fcompleting_read): If defalt is cons, set val to its car.
22677
226782007-10-21 Michael Albinus <michael.albinus@gmx.de>
22679
22680 * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
22681
226822007-10-20 Juanma Barranquero <lekktu@gmail.com>
22683
22684 * doc.c (Fdocumentation): Check for advice in all cases.
22685
226862007-10-19 Chong Yidong <cyd@stupidchicken.com>
22687
22688 * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
22689
226902007-10-19 Richard Stallman <rms@gnu.org>
22691
22692 * doc.c (Fdocumentation): Check for and handle an advised function.
22693
226942007-10-19 Juanma Barranquero <lekktu@gmail.com>
22695
22696 * process.c (Fset_process_filter): Doc fix.
22697
226982007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
22699
22700 * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
22701 which caused key-translation-map to applied repeatedly (thus breaking
22702 double-mode).
22703
227042007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
22705
22706 * xselect.c (x_own_selection, x_handle_selection_clear)
22707 (x_clear_frame_selections):
22708 * w32menu.c (list_of_panes, list_of_items):
22709 * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
22710 * textprop.c (validate_plist, interval_has_all_properties)
22711 (interval_has_some_properties, interval_has_some_properties_list)
22712 (add_properties, text_property_list):
22713 * process.c (Fget_buffer_process, list_processes_1, status_notify):
22714 * minibuf.c (Fassoc_string):
22715 * macselect.c (x_own_selection, x_clear_frame_selections)
22716 (Fx_disown_selection_internal):
22717 * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
22718 Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
22719
227202007-10-17 Chong Yidong <cyd@stupidchicken.com>
22721
22722 * process.c: Link to libs for calling res_init() if available.
22723 (Fmake_network_process): Call res_init() before getaddrinfo or
22724 gethostbyname, if possible.
22725
227262007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
22727
22728 * lread.c (read1): Set pvectype for char_tables.
22729
22730 * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
22731 (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
22732 Add type checks.
22733 (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
22734
22735 * alloc.c (free_misc): Use XMISCTYPE.
22736 (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
22737
227382007-10-17 Glenn Morris <rgm@gnu.org>
22739
22740 * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
22741 (syms_of_minibuf): Add Qcompletion_ignore_case.
22742 * dired.c (Qcompletion_ignore_case): Change to external.
22743 (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
22744 * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
22745 (Fread_file_name): Use it rather than intern'ing.
22746
22747 * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
22748 (Fread_coding_system): Ignore case of user input.
22749
227502007-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22751
22752 * xdisp.c (handle_display_prop): Ignore display specs after
22753 replacing one when string text is being replaced.
22754 (handle_single_display_spec): Pretend as if characters with display
22755 property haven't been consumed only when buffer text is being replaced.
22756
227572007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
22758
22759 * xfns.c (Fx_create_frame, Fx_display_list):
22760 * window.c (window_fixed_size_p, enlarge_window)
22761 (shrink_window_lowest_first):
22762 * macterm.c (init_font_name_table):
22763 * macfns.c (Fx_create_frame, Fx_display_list):
22764 * lread.c (close_load_descs):
22765 * keyboard.c (read_char_x_menu_prompt):
22766 * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
22767 * coding.c (code_convert_region_unwind): Test the type of an object
22768 rather than just !NILP before extracting data from it.
22769
22770 * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
22771
22772 * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
22773 (XMISCANY): New macro.
22774 (XMISCTYPE): Use it.
22775 (struct Lisp_Misc_Any): New type.
22776 (union Lisp_Misc): Use it.
22777 (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
22778 * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
22779 (find_symbol_value, set_internal, default_value, Fset_default)
22780 (Fmake_variable_buffer_local, Fmake_local_variable)
22781 (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
22782 (Flocal_variable_if_set_p, Fvariable_binding_locus):
22783 The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
22784 * alloc.c (allocate_buffer): Set the size and tag.
22785 (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
22786 Use XMISCANY.
22787 (die): Follow the GNU convention for error messages.
22788 * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
22789 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
22790 tag any more.
22791 (set_buffer_internal_1):
22792 * frame.c (store_frame_param):
22793 * eval.c (specbind):
22794 * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
22795
22796 * doc.c (Fsnarf_documentation): Simplify.
22797
227982007-10-14 Juanma Barranquero <lekktu@gmail.com>
22799
22800 * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
22801 (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
22802
228032007-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
22804
22805 * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
22806
228072007-10-14 Juanma Barranquero <lekktu@gmail.com>
22808
22809 * eval.c (do_autoload): Don't save autoloads.
22810
22811 * data.c (Ffset): Save autoload of the function being set.
22812
228132007-10-07 John Paul Wallington <jpw@pobox.com>
22814
22815 * xfns.c (x_create_tip_frame): Set the `display-type' frame
22816 parameter before setting up faces.
22817
228182007-10-13 Eli Zaretskii <eliz@gnu.org>
22819
22820 * ccl.c (Fregister_code_conversion_map):
22821 * keyboard.c (append_tool_bar_item): Reformat last change.
22822
22823 * lisp.h (eabs): Rename from `abs'. All callers changed.
22824
228252007-10-05 Dmitry Antipov <dmantipov@yandex.ru>
22826
22827 * buffer.c (add_overlay_mod_hooklist):
22828 * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
22829 * fontset.c (make_fontset):
22830 * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
22831 (append_tool_bar_item):
22832 * macmenu.c (grow_menu_items):
22833 * w32menu.c (grow_menu_items):
22834 * xmenu.c (grow_menu_items): Use larger_vector.
22835
228362007-10-13 Eli Zaretskii <eliz@gnu.org>
22837
22838 * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
22839 selected frame'' on MSDOS).
22840
228412007-10-12 Martin Rudalics <rudalics@gmx.at>
22842
22843 * frame.c (Qexplicit_name): New variable.
22844 (x_report_frame_params): Report it in parameter alist.
22845 (syms_of_frame): Intern and staticpro it.
22846
228472007-10-10 Patrick Mahan <mahan@mahan.org> (tiny change)
22848
22849 * macfns.c (x_create_tip_frame): Set terminal for frame.
22850
228512007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
22852
22853 * frame.c (Qenvironment): Remove.
22854 (syms_of_frame) <Qenvironment>: Don't initialize.
22855 (Fdelete_frame): Don't treat the `environment' param specially.
22856 * frame.h (Qenvironment): Don't declare.
22857 * callproc.c (set_initial_environment): Don't set unused frame param.
22858
22859 * frame.c (Fframe_with_environment): Remove.
22860 (syms_of_frame) <Sframe_with_environment>: Don't declare.
22861
22862 * lisp.h (Fframe_with_environment): Don't declare.
22863
228642007-10-10 Juanma Barranquero <lekktu@gmail.com>
22865
22866 * indent.c (indent_tabs_mode, last_known_column)
22867 (last_known_column_modified): Make static.
22868 (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
22869
228702007-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
22871
22872 * puresize.h (BASE_PURESIZE): Increase to 1170000.
22873
228742007-10-09 Jason Rumney <jasonr@gnu.org>
22875
22876 * w32term.c (x_set_window_size): Disable code that attempts to tell
22877 Lisp code about a size change before it actually happens.
22878
228792007-10-09 Richard Stallman <rms@gnu.org>
22880
22881 * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
22882 return HANDLED_RETURN.
22883
228842007-10-08 Martin Rudalics <rudalics@gmx.at>
22885
22886 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
22887 when there's an unread command event.
22888
22889 * frame.c (focus_follows_mouse): Move here from frame.el to allow
22890 window autoselection act appropriately when leaving selected frame.
22891 (syms_of_frame): Initialize focus_follows_mouse.
22892 * frame.h (focus_follows_mouse): Extern it.
22893 * macterm.c (XTread_socket): When focus_follows_mouse is nil
22894 make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
22895 * msdos.c (dos_rawgetc): Likewise.
22896 * w32term.c (w32_read_socket): Likewise.
22897 * xterm.c (handle_one_xevent): Likewise.
22898 * xdisp.c (syms_of_xdisp): In doc-string of
22899 mouse-autoselect-window mention focus-follows-mouse.
22900
229012007-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22902
22903 * macterm.c (mac_load_query_font): Fix missing return value.
22904 [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
22905 Add BLOCK_INPUT.
22906
229072007-10-08 Richard Stallman <rms@gnu.org>
22908
22909 * xdisp.c (get_window_cursor_type): Implement documented behavior
22910 for cursor-in-non-selected-windows = t.
22911
229122007-10-08 Jason Rumney <jasonr@gnu.org>
22913
22914 * w32.c (w32_get_resource): Always close registry keys.
22915
229162007-10-08 Jason Rumney <jasonr@gnu.org>
22917
22918 * makefile.w32-in (LIBS): Add COMCTL32.
22919
22920 * w32fns.c (globals_of_w32fns): Init common controls.
22921
229222007-10-08 Richard Stallman <rms@gnu.org>
22923
22924 * image.c (our_memory_buffer): Rename from omfib_buffer.
22925
229262007-10-08 Richard Stallman <rms@gnu.org>
22927
22928 * buffer.c (Foverlays_at): Doc fix.
22929
229302007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
22931
22932 * fns.c (Fplist_put): Preserve uneven tail data.
22933
229342007-10-08 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
22935
22936 * termhooks.h (enum event_kind): Remove trailing comma.
22937
22938 * frame.h (enum): Remove trailing comma.
22939
229402007-10-08 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
22941
22942 * w32proc.c (delete_child): Don't terminate threads of zombies.
22943
229442007-10-08 Martin Rudalics <rudalics@gmx.at>
22945
22946 * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
22947
22948 * keyboard.c (syms_of_keyboard): Set up new Lisp variable
22949 last-repeatable-command.
22950 (init_kboard): Initialize Vlast_repeatable_command.
22951 (command_loop_1): Set it to real_this_command unless that was
22952 bound to an input event.
22953 (mark_kboards): Mark it.
22954
229552007-10-08 Richard Stallman <rms@gnu.org>
22956
22957 * eval.c (condition-case): Doc fix.
22958
229592007-10-08 Masatake YAMATO <jet@gyve.org>
22960
22961 * xfaces.c (tty_supports_face_attributes_p): Fix code
22962 for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
22963 was copied and not edited.
22964
229652007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
22966
22967 Add new `input-decode-map' keymap and use it for terminal
22968 escape sequences.
22969 * keyboard.h (struct kboard): Add Vinput_decode_map.
22970 Remove Vlocal_key_translation_map.
22971 * keyboard.c (read_key_sequence): Add support for input-decode-map.
22972 (init_kboard): Init input-decode-map.
22973 Replace local-key-translation-map back with key-translation-map.
22974 (syms_of_keyboard): Declare input-decode-map.
22975 Remove local-key-translation-map. Update docstrings.
22976 (mark_kboards): Mark Vinput_decode_map.
22977 Don't mark Vlocal_key_translation_map.
22978 * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
22979 Replace local-key-translation-map back with key-translation-map.
22980 * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
22981 Bind in input-decode-map rather than function-key-map.
22982
22983 * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
22984 This was made redundant by the previous introduction of XSETPVECTYPE.
22985
229862007-10-09 Richard Stallman <rms@gnu.org>
22987
22988 * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
22989
229902007-09-29 Richard Stallman <rms@gnu.org>
22991
22992 * eval.c (internal_condition_case_2, internal_condition_case_1)
22993 (internal_condition_case): Reenable abort if x_catching_errors ()
22994 to see if that really happens and why.
22995
229962007-10-06 Andreas Schwab <schwab@suse.de>
22997
22998 * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
22999
230002007-10-04 Juanma Barranquero <lekktu@gmail.com>
23001
23002 * image.c (syms_of_image) <image-types>: Fix typo in docstring.
23003
230042007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
23005
23006 * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
23007
230082007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
23009
23010 * window.h (struct window):
23011 * window.c (struct save_window_data, struct saved_window):
23012 * termhooks.h (struct terminal):
23013 * process.h (struct Lisp_Process):
23014 * frame.h (struct frame):
23015 * buffer.h (struct buffer):
23016 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
23017 (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
23018 The size field of (pseudo)vectors is now unsigned.
23019 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
23020
23021 * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
23022 Turn `count' into an integer.
23023
23024 * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
23025 (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
23026 * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
23027 * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
23028 (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
23029
23030 * alloc.c (allocate_pseudovector): New fun.
23031 (ALLOCATE_PSEUDOVECTOR): New macro.
23032 (allocate_window, allocate_terminal, allocate_frame)
23033 (allocate_process): Use it.
23034 (mark_vectorlike): New function.
23035 (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
23036 (mark_terminals): Use it.
23037 (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
23038 (Fmake_byte_code): Use XSETPVECTYPE.
23039
23040 * frame.c (Fframe_parameters): Minor simplification.
23041
23042 * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
23043
23044 * marker.c (Fmarker_buffer): Make test for odd case into a failure.
23045
23046 * buffer.c (Fget_buffer_create, init_buffer_once):
23047 * lread.c (defsubr):
23048 * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
23049
23050 * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
23051 defined differently in the m/*.h files.
23052 (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
23053 (XSETPVECTYPE): New macro.
23054 (XSETPSEUDOVECTOR): Use it.
23055
23056 * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
23057 (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
23058
23059 * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
23060 * lread.c (defvar_per_buffer):
23061 * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
23062
23063 * window.c (candidate_window_p): Only consider as visible frames that
23064 are on the same terminal.
23065
23066 * m/ibms390x.h (MARKBIT): Remove unused macro.
23067
230682007-10-01 Juanma Barranquero <lekktu@gmail.com>
23069
23070 * lread.c (Fload): Fix typo in docstring.
23071
230722007-10-01 Michaël Cadilhac <michael@cadilhac.name>
23073
23074 * floatfns.c (Fexpt): Manually check for overflows, so that a power
23075 of a non-zero value can't yield zero.
23076
230772007-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
23078
23079 * term.c (term_clear_mouse_face, term_mouse_highlight)
23080 (tty_write_glyphs_with_face): Only define is HAVE_GPM.
23081
23082 * print.c (safe_debug_print): Use XHASH.
23083
23084 * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
23085 Lisp elements such as tags.
23086 (XHASH): New macro.
23087 (EQ): Use it.
23088 (SREF, SSET, STRING_COPYIN): Use SDATA.
23089 (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
23090
23091 * alloc.c (mark_terminal): Remove left-over declaration.
23092 (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
23093 (allocate_vectorlike): Remove type argument. Adjust callers.
23094 (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
23095 Only handle the one remaining MEM_TYPE_VECTORLIKE.
23096
23097 * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
23098 to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
23099 (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
23100 (lisp_align_free, make_interval, allocate_string, allocate_string_data)
23101 (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
23102 Use them.
23103
23104 * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
23105 Don't let signal handlers run when a GC is freed but not yet NULL'ed.
23106 (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
23107
231082007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
23109
23110 * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
23111 loaded by default.
23112
231132007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
23114
23115 * term.c (Fgpm_mouse_start): Don't signal an error if already activated
23116 on this tty.
23117 (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
23118
23119 * term.c (mouse_face_window): Rename from Qmouse_face_window.
23120 Update all users.
23121 (handle_one_term_event): Use Gpm_DrawPointer.
23122 (Fgpm_mouse_start): Rename from Fterm_open_connection.
23123 Signal errors instead of returning nil. Always return nil.
23124 (Fgpm_mouse_stop): Rename from Fterm_close_connection.
23125 Make it a noop if gpm-mouse was not activated.
23126 (syms_of_term): Update names.
23127
231282007-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
23129
23130 * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
23131 (init_sys_modes): Check that gpm_tty is the current tty.
23132
23133 * alloc.c (allocate_terminal): Set the vector size to only count the
23134 lisp fields. Initialize those to nil.
23135 (mark_object): Don't treat terminals specially.
23136 (mark_terminal): Remove.
23137 (mark_terminals): Use mark_object instead.
23138
23139 * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
23140 the GC to the beginning.
23141
23142 * indent.h:
23143 * indent.c: Use EMACS_INT for ints coming from Elisp data.
23144
23145 * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
23146
231472007-09-25 Jason Rumney <jasonr@gnu.org>
23148
23149 * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
23150
23151 * w32console.c (create_w32cons_output): Remove.
23152
23153 * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
23154
23155 * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
23156 (reset_sys_modes): Use reset_terminal_modes_hook.
23157
231582007-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
23159
23160 * eval.c (do_autoload): Don't output any message.
23161
231622007-09-24 Juri Linkov <juri@jurta.org>
23163
23164 * emacs.c (standard_args): Change priority of "--no-splash"
23165 from 40 to 3. Add "--no-desktop" with the same priority.
23166
231672007-09-23 Dmitry Antipov <dmantipov@yandex.ru>
23168
23169 * alloc.c (gc_sweep): Check cons cell mark bits word by word
23170 and optimize the case where they are all 1.
23171
231722007-09-23 Johannes Weiner <hannes@saeurebad.de>
23173
23174 * lisp.h (abs): Define if not defined.
23175 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
23176 Don't define `abs', since it's defined in lisp.h.
23177
231782007-09-22 Eli Zaretskii <eliz@gnu.org>
23179
23180 * term.c (DEV_TTY): New macro. Provide a definition for MS-Windows.
23181 (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
23182 (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
23183 (init_tty): Use DEV_TTY instead of "/dev/tty".
23184 [WINDOWSNT]: No need to protect from NAME arg being null.
23185
231862007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
23187
23188 * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
23189 up the tty state.
23190
231912007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
23192
23193 * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.
23194 (gpm_tty): Change its type.
23195 * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead.
23196 (gpm_tty): Change its type and initialize it.
23197 (Fterm_open_connection): Check the frame is indeed a tty.
23198 Use the new gpm_tty.
23199 (Fterm_close_connection): Use the new gpm_tty.
23200 * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
23201 * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
23202
232032007-09-21 Juanma Barranquero <lekktu@gmail.com>
23204
23205 * w32term.c (x_draw_glyph_string): Use strike_through_color, not
23206 underline_color, to draw strike-through.
23207
232082007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
23209
23210 * lisp.h (allocate_terminal): Declare.
23211
23212 * window.c (candidate_window_p): Consider frames that are being placed
23213 by the user as somewhere between visible and iconified.
23214 (window_loop): Prefer windows on the current frame.
23215 (Fselect_window): Move the use of select-frame to the beginning so we
23216 can just delegate all the work (it'll call us back anyway).
23217
23218 * frame.c (Qdisplay_environment_variable):
23219 * frame.h (Qdisplay_environment_variable): Delete.
23220
23221 * .gdbinit (xbacktrace): Print the arg's address rather than the value
23222 of the first arg, since that value may be a union.
23223
23224 * callproc.c (child_setup, getenv_internal): Use the frame's `display'
23225 parameter rather than Qdisplay_environment_variable. If all else
23226 fails, look for DISPLAY in initial-environment.
23227
232282007-09-21 Glenn Morris <rgm@gnu.org>
23229
23230 * Makefile.in (emacstool): Remove target.
23231 (lisp, shortlisp): Remove termdev.elc.
23232
232332007-09-21 Markus Triska <markus.triska@gmx.at>
23234
23235 * xterm.c (x_delete_display): Compile session management conditionally.
23236
232372007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
23238
23239 * callproc.c (getenv_internal_1): New function.
23240 (getenv_internal): Use it.
23241 (Fgetenv_internal): Use it. Accept an env-list as optional arg.
23242
23243 * terminal.c (get_terminal): Don't accept ints to represent terminals.
23244 (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
23245 (Fset_terminal_parameter): Work with dead terminals as well.
23246 (Fmodify_terminal_parameters): Remove.
23247
23248 * terminal.c (get_terminal): Handle terminals.
23249 Make sure the terminal returned is live.
23250 (create_terminal): Use allocate_terminal.
23251 (mark_terminals): Move to alloc.c.
23252 (delete_terminal): Use terminal->name as liveness status.
23253 NULL out fields after freeing their contents.
23254 Don't deallocate the object.
23255 (Fframe_terminal): Use FRAME_TERMINAL. Return the terminal object
23256 rather than an int.
23257 (Fterminal_live_p): Accept non-integer arguments.
23258 (Fterminal_list): Return terminal objects rather than an ints.
23259
23260 * alloc.c (enum mem_type): New member for `terminal' objects.
23261 (allocate_terminal): New function.
23262 (mark_maybe_pointer, valid_lisp_object_p, mark_object):
23263 Handle terminals.
23264 (mark_terminal): New fun.
23265 (mark_terminals): Move from terminal.c.
23266
23267 * term.c (get_tty_terminal): Don't treat output_initial specially.
23268 (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
23269 (delete_tty): Use terminal->name as liveness status.
23270
23271 * termhooks.h (struct terminal): Make it into a pseudovector.
23272 Remove `deleted' replaced by checking `name's nullness.
23273
23274 * print.c (print_object): Handle terminals.
23275
23276 * lisp.h (enum pvec_type): New `terminal' pseudovector.
23277 (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
23278
23279 * frame.c (make_terminal_frame):
23280 * keyboard.c (tty_read_avail_input):
23281 * w32term.c (x_delete_terminal):
23282 * xfns.c (Fx_create_frame, x_create_tip_frame):
23283 * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
23284
232852007-09-20 Glenn Morris <rgm@gnu.org>
23286
23287 * process.c (Fmake_network_process): Doc fix.
23288
232892007-09-19 Jason Rumney <jasonr@gnu.org>
23290
23291 * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
23292
232932007-09-19 Michaël Cadilhac <michael@cadilhac.name>
23294
23295 * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
23296 Fix a C warning regarding variable constness.
23297
23298 * xterm.c (handle_one_xevent): Fix a C warning.
23299
233002007-09-18 Jason Rumney <jasonr@gnu.org>
23301
23302 * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
23303
233042007-09-17 Jan Djärv <jan.h.d@swipnet.se>
23305
23306 * gtkutil.c (gdpy_def): New variable.
23307 (xg_initialize): Initialize gdpy_def.
23308 (xg_display_close): If no other display exists, set gdpy_def to a
23309 new connection.
23310
233112007-09-16 Jan Djärv <jan.h.d@swipnet.se>
23312
23313 * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
23314 when we have no file name for the icon.
23315 (xg_tool_bar_expose_callback): Remove.
23316 (xg_create_tool_bar): Don't connect expose signal to
23317 xg_tool_bar_expose_callback.
23318 (xg_get_file_with_chooser): Move GCPRO1 after declarations.
23319
233202007-09-16 Andreas Schwab <schwab@suse.de>
23321
23322 * alloc.c (reset_malloc_hooks): Set the hooks to the previous
23323 values instead of zapping them.
23324
233252007-09-14 Glenn Morris <rgm@gnu.org>
23326
23327 * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
23328 * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
23329 * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
23330 scope and rename to omfib_buffer for clarity.
23331 (gif_load) <interlace_start, interlace_increment>: Move to file scope.
23332
233332007-09-14 Kenichi Handa <handa@m17n.org>
23334
23335 * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
23336
233372007-09-13 Jason Rumney <jasonr@gnu.org>
23338
23339 * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
23340
23341 * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
23342
23343 * macterm.c (mac_initialize): Don't call mac_init_fringe here.
23344 (mac_term_init): Call here instead, passing rif.
23345
233462007-09-13 Glenn Morris <rgm@gnu.org>
23347
23348 * s/hpux.h: No longer define `static' as nothing.
23349
233502007-09-13 Johan Bockgård <bojohan@gnu.org>
23351
23352 * callint.c (Fcall_interactively): Remove unused var `fun'.
23353
233542007-09-12 Romain Francoise <romain@orebokech.com>
23355
23356 * window.c (prefer_window_split_horizontally, display_buffer):
23357 Revert 2007-09-08 change.
23358
233592007-09-12 Glenn Morris <rgm@gnu.org>
23360
23361 * alloca.c: Remove file.
23362 * Makefile.in (alloca): Do not undef.
23363 (allocaobj, alloca.o): Remove.
23364 (otherobj): Remove allocaobj.
23365 * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
23366 * regex.c (C_ALLOCA): Remove all references and code that was only
23367 used when this was defined.
23368 * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
23369 * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
23370 * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
23371
23372 * Makefile.in (SOURCES, unlock, relock): Delete.
23373
23374 * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
23375 (menu_grab_callback): All uses changed.
23376
23377 * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
23378 (x_reply_selection_request): All uses changed.
23379
233802007-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
23381
23382 * lread.c (load_warn_old_style_backquotes): Change message to look
23383 better when it appears in the middle of byte-compiler messages.
23384
233852007-09-10 Dan Nicolaescu <dann@ics.uci.edu>
23386
23387 * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
23388
23389 * xterm.c (x_create_terminal): Add comment.
23390
23391 * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
23392
233932007-09-10 Richard Stallman <rms@gnu.org>
23394
23395 * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
23396
233972007-09-10 Michaël Cadilhac <michael@cadilhac.name>
23398
23399 * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
23400 (DEFUN): Document `intspec', use it instead of `prompt'.
23401
23402 * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
23403
23404 * data.c (Finteractive_form): If the interactive specification starts
23405 with a `(', use it as a Lisp form.
23406
23407 * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
23408 name and file modes.
23409
23410 * callint.c (Fcall_interactively): Comment fixes.
23411
234122007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
23413
23414 * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
23415 and compiled functions.
23416
234172007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
23418
23419 * window.c (prefer_window_split_horizontally): New variable.
23420 (display_buffer): Consider splitting window horizontally depending
23421 on prefer_window_split_horizontally.
23422
234232007-09-08 Eli Zaretskii <eliz@gnu.org>
23424
23425 * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
23426
234272007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
23428
23429 * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
23430
23431 * frame.c (x_set_frame_parameters): Check number is positive before
23432 using XFASTINT.
23433
23434 * window.c (freeze_window_start): Don't presume selected_window holds
23435 a window object.
23436 (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
23437
234382007-09-07 Angelo Graziosi <Angelo.Graziosi@roma1.infn.it> (tiny change)
23439
23440 * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
23441
234422007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
23443
23444 * window.c (Vsplit_window_preferred_function): New var.
23445 (Fdisplay_buffer): Use it.
23446 (syms_of_window): Export, and initialize it.
23447
234482007-09-06 Pixel <pixel@mandriva.com> (tiny change)
23449
23450 * image.c (gif_load): Fix bug: Handle nonexistent colormap.
23451
234522007-09-06 Glenn Morris <rgm@gnu.org>
23453
23454 * gtkutil.c (menu_grab_callback) <cnt>:
23455 * xselect.c (x_reply_selection_request) <cnt>: Move static
23456 variable to file scope.
23457
234582007-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
23459
23460 * xdisp.c (redisplay_internal): Make sure Elisp code always sees
23461 consistent values of selected_frame and selected_window.
23462
234632007-09-04 Jason Rumney <jasonr@gnu.org>
23464
23465 * w32console.c (initialize_w32_display): Zero unused hooks.
23466
234672007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
23468
23469 * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
23470 (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
23471
234722007-09-04 Jason Rumney <jasonr@gnu.org>
23473
23474 * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
23475 in w32console.c. Set up input. Remove XXX comments that have been
23476 confirmed as correct.
23477
23478 * s/ms-w32.h (MULTI_KBOARD): Define.
23479
23480 * w32console.c (one_and_only_w32cons): Remove.
23481 (initialize_w32_display): Take terminal argument.
23482
23483 * term.c (init_tty) [WINDOWSNT]: Pass terminal to
23484 initialize_w32_display.
23485 (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
23486
23487 * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
23488
23489 * keyboard.c (discard_mouse_events): Discard it.
23490 (make_lispy_event): Translate it to a lisp event.
23491 (lispy_wheel_names): Add wheel-left and right events.
23492 (syms_of_keyboard): Enlarge wheel_syms.
23493
23494 * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
23495 <WM_MOUSEHWHEEL>: Pass new system message to lisp.
23496
23497 * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
23498
23499 * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
23500 from WM_MOUSEHWHEEL.
23501 (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
23502
23503 * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
23504 terminal.
23505
23506 * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
23507 keyboard for the terminal.
23508
235092007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
23510
23511 * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
23512 (Vresume_tty_hook): Rename from Vresume_tty_functions.
23513 (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
23514 and resume-tty-function to resume-tty-hook.
23515 (Fsuspend_tty, Fresume_tty): Use new names.
23516
235172007-09-02 Jan Djärv <jan.h.d@swipnet.se>
23518
23519 * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
23520 if it starts with "n:".
23521
235222007-08-31 Jan Djärv <jan.h.d@swipnet.se>
23523
23524 * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
23525
235262007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
23527
23528 * frame.h:
23529 * frame.c (Qterm_environment_variable): Remove.
23530 (syms_of_frame): Don't init and staticpro it.
23531
23532 * callproc.c (getenv_internal): Remove special case for $TERM.
23533
23534 * callproc.c (Vinitial_environment): New variable.
23535 (set_initial_environment): Initialize it.
23536 (syms_of_callproc): Declare it.
23537 (child_setup): Don't mess with TERM via Qterm_environment_variable; the
23538 TERM under which a process runs is never related to the TERM in which
23539 Emacs is running.
23540
235412007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
23542
23543 * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
23544 * s/darwin.h: ... do it here.
23545
235462007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
23547
23548 * lisp.h (set_initial_environment): Rename from set_global_environment.
23549
23550 * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
23551 removed by mistake on the multi-tty branch.
23552
23553 * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
23554 (Fmodify_frame_parameters): Return a value.
23555
23556 * image.c (png_load): Comment-out var only used in commented-out code.
23557
23558 * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
23559 before passing it to mark_object.
23560
23561 * xfaces.c (internal_resolve_face_name): Return a value.
23562 (internal_resolve_face_name, resolve_face_name_error): Comment out.
23563
23564 * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
23565 (x_icon): Comment-out var only used in commented-out code.
23566
235672007-08-29 Romain Francoise <romain@orebokech.com>
23568
23569 * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
23570 QUIT hasn't been provided.
23571
235722007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
23573
23574 * callproc.c (child_setup, getenv_internal): Use the
23575 display-environment-variable and term-environment-variable frame params.
23576 (set_initial_environment): Initialise Vprocess_environment.
23577
23578 * config.in: Disable multi-keyboard support on a mac.
23579
23580 * frame.c (Qterm_environment_variable)
23581 (Qdisplay_environment_variable): New variables.
23582 (syms_of_frame): Intern and staticpro them.
23583 (Fmake_terminal_frame): Disable output method test.
23584
23585 * frame.h: Declare them here.
23586
23587 * macfns.c (x_set_mouse_color): Get rif from the frame.
23588 (x_set_tool_bar_lines): Don't use updating_frame.
23589 (mac_window): Add 2 new parameters for consistency with other systems.
23590 (Fx_create_frame): Fix doc string. Rename the parameter. Set the
23591 frame parameters following what is done in X11 and w32. Don't use
23592 FRAME_MAC_DISPLAY_INFO.
23593 (Fx_open_connection, start_hourglass): Remove window-system check.
23594 (x_create_tip_frame): Get the keyboard from the terminal.
23595
23596 * macmenu.c: Reorder includes.
23597 (Fx_popup_menu): Use terminal specific mouse_position_hook.
23598
23599 * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
23600 terminal parameter.
23601 (x_clear_frame): Add a frame parameter.
23602 (note_mouse_movement): Get rif from the frame.
23603 (mac_term_init): Initialize the terminal.
23604 (mac_initialize): Make static and move terminal initialization ...
23605 (mac_create_terminal): ... to this new function.
23606
23607 * macterm.h (struct mac_display_info): Add terminal.
23608 (mac_initialize): Delete declaration.
23609
23610 * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
23611
23612 * sysdep.c: Comment out text after #endif.
23613
23614 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
23615 is defined. Better initialize ttys in windows. Use terminal
23616 specific mouse_position_hook.
23617
23618 * termhooks.h (union display_info): Add mac_display_info.
23619
23620 * w32fns.c (Fx_create_frame): Use kboard from the terminal.
23621 Set the default minibuffer frame, window_system and the rest of the
23622 frame parameters following what is done in X11.
23623
23624 * w32term.c (w32_initialize): Make static.
23625
23626 * xselect.c (x_handle_selection_clear): Only access
23627 terminal->kboard when MULTI_KBOARD is defined.
23628
23629 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
23630 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
23631
236322007-08-29 Jason Rumney <jasonr@gnu.org>
23633
23634 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
23635 (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
23636
23637 * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
23638 (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
23639
23640 * keyboard.c (restore_kboard_configuration): Only define when
23641 MULTI_KBOARD defined.
23642
23643 * makefile.w32-in: Update dependancies from Makefile.in.
23644 (OBJ1): Add terminal.$(O)
23645
23646 * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
23647 Don't define function body.
23648 (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
23649
23650 * termhooks.h (display_info) [WINDOWSNT]: Add w32.
23651
23652 * w32.c (request_sigio, unrequest_sigio): Remove.
23653
23654 * w32console.c (w32con_move_cursor, w32con_clear_to_end)
23655 (w32con_clear_frame, w32con_clear_end_of_line)
23656 (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
23657 (w32con_delete_glyphs, w32con_set_terminal_window)
23658 (scroll_line, w32_sys_ring_bell): Add frame arg.
23659 (w32con_set_terminal_modes, w32con_reset_terminal_modes):
23660 Add terminal arg.
23661 (PICK_FRAME): Remove.
23662 (w32con_write_glyphs): Use frame specific terminal coding.
23663 (one_and_only_w32cons): New global variable.
23664 (initialize_w32_display): Use it for storing hooks.
23665 (create_w32cons_output): New function.
23666
23667 * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
23668 arg a frame.
23669
23670 * w32fns.c (x_create_tip_frame): Set terminal and ref count.
23671 Set window_system.
23672 (x_set_tool_bar_lines): Don't use updating_frame.
23673 (Fx_create_frame): Set terminal and ref count.
23674 (Fx_open_connection): Remove window-system check.
23675
23676 * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
23677
23678 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
23679 (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
23680 (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
23681 Add frame arg.
23682 (x_delete_terminal, w32_create_terminal): New functions.
23683 (w32_term_init): Create a terminal.
23684 (w32_initialize): Move terminal specific initialization to
23685 w32_create_terminal.
23686
23687 * w32term.h (x_output): Remove foreground_pixel and background_pixel.
23688 (w32_clear_rect, w32_clear_area): Use background from frame.
23689 (w32_display_info): Add terminal.
23690 (w32_sys_ring_bell, x_delete_display): Declare here.
23691
23692 * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
23693
23694 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
23695
236962007-08-29 Kalle Olavi Niemitalo <kon@iki.fi> (tiny change)
23697
23698 * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
23699 Fix get_named_tty calls for the controlling tty.
23700
237012007-08-29 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
23702
194d44e7 23703 * term.c (dissociate_if_controlling_tty) [USG]: Fix parse error.
aac0c6e3
MR
23704
237052007-08-29 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
23706
23707 * term.c (tty_insert_glyphs): Add missing first parameter.
23708
237092007-08-29 Károly Lőrentey <karoly@lorentey.hu>
23710
23711 * buffer.c (Fbuffer_list, Fbury_buffer):
23712 Take frame->buried_buffer_list into account.
23713
23714 * cm.c (current_tty): New variable, for cmputc().
23715 (cmputc): Use it.
23716 (cmcheckmagic): Add tty parameter, look up terminal streams there.
23717 (calccost): Add tty parameter. Use emacs_tputs() instead of tputs().
23718 (cmgoto): Add tty parameter. Pass it on to calccost().
23719 Use emacs_tputs() instead of tputs().
23720
23721 * cm.h (emacs_tputs): New macro to set current_tty, and then call
23722 tputs().
23723 (current_tty): New variable, for cmputc().
23724 (cmcheckmagic, cmputc, cmgoto): Add prototypes.
23725
23726 * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
23727 (internal_condition_case, internal_condition_case_1)
23728 (internal_condition_case_2): Don't abort when x_catching_errors.
23729
23730 * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
23731 (Fy_or_n_p): Likewise. Use temporarily_switch_to_single_kboard to
23732 prevent crashes caused by bogus longjmps in read_char.
23733
23734 * keymap.h (Fset_keymap_parent): Add EXFUN.
23735
23736 * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
23737 * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
23738 Remove redundant definition.
23739
23740 * macfns.c (x_set_mouse_color, x_make_gc):
23741 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
23742
23743 * w32term.c (x_free_frame_resources):
23744 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
23745 (w32_initialize): Use the accessor macros for terminal characteristics.
23746
23747 * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
23748 Use the accessor macros for terminal characteristics.
23749 * msdos.c (internal_terminal_init): Use the accessor macros for
23750 terminal characteristics.
23751 (ScreenVisualBell, internal_terminal_init):
23752 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
23753
23754 * termopts.h (no_redraw_on_reenter): Declare.
23755
23756 * alloc.c (emacs_blocked_malloc): Disable mallopt call.
23757 (mark_terminals, mark_ttys): Declare.
23758 (Fgarbage_collect): Call them.
23759 (mark_object): Mark buried_buffer_list.
23760
23761 * prefix-args.c: Include stdlib.h for exit.
23762
23763 * syssignal.h: Add comment.
23764
23765 * indent.c: Include stdio.h.
23766
23767 * window.h (Vinitial_window_system): Declare.
23768 (Vwindow_system): Delete declaration.
23769
23770 * fontset.c (Finternal_char_font): Use FRAME_RIF.
23771
23772 * image.c (lookup_image): Don't initialize `c' until the xasserts
23773 have been run.
23774
23775 * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
23776 FRAME_FOREGROUND_PIXEL.
23777
23778 * print.c (print_preprocess): Don't lose print_depth levels while
23779 iterating.
23780
23781 * widget.c (update_from_various_frame_slots):
23782 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
23783
23784 * window.c (set_window_buffer): Don't call clear_mouse_face on tty
23785 frames.
23786 (window_internal_height): Remove bogus make_number call.
23787 (init_window_once): Call make_terminal_frame with two zero parameters.
23788
23789 * fileio.c (Fread_file_name): Update comment.
23790
23791 * callint.c (Fcall_interactively):
23792 Use temporarily_switch_to_single_kboard instead of single_kboard_state.
23793 Make sure it is correctly unwound.
23794
23795 * xsmfns.c (x_session_close): New function.
23796
23797 * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
23798 Delete declarations.
23799
23800 * xterm.h: Remove declaration for x_fully_uncatch_errors.
23801 (x_output): Remove background_pixel and foreground_pixel fields.
23802 (x_display_info): Add new field TERMINAL. Remove KBOARD field.
23803 (x_delete_device, x_session_close): Declare.
23804
23805 * lread.c: Include setjmp.h. Update declaration of `read_char'.
23806 (read_filtered_event): Call `read_char' with a local
23807 `wrong_kboard_jmpbuf'.
23808
23809 * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
23810 Don't call single_kboard_state. Use FRAME_RIF.
23811
23812 * process.c (Fmake_network_process): Don't unrequest_sigio on modern
23813 systems.
23814
23815 * lisp.h (set_process_environment): Rename to `set_global_environment'.
23816 (Fframe_with_environment, Fset_input_meta_mode)
23817 (Fset_quit_char): EXFUN.
23818 (x_create_device, tty_output, terminal, tty_display_info): Declare.
23819 (init_sys_modes, reset_sys_modes): Update prototypes.
23820 (init_all_sys_modes, reset_all_sys_modes): New prototypes.
23821
23822 * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
23823 Vlocal_key_translation_map, and Vkeyboard_translate_table.
23824 (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
23825 Delete declarations.
23826 (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
23827 (temporarily_switch_to_single_kboard, tty_read_avail_input):
23828 New declarations.
23829
23830 * emacs.c (main): Don't call init_sys_modes(), the new term_init()
23831 already does that during init_display(). Call syms_of_keymap
23832 before syms_of_keyboard. Call `syms_of_terminal'.
23833 Call set_initial_environment, not set_process_environment.
23834 (shut_down_emacs): Call reset_all_sys_modes() instead of
23835 reset_sys_modes().
23836
23837 * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
23838 (internal_resolve_face_name, resolve_face_name_error): New functions.
23839 (resolve_face_name): Protect against loops and errors thrown by Fget.
23840 (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
23841 (Ftty_supports_face_attributes_p): Update tty_capable_p call.
23842
23843 * scroll.c: Replace CURTTY() with local variables throughout the
23844 file (where applicable).
23845 (calculate_scrolling, calculate_direct_scrolling)
23846 (scrolling_1, scroll_cost): Use the accessor macros for terminal
23847 characteristics.
23848
23849 * keymap.c (Vfunction_key_map): Remove.
23850 (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
23851 (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
23852 (Vkey_translation_map): Remove.
23853 (syms_of_keymap): Remove DEFVAR for key-translation-map.
23854 (Fdescribe_buffer_bindings)
23855 (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
23856 Update for terminal-local key-translation-map.
23857
23858 * Makefile.in (callproc.o): Update dependencies.
23859 (lisp, shortlisp): Add termdev.elc.
23860 (obj): Add terminal.o.
23861 (terminal.o): Add dependencies.
23862 [HAVE_CARBON]: Make terminal.o depend on macgui.h.
23863 (data.o, fns.o): Add termhooks.h dependency.
23864 (SOME_MACHINE_LISP): Add dnd.elc.
23865 (minibuf.o): Fix typo.
23866 Update dependencies.
23867
23868 * data.c (do_symval_forwarding, store_symval_forwarding)
23869 (find_symbol_value): Use the selected frame's keyboard, not
23870 current_kboard.
23871
23872 * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
23873 Vwindow_system.
23874
23875 * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
23876 Fmenu_bar_open.
23877 (syms_of_xmenu): Update defsubr.
23878 (mouse_position_for_popup, Fx_popup_menu)
23879 (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
23880 (set_frame_menubar, free_frame_menubar)
b97439ce 23881 (create_and_show_popup_menu, xmenu_show)
aac0c6e3
MR
23882 (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
23883 an X frame.
23884
23885 * xselect.c (x_own_selection): Abort if not an X frame.
23886 (some_frame_on_display): Check if it is an X frame.
23887 (x_handle_selection_clear): Deal with MULTI_KBOARD.
23888
23889 * coding.c: Include frame.h and termhooks.h.
23890 (terminal_coding, keyboard_coding): Delete.
23891 (Fset_terminal_coding_system_internal)
23892 (Fset_keyboard_coding_system_internal)
23893 (Fkeyboard_coding_system)
23894 (Fterminal_coding_system): Add a terminal parameter.
23895 Get terminal_coding from the terminal.
23896 (init_coding_once): Don't call setup_coding_system here.
23897
23898 * dispextern.h (set_scroll_region, turn_off_insert)
23899 (turn_off_highlight, background_highlight, clear_end_of_line_raw)
23900 (tty_clear_end_of_line, tty_setup_colors)
23901 (delete_tty, updating_frame)
23902 (produce_special_glyphs, produce_glyphs, write_glyphs)
23903 (insert_glyphs): Remove.
23904 (raw_cursor_to, clear_to_end, tty_turn_off_insert)
23905 (tty_turn_off_highlight, get_tty_size): Add declaration.
23906 (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
23907
23908 * frame.h (enum output_method): Add output_initial.
23909 (struct x_output): Delete.
23910 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
23911 Access foreground_pixel and background_pixel directly from the frame.
23912 (tty_display): Delete.
23913 (struct frame): Add buried_buffer_list, foreground_pixel,
23914 background_pixel and terminal. Delete kboard.
23915 (union output_data): Add tty.
23916 (FRAME_KBOARD): Get the kboard from the terminal.
23917 (FRAME_INITIAL_P): New macro.
23918 (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
23919 (Qterm_environment_variable, Qdisplay_environment_variable)
23920 (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
23921 New declarations.
23922
23923 * termchar.h (tty_output, tty_display_info): New structures.
23924 (tty_list): Declare.
23925 (FRAME_TTY, CURTTY): New macros.
23926 (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
23927 (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
23928 (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
23929 (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
23930
23931 * callproc.c: Include frame.h and termhooks.h, for terminal
23932 parameters.
23933 (add_env): New function.
23934 (child_setup): Use it.
23935 (child_setup, getenv_internal): Handle the new Vprocess_environment.
23936 (getenv_internal): Fix get_terminal_param call.
23937 (Fgetenv_internal, egetenv): Update doc.
23938 (syms_of_callproc): Initialize Vprocess_environment to nil.
23939 Register and initialize them. Remove obsolete defvars. Update doc
23940 strings.
23941 (child_setup): Handle Vlocal_environment_variables.
23942 (getenv_internal): Add terminal parameter.
23943 Handle Vlocal_environment_variables.
23944 (Fgetenv_internal): Add terminal parameter.
23945 (child_setup, getenv_internal, Fgetenv_internal): Store the local
23946 environment in a frame (not terminal) parameter. Update doc strings.
23947 (set_initial_environment): Rename from set_global_environment.
23948 Store Emacs environment in initial frame parameter.
23949
23950 * xdisp.c (redisplay_internal): Update references to
23951 `previous_terminal_frame'.
23952 (display_mode_line, Fformat_mode_line): Replace calls to
23953 `push_frame_kboard' with `push_kboard'.
23954 (get_glyph_string_clip_rects): Add extra parentheses and
23955 braces to prevent compiler warnings.
23956 (calc_pixel_width_or_height): Add xassert to check that the
23957 frame is alive. Don't call `lookup_image' on a termcap frame.
23958 (message2_nolog, message3_nolog, redisplay_internal)
23959 (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
23960 (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
23961 (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
23962 (Fx_display_pixel_width, Fx_display_pixel_height)
23963 (Fx_display_planes, Fx_display_color_cells)
23964 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
23965 (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
23966 (Fx_display_backing_store, Fx_display_visual_class)
23967 (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
23968 Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
23969
23970 * xfns.c (x_set_foreground_color x_set_background_color)
23971 (x_set_mouse_color, x_set_cursor_color, x_make_gc):
23972 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
23973 (Fx_create_frame, x_create_tip_frame, build_string, x_window)
23974 (Fx_create_frame, x_create_tip_frame): Don't create frames on a
23975 terminal that is being deleted.
23976 (Fx_create_frame): Use `store_frame_param' to set `window-system'
23977 frame parameter, and make sure it overrides any user-supplied setting.
23978 (Fx_close_connection, Fx_synchronize): Unify argument names with
23979 the rest of the DEFUNs.
23980
23981 * dispnew.c (Fsend_string_to_terminal): Update call to
23982 `get_tty_terminal'.
23983 (Fredraw_frame, Fsend_string_to_terminal)
23984 (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
23985 FRAME_TERMCAP_P and FRAME_TTY.
23986 (window_change_signal): Don't believe width/height values that are
23987 impossibly small.
23988 (Vinitial_window_system): Rename from Vwindow_system.
23989 (termscript, Wcm, rif): Delete.
23990
23991 * termhooks.h (struct terminal): New struct containing the
23992 previously global text display hooks and new members NAME,
23993 DELETED and PARAM_ALIST.
23994 (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
23995 (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
23996 (FRAME_RIF): New macros.
23997 (get_terminal_param, get_device): New declarations.
23998 (termscript): Delete declaration.
23999
24000 * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
24001 (XTflash, x_free_frame_resources, x_scroll_bar_create)
24002 (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
24003 FRAME_FOREGROUND_PIXEL.
24004 (x_fully_uncatch_errors): Disable definition.
24005 (x_scroll_bar_expose): Fix reference to foreground pixel.
24006 (XTread_socket): Disable loop on all X displays.
24007 (x_delete_terminal): Don't set terminal->deleted and let
24008 delete_terminal delete the frames on the terminal.
24009 (x_delete_display): Doc update to reflect changes in
24010 delete_terminal.
24011 (x_display_info) <terminal>: Move member earlier in the struct.
24012 (deleting_tty): Remove old variable.
24013 (Fsuspend_tty): Call clear_tty_hooks.
24014 (Fresume_tty, init_tty): Call set_tty_hooks.
24015 (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
24016 errors on X frames.
24017 (x_catch_errors_unwind): Abort if x_error_message is NULL.
24018 (handle_one_xevent): Initialize `f' to NULL.
24019 (x_delete_terminal, x_create_terminal): New functions.
24020 (XTset_terminal_modes, XTreset_terminal_modes)
24021 (XTread_socket, x_connection_closed, x_term_init)
24022 (x_term_init, x_delete_display): Add terminal parameter.
24023 (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
24024 X connections.
24025
24026 * frame.c: Include termchar.h.
24027 (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
24028 (Qwindow_system, Qenvironment, Qterm_environment_variable)
24029 (Qdisplay_environment_variable): New vars.
24030 (Fframep): Deal with output_initial.
24031 (Fframe-live-p): Doc fix.
24032 (Fwindow-system): New function.
24033 (x_set_screen_gamma, store_frame_param): Fix compilation errors.
24034 (make_terminal_frame): Don't create frames on a terminal that is
24035 being deleted. Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
24036 (store_frame_param): Check for found_for_frame before calling XFRAME.
24037 (Fmake_terminal_frame): Handle NULL tty names correctly.
24038 (syms_of_frame): Enhance doc string of `default-frame-alist'.
24039 (Fdelete_frame): Remove unused variable `count'. Don't allow other
24040 frames to refer to a deleted frame in their 'environment parameter.
24041 (Fframe_with_environment): New function.
24042 (syms_of_frame): Defsubr it. Initialize and staticpro Qenvironment.
24043 (get_future_frame_param): New function.
24044 (Fmake_terminal_frame): Use it.
24045 (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
24046
24047 * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
24048 * sysdep.c (reset_sys_modes): Update for renames.
24049
24050 * keyboard.c (tty_read_avail_input): New function.
24051 (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
24052 (syms_of_keyboard): Defsubr them.
24053 (Fset_input_meta_mode, Fset_quit_char): New functions.
24054 (Fset_input_mode): Split to above functions.
24055 (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
24056 parameter. Use it in call to `read_char'.
24057 (read_char): Declare. Update call to `read_char_minibuf_menu_prompt'.
24058 Set wrong_kboard_jmpbuf correctly in recursive calls.
24059 Use current_kboard to access Vkeyboard_translate_table.
24060 Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
24061 Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
24062 Update longjmp invocations. Remember the original current_kboard,
24063 and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
24064 changes it. Comment out unnecessary calls to
24065 `record_single_kboard_state' and `any_kboard_state'.
24066 Update recursive calls.
24067 (wrong_kboard_jmpbuf): Remove global variable.
24068 (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
24069 Handle deleted interrupted_kboards correctly; that is a legal
24070 case. Add `wrong_kboard_jmpbuf' local variable. Update setjmp
24071 and read_char calls. Abort if interrupted_kboard died in read_char.
24072 (any_kboard_state, single_kboard_state)
24073 (push_frame_kboard): Remove function.
24074 (pop_kboard): Switch out of single_kboard mode if the kboard has
24075 been deleted. Remove unused variable. Help debugging by not
24076 changing current_kboard unnecessarily. Set current_kboard to the
24077 kboard of the selected frame when the stored kboard object has
24078 been deleted before pop_kboard.
24079 (temporarily_switch_to_single_kboard): Change first parameter to a
24080 frame pointer. Throw an error when caller wants to change kboards
24081 while in single_kboard mode. Don't push_kboard if we weren't in
24082 single kboard state. Don't pop_kboard if we popped into any
24083 kboard state.
24084 (restore_kboard_configuration): Abort if pop_kboard changed the
24085 kboard in single_kboard mode. Call pop_kboard only after setting
24086 up single_kboard mode.
24087 (Frecursive_edit): Switch to single_kboard mode only in nested
24088 command loops.
24089 (cmd_error, command_loop, command_loop_1, timer_check):
24090 Comment out unnecessary call to `any_kboard_state' and
24091 `record_single_kboard_state'.
24092 (delete_kboard): Exit single_kboard mode if we have just deleted
24093 that kboard. Use FRAME_KBOARD.
24094 (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
24095 `fatal_error_signal'.
24096 (record_single_kboard_state): Don't push_kboard if we weren't in
24097 single kboard state. Don't pop_kboard if we popped into any
24098 kboard state.
24099 (push_frame_kboard): Rename to push_kboard.
24100 (kbd_buffer_get_event): Use FRAME_TERMINAL.
24101 (read_avail_input): Read input from all terminals.
24102 (mark_kboards): Also mark Vkeyboard_translate_table.
24103 (kbd_buffer_store_event_hold): Simplify condition.
24104 (read_key_sequence): Reinitialize fkey and keytran at each replay.
24105 (Vkeyboard_translate_table): Move to struct kboard.
24106 (init_kboard): Initialize Vkeyboard_translate_table.
24107 (syms_of_keyboard): Use DEFVAR_KBOARD to define
24108 Vkeyboard_translate_table. Update doc strings. Update docs of
24109 local-function-key-map and function-key-map.
24110
24111 * terminal.c: New file.
24112
24113 * term.c: Include errno.h.
24114 (Vring_bell_function, device_list, initial_device)
24115 (next_device_id, ring_bell, update_begin, update_end)
24116 (set_terminal_window, cursor_to, raw_cursor_to)
24117 (clear_to_end, clear_frame, clear_end_of_line)
24118 (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
24119 (Fdisplay_name, create_device, delete_device): Move to terminal.c.
24120 (syms_of_term): Move their initialization to terminal.c.
24121 (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
24122 (Ftty_display_color_cells)
24123 (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
24124 (clear_tty_hooks, set_tty_hooks)
24125 (init_tty, maybe_fatal): New functions.
24126 (Ftty_type): Return nil if terminal is not on a tty instead of
24127 throwing an error. Doc update.
24128 (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
24129 Doc update. Initialize new subrs and variables.
24130 (delete_tty): Use terminal->deleted.
24131 (tty_set_terminal_modes): Rename from set_terminal_modes.
24132 (tty_reset_terminal_modes): Rename from reset_terminal_modes.
24133 (set_scroll_region): Rename to `tty_set_scroll_region'.
24134 (turn_on_insert): Rename to `tty_turn_on_insert'.
24135 (turn_off_insert): Rename to `tty_turn_off_insert'.
24136 (turn_off_highlight): Rename to `tty_turn_off_highlight'.
24137 (turn_on_highlight): Rename to `tty_turn_on_highlight'.
24138 (toggle_highligh): Rename to `tty_toggle_highlight'.
24139 (background_highlight): Rename to `tty_background_highlight'.
24140 (highlight_if_desired): Rename to `tty_highlight_if_desired'.
24141 (tty_ring_bell, tty_update_end, tty_set_terminal_window)
24142 (tty_set_scroll_region, tty_background_highlight)
24143 (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
24144 (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
24145 (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
24146 (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
24147 Add static modifier.
24148 (tty_reset_terminal_modes, tty_set_terminal_window)
24149 (tty_set_scroll_region, tty_background_highlight)
24150 (tty_highlight_if_desired, tty_cursor_to)
24151 (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
24152 (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
24153 (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
24154 renames.
24155
241562007-08-28 Jan Djärv <jan.h.d@swipnet.se>
24157
24158 * keyboard.c: Qrtl is new.
24159 (parse_tool_bar_item): Handle :rtl keyword.
24160 (syms_of_keyboard): Intern :rtl keyword.
24161
24162 * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
24163
24164 * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
24165 so no Lisp code is executed.
24166 (file_for_image, find_rtl_image): New functions.
24167 (xg_get_image_for_pixmap): Use file_for_image.
24168 (update_frame_tool_bar): If direction is RTL, use RTL image if
24169 defined. Use Gtk stock images if defined.
24170
241712007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24172
24173 * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
24174 for nonexistent or zero-width glyph in composition glyph.
24175
241762007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
24177
24178 * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
24179
24180 * xdisp.c (Finvisible_p): New function.
24181 (syms_of_xdisp): defsubr it.
24182
241832007-08-24 Juanma Barranquero <lekktu@gmail.com>
24184
24185 * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
24186 Doc fixes.
24187
241882007-08-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24189
24190 * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
24191
241922007-08-24 Martin Rudalics <rudalics@gmx.at>
24193
24194 * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
24195 whether decoding has modified buffer contents.
24196
241972007-08-24 Jason Rumney <jasonr@gnu.org>
24198
24199 * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
24200 (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
24201 (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
24202 (init_svg_functions) [HAVE_NTGUI]: New function.
24203 (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
24204 (svg_load_image): Use them.
24205 (svg_load_image) [HAVE_NTGUI]: Implement background.
24206
242072007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24208
24209 * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
24210 (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
24211 (LIBX): Remove @RSVG_LIBS@.
24212 (LIBES): Add $(RSVG_LIBS).
24213
24214 * image.c (svg_load_image): Blend with specified background if exists.
24215 Use IMAGE_BACKGROUND. Add Mac OS Support.
24216
24217 * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
24218 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
24219 Remove macros.
24220 [MAC_OSX] (socket_callback): Do nothing.
24221 [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
24222 ReceiveNextEvent.
24223 [MAC_OSX] (sys_select): Likewise. Don't set context as argument to
24224 socket_callback.
24225 (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
24226
242272007-08-22 Glenn Morris <rgm@gnu.org>
24228
24229 * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
24230
242312007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
24232
24233 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
24234
24235 * image.c: Add support for SVG images. Some additional comments
24236 by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined:
24237 (svg_image_p): New function to test for SVG image.
24238 (svg_load): New function to load SVG image.
24239 (svg_load_image): New function, helper for svg_load.
24240 (Qsvg): New Lisp_object.
24241 (svg_keyword_index): New enum.
24242 (svg_format): New static `image_keyword' struct.
24243 (svg_type): New static `image_type' struct.
24244 (librsvg/rsvg.h): Include it.
24245
242462007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
24247
24248 * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
24249
242502007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
24251
24252 * lread.c (Qold_style_backquotes): New var.
24253 (syms_of_lread): Init and staticpro it.
24254 (load_warn_old_style_backquotes): New fun.
24255 (Fload): Use them to warn about old style backquotes.
24256 (end_of_file_error, Fload): Remove unused vars.
24257
24258 * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
24259
24260 * lread.c (Vold_style_backquotes): New var.
24261 (syms_of_lread): Init and export it to Elisp.
24262 (read1): Set it when we find an old-style (back)quote.
24263
242642007-08-22 Jason Rumney <jasonr@gnu.org>
24265
24266 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
24267
242682007-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
24269
24270 * puresize.h (BASE_PURESIZE): Increase to 1140000.
24271
242722007-08-19 Richard Stallman <rms@gnu.org>
24273
24274 * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
24275
242762007-08-19 Andreas Schwab <schwab@suse.de>
24277
24278 * alloc.c (pure): Round PURESIZE up.
24279
242802007-08-17 Jan Djärv <jan.h.d@swipnet.se>
24281
24282 * xterm.c (handle_one_xevent): Remove check that mouse click is in
24283 active frame.
24284
242852007-08-16 Richard Stallman <rms@gnu.org>
24286
24287 * eval.c (Fcommandp): Add parens to clarify.
24288
24289 * minibuf.c (Fall_completions): Use enum for type of table.
24290
24291 * emacs.c (USAGE2): Improve text.
24292
242932007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int>
24294
24295 * term.c (tty_default_color_capabilities): Declare static
24296 variables in file scope, to avoid HPUX compiler problem.
24297
242982007-08-13 Jan Djärv <jan.h.d@swipnet.se>
24299
24300 * gtkutil.c (update_frame_tool_bar): Use -1 as index
24301 to gtk_toolbar_insert.
24302
243032007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
24304
24305 * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
24306
24307 * insdel.c (reset_var_on_error): New fun.
24308 (signal_before_change, signal_after_change):
24309 Use it to reset (after|before)-change-functions to nil in case of error.
24310 Bind inhibit-modification-hooks to t.
24311 Don't bind (after|before)-change-functions to nil while they run.
24312
243132007-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24314
24315 * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
24316 filling pixmap with stippled background.
24317
243182007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24319
24320 * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
24321 Don't use invisible frame as parent window for repositioning.
24322
243232007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
24324
24325 * print.c (new_backquote_output): Rename from old_backquote_output.
24326 (print): Inverse its logic (according to its name) so as to match the
24327 behavior of new_backquote_flag in lread.c.
24328
243292007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24330
24331 * gmalloc.c (posix_memalign): New function.
24332
24333 * macterm.c (frame_highlight, frame_unhighlight): Don't call
24334 ActivateControl/DeactivateControl here.
24335 [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
24336 frame-notice-user-settings is non-nil.
24337 [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
24338 for kEventParamFMFontStyle.
24339 [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
24340 mac_pass_command_to_system and mac_pass_control_to_system here.
24341 (XTread_socket): Call ActivateControl/DeactivateControl here.
24342 (XTread_socket) [TARGET_API_MAC_CARBON]:
24343 Check mac_pass_command_to_system and mac_pass_control_to_system here.
24344 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
24345 for window repositioning.
24346
243472007-08-08 Glenn Morris <rgm@gnu.org>
24348
24349 * Replace `iff' in doc-strings and comments.
24350
243512007-08-07 Chong Yidong <cyd@stupidchicken.com>
24352
24353 * xdisp.c (move_it_by_lines): Remove incorrect optimization.
24354
243552007-08-07 Martin Rudalics <rudalics@gmx.at>
24356
24357 * fileio.c (Finsert_file_contents): Run format-decode and
24358 after_insert_file_functions on entire buffer when REPLACE is
24359 non-nil and inhibit modification_hooks and point_motion_hooks.
24360 For consistency, run after_insert_file_functions iff something
24361 got inserted. Move signal_after_change and update_compositions
24362 after code running after_insert_file_functions. Make sure that
24363 undo_list doesn't record intermediate steps of the decoding process.
24364
243652007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24366
24367 * emacs.c (main)
24368 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
24369 Call malloc_enable_thread on interactive startup.
24370
24371 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
24372 (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
24373 [USE_PTHREAD]: Conditionalize with it.
24374 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
24375 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
24376 New functions.
24377
243782007-08-06 Chong Yidong <cyd@stupidchicken.com>
24379
24380 * xdisp.c (redisplay_window): When restoring original buffer
24381 position, make sure it is still valid.
24382
24383 * image.c (png_load): Ignore png-supplied background color.
24384
243852007-08-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24386
24387 * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
24388 Use kCFAbsoluteTimeIntervalSince1970.
24389
24390 * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
24391 New variable.
24392 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
24393 event loop should be quit.
24394 [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
24395 Quit dialog event loop if quit_dialog_event_loop is set.
24396
24397 * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
24398 (Selection): New typedef. Use instead of ScrapRef.
24399 (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
24400 (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
24401 (mac_clear_selection): Rename from clear_scrap.
24402 (get_flavor_type_from_symbol): New argument SEL and subsume function of
24403 scrap_has_target_type. All uses changed.
24404 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
24405 (mac_selection_has_target_p): New functions.
24406 (mac_put_selection_value): Rename from put_scrap_string.
24407 (mac_get_selection_value): Rename from get_scrap_string.
24408 (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
24409 (put_scrap_private_timestamp, scrap_has_target_type)
24410 (get_scrap_private_timestamp): Remove functions.
24411 (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
24412 (x_own_selection, x_get_local_selection):
24413 Use mac_valid_selection_value_p.
24414 (x_own_selection): Don't use put_scrap_private_timestamp.
24415 Record OWNERSHIP-INFO into Vselection_alist instead.
24416 (x_get_local_selection): Don't check type if request is local.
24417 (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
24418 Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
24419
244202007-08-04 Jan Djärv <jan.h.d@swipnet.se>
24421
24422 * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
24423 add comment explaining why.
24424
244252007-08-03 Richard Stallman <rms@gnu.org>
24426
24427 * fileio.c (Fvisited_file_modtime): Use make_time.
24428
244292007-08-01 Ryo Yoshitake <ryo@shiftmode.net> (tiny change)
24430
24431 * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
24432 build.
24433
244342007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
24435
24436 * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
24437
244382007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
24439
24440 * puresize.h (BASE_PURESIZE): Increase to 1130000.
24441
244422007-07-30 Richard Stallman <rms@gnu.org>
24443
24444 * lread.c (readevalloop, read1): Treat NBSP as whitespace.
24445
244462007-07-29 Jan Djärv <jan.h.d@swipnet.se>
24447
24448 * gmalloc.c (__malloc_initialize): Remove pthread_once. Not needed.
24449
244502007-07-28 Nick Roberts <nickrob@snap.net.nz>
24451
24452 * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
24453 remote default-directory.
24454
24455 * buffer.c (mode-line-format): Update doc string.
24456
244572007-07-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24458
24459 * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
24460 scroll bar gap.
24461 (x_scroll_bar_create): Set bar->fringe_extended_p.
24462 (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
24463 on frame edge. Check fringe background extension. Don't clear
24464 extended fringe background area.
24465
24466 * w32term.h (struct scroll_bar): New member fringe_extended_p.
24467 (w32_fill_area): Enclose multiple statements with do ... while (0).
24468
24469 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
24470 Extend fringe background to scroll bar gap.
24471 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
24472 Set bar->fringe_extended_p.
24473 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
24474 Put leftmost/rightmost scroll bars on frame edge. Check fringe
24475 background extension. Don't clear extended fringe background area.
24476
24477 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
24478 New member fringe_extended_p.
24479
244802007-07-25 Glenn Morris <rgm@gnu.org>
24481
24482 * Relicense all FSF files to GPLv3 or later.
24483
24484 * COPYING: Switch to GPLv3.
24485
244862007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
24487
24488 * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
24489
24490 * data.c (Finteractive_form): Check for the presence of an
24491 `interactive-form' symbol property more thoroughly.
24492
24493 * data.c (Finteractive_form): Use an `interactive-form' property if
24494 present, analogous to the function-documentation property.
24495
244962007-07-24 Jason Rumney <jasonr@gnu.org>
24497
24498 * w32fns.c (x_real_positions): Get real position from OS instead of
24499 calculating it.
24500
245012007-07-23 Jason Rumney <jasonr@gnu.org>
24502
24503 * filelock.c (current_lock_owner): Allow for @ sign in username.
24504
245052007-07-22 Nick Roberts <nickrob@snap.net.nz>
24506
24507 * xdisp.c (decode_mode_spec): Add case 'R' for to test for
24508 remote default-directory.
24509
24510 * buffer.c (mode-line-format): Describe above case in doc string.
24511
245122007-07-20 Eli Zaretskii <eliz@gnu.org>
24513
24514 * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
24515 Define if not defined.
24516
245172007-07-18 Jason Rumney <jasonr@gnu.org>
24518
24519 * w32proc.c (w32_executable_type): Handle 64 bit executables.
24520
245212007-07-18 Richard Stallman <rms@gnu.org>
24522
24523 * data.c (Fsetq_default): Doc fix.
24524
24525 * eval.c (Fsetq): Doc fix.
24526
245272007-07-18 Juanma Barranquero <lekktu@gmail.com>
24528
24529 * coding.c (Ffind_operation_coding_system):
24530 * eval.c (For, Fand): Doc fixes.
24531 Reported by Johan Bockgård.
24532
245332007-07-18 Jan Djärv <jan.h.d@swipnet.se>
24534
24535 * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
24536
24537 * xterm.h: Declare x_ewmh_activate_frame.
24538
24539 * xterm.c (x_ewmh_activate_frame): New function.
24540 (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
24541
245422007-07-17 Martin Rudalics <rudalics@gmx.at>
24543
24544 * window.c (Fdisplay_buffer): If largest or LRU window is the
24545 only window, split it even if it is not eligible for splitting.
24546 This restores the original behavior broken by the 2007-07-15
24547 change.
24548
245492007-07-17 Glenn Morris <rgm@gnu.org>
24550
24551 * abbrev.c (abbrev_check_chars): New function.
24552 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
24553 Call abbrev_check_chars to check abbrev characters are word
24554 constituents. Doc fix.
24555
245562007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
24557
24558 * process.c (Fstart_process, Fmake_network_process)
24559 (read_process_output): Fix up last changes.
24560
245612007-07-16 Eli Zaretskii <eliz@gnu.org>
24562
24563 * makefile.w32-in (clean): Don't delete *~.
24564
245652007-07-16 Andreas Schwab <schwab@suse.de>
24566
24567 * window.c (Fdisplay_buffer): Use NILP.
24568 (Fset_window_scroll_bars): Likewise.
24569
245702007-07-15 Martin Rudalics <rudalics@gmx.at>
24571
24572 * window.c (window_min_size_2): New function.
24573 (window_min_size_1, size_window, Fdisplay_buffer)
24574 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
24575 windows without mode- or header-lines when window-min-height is
24576 too small.
24577 (size_window): Reset nodelete_p after testing it, following an
24578 earlier note by Kim F. Storm.
24579 (display_buffer): Do not set split_height_threshold to twice the
24580 value of window_min_height to avoid changing the value of a
24581 customizable variable. Rather explicitly check whether the
24582 height of the window that shall be splitted is at least as large
24583 as split_height_threshold.
24584 (Fwindow_full_width_p): New defun.
24585 (syms_of_window): Defsubr it.
24586
24587 * window.h: Add EXFUN for Fwindow_full_width_p.
24588
245892007-07-14 Jason Rumney <jasonr@gnu.org>
24590
24591 * process.c [WINDOWSNT]: Don't undefine AF_INET6.
24592
245932007-07-14 Richard Stallman <rms@gnu.org>
24594
24595 * eval.c (maybe_call_debugger): New function.
24596 (find_handler_clause): Use maybe_call_debugger.
24597 Call it when the handler says `debug'.
24598 Eliminate DEBUGGER_VALUE_PTR.
24599 (Fsignal): Eliminate debugger_value.
24600 (Qdebug): New variable.
24601 (syms_of_eval): Initialize it.
24602
246032007-07-14 Juanma Barranquero <lekktu@gmail.com>
24604
24605 * eval.c (Fprogn):
24606 * keyboard.c (Ftrack_mouse):
24607 * print.c (Fwith_output_to_temp_buffer):
24608 * window.c (Fsave_window_excursion): Doc fix.
24609
246102007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
24611
24612 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
24613
246142007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
24615
24616 * process.h (struct Lisp_Process): Turn slots infd, outfd,
24617 kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
24618 inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
24619 read_output_delay, and read_output_skip from Lisp_Objects to ints.
24620 Remove unused encoding_carryover.
24621 * process.c: Adjust all functions accordingly.
24622
246232007-07-12 Richard Stallman <rms@gnu.org>
24624
24625 * term.c: Include unistd.h only if HAVE_UNISTD_H.
24626
246272007-07-11 Jason Rumney <jasonr@gnu.org>
24628
24629 * makefile.w32-in (LIBS): Include OLE32.
24630
24631 * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
24632 (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
24633
246342007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
24635
24636 * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
24637 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
24638 from a Lisp_Object into a bare pointer.
24639 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
24640 Adjust the code correspondingly.
24641
24642 * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
24643
24644 * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
24645 (term_show_mouse_face): Remove unused var `j'.
24646 (handle_one_term_event): Remove unused vars `i' and `j'.
24647 Don't cast return value of ttyname since it's not necessary.
24648
246492007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
24650
24651 * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
24652 USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
24653
24654 * fns.c (map_char_table): Use an array of int for `indices' rather than
24655 an array of Lisp_Objects (which are only ever integers anyway).
24656 (Fmap_char_table): Update caller.
24657 * lisp.h: Update prototype.
24658 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
24659 * fontset.c (Ffontset_info):
24660 * casetab.c (set_case_table): Update callers.
24661
24662 * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
24663
24664 * keymap.c (struct accessible_keymaps_data)
24665 (struct where_is_internal_data): New structures.
24666 (accessible_keymaps_1, where_is_internal_1): Use them to change
24667 interface to adhere to the one used by map_keymap.
24668 (Faccessible_keymaps, where_is_internal): Use map_keymap.
24669 (accessible_keymaps_char_table, where_is_internal_2): Remove.
24670
24671 * keymap.h (map_keymap_function_t): More informative prototype.
24672
246732007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
24674
24675 * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
24676 (looking_at_1): Don't change search_regs and last_thing_searched
24677 if `inhibit-changing-match-data' is non-nil.
24678 (string_match_1, search_buffer, set_search_regs): Likewise.
24679 (syms_of_search): Add Lisp level definition for
24680 `inhibit-changing-match-data' and set it to nil.
24681 (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
24682 start and end of the match, instead of using values in search_regs.
24683
246842007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
24685
24686 * minibuf.c (Fcompleting_read): New value `confirm-only'
24687 for `require-match'.
24688
246892007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
24690
24691 * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
24692 part of the 2007-06-27 change to syms_of_fileio.
24693
246942007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24695
24696 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
24697 Check WINDOWP before using XWINDOW. Consolidate return statements.
24698
246992007-06-27 Richard Stallman <rms@gnu.org>
24700
24701 * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
24702
247032007-06-27 Juanma Barranquero <lekktu@gmail.com>
24704
24705 * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
24706
247072007-06-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24708
24709 * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
24710 (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
24711 (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
24712 (_free_internal, memalign): Use them.
24713 (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
24714 Initialize to PTHREAD_MUTEX_INITIALIZER.
24715 (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
24716 (morecore_nolock): Rename from morecore. All uses changed.
24717 Use only nolock versions of internal allocation functions.
24718 (_malloc_internal_nolock, _realloc_internal_nolock)
24719 (_free_internal_nolock): New functions created from
24720 _malloc_internal, _realloc_internal, and _free_internal.
24721 (_malloc_internal, _realloc_internal, _free_internal): Use them.
24722 Copy hook value to automatic variable before its use.
24723 (memalign): Copy hook value to automatic variable before its use.
24724
247252007-06-26 Kenichi Handa <handa@m17n.org>
24726
24727 * coding.c (Ffind_operation_coding_system): Docstring improved.
24728 (syms_of_coding): Docstring of `file-coding-system-alist' improved.
24729
247302007-06-25 David Kastrup <dak@gnu.org>
24731
24732 * keymap.c (Fcurrent_active_maps): Add `position' argument.
24733 (Fwhere_is_internal): Adjust call to `current-active-maps' to
24734 cater for additional parameter.
24735
24736 * keymap.h: Adjust number of parameters to `current-active-maps'.
24737
24738 * doc.c (Fsubstitute_command_keys): Adjust call of
24739 `current-active-maps'.
24740
247412007-06-25 David Kastrup <dak@gnu.org>
24742
24743 * callint.c (Fcall_interactively): Make the parsing of interactive
24744 specs somewhat more readable.
24745
247462007-06-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24747
24748 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
24749 to scroll bar gap also when bitmap fills fringe. Draw only foreground
24750 if extended background has already been filled.
24751
247522007-06-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24753
24754 * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
24755 (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
24756
24757 * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
24758 Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
24759 in #if 0 as it is not compatible with y-or-n-p-with-timeout.
24760 (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
24761 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
24762 instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
24763 (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
24764 [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
24765 Run timers during dialog popup.
24766 (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
24767
247682007-06-21 Jason Rumney <jasonr@gnu.org>
24769
24770 * image.c (convert_mono_to_color_image): Swap fore and background.
24771
247722007-06-20 Jason Rumney <jasonr@gnu.org>
24773
24774 * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
24775 (w32_free_bdf_font): Unmap memory not handle.
24776
247772007-06-20 Sam Steingold <sds@gnu.org>
24778
24779 * gmalloc.c (__morecore): Fix the declaration to comply with the
24780 definition.
24781
247822007-06-20 Juanma Barranquero <lekktu@gmail.com>
24783
24784 * w32term.c (w32_delete_display): Remove leftover declaration.
24785 (w32_define_cursor, w32_initialize): Make static.
24786
24787 * w32.c (_wsa_errlist): Fix typo in error message.
24788 (init_environment): Ignore any environment variable from the
24789 registry having a null value.
24790
247912007-06-20 Glenn Morris <rgm@gnu.org>
24792
24793 * Makefile.in (LIBGIF): Default to -lgif.
24794
247952007-06-17 Jason Rumney <jasonr@gnu.org>
24796
24797 * w32menu.c (add_menu_item): Don't use multibyte string functions on
24798 unicode strings.
24799
248002007-06-16 Juanma Barranquero <lekktu@gmail.com>
24801
24802 * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
24803 Fix typo in docstring.
24804
248052007-06-16 Eli Zaretskii <eliz@gnu.org>
24806
24807 * w32menu.c (add_menu_item): Escape `&' characters in menu items
24808 and their keybindings.
24809
248102007-06-15 Chong Yidong <cyd@stupidchicken.com>
24811
24812 * composite.c (update_compositions): Fix last fix.
24813
248142007-06-14 Jason Rumney <jasonr@gnu.org>
24815
24816 * w32.c (get_process_times_fn): New function pointer.
24817 (globals_of_w32): Intialize it if present in kernel32.dll.
24818 (w32_get_internal_run_time): New function.
24819
24820 * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
24821
248222007-06-14 Kenichi Handa <handa@etlken.m17n.org>
24823
24824 * composite.c (update_compositions): Check the validness of
24825 compositions.
24826
248272007-06-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24828
24829 * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
24830 (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
24831
24832 * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
24833 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
24834
24835 * macgui.h (USE_MAC_TOOLBAR): New define.
24836
24837 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
24838 Return immediately unless popup is activated.
24839
24840 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
24841 background to scroll bar gap.
24842 (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
24843 (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
24844 scroll bars on frame edge. Check fringe background extension.
24845 Don't clear extended fringe background area.
24846 (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
24847 (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
24848 (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
24849 [USE_MAC_TOOLBAR]: New macros.
24850 (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
24851 (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
24852 (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
24853 (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
24854 [USE_MAC_TOOLBAR]: New functions.
24855 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
24856 manually if previous repositioning has failed.
24857 (mac_handle_keyboard_event): Use precomputed event kind.
24858 (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
24859 as tool bar item click. Handle mouse movement over tool bar items.
24860
24861 * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
24862 toolbar_win_gravity.
24863 (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
24864 (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
24865 Add externs.
24866
24867 * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
24868 [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
24869
248702007-06-14 Chong Yidong <cyd@stupidchicken.com>
24871
24872 * image.c (search_image_cache): Remove unused variable.
24873
248742007-06-13 Chong Yidong <cyd@stupidchicken.com>
24875
24876 * xfns.c, xmenu.c: Link to xaw3d if available.
24877
248782007-06-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24879
24880 * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
24881 frame_foreground and frame_background.
24882
24883 * image.c (lookup_image): Save frame foreground and background colors.
24884 (search_image_cache): Check if saved and current frame colors match.
24885
248862007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
24887
24888 * regex.c (regex_compile): Remove the `regnum' counter.
24889 Use bufp->re_nsub instead. Add support for \(?N:RE\).
24890
248912007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
24892
24893 * term.c: Include intervals.h to declare Fget_text_property.
24894
248952007-06-10 Jason Rumney <jasonr@gnu.org>
24896
24897 * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
24898
248992007-06-08 Juanma Barranquero <lekktu@gmail.com>
24900
24901 * callint.c (Fcall_interactively):
24902 * editfns.c (Fdelete_and_extract_region):
24903 * fileio.c (Fread_file_name):
24904 * fns.c (Fmapconcat):
24905 * keyboard.c (cmd_error_internal):
24906 * keymap.c (Fkey_description):
24907 * lread.c (openp):
24908 * minibuf.c (read_minibuf):
24909 * search.c (wordify):
24910 * sunfns.c (sel_read):
24911 * xdisp.c (Fformat_mode_line, syms_of_xdisp):
24912 * xfns.c (x_default_scroll_bar_color_parameter):
24913 * xmenu.c (menu_help_callback):
24914 * xselect.c (Fx_get_atom_name):
24915 * xterm.c (x_term_init): Use empty_unibyte_string.
24916
249172007-06-08 Dmitry Antipov <dmantipov@yandex.ru> (tiny change)
24918
24919 * alloc.c (init_strings): Initialize canonical empty strings.
24920 (make_uninit_string, make_uninit_multibyte_string): Return appropriate
24921 canonical empty string when the requested size is 0.
24922
24923 * emacs.c (empty_unibyte_string): Rename from empty_string.
24924 (empty_multibyte_string): New canonical empty string.
24925 (syms_of_emacs): Don't initialize empty_string.
24926
24927 * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
24928 string, if appropriate.
24929 (empty_unibyte_string, empty_multibyte_string): New externs.
24930 (empty_string): Remove extern.
24931
24932 * lread.c (syms_of_lread): Use empty_unibyte_string.
24933
249342007-06-07 Jason Rumney <jasonr@gnu.org>
24935
24936 * s/ms-w32.h: Don't define HAVE_TZNAME.
24937
24938 * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
24939
249402007-06-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24941
24942 * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
24943
24944 * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
24945 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
24946
24947 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
24948 Don't call next handler.
24949 [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
24950 Remove argument. Install handler to application.
24951 (set_frame_menubar): Don't change deep_p.
24952 (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
24953 FRAME_OUTER_TO_INNER_DIFF_Y.
24954 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
24955 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
24956 [HAVE_DIALOGS]: New macros.
24957 [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
24958 Use them.
24959 (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
24960
24961 * macselect.c [MAC_OSX] (install_service_handler): Rename from
24962 init_service_handler. All callers changed. Return OSStatus value.
24963
24964 * macterm.c (mac_begin_cg_clip): New arg F. Call SetPortWindowPort.
24965 All callers changed so as not to call SetPortWindowPort.
24966 (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
24967 (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
24968 mac_draw_string_common.
24969 (mac_draw_image_string_qd): Likewise.
24970 (mac_draw_string_common): Use them. Add INLINE.
24971 (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
24972 Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
24973 GetGlobalMouse.
24974 (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
24975 and FRAME_OUTER_TO_INNER_DIFF_Y.
24976 [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
24977 [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
24978 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
24979 repositioning window to mac_handle_window_event.
24980 (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
24981 saving window location to mac_handle_window_event
24982 [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
24983 (install_menu_target_item_handler): Remove argument in extern.
24984 [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
24985 Also accept command events.
24986 (do_keystroke): New function created from XTread_socket.
24987 (init_command_handler): Remove functions.
24988 [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
24989 and save window location by kEventWindowShowing and kEventWindowHiding
24990 handlers here. Don't call next handler for window state change and
24991 focus events.
24992 (mac_handle_application_event, mac_handle_keyboard_event)
24993 [TARGET_API_MAC_CARBON]: New functions.
24994 (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
24995 kEventWindowShowing and kEventWindowHiding events. Move installation
24996 of mouse, font, text input and menu target item handlers to
24997 install_application_handler.
24998 (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
24999 (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
25000 New function.
25001 (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
25002 Register it.
25003 (XTread_socket) [TARGET_API_MAC_CARBON]:
25004 Consolidate SendEventToEventTarget calls.
25005 Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
25006 Move application activation handler to mac_handle_application_event.
25007 Move keyboard handler to mac_handle_keyboard_event.
25008 (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
25009 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
25010 init_command_handler. Call install_application_handler.
25011
25012 * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
25013 (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
25014
250152007-06-07 Glenn Morris <rgm@gnu.org>
25016
25017 * emacs.c (main): Use `emacs-copyright' in --version output.
25018
250192007-06-06 Chong Yidong <cyd@stupidchicken.com>
25020
25021 * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
25022
250232007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25024
25025 * macfns.c (mac_window): Replace WindowPtr with WindowRef.
25026
25027 * macgui.h: Replace WindowPtr with WindowRef.
25028
25029 * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
25030 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
25031 Replace ControlHandle with ControlRef.
25032 (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
25033
25034 * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
25035 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
25036 Replace ControlHandle with ControlRef.
25037 (USE_CARBON_EVENTS): Remove. Use TARGET_API_MAC_CARBON instead.
25038 [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
25039
25040 * macterm.h (struct scroll_bar): Rename member control_handle_low
25041 and control_handle_high to control_ref_low and control_ref_high.
25042 All uses changed.
25043 (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
25044 SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
25045 respectively. All uses changed.
25046 (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
25047 (install_window_handler, remove_window_handler): Replace WindowPtr
25048 with WindowRef in externs.
25049
250502007-06-05 Juanma Barranquero <lekktu@gmail.com>
25051
25052 * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
25053
250542007-06-03 Nick Roberts <nickrob@snap.net.nz>
25055
25056 * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
25057
25058 * frame.c (Fmouse_position, Fmouse_pixel_position):
25059 Condition on HAVE_GPM too.
25060
25061 * term.c (term_mouse_highlight): Remove unused variables.
25062 (Fterm_open_connection): Set gpm_zerobased to 1.
25063 (term_mouse_movement, term_mouse_click, handle_one_term_event):
25064 Use zero based co-ordinates.
25065 (handle_one_term_event): Report a drag as mouse movement too.
25066
25067 * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
25068
250692007-06-03 Chong Yidong <cyd@stupidchicken.com>
25070
25071 * image.c (search_image_cache): New function. Require background
25072 color match if background color is unspecified in the image spec.
25073 (uncache_image, lookup_image): Use it.
25074
250752007-06-01 Juanma Barranquero <lekktu@gmail.com>
25076
25077 * window.c (Fshrink_window): Reflow docstring.
25078
250792007-06-02 Chong Yidong <cyd@stupidchicken.com>
25080
25081 * Version 22.1 released.
25082
250832007-06-01 Richard Stallman <rms@gnu.org>
25084
25085 * xfns.c (x_encode_text): Add GCPRO.
25086
250872007-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25088
25089 * xfns.c (x_set_name_internal): Save encoded name before
25090 x_encode_text in case string data is relocated.
25091
250922007-05-31 Richard Stallman <rms@gnu.org>
25093
25094 * buffer.c (syms_of_buffer): Doc fix.
25095
250962007-05-30 Nick Roberts <nickrob@snap.net.nz>
25097
25098 * sysdep.c (init_sys_modes): Add rather than replace with
25099 O_NONBLOCK.
25100
25101 * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
25102 term_mouse_moveto.
25103
25104 * termhooks.h (term_mouse_moveto): New extern.
25105
25106 * term.c (mouse_face_window): Rename...
25107 (Qmouse_face_window): ...to this.
25108 (term_show_mouse_face, term_clear_mouse_face)
25109 (term_mouse_highlight): Use Qmouse_face_window.
25110 (term_mouse_moveto): New function.
25111 (term_mouse_position): Make it work.
25112 (syms_of_term): Uncomment assignment to mouse_position_hook.
25113 Staticpro Qmouse_face_window.
25114
251152007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25116
25117 * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
25118 around current_column call.
25119
251202007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
25121
25122 * xfaces.c (syms_of_xfaces): Delete stray semicolon.
25123 * xdisp.c (next_element_from_buffer):
25124 * window.c (delete_window):
25125 * term.c (term_mouse_highlight):
25126 * msdos.c (getdefdir):
25127 * macterm.c (mac_create_bitmap_from_bitmap_data)
25128 (init_font_name_table):
25129 * fns.c (Fsxhash):
25130 * data.c (Fmake_local_variable):
25131 * ccl.c (ccl_driver): Likewise.
25132
251332007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25134
25135 * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
25136 Call mac_wakeup_from_rne on window size change.
25137
251382007-05-25 Chong Yidong <cyd@stupidchicken.com>
25139
25140 * image.c (uncache_image): Fix typo.
25141
251422007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
25143
25144 * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
25145
251462007-05-22 Richard Stallman <rms@gnu.org>
25147
25148 * xterm.c (x_connection_closed): Remove NO_RETURN.
25149
251502007-05-22 Martin Rudalics <rudalics@gmx.at>
25151
25152 * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
25153
251542007-05-21 Chong Yidong <cyd@stupidchicken.com>
25155
25156 * image.c (uncache_image): New function.
25157 (Fimage_refresh): New function.
25158
251592007-05-20 Jan Djärv <jan.h.d@swipnet.se>
25160
25161 * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
25162
251632007-05-20 Nick Roberts <nickrob@snap.net.nz>
25164
25165 * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
25166 * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
25167
251682007-05-20 Nick Roberts <nickrob@snap.net.nz>
25169
25170 * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
25171 conditional on [HAVE_GPM_H].
25172
251732007-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
25174
25175 * syntax.c (skip_chars): Update syntax-table only after we checked that
25176 the new location is valid.
25177
251782007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25179
25180 * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
25181 mac_get_window_bounds.
25182
251832007-05-20 Nick Roberts <nickrob@snap.net.nz>
25184
25185 * Makefile.in (LIBGPM): Allow it to be set from configure.
25186 If set then link Emacs with it.
25187
25188 * config.in: Regenerate.
25189
25190 * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
25191 New externs.
25192
25193 * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
25194 Include gpm.h.
25195 (handle_one_term_event, term_gpm): New externs.
25196
25197 * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
25198 and allow it to be interrupted by SIGIO.
25199
25200 * process.c (gpm_wait_mask, max_gpm_desc): New variables.
25201 (wait_reading_process_output): Wait on gpm_fd too.
25202 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
25203 (add_gpm_wait_descriptor_called_flag): New variable.
25204 (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
25205
25206 * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
25207 (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
25208 (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
25209 Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
25210 (make_lispy_event): Add case GPM_CLICK_EVENT.
25211 (read_avail_input): Handle mouse input.
25212
25213 * term.c (write_glyphs_with_face): New function.
25214 [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
25215 (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
25216 (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
25217 (mouse_face_face_id, term_gpm, pos_x, pos_y)
25218 (last_mouse_x, last_mouse_y): New variables.
25219 (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
25220 (term_mouse_highlight, term_mouse_movement, term_mouse_position)
25221 (term_mouse_click, handle_one_term_event, Fterm_open_connection)
25222 (Fterm_close_connection): New functions.
25223 (term_init): Initialise mouse_face_window.
25224
252252007-05-19 Chong Yidong <cyd@stupidchicken.com>
25226
25227 * xdisp.c (redisplay_window): If first window line is a
25228 continuation line, recompute the new window start instead of
25229 recentering.
25230
252312007-05-18 Glenn Morris <rgm@gnu.org>
25232
25233 * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
25234 Suggested by Alfred M. Szmidt <ams@gnu.org>.
25235
252362007-05-17 Glenn Morris <rgm@gnu.org>
25237
25238 * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
25239
252402007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25241
25242 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
25243 dead key repeat and up events.
25244
252452007-05-14 Chong Yidong <cyd@stupidchicken.com>
25246
25247 * image.c (pbm_load): Check image size for monochrome pbm.
25248
252492007-05-13 Chong Yidong <cyd@stupidchicken.com>
25250
25251 * xterm.c (XTread_socket): Revert last change.
25252
252532007-05-12 Chong Yidong <cyd@stupidchicken.com>
25254
25255 * image.c (pbm_load): Correctly check image size for greyscale pbm.
25256
25257 * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
25258
252592007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
25260
25261 * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
25262 mixup (YAILOM).
25263
252642007-05-07 Andreas Schwab <schwab@suse.de>
25265
25266 * keymap.c (Flookup_key): Fix typo in last change.
25267
252682007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
25269
25270 * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
25271 mapping for unibyte strings.
25272
252732007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25274
25275 * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
25276 (Fx_popup_dialog) [MAC_OSX]: Likewise.
25277
252782007-04-29 Richard Stallman <rms@gnu.org>
25279
25280 * insdel.c (replace_range): For undo, record insertion first.
25281
252822007-04-29 Andreas Schwab <schwab@suse.de>
25283
25284 * lisp.h (VECSIZE): Use OFFSETOF.
25285
252862007-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25287
25288 * xdisp.c (try_window_reusing_current_matrix): Fix number of
25289 disabled lines.
25290
252912007-04-28 Richard Stallman <rms@gnu.org>
25292
25293 * lread.c (read_escape): In a string, \s is always space.
25294
252952007-04-27 Jan Djärv <jan.h.d@swipnet.se>
25296
25297 * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
25298
25299 * gtkutil.c (xg_update_menubar, create_menus): Create empty
25300 submenu for menu bar items.
25301
25302See ChangeLog.10 for earlier changes.
25303
25304;; Local Variables:
25305;; coding: utf-8
25306;; add-log-time-zone-rule: t
aac0c6e3
MR
25307;; End:
25308
e3eb1dae 25309 Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
aac0c6e3
MR
25310
25311 This file is part of GNU Emacs.
25312
25313 GNU Emacs is free software: you can redistribute it and/or modify
25314 it under the terms of the GNU General Public License as published by
25315 the Free Software Foundation, either version 3 of the License, or
25316 (at your option) any later version.
25317
25318 GNU Emacs is distributed in the hope that it will be useful,
25319 but WITHOUT ANY WARRANTY; without even the implied warranty of
25320 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25321 GNU General Public License for more details.
25322
25323 You should have received a copy of the GNU General Public License
25324 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
25325
25326;; arch-tag: dfb6ad96-1550-4905-9e53-d2059ee84c40